AddNewLog.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  1. namespace NewArchivesCenter
  2. {
  3. partial class AddNewLog
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Component Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. components = new System.ComponentModel.Container();
  29. DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
  30. DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
  31. DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
  32. DevExpress.XtraDialogs.FileExplorerExtensions.EnvironmentSpecialFolderNode environmentSpecialFolderNode1 = new DevExpress.XtraDialogs.FileExplorerExtensions.EnvironmentSpecialFolderNode();
  33. tabPane1 = new DevExpress.XtraBars.Navigation.TabPane();
  34. tabNavigationPage1 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
  35. labelControl10 = new DevExpress.XtraEditors.LabelControl();
  36. simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
  37. simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
  38. dateEdit1 = new DevExpress.XtraEditors.DateEdit();
  39. labelControl3 = new DevExpress.XtraEditors.LabelControl();
  40. labelControl2 = new DevExpress.XtraEditors.LabelControl();
  41. textEdit2 = new DevExpress.XtraEditors.TextEdit();
  42. textEdit1 = new DevExpress.XtraEditors.TextEdit();
  43. labelControl1 = new DevExpress.XtraEditors.LabelControl();
  44. tabNavigationPage2 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
  45. richEdit1 = new RichEdit();
  46. tabNavigationPage3 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
  47. gridControl1 = new DevExpress.XtraGrid.GridControl();
  48. gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  49. tabNavigationPage4 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
  50. simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
  51. labelControl11 = new DevExpress.XtraEditors.LabelControl();
  52. simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
  53. simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
  54. labelControl9 = new DevExpress.XtraEditors.LabelControl();
  55. labelControl8 = new DevExpress.XtraEditors.LabelControl();
  56. labelControl7 = new DevExpress.XtraEditors.LabelControl();
  57. labelControl4 = new DevExpress.XtraEditors.LabelControl();
  58. labelControl5 = new DevExpress.XtraEditors.LabelControl();
  59. labelControl6 = new DevExpress.XtraEditors.LabelControl();
  60. fileExplorerAssistant1 = new DevExpress.XtraDialogs.FileExplorerAssistant(components);
  61. treeListExtension1 = new DevExpress.XtraDialogs.FileExplorerExtensions.TreeListExtension();
  62. gridControlExtension1 = new DevExpress.XtraDialogs.FileExplorerExtensions.GridControlExtension();
  63. ((System.ComponentModel.ISupportInitialize)tabPane1).BeginInit();
  64. tabPane1.SuspendLayout();
  65. tabNavigationPage1.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)dateEdit1.Properties).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)dateEdit1.Properties.CalendarTimeProperties).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)textEdit2.Properties).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)textEdit1.Properties).BeginInit();
  70. tabNavigationPage2.SuspendLayout();
  71. tabNavigationPage3.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit();
  74. tabNavigationPage4.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)fileExplorerAssistant1).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)treeListExtension1).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)gridControlExtension1).BeginInit();
  78. SuspendLayout();
  79. //
  80. // tabPane1
  81. //
  82. tabPane1.AllowTransitionAnimation = DevExpress.Utils.DefaultBoolean.False;
  83. tabPane1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
  84. tabPane1.Controls.Add(tabNavigationPage1);
  85. tabPane1.Controls.Add(tabNavigationPage2);
  86. tabPane1.Controls.Add(tabNavigationPage3);
  87. tabPane1.Controls.Add(tabNavigationPage4);
  88. tabPane1.Location = new System.Drawing.Point(3, 3);
  89. tabPane1.Name = "tabPane1";
  90. tabPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { tabNavigationPage1, tabNavigationPage2, tabNavigationPage3, tabNavigationPage4 });
  91. tabPane1.RegularSize = new System.Drawing.Size(636, 538);
  92. tabPane1.SelectedPage = tabNavigationPage1;
  93. tabPane1.Size = new System.Drawing.Size(636, 538);
  94. tabPane1.TabIndex = 0;
  95. tabPane1.Text = "tabPane1";
  96. //
  97. // tabNavigationPage1
  98. //
  99. tabNavigationPage1.Caption = "第一步:基础信息";
  100. tabNavigationPage1.Controls.Add(labelControl10);
  101. tabNavigationPage1.Controls.Add(simpleButton3);
  102. tabNavigationPage1.Controls.Add(simpleButton1);
  103. tabNavigationPage1.Controls.Add(dateEdit1);
  104. tabNavigationPage1.Controls.Add(labelControl3);
  105. tabNavigationPage1.Controls.Add(labelControl2);
  106. tabNavigationPage1.Controls.Add(textEdit2);
  107. tabNavigationPage1.Controls.Add(textEdit1);
  108. tabNavigationPage1.Controls.Add(labelControl1);
  109. tabNavigationPage1.Margin = new System.Windows.Forms.Padding(4);
  110. tabNavigationPage1.Name = "tabNavigationPage1";
  111. tabNavigationPage1.Size = new System.Drawing.Size(636, 497);
  112. //
  113. // labelControl10
  114. //
  115. labelControl10.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 134);
  116. labelControl10.Appearance.ForeColor = System.Drawing.Color.Green;
  117. labelControl10.Appearance.Options.UseFont = true;
  118. labelControl10.Appearance.Options.UseForeColor = true;
  119. labelControl10.Location = new System.Drawing.Point(154, 121);
  120. labelControl10.Name = "labelControl10";
  121. labelControl10.Size = new System.Drawing.Size(108, 17);
  122. labelControl10.TabIndex = 9;
  123. labelControl10.Text = "确认基础信息成功!";
  124. labelControl10.Visible = false;
  125. //
  126. // simpleButton3
  127. //
  128. simpleButton3.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
  129. simpleButton3.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  130. simpleButton3.Appearance.Options.UseFont = true;
  131. simpleButton3.ImageOptions.Image = Properties.Resources.Icon_0798;
  132. simpleButton3.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
  133. simpleButton3.Location = new System.Drawing.Point(600, 80);
  134. simpleButton3.Margin = new System.Windows.Forms.Padding(4);
  135. simpleButton3.Name = "simpleButton3";
  136. simpleButton3.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
  137. simpleButton3.Size = new System.Drawing.Size(32, 32);
  138. toolTipTitleItem1.Text = "自动填充";
  139. toolTipItem1.Text = "使用当前登陆用户账户填入日志作者字段中";
  140. superToolTip1.Items.Add(toolTipTitleItem1);
  141. superToolTip1.Items.Add(toolTipItem1);
  142. simpleButton3.SuperTip = superToolTip1;
  143. simpleButton3.TabIndex = 8;
  144. simpleButton3.Click += simpleButton3_Click;
  145. //
  146. // simpleButton1
  147. //
  148. simpleButton1.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  149. simpleButton1.Appearance.Options.UseFont = true;
  150. simpleButton1.Location = new System.Drawing.Point(59, 117);
  151. simpleButton1.Name = "simpleButton1";
  152. simpleButton1.Size = new System.Drawing.Size(89, 23);
  153. simpleButton1.TabIndex = 7;
  154. simpleButton1.Text = "确认基础信息";
  155. simpleButton1.Click += simpleButton1_Click_1;
  156. //
  157. // dateEdit1
  158. //
  159. dateEdit1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
  160. dateEdit1.EditValue = null;
  161. dateEdit1.Location = new System.Drawing.Point(59, 41);
  162. dateEdit1.Name = "dateEdit1";
  163. dateEdit1.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  164. dateEdit1.Properties.Appearance.Options.UseFont = true;
  165. dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  166. dateEdit1.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  167. dateEdit1.Properties.CalendarView = DevExpress.XtraEditors.Repository.CalendarView.Classic;
  168. dateEdit1.Properties.DisplayFormat.FormatString = "D";
  169. dateEdit1.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  170. dateEdit1.Properties.EditFormat.FormatString = "D";
  171. dateEdit1.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  172. dateEdit1.Properties.MaskSettings.Set("mask", "D");
  173. dateEdit1.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.False;
  174. dateEdit1.Size = new System.Drawing.Size(574, 32);
  175. dateEdit1.TabIndex = 6;
  176. dateEdit1.EditValueChanged += dateEdit1_EditValueChanged;
  177. //
  178. // labelControl3
  179. //
  180. labelControl3.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  181. labelControl3.Appearance.Options.UseFont = true;
  182. labelControl3.Location = new System.Drawing.Point(10, 88);
  183. labelControl3.Margin = new System.Windows.Forms.Padding(10);
  184. labelControl3.Name = "labelControl3";
  185. labelControl3.Size = new System.Drawing.Size(36, 17);
  186. labelControl3.TabIndex = 5;
  187. labelControl3.Text = "作者:";
  188. //
  189. // labelControl2
  190. //
  191. labelControl2.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  192. labelControl2.Appearance.Options.UseFont = true;
  193. labelControl2.Location = new System.Drawing.Point(10, 48);
  194. labelControl2.Margin = new System.Windows.Forms.Padding(10);
  195. labelControl2.Name = "labelControl2";
  196. labelControl2.Size = new System.Drawing.Size(36, 17);
  197. labelControl2.TabIndex = 3;
  198. labelControl2.Text = "时间:";
  199. //
  200. // textEdit2
  201. //
  202. textEdit2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
  203. textEdit2.Location = new System.Drawing.Point(59, 79);
  204. textEdit2.Name = "textEdit2";
  205. textEdit2.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  206. textEdit2.Properties.Appearance.Options.UseFont = true;
  207. textEdit2.Size = new System.Drawing.Size(534, 32);
  208. textEdit2.TabIndex = 2;
  209. textEdit2.EditValueChanged += textEdit2_EditValueChanged;
  210. //
  211. // textEdit1
  212. //
  213. textEdit1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
  214. textEdit1.Location = new System.Drawing.Point(59, 3);
  215. textEdit1.Name = "textEdit1";
  216. textEdit1.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  217. textEdit1.Properties.Appearance.Options.UseFont = true;
  218. textEdit1.Size = new System.Drawing.Size(574, 32);
  219. textEdit1.TabIndex = 1;
  220. textEdit1.EditValueChanged += textEdit1_EditValueChanged;
  221. //
  222. // labelControl1
  223. //
  224. labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  225. labelControl1.Appearance.Options.UseFont = true;
  226. labelControl1.Location = new System.Drawing.Point(10, 10);
  227. labelControl1.Margin = new System.Windows.Forms.Padding(10);
  228. labelControl1.Name = "labelControl1";
  229. labelControl1.Size = new System.Drawing.Size(36, 17);
  230. labelControl1.TabIndex = 0;
  231. labelControl1.Text = "标题:";
  232. //
  233. // tabNavigationPage2
  234. //
  235. tabNavigationPage2.Caption = "第二步:编辑文字部分";
  236. tabNavigationPage2.Controls.Add(richEdit1);
  237. tabNavigationPage2.Margin = new System.Windows.Forms.Padding(4);
  238. tabNavigationPage2.Name = "tabNavigationPage2";
  239. tabNavigationPage2.Size = new System.Drawing.Size(1208, 497);
  240. //
  241. // richEdit1
  242. //
  243. richEdit1.Dock = System.Windows.Forms.DockStyle.Fill;
  244. richEdit1.Enabled = false;
  245. richEdit1.Location = new System.Drawing.Point(0, 0);
  246. richEdit1.Margin = new System.Windows.Forms.Padding(4);
  247. richEdit1.Name = "richEdit1";
  248. richEdit1.Size = new System.Drawing.Size(1208, 497);
  249. richEdit1.TabIndex = 0;
  250. //
  251. // tabNavigationPage3
  252. //
  253. tabNavigationPage3.Caption = "第三步:编辑附件部分";
  254. tabNavigationPage3.Controls.Add(gridControl1);
  255. tabNavigationPage3.Name = "tabNavigationPage3";
  256. tabNavigationPage3.Size = new System.Drawing.Size(1208, 497);
  257. //
  258. // gridControl1
  259. //
  260. gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  261. gridControl1.Enabled = false;
  262. gridControl1.Location = new System.Drawing.Point(0, 0);
  263. gridControl1.MainView = gridView1;
  264. gridControl1.Name = "gridControl1";
  265. gridControl1.Size = new System.Drawing.Size(1208, 497);
  266. gridControl1.TabIndex = 1;
  267. gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
  268. //
  269. // gridView1
  270. //
  271. gridView1.GridControl = gridControl1;
  272. gridView1.Name = "gridView1";
  273. //
  274. // tabNavigationPage4
  275. //
  276. tabNavigationPage4.Caption = "第四步:确认";
  277. tabNavigationPage4.Controls.Add(simpleButton5);
  278. tabNavigationPage4.Controls.Add(labelControl11);
  279. tabNavigationPage4.Controls.Add(simpleButton4);
  280. tabNavigationPage4.Controls.Add(simpleButton2);
  281. tabNavigationPage4.Controls.Add(labelControl9);
  282. tabNavigationPage4.Controls.Add(labelControl8);
  283. tabNavigationPage4.Controls.Add(labelControl7);
  284. tabNavigationPage4.Controls.Add(labelControl4);
  285. tabNavigationPage4.Controls.Add(labelControl5);
  286. tabNavigationPage4.Controls.Add(labelControl6);
  287. tabNavigationPage4.Name = "tabNavigationPage4";
  288. tabNavigationPage4.Size = new System.Drawing.Size(636, 497);
  289. //
  290. // simpleButton5
  291. //
  292. simpleButton5.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  293. simpleButton5.Appearance.Options.UseFont = true;
  294. simpleButton5.Enabled = false;
  295. simpleButton5.Location = new System.Drawing.Point(66, 143);
  296. simpleButton5.Name = "simpleButton5";
  297. simpleButton5.Size = new System.Drawing.Size(75, 23);
  298. simpleButton5.TabIndex = 15;
  299. simpleButton5.Text = "保存日志";
  300. simpleButton5.Click += simpleButton5_Click;
  301. //
  302. // labelControl11
  303. //
  304. labelControl11.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 134);
  305. labelControl11.Appearance.ForeColor = System.Drawing.Color.Green;
  306. labelControl11.Appearance.Options.UseFont = true;
  307. labelControl11.Appearance.Options.UseForeColor = true;
  308. labelControl11.Location = new System.Drawing.Point(66, 172);
  309. labelControl11.Name = "labelControl11";
  310. labelControl11.Size = new System.Drawing.Size(0, 17);
  311. labelControl11.TabIndex = 14;
  312. //
  313. // simpleButton4
  314. //
  315. simpleButton4.Appearance.BackColor = System.Drawing.Color.Red;
  316. simpleButton4.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 134);
  317. simpleButton4.Appearance.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  318. simpleButton4.Appearance.Options.UseBackColor = true;
  319. simpleButton4.Appearance.Options.UseFont = true;
  320. simpleButton4.Appearance.Options.UseForeColor = true;
  321. simpleButton4.AppearanceHovered.BackColor = System.Drawing.Color.DarkRed;
  322. simpleButton4.AppearanceHovered.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 134);
  323. simpleButton4.AppearanceHovered.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  324. simpleButton4.AppearanceHovered.Options.UseBackColor = true;
  325. simpleButton4.AppearanceHovered.Options.UseFont = true;
  326. simpleButton4.AppearanceHovered.Options.UseForeColor = true;
  327. simpleButton4.AppearancePressed.BackColor = System.Drawing.SystemColors.ButtonShadow;
  328. simpleButton4.AppearancePressed.BorderColor = System.Drawing.Color.Transparent;
  329. simpleButton4.AppearancePressed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 134);
  330. simpleButton4.AppearancePressed.ForeColor = System.Drawing.SystemColors.ControlText;
  331. simpleButton4.AppearancePressed.Options.UseBackColor = true;
  332. simpleButton4.AppearancePressed.Options.UseBorderColor = true;
  333. simpleButton4.AppearancePressed.Options.UseFont = true;
  334. simpleButton4.AppearancePressed.Options.UseForeColor = true;
  335. simpleButton4.Enabled = false;
  336. simpleButton4.Location = new System.Drawing.Point(147, 114);
  337. simpleButton4.Name = "simpleButton4";
  338. simpleButton4.Size = new System.Drawing.Size(75, 23);
  339. simpleButton4.TabIndex = 13;
  340. simpleButton4.Text = "删除此日志";
  341. simpleButton4.Click += simpleButton4_Click;
  342. //
  343. // simpleButton2
  344. //
  345. simpleButton2.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  346. simpleButton2.Appearance.Options.UseFont = true;
  347. simpleButton2.Enabled = false;
  348. simpleButton2.Location = new System.Drawing.Point(66, 114);
  349. simpleButton2.Name = "simpleButton2";
  350. simpleButton2.Size = new System.Drawing.Size(75, 23);
  351. simpleButton2.TabIndex = 12;
  352. simpleButton2.Text = "确认";
  353. simpleButton2.Click += simpleButton2_Click;
  354. //
  355. // labelControl9
  356. //
  357. labelControl9.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  358. labelControl9.Appearance.Options.UseFont = true;
  359. labelControl9.Location = new System.Drawing.Point(66, 84);
  360. labelControl9.Margin = new System.Windows.Forms.Padding(10);
  361. labelControl9.Name = "labelControl9";
  362. labelControl9.Size = new System.Drawing.Size(78, 17);
  363. labelControl9.TabIndex = 11;
  364. labelControl9.Text = "labelControl9";
  365. //
  366. // labelControl8
  367. //
  368. labelControl8.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  369. labelControl8.Appearance.Options.UseFont = true;
  370. labelControl8.Location = new System.Drawing.Point(66, 47);
  371. labelControl8.Margin = new System.Windows.Forms.Padding(10);
  372. labelControl8.Name = "labelControl8";
  373. labelControl8.Size = new System.Drawing.Size(78, 17);
  374. labelControl8.TabIndex = 10;
  375. labelControl8.Text = "labelControl8";
  376. //
  377. // labelControl7
  378. //
  379. labelControl7.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  380. labelControl7.Appearance.Options.UseFont = true;
  381. labelControl7.Location = new System.Drawing.Point(66, 10);
  382. labelControl7.Margin = new System.Windows.Forms.Padding(10);
  383. labelControl7.Name = "labelControl7";
  384. labelControl7.Size = new System.Drawing.Size(78, 17);
  385. labelControl7.TabIndex = 9;
  386. labelControl7.Text = "labelControl7";
  387. //
  388. // labelControl4
  389. //
  390. labelControl4.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  391. labelControl4.Appearance.Options.UseFont = true;
  392. labelControl4.Location = new System.Drawing.Point(10, 84);
  393. labelControl4.Margin = new System.Windows.Forms.Padding(10);
  394. labelControl4.Name = "labelControl4";
  395. labelControl4.Size = new System.Drawing.Size(36, 17);
  396. labelControl4.TabIndex = 8;
  397. labelControl4.Text = "作者:";
  398. //
  399. // labelControl5
  400. //
  401. labelControl5.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  402. labelControl5.Appearance.Options.UseFont = true;
  403. labelControl5.Location = new System.Drawing.Point(10, 47);
  404. labelControl5.Margin = new System.Windows.Forms.Padding(10);
  405. labelControl5.Name = "labelControl5";
  406. labelControl5.Size = new System.Drawing.Size(36, 17);
  407. labelControl5.TabIndex = 7;
  408. labelControl5.Text = "时间:";
  409. //
  410. // labelControl6
  411. //
  412. labelControl6.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  413. labelControl6.Appearance.Options.UseFont = true;
  414. labelControl6.Location = new System.Drawing.Point(10, 10);
  415. labelControl6.Margin = new System.Windows.Forms.Padding(10);
  416. labelControl6.Name = "labelControl6";
  417. labelControl6.Size = new System.Drawing.Size(36, 17);
  418. labelControl6.TabIndex = 6;
  419. labelControl6.Text = "标题:";
  420. //
  421. // fileExplorerAssistant1
  422. //
  423. fileExplorerAssistant1.Extensions.Add(treeListExtension1);
  424. fileExplorerAssistant1.Extensions.Add(gridControlExtension1);
  425. fileExplorerAssistant1.Form = this;
  426. //
  427. // treeListExtension1
  428. //
  429. treeListExtension1.CurrentPath = "C:\\Users\\CaptB\\Documents";
  430. treeListExtension1.IconSize = new System.Drawing.Size(16, 16);
  431. treeListExtension1.RootNodes.Add(environmentSpecialFolderNode1);
  432. //
  433. // gridControlExtension1
  434. //
  435. gridControlExtension1.Control = gridControl1;
  436. gridControlExtension1.CurrentPath = "C:\\Users\\CaptB\\Documents";
  437. gridControlExtension1.IconSize = new System.Drawing.Size(16, 16);
  438. //
  439. // AddNewLog
  440. //
  441. Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  442. Appearance.Options.UseFont = true;
  443. AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  444. AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  445. Controls.Add(tabPane1);
  446. Margin = new System.Windows.Forms.Padding(4);
  447. Name = "AddNewLog";
  448. Size = new System.Drawing.Size(642, 544);
  449. ((System.ComponentModel.ISupportInitialize)tabPane1).EndInit();
  450. tabPane1.ResumeLayout(false);
  451. tabNavigationPage1.ResumeLayout(false);
  452. tabNavigationPage1.PerformLayout();
  453. ((System.ComponentModel.ISupportInitialize)dateEdit1.Properties.CalendarTimeProperties).EndInit();
  454. ((System.ComponentModel.ISupportInitialize)dateEdit1.Properties).EndInit();
  455. ((System.ComponentModel.ISupportInitialize)textEdit2.Properties).EndInit();
  456. ((System.ComponentModel.ISupportInitialize)textEdit1.Properties).EndInit();
  457. tabNavigationPage2.ResumeLayout(false);
  458. tabNavigationPage3.ResumeLayout(false);
  459. ((System.ComponentModel.ISupportInitialize)gridControl1).EndInit();
  460. ((System.ComponentModel.ISupportInitialize)gridView1).EndInit();
  461. tabNavigationPage4.ResumeLayout(false);
  462. tabNavigationPage4.PerformLayout();
  463. ((System.ComponentModel.ISupportInitialize)fileExplorerAssistant1).EndInit();
  464. ((System.ComponentModel.ISupportInitialize)treeListExtension1).EndInit();
  465. ((System.ComponentModel.ISupportInitialize)gridControlExtension1).EndInit();
  466. ResumeLayout(false);
  467. }
  468. #endregion
  469. private DevExpress.XtraBars.Navigation.TabPane tabPane1;
  470. private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage1;
  471. private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage2;
  472. private DevExpress.XtraEditors.TextEdit textEdit1;
  473. private DevExpress.XtraEditors.LabelControl labelControl1;
  474. private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage3;
  475. private DevExpress.XtraEditors.LabelControl labelControl2;
  476. private DevExpress.XtraEditors.TextEdit textEdit2;
  477. private DevExpress.XtraEditors.LabelControl labelControl3;
  478. private DevExpress.XtraEditors.DateEdit dateEdit1;
  479. private RichEdit richEdit1;
  480. private DevExpress.XtraGrid.GridControl gridControl1;
  481. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  482. private DevExpress.XtraDialogs.FileExplorerAssistant fileExplorerAssistant1;
  483. private DevExpress.XtraDialogs.FileExplorerExtensions.TreeListExtension treeListExtension1;
  484. private DevExpress.XtraDialogs.FileExplorerExtensions.GridControlExtension gridControlExtension1;
  485. private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage4;
  486. private DevExpress.XtraEditors.LabelControl labelControl4;
  487. private DevExpress.XtraEditors.LabelControl labelControl5;
  488. private DevExpress.XtraEditors.LabelControl labelControl6;
  489. private DevExpress.XtraEditors.LabelControl labelControl7;
  490. private DevExpress.XtraEditors.LabelControl labelControl8;
  491. private DevExpress.XtraEditors.LabelControl labelControl9;
  492. private DevExpress.XtraEditors.SimpleButton simpleButton1;
  493. private DevExpress.XtraEditors.SimpleButton simpleButton2;
  494. private DevExpress.XtraEditors.SimpleButton simpleButton3;
  495. private DevExpress.XtraEditors.SimpleButton simpleButton4;
  496. private DevExpress.XtraEditors.LabelControl labelControl10;
  497. private DevExpress.XtraEditors.LabelControl labelControl11;
  498. private DevExpress.XtraEditors.SimpleButton simpleButton5;
  499. }
  500. }