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

294 lines
16 KiB

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