Form1.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  1. namespace Archives_Center
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  32. this.打开OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33. this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
  34. this.另存为AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35. this.编辑EToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  36. this.新建日志NToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.管理备份ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.关于AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  39. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  40. this.listBox1 = new System.Windows.Forms.ListBox();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.groupBox1 = new System.Windows.Forms.GroupBox();
  43. this.groupBox2 = new System.Windows.Forms.GroupBox();
  44. this.listBox2 = new System.Windows.Forms.ListBox();
  45. this.button1 = new System.Windows.Forms.Button();
  46. this.listView1 = new System.Windows.Forms.ListView();
  47. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  48. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  49. this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
  50. this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
  51. this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
  52. this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
  53. this.timer1 = new System.Windows.Forms.Timer(this.components);
  54. this.timer2 = new System.Windows.Forms.Timer(this.components);
  55. this.menuStrip1.SuspendLayout();
  56. this.groupBox1.SuspendLayout();
  57. this.groupBox2.SuspendLayout();
  58. this.statusStrip1.SuspendLayout();
  59. this.SuspendLayout();
  60. //
  61. // label1
  62. //
  63. this.label1.AutoSize = true;
  64. this.label1.BackColor = System.Drawing.Color.Transparent;
  65. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  66. this.label1.Location = new System.Drawing.Point(10, 25);
  67. this.label1.Name = "label1";
  68. this.label1.Size = new System.Drawing.Size(116, 37);
  69. this.label1.TabIndex = 1;
  70. this.label1.Text = "欢迎!";
  71. //
  72. // 文件FToolStripMenuItem
  73. //
  74. this.文件FToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  75. this.打开OToolStripMenuItem,
  76. this.toolStripSeparator,
  77. this.另存为AToolStripMenuItem});
  78. this.文件FToolStripMenuItem.Name = "文件FToolStripMenuItem";
  79. this.文件FToolStripMenuItem.Size = new System.Drawing.Size(58, 21);
  80. this.文件FToolStripMenuItem.Text = "文件(&F)";
  81. //
  82. // 打开OToolStripMenuItem
  83. //
  84. this.打开OToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("打开OToolStripMenuItem.Image")));
  85. this.打开OToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
  86. this.打开OToolStripMenuItem.Name = "打开OToolStripMenuItem";
  87. this.打开OToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
  88. this.打开OToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
  89. this.打开OToolStripMenuItem.Text = "打开数据库(&O)";
  90. this.打开OToolStripMenuItem.Click += new System.EventHandler(this.打开OToolStripMenuItem_Click);
  91. //
  92. // toolStripSeparator
  93. //
  94. this.toolStripSeparator.Name = "toolStripSeparator";
  95. this.toolStripSeparator.Size = new System.Drawing.Size(198, 6);
  96. //
  97. // 另存为AToolStripMenuItem
  98. //
  99. this.另存为AToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("另存为AToolStripMenuItem.Image")));
  100. this.另存为AToolStripMenuItem.Name = "另存为AToolStripMenuItem";
  101. this.另存为AToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
  102. this.另存为AToolStripMenuItem.Text = "另存为数据库(&A)";
  103. this.另存为AToolStripMenuItem.Click += new System.EventHandler(this.另存为AToolStripMenuItem_Click);
  104. //
  105. // 编辑EToolStripMenuItem
  106. //
  107. this.编辑EToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  108. this.新建日志NToolStripMenuItem,
  109. this.管理备份ToolStripMenuItem});
  110. this.编辑EToolStripMenuItem.Name = "编辑EToolStripMenuItem";
  111. this.编辑EToolStripMenuItem.Size = new System.Drawing.Size(59, 21);
  112. this.编辑EToolStripMenuItem.Text = "编辑(&E)";
  113. //
  114. // 新建日志NToolStripMenuItem
  115. //
  116. this.新建日志NToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("新建日志NToolStripMenuItem.Image")));
  117. this.新建日志NToolStripMenuItem.Name = "新建日志NToolStripMenuItem";
  118. this.新建日志NToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
  119. this.新建日志NToolStripMenuItem.Text = "新建日志(&N)";
  120. this.新建日志NToolStripMenuItem.Click += new System.EventHandler(this.新建日志NToolStripMenuItem_Click);
  121. //
  122. // 管理备份ToolStripMenuItem
  123. //
  124. this.管理备份ToolStripMenuItem.Name = "管理备份ToolStripMenuItem";
  125. this.管理备份ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
  126. this.管理备份ToolStripMenuItem.Text = "管理备份";
  127. this.管理备份ToolStripMenuItem.Click += new System.EventHandler(this.管理备份ToolStripMenuItem_Click);
  128. //
  129. // 关于AToolStripMenuItem
  130. //
  131. this.关于AToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("关于AToolStripMenuItem.Image")));
  132. this.关于AToolStripMenuItem.Name = "关于AToolStripMenuItem";
  133. this.关于AToolStripMenuItem.Size = new System.Drawing.Size(76, 21);
  134. this.关于AToolStripMenuItem.Text = "关于(&A)";
  135. this.关于AToolStripMenuItem.Click += new System.EventHandler(this.关于AToolStripMenuItem_Click);
  136. //
  137. // menuStrip1
  138. //
  139. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  140. this.文件FToolStripMenuItem,
  141. this.编辑EToolStripMenuItem,
  142. this.关于AToolStripMenuItem});
  143. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  144. this.menuStrip1.Name = "menuStrip1";
  145. this.menuStrip1.Size = new System.Drawing.Size(784, 25);
  146. this.menuStrip1.TabIndex = 0;
  147. this.menuStrip1.Text = "menuStrip1";
  148. //
  149. // listBox1
  150. //
  151. this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  152. | System.Windows.Forms.AnchorStyles.Left)
  153. | System.Windows.Forms.AnchorStyles.Right)));
  154. this.listBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  155. this.listBox1.FormattingEnabled = true;
  156. this.listBox1.ItemHeight = 20;
  157. this.listBox1.Location = new System.Drawing.Point(6, 18);
  158. this.listBox1.Name = "listBox1";
  159. this.listBox1.Size = new System.Drawing.Size(138, 244);
  160. this.listBox1.TabIndex = 2;
  161. this.listBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.listBox1_MouseClick);
  162. //
  163. // label2
  164. //
  165. this.label2.AutoSize = true;
  166. this.label2.BackColor = System.Drawing.Color.Transparent;
  167. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  168. this.label2.Location = new System.Drawing.Point(12, 56);
  169. this.label2.Name = "label2";
  170. this.label2.Size = new System.Drawing.Size(54, 25);
  171. this.label2.TabIndex = 3;
  172. this.label2.Text = "检索";
  173. //
  174. // groupBox1
  175. //
  176. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  177. | System.Windows.Forms.AnchorStyles.Left)));
  178. this.groupBox1.BackColor = System.Drawing.Color.Transparent;
  179. this.groupBox1.Controls.Add(this.listBox1);
  180. this.groupBox1.Location = new System.Drawing.Point(12, 82);
  181. this.groupBox1.Name = "groupBox1";
  182. this.groupBox1.Size = new System.Drawing.Size(150, 262);
  183. this.groupBox1.TabIndex = 4;
  184. this.groupBox1.TabStop = false;
  185. this.groupBox1.Text = "年";
  186. //
  187. // groupBox2
  188. //
  189. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  190. | System.Windows.Forms.AnchorStyles.Left)));
  191. this.groupBox2.BackColor = System.Drawing.Color.Transparent;
  192. this.groupBox2.Controls.Add(this.listBox2);
  193. this.groupBox2.Location = new System.Drawing.Point(168, 82);
  194. this.groupBox2.Name = "groupBox2";
  195. this.groupBox2.Size = new System.Drawing.Size(150, 262);
  196. this.groupBox2.TabIndex = 5;
  197. this.groupBox2.TabStop = false;
  198. this.groupBox2.Text = "月";
  199. //
  200. // listBox2
  201. //
  202. this.listBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  203. | System.Windows.Forms.AnchorStyles.Left)
  204. | System.Windows.Forms.AnchorStyles.Right)));
  205. this.listBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  206. this.listBox2.FormattingEnabled = true;
  207. this.listBox2.ItemHeight = 20;
  208. this.listBox2.Location = new System.Drawing.Point(6, 18);
  209. this.listBox2.Name = "listBox2";
  210. this.listBox2.Size = new System.Drawing.Size(138, 244);
  211. this.listBox2.TabIndex = 2;
  212. this.listBox2.Click += new System.EventHandler(this.listBox2_Click);
  213. //
  214. // button1
  215. //
  216. this.button1.Location = new System.Drawing.Point(243, 58);
  217. this.button1.Name = "button1";
  218. this.button1.Size = new System.Drawing.Size(75, 21);
  219. this.button1.TabIndex = 7;
  220. this.button1.Text = "刷新";
  221. this.button1.UseVisualStyleBackColor = true;
  222. this.button1.Click += new System.EventHandler(this.button1_Click);
  223. //
  224. // listView1
  225. //
  226. this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  227. | System.Windows.Forms.AnchorStyles.Left)
  228. | System.Windows.Forms.AnchorStyles.Right)));
  229. this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
  230. this.listView1.HideSelection = false;
  231. this.listView1.Location = new System.Drawing.Point(324, 56);
  232. this.listView1.Name = "listView1";
  233. this.listView1.Size = new System.Drawing.Size(448, 288);
  234. this.listView1.TabIndex = 8;
  235. this.listView1.UseCompatibleStateImageBehavior = false;
  236. this.listView1.View = System.Windows.Forms.View.Details;
  237. this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
  238. //
  239. // statusStrip1
  240. //
  241. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  242. this.toolStripStatusLabel1,
  243. this.toolStripStatusLabel2,
  244. this.toolStripProgressBar1,
  245. this.toolStripStatusLabel3,
  246. this.toolStripStatusLabel4});
  247. this.statusStrip1.Location = new System.Drawing.Point(0, 353);
  248. this.statusStrip1.Name = "statusStrip1";
  249. this.statusStrip1.Size = new System.Drawing.Size(784, 26);
  250. this.statusStrip1.TabIndex = 9;
  251. this.statusStrip1.Text = "statusStrip1";
  252. //
  253. // toolStripStatusLabel1
  254. //
  255. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  256. this.toolStripStatusLabel1.Size = new System.Drawing.Size(131, 21);
  257. this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
  258. //
  259. // toolStripStatusLabel2
  260. //
  261. this.toolStripStatusLabel2.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
  262. this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
  263. this.toolStripStatusLabel2.Size = new System.Drawing.Size(168, 21);
  264. this.toolStripStatusLabel2.Text = "数据库状态:本地、连接正常";
  265. //
  266. // toolStripProgressBar1
  267. //
  268. this.toolStripProgressBar1.AutoSize = false;
  269. this.toolStripProgressBar1.Name = "toolStripProgressBar1";
  270. this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 20);
  271. this.toolStripProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
  272. //
  273. // toolStripStatusLabel3
  274. //
  275. this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
  276. this.toolStripStatusLabel3.Size = new System.Drawing.Size(75, 21);
  277. this.toolStripStatusLabel3.Spring = true;
  278. //
  279. // toolStripStatusLabel4
  280. //
  281. this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
  282. this.toolStripStatusLabel4.Size = new System.Drawing.Size(131, 21);
  283. this.toolStripStatusLabel4.Text = "toolStripStatusLabel4";
  284. //
  285. // timer1
  286. //
  287. this.timer1.Enabled = true;
  288. this.timer1.Interval = 1;
  289. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  290. //
  291. // Form1
  292. //
  293. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  294. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  295. this.BackgroundImage = global::Archives_Center.Properties.Resources._2_bc3d32a696895f78c19df6c717586a5d_1;
  296. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  297. this.ClientSize = new System.Drawing.Size(784, 379);
  298. this.Controls.Add(this.statusStrip1);
  299. this.Controls.Add(this.listView1);
  300. this.Controls.Add(this.button1);
  301. this.Controls.Add(this.groupBox2);
  302. this.Controls.Add(this.groupBox1);
  303. this.Controls.Add(this.label2);
  304. this.Controls.Add(this.label1);
  305. this.Controls.Add(this.menuStrip1);
  306. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  307. this.MainMenuStrip = this.menuStrip1;
  308. this.MinimumSize = new System.Drawing.Size(800, 418);
  309. this.Name = "Form1";
  310. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  311. this.Text = "Archives Center 主窗口";
  312. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
  313. this.menuStrip1.ResumeLayout(false);
  314. this.menuStrip1.PerformLayout();
  315. this.groupBox1.ResumeLayout(false);
  316. this.groupBox2.ResumeLayout(false);
  317. this.statusStrip1.ResumeLayout(false);
  318. this.statusStrip1.PerformLayout();
  319. this.ResumeLayout(false);
  320. this.PerformLayout();
  321. }
  322. #endregion
  323. private System.Windows.Forms.Label label1;
  324. private System.Windows.Forms.ToolStripMenuItem 文件FToolStripMenuItem;
  325. private System.Windows.Forms.ToolStripMenuItem 打开OToolStripMenuItem;
  326. private System.Windows.Forms.ToolStripSeparator toolStripSeparator;
  327. private System.Windows.Forms.ToolStripMenuItem 另存为AToolStripMenuItem;
  328. private System.Windows.Forms.ToolStripMenuItem 编辑EToolStripMenuItem;
  329. private System.Windows.Forms.ToolStripMenuItem 新建日志NToolStripMenuItem;
  330. private System.Windows.Forms.ToolStripMenuItem 关于AToolStripMenuItem;
  331. private System.Windows.Forms.MenuStrip menuStrip1;
  332. private System.Windows.Forms.ListBox listBox1;
  333. private System.Windows.Forms.Label label2;
  334. private System.Windows.Forms.GroupBox groupBox1;
  335. private System.Windows.Forms.GroupBox groupBox2;
  336. private System.Windows.Forms.ListBox listBox2;
  337. private System.Windows.Forms.Button button1;
  338. private System.Windows.Forms.ListView listView1;
  339. private System.Windows.Forms.ToolStripMenuItem 管理备份ToolStripMenuItem;
  340. private System.Windows.Forms.StatusStrip statusStrip1;
  341. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  342. private System.Windows.Forms.Timer timer1;
  343. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
  344. private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
  345. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
  346. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4;
  347. private System.Windows.Forms.Timer timer2;
  348. }
  349. }