MacStatusBase.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. namespace DllXqManager
  2. {
  3. partial class MacStatusBase
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MacStatusBase));
  29. this.label3 = new System.Windows.Forms.Label();
  30. this.editMacCode = new System.Windows.Forms.TextBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.editFCode = new System.Windows.Forms.TextBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.editRemark = new System.Windows.Forms.TextBox();
  35. this.button1 = new System.Windows.Forms.Button();
  36. this.button2 = new System.Windows.Forms.Button();
  37. this.label7 = new System.Windows.Forms.Label();
  38. this.editAlarmCode = new System.Windows.Forms.TextBox();
  39. this.label8 = new System.Windows.Forms.Label();
  40. this.editStatusFName = new System.Windows.Forms.TextBox();
  41. this.label9 = new System.Windows.Forms.Label();
  42. this.editSTime = new System.Windows.Forms.TextBox();
  43. this.label11 = new System.Windows.Forms.Label();
  44. this.editETime = new System.Windows.Forms.TextBox();
  45. this.label13 = new System.Windows.Forms.Label();
  46. this.editFLen = new System.Windows.Forms.TextBox();
  47. this.label14 = new System.Windows.Forms.Label();
  48. this.editAlarmDescribe = new System.Windows.Forms.TextBox();
  49. this.button3 = new System.Windows.Forms.Button();
  50. this.panel1 = new System.Windows.Forms.Panel();
  51. this.btEmail = new System.Windows.Forms.Button();
  52. this.panel1.SuspendLayout();
  53. this.SuspendLayout();
  54. //
  55. // label3
  56. //
  57. this.label3.Location = new System.Drawing.Point(2, 24);
  58. this.label3.Name = "label3";
  59. this.label3.Size = new System.Drawing.Size(100, 23);
  60. this.label3.TabIndex = 6;
  61. this.label3.Text = "机台代码";
  62. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  63. //
  64. // editMacCode
  65. //
  66. this.editMacCode.Location = new System.Drawing.Point(105, 24);
  67. this.editMacCode.Name = "editMacCode";
  68. this.editMacCode.Size = new System.Drawing.Size(176, 21);
  69. this.editMacCode.TabIndex = 7;
  70. //
  71. // label1
  72. //
  73. this.label1.Location = new System.Drawing.Point(2, 68);
  74. this.label1.Name = "label1";
  75. this.label1.Size = new System.Drawing.Size(100, 23);
  76. this.label1.TabIndex = 8;
  77. this.label1.Text = "状态代码";
  78. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  79. //
  80. // editFCode
  81. //
  82. this.editFCode.Location = new System.Drawing.Point(105, 68);
  83. this.editFCode.Name = "editFCode";
  84. this.editFCode.ReadOnly = true;
  85. this.editFCode.Size = new System.Drawing.Size(176, 21);
  86. this.editFCode.TabIndex = 9;
  87. //
  88. // label2
  89. //
  90. this.label2.Location = new System.Drawing.Point(2, 180);
  91. this.label2.Name = "label2";
  92. this.label2.Size = new System.Drawing.Size(100, 23);
  93. this.label2.TabIndex = 10;
  94. this.label2.Text = "备注";
  95. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  96. //
  97. // editRemark
  98. //
  99. this.editRemark.Location = new System.Drawing.Point(105, 180);
  100. this.editRemark.Name = "editRemark";
  101. this.editRemark.Size = new System.Drawing.Size(504, 21);
  102. this.editRemark.TabIndex = 11;
  103. //
  104. // button1
  105. //
  106. this.button1.Location = new System.Drawing.Point(109, 266);
  107. this.button1.Name = "button1";
  108. this.button1.Size = new System.Drawing.Size(83, 37);
  109. this.button1.TabIndex = 16;
  110. this.button1.Text = "新增(&A)";
  111. this.button1.UseVisualStyleBackColor = true;
  112. this.button1.Click += new System.EventHandler(this.button1_Click);
  113. //
  114. // button2
  115. //
  116. this.button2.Location = new System.Drawing.Point(198, 266);
  117. this.button2.Name = "button2";
  118. this.button2.Size = new System.Drawing.Size(83, 37);
  119. this.button2.TabIndex = 17;
  120. this.button2.Text = "保存(&S)";
  121. this.button2.UseVisualStyleBackColor = true;
  122. this.button2.Click += new System.EventHandler(this.button2_Click);
  123. //
  124. // label7
  125. //
  126. this.label7.Location = new System.Drawing.Point(2, 142);
  127. this.label7.Name = "label7";
  128. this.label7.Size = new System.Drawing.Size(100, 23);
  129. this.label7.TabIndex = 20;
  130. this.label7.Text = "报警代码";
  131. this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  132. //
  133. // editAlarmCode
  134. //
  135. this.editAlarmCode.Location = new System.Drawing.Point(105, 142);
  136. this.editAlarmCode.Name = "editAlarmCode";
  137. this.editAlarmCode.Size = new System.Drawing.Size(176, 21);
  138. this.editAlarmCode.TabIndex = 21;
  139. //
  140. // label8
  141. //
  142. this.label8.Location = new System.Drawing.Point(31, 105);
  143. this.label8.Name = "label8";
  144. this.label8.Size = new System.Drawing.Size(71, 23);
  145. this.label8.TabIndex = 140;
  146. this.label8.Text = "状态名称";
  147. this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  148. //
  149. // editStatusFName
  150. //
  151. this.editStatusFName.Location = new System.Drawing.Point(105, 105);
  152. this.editStatusFName.Name = "editStatusFName";
  153. this.editStatusFName.ReadOnly = true;
  154. this.editStatusFName.Size = new System.Drawing.Size(176, 21);
  155. this.editStatusFName.TabIndex = 141;
  156. //
  157. // label9
  158. //
  159. this.label9.Location = new System.Drawing.Point(290, 22);
  160. this.label9.Name = "label9";
  161. this.label9.Size = new System.Drawing.Size(69, 23);
  162. this.label9.TabIndex = 142;
  163. this.label9.Text = "开始时间";
  164. this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  165. //
  166. // editSTime
  167. //
  168. this.editSTime.Location = new System.Drawing.Point(362, 22);
  169. this.editSTime.Name = "editSTime";
  170. this.editSTime.ReadOnly = true;
  171. this.editSTime.Size = new System.Drawing.Size(247, 21);
  172. this.editSTime.TabIndex = 143;
  173. //
  174. // label11
  175. //
  176. this.label11.Location = new System.Drawing.Point(290, 70);
  177. this.label11.Name = "label11";
  178. this.label11.Size = new System.Drawing.Size(69, 23);
  179. this.label11.TabIndex = 146;
  180. this.label11.Text = "结束时间";
  181. this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  182. //
  183. // editETime
  184. //
  185. this.editETime.Location = new System.Drawing.Point(362, 70);
  186. this.editETime.Name = "editETime";
  187. this.editETime.ReadOnly = true;
  188. this.editETime.Size = new System.Drawing.Size(247, 21);
  189. this.editETime.TabIndex = 147;
  190. //
  191. // label13
  192. //
  193. this.label13.Location = new System.Drawing.Point(290, 105);
  194. this.label13.Name = "label13";
  195. this.label13.Size = new System.Drawing.Size(69, 23);
  196. this.label13.TabIndex = 150;
  197. this.label13.Text = "时长";
  198. this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  199. //
  200. // editFLen
  201. //
  202. this.editFLen.Location = new System.Drawing.Point(362, 105);
  203. this.editFLen.Name = "editFLen";
  204. this.editFLen.ReadOnly = true;
  205. this.editFLen.Size = new System.Drawing.Size(247, 21);
  206. this.editFLen.TabIndex = 151;
  207. //
  208. // label14
  209. //
  210. this.label14.Location = new System.Drawing.Point(288, 142);
  211. this.label14.Name = "label14";
  212. this.label14.Size = new System.Drawing.Size(71, 23);
  213. this.label14.TabIndex = 152;
  214. this.label14.Text = "报警描述";
  215. this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  216. //
  217. // editAlarmDescribe
  218. //
  219. this.editAlarmDescribe.Location = new System.Drawing.Point(362, 142);
  220. this.editAlarmDescribe.Name = "editAlarmDescribe";
  221. this.editAlarmDescribe.Size = new System.Drawing.Size(247, 21);
  222. this.editAlarmDescribe.TabIndex = 153;
  223. //
  224. // button3
  225. //
  226. this.button3.Location = new System.Drawing.Point(304, 266);
  227. this.button3.Name = "button3";
  228. this.button3.Size = new System.Drawing.Size(83, 37);
  229. this.button3.TabIndex = 155;
  230. this.button3.Text = "复制新增(&C)";
  231. this.button3.UseVisualStyleBackColor = true;
  232. this.button3.Click += new System.EventHandler(this.button3_Click);
  233. //
  234. // panel1
  235. //
  236. this.panel1.Controls.Add(this.btEmail);
  237. this.panel1.Controls.Add(this.editMacCode);
  238. this.panel1.Controls.Add(this.button3);
  239. this.panel1.Controls.Add(this.label3);
  240. this.panel1.Controls.Add(this.label14);
  241. this.panel1.Controls.Add(this.editFCode);
  242. this.panel1.Controls.Add(this.editAlarmDescribe);
  243. this.panel1.Controls.Add(this.label1);
  244. this.panel1.Controls.Add(this.label13);
  245. this.panel1.Controls.Add(this.editRemark);
  246. this.panel1.Controls.Add(this.editFLen);
  247. this.panel1.Controls.Add(this.label2);
  248. this.panel1.Controls.Add(this.label11);
  249. this.panel1.Controls.Add(this.editETime);
  250. this.panel1.Controls.Add(this.button1);
  251. this.panel1.Controls.Add(this.button2);
  252. this.panel1.Controls.Add(this.label9);
  253. this.panel1.Controls.Add(this.editAlarmCode);
  254. this.panel1.Controls.Add(this.editSTime);
  255. this.panel1.Controls.Add(this.label7);
  256. this.panel1.Controls.Add(this.label8);
  257. this.panel1.Controls.Add(this.editStatusFName);
  258. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  259. this.panel1.Location = new System.Drawing.Point(0, 0);
  260. this.panel1.Name = "panel1";
  261. this.panel1.Size = new System.Drawing.Size(680, 322);
  262. this.panel1.TabIndex = 156;
  263. //
  264. // btEmail
  265. //
  266. this.btEmail.Font = new System.Drawing.Font("SimSun", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  267. this.btEmail.Image = ((System.Drawing.Image)(resources.GetObject("btEmail.Image")));
  268. this.btEmail.Location = new System.Drawing.Point(272, 67);
  269. this.btEmail.Name = "btEmail";
  270. this.btEmail.Size = new System.Drawing.Size(25, 25);
  271. this.btEmail.TabIndex = 159;
  272. this.btEmail.TextAlign = System.Drawing.ContentAlignment.TopLeft;
  273. this.btEmail.UseVisualStyleBackColor = true;
  274. this.btEmail.Click += new System.EventHandler(this.btEmail_Click_1);
  275. //
  276. // MacStatusBase
  277. //
  278. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  279. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  280. this.ClientSize = new System.Drawing.Size(680, 321);
  281. this.Controls.Add(this.panel1);
  282. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  283. this.MaximizeBox = false;
  284. this.Name = "MacStatusBase";
  285. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  286. this.Text = "状态维护";
  287. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.mmabase_FormClosing);
  288. this.Load += new System.EventHandler(this.MacStatusBase_Load);
  289. this.panel1.ResumeLayout(false);
  290. this.panel1.PerformLayout();
  291. this.ResumeLayout(false);
  292. }
  293. #endregion
  294. private System.Windows.Forms.Label label3;
  295. private System.Windows.Forms.TextBox editMacCode;
  296. private System.Windows.Forms.Label label1;
  297. private System.Windows.Forms.TextBox editFCode;
  298. private System.Windows.Forms.Label label2;
  299. private System.Windows.Forms.TextBox editRemark;
  300. private System.Windows.Forms.Button button1;
  301. private System.Windows.Forms.Button button2;
  302. private System.Windows.Forms.Label label7;
  303. private System.Windows.Forms.TextBox editAlarmCode;
  304. private System.Windows.Forms.Label label8;
  305. private System.Windows.Forms.TextBox editStatusFName;
  306. private System.Windows.Forms.Label label9;
  307. private System.Windows.Forms.TextBox editSTime;
  308. private System.Windows.Forms.Label label11;
  309. private System.Windows.Forms.TextBox editETime;
  310. private System.Windows.Forms.Label label13;
  311. private System.Windows.Forms.TextBox editFLen;
  312. private System.Windows.Forms.Label label14;
  313. private System.Windows.Forms.TextBox editAlarmDescribe;
  314. private System.Windows.Forms.Button button3;
  315. private System.Windows.Forms.Panel panel1;
  316. private System.Windows.Forms.Button btEmail;
  317. }
  318. }