锐腾搅拌上料功能
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.

281 lines
15 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSTSECodeAdd
  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(FormICSTSECodeAdd));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.save = new DevExpress.XtraEditors.SimpleButton();
  32. this.can = new DevExpress.XtraEditors.SimpleButton();
  33. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  34. this.txtECODE = new DevExpress.XtraEditors.ButtonEdit();
  35. this.txtECGCODE = new DevExpress.XtraEditors.ButtonEdit();
  36. this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
  37. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  38. this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
  39. this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
  40. this.label4 = new System.Windows.Forms.Label();
  41. this.label3 = new System.Windows.Forms.Label();
  42. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  43. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  44. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  45. this.panelControl1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.txtECODE.Properties)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.txtECGCODE.Properties)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // btnClose
  53. //
  54. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  55. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  56. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  57. this.btnClose.Appearance.Options.UseFont = true;
  58. this.btnClose.Appearance.Options.UseForeColor = true;
  59. this.btnClose.Appearance.Options.UseTextOptions = true;
  60. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  61. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  62. this.btnClose.Location = new System.Drawing.Point(273, 1);
  63. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  64. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  65. this.btnClose.Name = "btnClose";
  66. this.btnClose.Size = new System.Drawing.Size(26, 23);
  67. this.btnClose.TabIndex = 5;
  68. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  69. //
  70. // lblTitle
  71. //
  72. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  73. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  74. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  75. this.lblTitle.Location = new System.Drawing.Point(1, 1);
  76. this.lblTitle.Name = "lblTitle";
  77. this.lblTitle.Size = new System.Drawing.Size(110, 23);
  78. this.lblTitle.TabIndex = 6;
  79. this.lblTitle.Text = "新增不良代码";
  80. //
  81. // save
  82. //
  83. this.save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  84. this.save.Location = new System.Drawing.Point(134, 306);
  85. this.save.Name = "save";
  86. this.save.Size = new System.Drawing.Size(68, 23);
  87. this.save.TabIndex = 30;
  88. this.save.Text = "保存";
  89. this.save.Click += new System.EventHandler(this.save_Click);
  90. //
  91. // can
  92. //
  93. this.can.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  94. this.can.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  95. this.can.Location = new System.Drawing.Point(208, 306);
  96. this.can.Name = "can";
  97. this.can.Size = new System.Drawing.Size(68, 23);
  98. this.can.TabIndex = 31;
  99. this.can.Text = "取消";
  100. this.can.Click += new System.EventHandler(this.btnClose_Click);
  101. //
  102. // panelControl1
  103. //
  104. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  105. | System.Windows.Forms.AnchorStyles.Left)
  106. | System.Windows.Forms.AnchorStyles.Right)));
  107. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  108. this.panelControl1.Appearance.Options.UseBackColor = true;
  109. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  110. this.panelControl1.Controls.Add(this.txtECODE);
  111. this.panelControl1.Controls.Add(this.txtECGCODE);
  112. this.panelControl1.Controls.Add(this.labelControl11);
  113. this.panelControl1.Controls.Add(this.labelControl2);
  114. this.panelControl1.Controls.Add(this.txtMTIME);
  115. this.panelControl1.Controls.Add(this.txtMUSERName);
  116. this.panelControl1.Controls.Add(this.label4);
  117. this.panelControl1.Controls.Add(this.label3);
  118. this.panelControl1.Location = new System.Drawing.Point(1, 27);
  119. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  120. this.panelControl1.Name = "panelControl1";
  121. this.panelControl1.Size = new System.Drawing.Size(298, 189);
  122. this.panelControl1.TabIndex = 23;
  123. //
  124. // txtECODE
  125. //
  126. this.txtECODE.Location = new System.Drawing.Point(121, 67);
  127. this.txtECODE.Name = "txtECODE";
  128. this.txtECODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  129. new DevExpress.XtraEditors.Controls.EditorButton()});
  130. this.txtECODE.Size = new System.Drawing.Size(123, 20);
  131. this.txtECODE.TabIndex = 86;
  132. this.txtECODE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtECODE_ButtonClick);
  133. //
  134. // txtECGCODE
  135. //
  136. this.txtECGCODE.Location = new System.Drawing.Point(121, 27);
  137. this.txtECGCODE.Name = "txtECGCODE";
  138. this.txtECGCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  139. new DevExpress.XtraEditors.Controls.EditorButton()});
  140. this.txtECGCODE.Size = new System.Drawing.Size(123, 20);
  141. this.txtECGCODE.TabIndex = 85;
  142. this.txtECGCODE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtECGCODE_ButtonClick);
  143. //
  144. // labelControl11
  145. //
  146. this.labelControl11.Location = new System.Drawing.Point(51, 30);
  147. this.labelControl11.Name = "labelControl11";
  148. this.labelControl11.Size = new System.Drawing.Size(64, 14);
  149. this.labelControl11.TabIndex = 83;
  150. this.labelControl11.Text = "不良代码组:";
  151. //
  152. // labelControl2
  153. //
  154. this.labelControl2.Location = new System.Drawing.Point(52, 73);
  155. this.labelControl2.Name = "labelControl2";
  156. this.labelControl2.Size = new System.Drawing.Size(52, 14);
  157. this.labelControl2.TabIndex = 81;
  158. this.labelControl2.Text = "不良代码:";
  159. //
  160. // txtMTIME
  161. //
  162. this.txtMTIME.Location = new System.Drawing.Point(121, 140);
  163. this.txtMTIME.Name = "txtMTIME";
  164. this.txtMTIME.Properties.ReadOnly = true;
  165. this.txtMTIME.Size = new System.Drawing.Size(123, 20);
  166. this.txtMTIME.TabIndex = 7;
  167. //
  168. // txtMUSERName
  169. //
  170. this.txtMUSERName.Location = new System.Drawing.Point(121, 104);
  171. this.txtMUSERName.Name = "txtMUSERName";
  172. this.txtMUSERName.Properties.ReadOnly = true;
  173. this.txtMUSERName.Size = new System.Drawing.Size(123, 20);
  174. this.txtMUSERName.TabIndex = 6;
  175. //
  176. // label4
  177. //
  178. this.label4.AutoSize = true;
  179. this.label4.Location = new System.Drawing.Point(49, 143);
  180. this.label4.Name = "label4";
  181. this.label4.Size = new System.Drawing.Size(55, 14);
  182. this.label4.TabIndex = 3;
  183. this.label4.Text = "维护日期";
  184. //
  185. // label3
  186. //
  187. this.label3.AutoSize = true;
  188. this.label3.Location = new System.Drawing.Point(49, 107);
  189. this.label3.Name = "label3";
  190. this.label3.Size = new System.Drawing.Size(43, 14);
  191. this.label3.TabIndex = 2;
  192. this.label3.Text = "维护人";
  193. //
  194. // btnCancle
  195. //
  196. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  197. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  198. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  199. this.btnCancle.Appearance.Options.UseFont = true;
  200. this.btnCancle.Appearance.Options.UseForeColor = true;
  201. this.btnCancle.Appearance.Options.UseTextOptions = true;
  202. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  203. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  204. this.btnCancle.Location = new System.Drawing.Point(218, 219);
  205. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  206. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  207. this.btnCancle.Name = "btnCancle";
  208. this.btnCancle.Size = new System.Drawing.Size(70, 30);
  209. this.btnCancle.TabIndex = 122;
  210. this.btnCancle.Text = "取消";
  211. this.btnCancle.Click += new System.EventHandler(this.can_Click);
  212. //
  213. // btnOK
  214. //
  215. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  216. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  217. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  218. this.btnOK.Appearance.Options.UseFont = true;
  219. this.btnOK.Appearance.Options.UseForeColor = true;
  220. this.btnOK.Appearance.Options.UseTextOptions = true;
  221. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  222. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  223. this.btnOK.Location = new System.Drawing.Point(142, 219);
  224. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  225. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  226. this.btnOK.Name = "btnOK";
  227. this.btnOK.Size = new System.Drawing.Size(70, 30);
  228. this.btnOK.TabIndex = 121;
  229. this.btnOK.Text = "保存";
  230. this.btnOK.Click += new System.EventHandler(this.save_Click);
  231. //
  232. // FormICSTSECodeAdd
  233. //
  234. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  235. this.Appearance.Options.UseBackColor = true;
  236. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  237. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  238. this.ClientSize = new System.Drawing.Size(300, 252);
  239. this.Controls.Add(this.btnCancle);
  240. this.Controls.Add(this.btnOK);
  241. this.Controls.Add(this.panelControl1);
  242. this.Controls.Add(this.lblTitle);
  243. this.Controls.Add(this.btnClose);
  244. this.Controls.Add(this.save);
  245. this.Controls.Add(this.can);
  246. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  247. this.Name = "FormICSTSECodeAdd";
  248. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  249. this.Text = "FormContainerAddEdit";
  250. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  251. this.panelControl1.ResumeLayout(false);
  252. this.panelControl1.PerformLayout();
  253. ((System.ComponentModel.ISupportInitialize)(this.txtECODE.Properties)).EndInit();
  254. ((System.ComponentModel.ISupportInitialize)(this.txtECGCODE.Properties)).EndInit();
  255. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
  256. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
  257. this.ResumeLayout(false);
  258. }
  259. #endregion
  260. private DevExpress.XtraEditors.SimpleButton btnClose;
  261. private DevExpress.XtraEditors.LabelControl lblTitle;
  262. private DevExpress.XtraEditors.SimpleButton save;
  263. private DevExpress.XtraEditors.SimpleButton can;
  264. private DevExpress.XtraEditors.PanelControl panelControl1;
  265. private DevExpress.XtraEditors.SimpleButton btnCancle;
  266. private DevExpress.XtraEditors.SimpleButton btnOK;
  267. private DevExpress.XtraEditors.ButtonEdit txtECODE;
  268. private DevExpress.XtraEditors.ButtonEdit txtECGCODE;
  269. private DevExpress.XtraEditors.LabelControl labelControl11;
  270. private DevExpress.XtraEditors.LabelControl labelControl2;
  271. private DevExpress.XtraEditors.TextEdit txtMTIME;
  272. private DevExpress.XtraEditors.TextEdit txtMUSERName;
  273. private System.Windows.Forms.Label label4;
  274. private System.Windows.Forms.Label label3;
  275. }
  276. }