BasicInformationSettings.Designer.cs 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. 
  2. using System;
  3. using System.Windows.Forms;
  4. namespace SmartCoalApplication.Setup
  5. {
  6. partial class BasicInformationSettings
  7. {
  8. /// <summary>
  9. /// Required designer variable.
  10. /// </summary>
  11. private System.ComponentModel.IContainer components = null;
  12. /// <summary>
  13. /// Clean up any resources being used.
  14. /// </summary>
  15. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  16. protected override void Dispose(bool disposing)
  17. {
  18. if (disposing && (components != null))
  19. {
  20. components.Dispose();
  21. }
  22. base.Dispose(disposing);
  23. }
  24. #region Windows Form Designer generated code
  25. /// <summary>
  26. /// Required method for Designer support - do not modify
  27. /// the contents of this method with the code editor.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. this.components = new System.ComponentModel.Container();
  32. this.timer1 = new System.Windows.Forms.Timer(this.components);
  33. this.groupBox1 = new System.Windows.Forms.GroupBox();
  34. this.listBoxLeixing = new System.Windows.Forms.ListBox();
  35. this.groupBox2 = new System.Windows.Forms.GroupBox();
  36. this.buttonClose = new System.Windows.Forms.Button();
  37. this.buttonDelete = new System.Windows.Forms.Button();
  38. this.buttonEdit = new System.Windows.Forms.Button();
  39. this.buttonAdd = new System.Windows.Forms.Button();
  40. this.groupBox3 = new System.Windows.Forms.GroupBox();
  41. this.listBoxMingcheng = new System.Windows.Forms.ListBox();
  42. this.groupBox1.SuspendLayout();
  43. this.groupBox2.SuspendLayout();
  44. this.groupBox3.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // timer1
  48. //
  49. this.timer1.Enabled = true;
  50. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  51. //
  52. // groupBox1
  53. //
  54. this.groupBox1.Controls.Add(this.listBoxLeixing);
  55. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  56. this.groupBox1.Name = "groupBox1";
  57. this.groupBox1.Size = new System.Drawing.Size(209, 408);
  58. this.groupBox1.TabIndex = 0;
  59. this.groupBox1.TabStop = false;
  60. this.groupBox1.Text = "類型";
  61. //
  62. // listBoxLeixing
  63. //
  64. this.listBoxLeixing.FormattingEnabled = true;
  65. this.listBoxLeixing.ItemHeight = 12;
  66. this.listBoxLeixing.Location = new System.Drawing.Point(6, 20);
  67. this.listBoxLeixing.Name = "listBoxLeixing";
  68. this.listBoxLeixing.Size = new System.Drawing.Size(197, 376);
  69. this.listBoxLeixing.TabIndex = 1;
  70. this.listBoxLeixing.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listBoxLeixing_MouseDown);
  71. //
  72. // groupBox2
  73. //
  74. this.groupBox2.Controls.Add(this.buttonClose);
  75. this.groupBox2.Controls.Add(this.buttonDelete);
  76. this.groupBox2.Controls.Add(this.buttonEdit);
  77. this.groupBox2.Controls.Add(this.buttonAdd);
  78. this.groupBox2.Location = new System.Drawing.Point(227, 12);
  79. this.groupBox2.Name = "groupBox2";
  80. this.groupBox2.Size = new System.Drawing.Size(561, 55);
  81. this.groupBox2.TabIndex = 1;
  82. this.groupBox2.TabStop = false;
  83. this.groupBox2.Text = "操作";
  84. //
  85. // buttonClose
  86. //
  87. this.buttonClose.Location = new System.Drawing.Point(480, 20);
  88. this.buttonClose.Name = "buttonClose";
  89. this.buttonClose.Size = new System.Drawing.Size(75, 23);
  90. this.buttonClose.TabIndex = 3;
  91. this.buttonClose.Text = "關閉";
  92. this.buttonClose.UseVisualStyleBackColor = true;
  93. this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
  94. //
  95. // buttonDelete
  96. //
  97. this.buttonDelete.Location = new System.Drawing.Point(399, 20);
  98. this.buttonDelete.Name = "buttonDelete";
  99. this.buttonDelete.Size = new System.Drawing.Size(75, 23);
  100. this.buttonDelete.TabIndex = 2;
  101. this.buttonDelete.Text = "刪除";
  102. this.buttonDelete.UseVisualStyleBackColor = true;
  103. this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click);
  104. //
  105. // buttonEdit
  106. //
  107. this.buttonEdit.Location = new System.Drawing.Point(318, 20);
  108. this.buttonEdit.Name = "buttonEdit";
  109. this.buttonEdit.Size = new System.Drawing.Size(75, 23);
  110. this.buttonEdit.TabIndex = 1;
  111. this.buttonEdit.Text = "編輯";
  112. this.buttonEdit.UseVisualStyleBackColor = true;
  113. this.buttonEdit.Click += new System.EventHandler(this.buttonEdit_Click);
  114. //
  115. // buttonAdd
  116. //
  117. this.buttonAdd.Location = new System.Drawing.Point(237, 20);
  118. this.buttonAdd.Name = "buttonAdd";
  119. this.buttonAdd.Size = new System.Drawing.Size(75, 23);
  120. this.buttonAdd.TabIndex = 0;
  121. this.buttonAdd.Text = "新增";
  122. this.buttonAdd.UseVisualStyleBackColor = true;
  123. this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
  124. //
  125. // groupBox3
  126. //
  127. this.groupBox3.Controls.Add(this.listBoxMingcheng);
  128. this.groupBox3.Location = new System.Drawing.Point(227, 73);
  129. this.groupBox3.Name = "groupBox3";
  130. this.groupBox3.Size = new System.Drawing.Size(571, 347);
  131. this.groupBox3.TabIndex = 2;
  132. this.groupBox3.TabStop = false;
  133. this.groupBox3.Text = "名稱";
  134. //
  135. // listBoxMingcheng
  136. //
  137. this.listBoxMingcheng.FormattingEnabled = true;
  138. this.listBoxMingcheng.ItemHeight = 12;
  139. this.listBoxMingcheng.Location = new System.Drawing.Point(6, 13);
  140. this.listBoxMingcheng.Name = "listBoxMingcheng";
  141. this.listBoxMingcheng.Size = new System.Drawing.Size(559, 328);
  142. this.listBoxMingcheng.TabIndex = 0;
  143. this.listBoxMingcheng.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listBoxMingcheng_MouseDown);
  144. //
  145. // BasicInformationSettings
  146. //
  147. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  148. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  149. this.ClientSize = new System.Drawing.Size(800, 424);
  150. this.Controls.Add(this.groupBox3);
  151. this.Controls.Add(this.groupBox2);
  152. this.Controls.Add(this.groupBox1);
  153. this.MinimizeBox = false;
  154. this.Name = "BasicInformationSettings";
  155. this.Text = "基础信息设置";
  156. this.Load += new System.EventHandler(this.BasicInformationSettings_Load);
  157. this.groupBox1.ResumeLayout(false);
  158. this.groupBox2.ResumeLayout(false);
  159. this.groupBox3.ResumeLayout(false);
  160. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(beforeClosing);
  161. this.ResumeLayout(false);
  162. }
  163. #endregion
  164. private System.Windows.Forms.Timer timer1;
  165. private System.Windows.Forms.GroupBox groupBox1;
  166. private System.Windows.Forms.GroupBox groupBox2;
  167. private System.Windows.Forms.GroupBox groupBox3;
  168. private System.Windows.Forms.ListBox listBoxLeixing;
  169. private System.Windows.Forms.ListBox listBoxMingcheng;
  170. private System.Windows.Forms.Button buttonClose;
  171. private System.Windows.Forms.Button buttonDelete;
  172. private System.Windows.Forms.Button buttonEdit;
  173. private System.Windows.Forms.Button buttonAdd;
  174. }
  175. }