MainWindow.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  1. namespace NewArchivesCenter
  2. {
  3. partial class MainWindow
  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 Windows Form 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.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions1 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
  30. DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions2 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
  31. DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions3 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
  33. splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(WaitForm1), true, true);
  34. formAssistant1 = new DevExpress.XtraBars.FormAssistant();
  35. tabFormControl1 = new DevExpress.XtraBars.TabFormControl();
  36. barLargeButtonItem1 = new DevExpress.XtraBars.BarLargeButtonItem();
  37. barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
  38. barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
  39. barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
  40. listBoxControl2 = new DevExpress.XtraEditors.ListBoxControl();
  41. groupControl1 = new DevExpress.XtraEditors.GroupControl();
  42. listBoxControl1 = new DevExpress.XtraEditors.ListBoxControl();
  43. groupControl2 = new DevExpress.XtraEditors.GroupControl();
  44. unboundSource1 = new DevExpress.Data.UnboundSource(components);
  45. groupControl3 = new DevExpress.XtraEditors.GroupControl();
  46. listView1 = new System.Windows.Forms.ListView();
  47. columnHeader1 = new System.Windows.Forms.ColumnHeader();
  48. columnHeader2 = new System.Windows.Forms.ColumnHeader();
  49. groupControl4 = new DevExpress.XtraEditors.GroupControl();
  50. panelControl1 = new DevExpress.XtraEditors.PanelControl();
  51. ((System.ComponentModel.ISupportInitialize)tabFormControl1).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)listBoxControl2).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)groupControl1).BeginInit();
  54. groupControl1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)listBoxControl1).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)groupControl2).BeginInit();
  57. groupControl2.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)unboundSource1).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)groupControl3).BeginInit();
  60. groupControl3.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)groupControl4).BeginInit();
  62. groupControl4.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)panelControl1).BeginInit();
  64. panelControl1.SuspendLayout();
  65. SuspendLayout();
  66. //
  67. // splashScreenManager1
  68. //
  69. splashScreenManager1.ClosingDelay = 500;
  70. //
  71. // tabFormControl1
  72. //
  73. tabFormControl1.Appearance.Page.Disabled.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  74. tabFormControl1.Appearance.Page.Disabled.Options.UseFont = true;
  75. tabFormControl1.Appearance.Page.Hovered.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  76. tabFormControl1.Appearance.Page.Hovered.Options.UseFont = true;
  77. tabFormControl1.Appearance.Page.Normal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  78. tabFormControl1.Appearance.Page.Normal.Options.UseFont = true;
  79. tabFormControl1.Appearance.Page.Pressed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  80. tabFormControl1.Appearance.Page.Pressed.Options.UseFont = true;
  81. tabFormControl1.Appearance.TabFormControl.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  82. tabFormControl1.Appearance.TabFormControl.Options.UseFont = true;
  83. tabFormControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { barLargeButtonItem1, barButtonItem1, barButtonItem2, barButtonItem4 });
  84. tabFormControl1.Location = new System.Drawing.Point(0, 0);
  85. tabFormControl1.Margin = new System.Windows.Forms.Padding(4);
  86. tabFormControl1.Name = "tabFormControl1";
  87. tabFormControl1.ShowAddPageButton = false;
  88. tabFormControl1.Size = new System.Drawing.Size(910, 70);
  89. tabFormControl1.TabForm = this;
  90. tabFormControl1.TabIndex = 0;
  91. tabFormControl1.TabLeftItemLinks.Add(barLargeButtonItem1);
  92. tabFormControl1.TabRightItemLinks.Add(barButtonItem1);
  93. tabFormControl1.TabRightItemLinks.Add(barButtonItem2);
  94. tabFormControl1.TabRightItemLinks.Add(barButtonItem4);
  95. tabFormControl1.TabStop = false;
  96. tabFormControl1.PageCreated += tabFormControl1_PageCreated;
  97. tabFormControl1.SelectedPageChanged += tabFormControl1_SelectedPageChanged_1;
  98. //
  99. // barLargeButtonItem1
  100. //
  101. barLargeButtonItem1.Caption = " 主页 ";
  102. barLargeButtonItem1.Id = 0;
  103. barLargeButtonItem1.ItemAppearance.Hovered.BackColor = System.Drawing.SystemColors.HotTrack;
  104. barLargeButtonItem1.ItemAppearance.Hovered.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  105. barLargeButtonItem1.ItemAppearance.Hovered.ForeColor = System.Drawing.Color.White;
  106. barLargeButtonItem1.ItemAppearance.Hovered.Options.UseBackColor = true;
  107. barLargeButtonItem1.ItemAppearance.Hovered.Options.UseFont = true;
  108. barLargeButtonItem1.ItemAppearance.Hovered.Options.UseForeColor = true;
  109. barLargeButtonItem1.ItemAppearance.Normal.BackColor = System.Drawing.SystemColors.Highlight;
  110. barLargeButtonItem1.ItemAppearance.Normal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  111. barLargeButtonItem1.ItemAppearance.Normal.ForeColor = System.Drawing.Color.White;
  112. barLargeButtonItem1.ItemAppearance.Normal.Options.UseBackColor = true;
  113. barLargeButtonItem1.ItemAppearance.Normal.Options.UseFont = true;
  114. barLargeButtonItem1.ItemAppearance.Normal.Options.UseForeColor = true;
  115. barLargeButtonItem1.ItemAppearance.Pressed.BackColor = System.Drawing.SystemColors.ButtonShadow;
  116. barLargeButtonItem1.ItemAppearance.Pressed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  117. barLargeButtonItem1.ItemAppearance.Pressed.ForeColor = System.Drawing.Color.White;
  118. barLargeButtonItem1.ItemAppearance.Pressed.Options.UseBackColor = true;
  119. barLargeButtonItem1.ItemAppearance.Pressed.Options.UseFont = true;
  120. barLargeButtonItem1.ItemAppearance.Pressed.Options.UseForeColor = true;
  121. barLargeButtonItem1.Name = "barLargeButtonItem1";
  122. barLargeButtonItem1.ItemClick += barLargeButtonItem1_ItemClick;
  123. //
  124. // barButtonItem1
  125. //
  126. barButtonItem1.Caption = "编辑日志";
  127. barButtonItem1.Id = 0;
  128. barButtonItem1.ImageOptions.SvgImage = Properties.Resources.editdatasource;
  129. barButtonItem1.Name = "barButtonItem1";
  130. barButtonItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
  131. barButtonItem1.ItemClick += barButtonItem1_ItemClick;
  132. //
  133. // barButtonItem2
  134. //
  135. barButtonItem2.Caption = "备份";
  136. barButtonItem2.Id = 1;
  137. barButtonItem2.ImageOptions.SvgImage = Properties.Resources.date;
  138. barButtonItem2.Name = "barButtonItem2";
  139. barButtonItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
  140. barButtonItem2.ItemClick += barButtonItem2_ItemClick;
  141. //
  142. // barButtonItem4
  143. //
  144. barButtonItem4.Caption = "关于";
  145. barButtonItem4.Id = 0;
  146. barButtonItem4.ImageOptions.SvgImage = Properties.Resources.about;
  147. barButtonItem4.Name = "barButtonItem4";
  148. barButtonItem4.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
  149. barButtonItem4.ItemClick += barButtonItem4_ItemClick;
  150. //
  151. // listBoxControl2
  152. //
  153. listBoxControl2.Dock = System.Windows.Forms.DockStyle.Fill;
  154. listBoxControl2.Location = new System.Drawing.Point(2, 29);
  155. listBoxControl2.Name = "listBoxControl2";
  156. listBoxControl2.Size = new System.Drawing.Size(198, 362);
  157. listBoxControl2.SortOrder = System.Windows.Forms.SortOrder.Descending;
  158. listBoxControl2.TabIndex = 0;
  159. listBoxControl2.SelectedIndexChanged += listBoxControl2_SelectedIndexChanged;
  160. //
  161. // groupControl1
  162. //
  163. groupControl1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
  164. groupControl1.Controls.Add(listBoxControl1);
  165. groupControl1.CustomHeaderButtons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] { new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("刷新", true, buttonImageOptions1, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, null, false, false, true, null, -1) });
  166. groupControl1.Location = new System.Drawing.Point(5, 32);
  167. groupControl1.Name = "groupControl1";
  168. groupControl1.Size = new System.Drawing.Size(202, 395);
  169. groupControl1.TabIndex = 2;
  170. groupControl1.Text = "年份";
  171. groupControl1.CustomButtonClick += groupControl1_CustomButtonClick;
  172. //
  173. // listBoxControl1
  174. //
  175. listBoxControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  176. listBoxControl1.Location = new System.Drawing.Point(2, 29);
  177. listBoxControl1.Name = "listBoxControl1";
  178. listBoxControl1.Size = new System.Drawing.Size(198, 364);
  179. listBoxControl1.SortOrder = System.Windows.Forms.SortOrder.Descending;
  180. listBoxControl1.TabIndex = 0;
  181. listBoxControl1.SelectedIndexChanged += listBoxControl1_SelectedIndexChanged;
  182. //
  183. // groupControl2
  184. //
  185. groupControl2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
  186. groupControl2.Controls.Add(listBoxControl2);
  187. groupControl2.CustomHeaderButtons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] { new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("刷新", true, buttonImageOptions2, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, null, false, false, true, null, -1) });
  188. groupControl2.Location = new System.Drawing.Point(213, 32);
  189. groupControl2.Name = "groupControl2";
  190. groupControl2.Size = new System.Drawing.Size(202, 393);
  191. groupControl2.TabIndex = 3;
  192. groupControl2.Text = "月份";
  193. groupControl2.CustomButtonClick += groupControl2_CustomButtonClick;
  194. //
  195. // groupControl3
  196. //
  197. groupControl3.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
  198. groupControl3.Controls.Add(listView1);
  199. groupControl3.CustomHeaderButtons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] { new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("刷新", true, buttonImageOptions3, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, null, false, false, true, null, -1) });
  200. groupControl3.Location = new System.Drawing.Point(431, 7);
  201. groupControl3.Name = "groupControl3";
  202. groupControl3.Size = new System.Drawing.Size(474, 430);
  203. groupControl3.TabIndex = 6;
  204. groupControl3.Text = "日志";
  205. groupControl3.CustomButtonClick += groupControl3_CustomButtonClick;
  206. //
  207. // listView1
  208. //
  209. listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader1, columnHeader2 });
  210. listView1.Dock = System.Windows.Forms.DockStyle.Fill;
  211. listView1.Location = new System.Drawing.Point(2, 29);
  212. listView1.Name = "listView1";
  213. listView1.Size = new System.Drawing.Size(470, 399);
  214. listView1.TabIndex = 0;
  215. listView1.UseCompatibleStateImageBehavior = false;
  216. listView1.View = System.Windows.Forms.View.Details;
  217. listView1.DoubleClick += listView1_DoubleClick;
  218. //
  219. // columnHeader1
  220. //
  221. columnHeader1.Text = "日期";
  222. columnHeader1.Width = 150;
  223. //
  224. // columnHeader2
  225. //
  226. columnHeader2.Text = "标题";
  227. columnHeader2.Width = 300;
  228. //
  229. // groupControl4
  230. //
  231. groupControl4.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
  232. groupControl4.Controls.Add(groupControl1);
  233. groupControl4.Controls.Add(groupControl2);
  234. groupControl4.Location = new System.Drawing.Point(5, 5);
  235. groupControl4.Name = "groupControl4";
  236. groupControl4.Size = new System.Drawing.Size(420, 432);
  237. groupControl4.TabIndex = 7;
  238. groupControl4.Text = "检索";
  239. //
  240. // panelControl1
  241. //
  242. panelControl1.Controls.Add(groupControl4);
  243. panelControl1.Controls.Add(groupControl3);
  244. panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  245. panelControl1.Location = new System.Drawing.Point(0, 70);
  246. panelControl1.Name = "panelControl1";
  247. panelControl1.Size = new System.Drawing.Size(910, 442);
  248. panelControl1.TabIndex = 8;
  249. //
  250. // MainWindow
  251. //
  252. Appearance.Options.UseFont = true;
  253. AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  254. AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  255. ClientSize = new System.Drawing.Size(910, 512);
  256. Controls.Add(panelControl1);
  257. Controls.Add(tabFormControl1);
  258. Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  259. IconOptions.Icon = (System.Drawing.Icon)resources.GetObject("MainWindow.IconOptions.Icon");
  260. Margin = new System.Windows.Forms.Padding(4);
  261. MinimumSize = new System.Drawing.Size(912, 513);
  262. Name = "MainWindow";
  263. StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  264. TabFormControl = tabFormControl1;
  265. Text = "Archives Center";
  266. FormClosing += MainWindow_FormClosing;
  267. Load += MainWindow_Load;
  268. ((System.ComponentModel.ISupportInitialize)tabFormControl1).EndInit();
  269. ((System.ComponentModel.ISupportInitialize)listBoxControl2).EndInit();
  270. ((System.ComponentModel.ISupportInitialize)groupControl1).EndInit();
  271. groupControl1.ResumeLayout(false);
  272. ((System.ComponentModel.ISupportInitialize)listBoxControl1).EndInit();
  273. ((System.ComponentModel.ISupportInitialize)groupControl2).EndInit();
  274. groupControl2.ResumeLayout(false);
  275. ((System.ComponentModel.ISupportInitialize)unboundSource1).EndInit();
  276. ((System.ComponentModel.ISupportInitialize)groupControl3).EndInit();
  277. groupControl3.ResumeLayout(false);
  278. ((System.ComponentModel.ISupportInitialize)groupControl4).EndInit();
  279. groupControl4.ResumeLayout(false);
  280. ((System.ComponentModel.ISupportInitialize)panelControl1).EndInit();
  281. panelControl1.ResumeLayout(false);
  282. ResumeLayout(false);
  283. }
  284. #endregion
  285. private DevExpress.XtraBars.FormAssistant formAssistant1;
  286. private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem1;
  287. public DevExpress.XtraBars.TabFormControl tabFormControl1;
  288. private DevExpress.XtraEditors.GroupControl groupControl3;
  289. public System.Windows.Forms.ListView listView1;
  290. private System.Windows.Forms.ColumnHeader columnHeader1;
  291. private System.Windows.Forms.ColumnHeader columnHeader2;
  292. private DevExpress.XtraEditors.GroupControl groupControl4;
  293. private DevExpress.XtraEditors.GroupControl groupControl1;
  294. private DevExpress.XtraEditors.ListBoxControl listBoxControl1;
  295. private DevExpress.XtraEditors.GroupControl groupControl2;
  296. private DevExpress.XtraEditors.ListBoxControl listBoxControl2;
  297. private DevExpress.Data.UnboundSource unboundSource1;
  298. private DevExpress.XtraEditors.PanelControl panelControl1;
  299. public DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1;
  300. private DevExpress.XtraBars.BarButtonItem barButtonItem1;
  301. private DevExpress.XtraBars.BarButtonItem barButtonItem2;
  302. private DevExpress.XtraBars.BarButtonItem barButtonItem4;
  303. }
  304. }