锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

441 lines
24 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSRESAdd
  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(FormICSRESAdd));
  29. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.txtSHIFTTYPEID = new DevExpress.XtraEditors.TextEdit();
  32. this.txtSEGID = new DevExpress.XtraEditors.TextEdit();
  33. this.label12SSID = new System.Windows.Forms.Label();
  34. this.label7 = new System.Windows.Forms.Label();
  35. this.btnSSID = new DevExpress.XtraEditors.ButtonEdit();
  36. this.label13SHIFTTYPEID = new System.Windows.Forms.Label();
  37. this.label11SEGID = new System.Windows.Forms.Label();
  38. this.comboBox1 = new System.Windows.Forms.ComboBox();
  39. this.label9 = new System.Windows.Forms.Label();
  40. this.btnCREWCODE = new DevExpress.XtraEditors.ButtonEdit();
  41. this.label8 = new System.Windows.Forms.Label();
  42. this.label6 = new System.Windows.Forms.Label();
  43. this.label4 = new System.Windows.Forms.Label();
  44. this.txtMtime = new DevExpress.XtraEditors.TextEdit();
  45. this.label3 = new System.Windows.Forms.Label();
  46. this.txtMuser = new DevExpress.XtraEditors.TextEdit();
  47. this.label2 = new System.Windows.Forms.Label();
  48. this.txtRESDESC = new System.Windows.Forms.RichTextBox();
  49. this.label5 = new System.Windows.Forms.Label();
  50. this.txtRESCODE = new DevExpress.XtraEditors.TextEdit();
  51. this.label1 = new System.Windows.Forms.Label();
  52. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  53. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  54. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  55. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  56. this.panelControl1.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.txtSHIFTTYPEID.Properties)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.txtSEGID.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.btnSSID.Properties)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.btnCREWCODE.Properties)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.txtMtime.Properties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.txtMuser.Properties)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.txtRESCODE.Properties)).BeginInit();
  64. this.SuspendLayout();
  65. //
  66. // labelControl1
  67. //
  68. this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
  70. this.labelControl1.Location = new System.Drawing.Point(17, 3);
  71. this.labelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  72. this.labelControl1.Name = "labelControl1";
  73. this.labelControl1.Size = new System.Drawing.Size(96, 31);
  74. this.labelControl1.TabIndex = 26;
  75. this.labelControl1.Text = "资源信息";
  76. //
  77. // panelControl1
  78. //
  79. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  80. | System.Windows.Forms.AnchorStyles.Left)
  81. | System.Windows.Forms.AnchorStyles.Right)));
  82. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  83. this.panelControl1.Appearance.Options.UseBackColor = true;
  84. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  85. this.panelControl1.Controls.Add(this.txtSHIFTTYPEID);
  86. this.panelControl1.Controls.Add(this.txtSEGID);
  87. this.panelControl1.Controls.Add(this.label12SSID);
  88. this.panelControl1.Controls.Add(this.label7);
  89. this.panelControl1.Controls.Add(this.btnSSID);
  90. this.panelControl1.Controls.Add(this.label13SHIFTTYPEID);
  91. this.panelControl1.Controls.Add(this.label11SEGID);
  92. this.panelControl1.Controls.Add(this.comboBox1);
  93. this.panelControl1.Controls.Add(this.label9);
  94. this.panelControl1.Controls.Add(this.btnCREWCODE);
  95. this.panelControl1.Controls.Add(this.label8);
  96. this.panelControl1.Controls.Add(this.label6);
  97. this.panelControl1.Controls.Add(this.label4);
  98. this.panelControl1.Controls.Add(this.txtMtime);
  99. this.panelControl1.Controls.Add(this.label3);
  100. this.panelControl1.Controls.Add(this.txtMuser);
  101. this.panelControl1.Controls.Add(this.label2);
  102. this.panelControl1.Controls.Add(this.txtRESDESC);
  103. this.panelControl1.Controls.Add(this.label5);
  104. this.panelControl1.Controls.Add(this.txtRESCODE);
  105. this.panelControl1.Controls.Add(this.label1);
  106. this.panelControl1.Location = new System.Drawing.Point(3, 60);
  107. this.panelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  108. this.panelControl1.Name = "panelControl1";
  109. this.panelControl1.Padding = new System.Windows.Forms.Padding(7, 0, 0, 0);
  110. this.panelControl1.Size = new System.Drawing.Size(413, 493);
  111. this.panelControl1.TabIndex = 27;
  112. //
  113. // txtSHIFTTYPEID
  114. //
  115. this.txtSHIFTTYPEID.Location = new System.Drawing.Point(131, 303);
  116. this.txtSHIFTTYPEID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  117. this.txtSHIFTTYPEID.Name = "txtSHIFTTYPEID";
  118. this.txtSHIFTTYPEID.Properties.ReadOnly = true;
  119. this.txtSHIFTTYPEID.Size = new System.Drawing.Size(223, 28);
  120. this.txtSHIFTTYPEID.TabIndex = 97;
  121. //
  122. // txtSEGID
  123. //
  124. this.txtSEGID.Location = new System.Drawing.Point(131, 262);
  125. this.txtSEGID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  126. this.txtSEGID.Name = "txtSEGID";
  127. this.txtSEGID.Properties.ReadOnly = true;
  128. this.txtSEGID.Size = new System.Drawing.Size(223, 28);
  129. this.txtSEGID.TabIndex = 96;
  130. //
  131. // label12SSID
  132. //
  133. this.label12SSID.AutoSize = true;
  134. this.label12SSID.Location = new System.Drawing.Point(364, 226);
  135. this.label12SSID.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  136. this.label12SSID.Name = "label12SSID";
  137. this.label12SSID.Size = new System.Drawing.Size(0, 22);
  138. this.label12SSID.TabIndex = 95;
  139. this.label12SSID.Visible = false;
  140. //
  141. // label7
  142. //
  143. this.label7.AutoSize = true;
  144. this.label7.Location = new System.Drawing.Point(39, 226);
  145. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  146. this.label7.Name = "label7";
  147. this.label7.Size = new System.Drawing.Size(51, 22);
  148. this.label7.TabIndex = 94;
  149. this.label7.Text = "产线:";
  150. //
  151. // btnSSID
  152. //
  153. this.btnSSID.Location = new System.Drawing.Point(131, 222);
  154. this.btnSSID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  155. this.btnSSID.Name = "btnSSID";
  156. this.btnSSID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  157. new DevExpress.XtraEditors.Controls.EditorButton()});
  158. this.btnSSID.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  159. this.btnSSID.Size = new System.Drawing.Size(223, 28);
  160. this.btnSSID.TabIndex = 93;
  161. this.btnSSID.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnSSID_ButtonClick);
  162. //
  163. // label13SHIFTTYPEID
  164. //
  165. this.label13SHIFTTYPEID.AutoSize = true;
  166. this.label13SHIFTTYPEID.Location = new System.Drawing.Point(366, 310);
  167. this.label13SHIFTTYPEID.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  168. this.label13SHIFTTYPEID.Name = "label13SHIFTTYPEID";
  169. this.label13SHIFTTYPEID.Size = new System.Drawing.Size(0, 22);
  170. this.label13SHIFTTYPEID.TabIndex = 92;
  171. this.label13SHIFTTYPEID.Visible = false;
  172. //
  173. // label11SEGID
  174. //
  175. this.label11SEGID.AutoSize = true;
  176. this.label11SEGID.Location = new System.Drawing.Point(366, 267);
  177. this.label11SEGID.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  178. this.label11SEGID.Name = "label11SEGID";
  179. this.label11SEGID.Size = new System.Drawing.Size(0, 22);
  180. this.label11SEGID.TabIndex = 90;
  181. this.label11SEGID.Visible = false;
  182. //
  183. // comboBox1
  184. //
  185. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  186. this.comboBox1.FormattingEnabled = true;
  187. this.comboBox1.Location = new System.Drawing.Point(133, 178);
  188. this.comboBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  189. this.comboBox1.Name = "comboBox1";
  190. this.comboBox1.Size = new System.Drawing.Size(220, 30);
  191. this.comboBox1.TabIndex = 88;
  192. //
  193. // label9
  194. //
  195. this.label9.AutoSize = true;
  196. this.label9.Location = new System.Drawing.Point(40, 349);
  197. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  198. this.label9.Name = "label9";
  199. this.label9.Size = new System.Drawing.Size(51, 22);
  200. this.label9.TabIndex = 85;
  201. this.label9.Text = "班组:";
  202. //
  203. // btnCREWCODE
  204. //
  205. this.btnCREWCODE.Location = new System.Drawing.Point(133, 344);
  206. this.btnCREWCODE.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  207. this.btnCREWCODE.Name = "btnCREWCODE";
  208. this.btnCREWCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  209. new DevExpress.XtraEditors.Controls.EditorButton()});
  210. this.btnCREWCODE.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  211. this.btnCREWCODE.Size = new System.Drawing.Size(223, 28);
  212. this.btnCREWCODE.TabIndex = 84;
  213. this.btnCREWCODE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnCREWCODE_ButtonClick);
  214. //
  215. // label8
  216. //
  217. this.label8.AutoSize = true;
  218. this.label8.Location = new System.Drawing.Point(40, 308);
  219. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  220. this.label8.Name = "label8";
  221. this.label8.Size = new System.Drawing.Size(52, 22);
  222. this.label8.TabIndex = 83;
  223. this.label8.Text = "班制:";
  224. //
  225. // label6
  226. //
  227. this.label6.AutoSize = true;
  228. this.label6.Location = new System.Drawing.Point(40, 267);
  229. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  230. this.label6.Name = "label6";
  231. this.label6.Size = new System.Drawing.Size(52, 22);
  232. this.label6.TabIndex = 79;
  233. this.label6.Text = "车间:";
  234. //
  235. // label4
  236. //
  237. this.label4.AutoSize = true;
  238. this.label4.Location = new System.Drawing.Point(40, 182);
  239. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  240. this.label4.Name = "label4";
  241. this.label4.Size = new System.Drawing.Size(88, 22);
  242. this.label4.TabIndex = 76;
  243. this.label4.Text = "资源类别:";
  244. //
  245. // txtMtime
  246. //
  247. this.txtMtime.Location = new System.Drawing.Point(131, 426);
  248. this.txtMtime.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  249. this.txtMtime.Name = "txtMtime";
  250. this.txtMtime.Size = new System.Drawing.Size(223, 28);
  251. this.txtMtime.TabIndex = 75;
  252. //
  253. // label3
  254. //
  255. this.label3.AutoSize = true;
  256. this.label3.Location = new System.Drawing.Point(39, 431);
  257. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  258. this.label3.Name = "label3";
  259. this.label3.Size = new System.Drawing.Size(88, 22);
  260. this.label3.TabIndex = 74;
  261. this.label3.Text = "维护时间:";
  262. //
  263. // txtMuser
  264. //
  265. this.txtMuser.Location = new System.Drawing.Point(131, 385);
  266. this.txtMuser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  267. this.txtMuser.Name = "txtMuser";
  268. this.txtMuser.Size = new System.Drawing.Size(223, 28);
  269. this.txtMuser.TabIndex = 73;
  270. //
  271. // label2
  272. //
  273. this.label2.AutoSize = true;
  274. this.label2.Location = new System.Drawing.Point(39, 390);
  275. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  276. this.label2.Name = "label2";
  277. this.label2.Size = new System.Drawing.Size(70, 22);
  278. this.label2.TabIndex = 72;
  279. this.label2.Text = "维护人:";
  280. //
  281. // txtRESDESC
  282. //
  283. this.txtRESDESC.Location = new System.Drawing.Point(133, 74);
  284. this.txtRESDESC.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  285. this.txtRESDESC.Name = "txtRESDESC";
  286. this.txtRESDESC.Size = new System.Drawing.Size(221, 92);
  287. this.txtRESDESC.TabIndex = 71;
  288. this.txtRESDESC.Text = "";
  289. //
  290. // label5
  291. //
  292. this.label5.AutoSize = true;
  293. this.label5.Location = new System.Drawing.Point(40, 79);
  294. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  295. this.label5.Name = "label5";
  296. this.label5.Size = new System.Drawing.Size(88, 22);
  297. this.label5.TabIndex = 70;
  298. this.label5.Text = "资源描述:";
  299. //
  300. // txtRESCODE
  301. //
  302. this.txtRESCODE.Location = new System.Drawing.Point(133, 33);
  303. this.txtRESCODE.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  304. this.txtRESCODE.Name = "txtRESCODE";
  305. this.txtRESCODE.Size = new System.Drawing.Size(223, 28);
  306. this.txtRESCODE.TabIndex = 68;
  307. //
  308. // label1
  309. //
  310. this.label1.AutoSize = true;
  311. this.label1.Location = new System.Drawing.Point(40, 38);
  312. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  313. this.label1.Name = "label1";
  314. this.label1.Size = new System.Drawing.Size(88, 22);
  315. this.label1.TabIndex = 66;
  316. this.label1.Text = "资源代码:";
  317. //
  318. // btnOK
  319. //
  320. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  321. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  322. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  323. this.btnOK.Appearance.Options.UseFont = true;
  324. this.btnOK.Appearance.Options.UseForeColor = true;
  325. this.btnOK.Appearance.Options.UseTextOptions = true;
  326. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  327. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  328. this.btnOK.Location = new System.Drawing.Point(204, 563);
  329. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  330. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  331. this.btnOK.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  332. this.btnOK.Name = "btnOK";
  333. this.btnOK.Size = new System.Drawing.Size(100, 47);
  334. this.btnOK.TabIndex = 28;
  335. this.btnOK.Text = "保存";
  336. this.btnOK.Click += new System.EventHandler(this.save_Click);
  337. //
  338. // btnCancle
  339. //
  340. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  341. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  342. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  343. this.btnCancle.Appearance.Options.UseFont = true;
  344. this.btnCancle.Appearance.Options.UseForeColor = true;
  345. this.btnCancle.Appearance.Options.UseTextOptions = true;
  346. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  347. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  348. this.btnCancle.Location = new System.Drawing.Point(317, 563);
  349. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  350. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  351. this.btnCancle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  352. this.btnCancle.Name = "btnCancle";
  353. this.btnCancle.Size = new System.Drawing.Size(100, 47);
  354. this.btnCancle.TabIndex = 29;
  355. this.btnCancle.Text = "取消";
  356. this.btnCancle.Click += new System.EventHandler(this.can_Click);
  357. //
  358. // btnClose
  359. //
  360. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  361. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  362. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  363. this.btnClose.Appearance.Options.UseFont = true;
  364. this.btnClose.Appearance.Options.UseForeColor = true;
  365. this.btnClose.Appearance.Options.UseTextOptions = true;
  366. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  367. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  368. this.btnClose.Location = new System.Drawing.Point(380, 3);
  369. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  370. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  371. this.btnClose.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  372. this.btnClose.Name = "btnClose";
  373. this.btnClose.Size = new System.Drawing.Size(37, 47);
  374. this.btnClose.TabIndex = 30;
  375. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  376. //
  377. // FormICSRESAdd
  378. //
  379. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  380. this.Appearance.Options.UseBackColor = true;
  381. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
  382. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  383. this.ClientSize = new System.Drawing.Size(419, 611);
  384. this.Controls.Add(this.btnClose);
  385. this.Controls.Add(this.btnCancle);
  386. this.Controls.Add(this.btnOK);
  387. this.Controls.Add(this.panelControl1);
  388. this.Controls.Add(this.labelControl1);
  389. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  390. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  391. this.Name = "FormICSRESAdd";
  392. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  393. this.Text = "FormICSShifTypeAdd";
  394. this.Load += new System.EventHandler(this.FormICSItenLotAdd_Load);
  395. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  396. this.panelControl1.ResumeLayout(false);
  397. this.panelControl1.PerformLayout();
  398. ((System.ComponentModel.ISupportInitialize)(this.txtSHIFTTYPEID.Properties)).EndInit();
  399. ((System.ComponentModel.ISupportInitialize)(this.txtSEGID.Properties)).EndInit();
  400. ((System.ComponentModel.ISupportInitialize)(this.btnSSID.Properties)).EndInit();
  401. ((System.ComponentModel.ISupportInitialize)(this.btnCREWCODE.Properties)).EndInit();
  402. ((System.ComponentModel.ISupportInitialize)(this.txtMtime.Properties)).EndInit();
  403. ((System.ComponentModel.ISupportInitialize)(this.txtMuser.Properties)).EndInit();
  404. ((System.ComponentModel.ISupportInitialize)(this.txtRESCODE.Properties)).EndInit();
  405. this.ResumeLayout(false);
  406. this.PerformLayout();
  407. }
  408. #endregion
  409. private DevExpress.XtraEditors.LabelControl labelControl1;
  410. private DevExpress.XtraEditors.PanelControl panelControl1;
  411. private DevExpress.XtraEditors.SimpleButton btnOK;
  412. private DevExpress.XtraEditors.SimpleButton btnCancle;
  413. private DevExpress.XtraEditors.SimpleButton btnClose;
  414. private DevExpress.XtraEditors.TextEdit txtRESCODE;
  415. private System.Windows.Forms.Label label1;
  416. private DevExpress.XtraEditors.TextEdit txtMtime;
  417. private System.Windows.Forms.Label label3;
  418. private DevExpress.XtraEditors.TextEdit txtMuser;
  419. private System.Windows.Forms.Label label2;
  420. private System.Windows.Forms.RichTextBox txtRESDESC;
  421. private System.Windows.Forms.Label label5;
  422. private System.Windows.Forms.Label label4;
  423. private System.Windows.Forms.Label label9;
  424. private DevExpress.XtraEditors.ButtonEdit btnCREWCODE;
  425. private System.Windows.Forms.Label label8;
  426. private System.Windows.Forms.Label label6;
  427. private System.Windows.Forms.ComboBox comboBox1;
  428. private System.Windows.Forms.Label label13SHIFTTYPEID;
  429. private System.Windows.Forms.Label label11SEGID;
  430. private DevExpress.XtraEditors.TextEdit txtSHIFTTYPEID;
  431. private DevExpress.XtraEditors.TextEdit txtSEGID;
  432. private System.Windows.Forms.Label label12SSID;
  433. private System.Windows.Forms.Label label7;
  434. private DevExpress.XtraEditors.ButtonEdit btnSSID;
  435. }
  436. }