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

280 lines
15 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSFIRSTCHECKBYMOAdd
  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(FormICSFIRSTCHECKBYMOAdd));
  29. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.txtMOCODE = new DevExpress.XtraEditors.ButtonEdit();
  32. this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
  33. this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
  34. this.label11 = new System.Windows.Forms.Label();
  35. this.label10 = new System.Windows.Forms.Label();
  36. this.txtCHECKRESULT = new System.Windows.Forms.ComboBox();
  37. this.label9 = new System.Windows.Forms.Label();
  38. this.txtCHECKDATE = new System.Windows.Forms.DateTimePicker();
  39. this.label3 = new System.Windows.Forms.Label();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  42. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  43. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  44. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  45. this.panelControl1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.txtMOCODE.Properties)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
  49. this.SuspendLayout();
  50. //
  51. // btnOK
  52. //
  53. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  54. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  55. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  56. this.btnOK.Appearance.Options.UseFont = true;
  57. this.btnOK.Appearance.Options.UseForeColor = true;
  58. this.btnOK.Appearance.Options.UseTextOptions = true;
  59. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  60. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  61. this.btnOK.Location = new System.Drawing.Point(163, 276);
  62. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  63. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  64. this.btnOK.Name = "btnOK";
  65. this.btnOK.Size = new System.Drawing.Size(70, 30);
  66. this.btnOK.TabIndex = 23;
  67. this.btnOK.Text = "保存";
  68. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  69. //
  70. // panelControl1
  71. //
  72. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  73. | System.Windows.Forms.AnchorStyles.Left)
  74. | System.Windows.Forms.AnchorStyles.Right)));
  75. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  76. this.panelControl1.Appearance.Options.UseBackColor = true;
  77. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  78. this.panelControl1.Controls.Add(this.txtMOCODE);
  79. this.panelControl1.Controls.Add(this.txtMTIME);
  80. this.panelControl1.Controls.Add(this.txtMUSERName);
  81. this.panelControl1.Controls.Add(this.label11);
  82. this.panelControl1.Controls.Add(this.label10);
  83. this.panelControl1.Controls.Add(this.txtCHECKRESULT);
  84. this.panelControl1.Controls.Add(this.label9);
  85. this.panelControl1.Controls.Add(this.txtCHECKDATE);
  86. this.panelControl1.Controls.Add(this.label3);
  87. this.panelControl1.Controls.Add(this.label1);
  88. this.panelControl1.Location = new System.Drawing.Point(1, 29);
  89. this.panelControl1.Name = "panelControl1";
  90. this.panelControl1.Size = new System.Drawing.Size(330, 241);
  91. this.panelControl1.TabIndex = 24;
  92. //
  93. // txtMOCODE
  94. //
  95. this.txtMOCODE.EditValue = "";
  96. this.txtMOCODE.Location = new System.Drawing.Point(130, 23);
  97. this.txtMOCODE.Name = "txtMOCODE";
  98. this.txtMOCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  99. new DevExpress.XtraEditors.Controls.EditorButton()});
  100. this.txtMOCODE.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  101. this.txtMOCODE.Size = new System.Drawing.Size(156, 20);
  102. this.txtMOCODE.TabIndex = 70;
  103. this.txtMOCODE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtMOCODE_ButtonClick);
  104. //
  105. // txtMTIME
  106. //
  107. this.txtMTIME.Location = new System.Drawing.Point(130, 178);
  108. this.txtMTIME.Name = "txtMTIME";
  109. this.txtMTIME.Size = new System.Drawing.Size(156, 20);
  110. this.txtMTIME.TabIndex = 68;
  111. //
  112. // txtMUSERName
  113. //
  114. this.txtMUSERName.Location = new System.Drawing.Point(130, 142);
  115. this.txtMUSERName.Name = "txtMUSERName";
  116. this.txtMUSERName.Size = new System.Drawing.Size(156, 20);
  117. this.txtMUSERName.TabIndex = 67;
  118. //
  119. // label11
  120. //
  121. this.label11.AutoSize = true;
  122. this.label11.Location = new System.Drawing.Point(42, 181);
  123. this.label11.Name = "label11";
  124. this.label11.Size = new System.Drawing.Size(59, 14);
  125. this.label11.TabIndex = 61;
  126. this.label11.Text = "维护时间:";
  127. //
  128. // label10
  129. //
  130. this.label10.AutoSize = true;
  131. this.label10.Location = new System.Drawing.Point(42, 148);
  132. this.label10.Name = "label10";
  133. this.label10.Size = new System.Drawing.Size(47, 14);
  134. this.label10.TabIndex = 60;
  135. this.label10.Text = "维护人:";
  136. //
  137. // txtCHECKRESULT
  138. //
  139. this.txtCHECKRESULT.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  140. this.txtCHECKRESULT.FormattingEnabled = true;
  141. this.txtCHECKRESULT.Items.AddRange(new object[] {
  142. "Y",
  143. "N"});
  144. this.txtCHECKRESULT.Location = new System.Drawing.Point(130, 100);
  145. this.txtCHECKRESULT.Name = "txtCHECKRESULT";
  146. this.txtCHECKRESULT.Size = new System.Drawing.Size(156, 22);
  147. this.txtCHECKRESULT.TabIndex = 59;
  148. //
  149. // label9
  150. //
  151. this.label9.AutoSize = true;
  152. this.label9.Location = new System.Drawing.Point(42, 103);
  153. this.label9.Name = "label9";
  154. this.label9.Size = new System.Drawing.Size(59, 14);
  155. this.label9.TabIndex = 58;
  156. this.label9.Text = "检验结果:";
  157. //
  158. // txtCHECKDATE
  159. //
  160. this.txtCHECKDATE.CustomFormat = "";
  161. this.txtCHECKDATE.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  162. this.txtCHECKDATE.Location = new System.Drawing.Point(130, 61);
  163. this.txtCHECKDATE.Name = "txtCHECKDATE";
  164. this.txtCHECKDATE.Size = new System.Drawing.Size(156, 22);
  165. this.txtCHECKDATE.TabIndex = 56;
  166. //
  167. // label3
  168. //
  169. this.label3.AutoSize = true;
  170. this.label3.Location = new System.Drawing.Point(41, 61);
  171. this.label3.Name = "label3";
  172. this.label3.Size = new System.Drawing.Size(67, 14);
  173. this.label3.TabIndex = 54;
  174. this.label3.Text = "首检日期:";
  175. //
  176. // label1
  177. //
  178. this.label1.AutoSize = true;
  179. this.label1.Location = new System.Drawing.Point(42, 26);
  180. this.label1.Name = "label1";
  181. this.label1.Size = new System.Drawing.Size(59, 14);
  182. this.label1.TabIndex = 38;
  183. this.label1.Text = "生产订单号:";
  184. //
  185. // labelControl1
  186. //
  187. this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
  189. this.labelControl1.Location = new System.Drawing.Point(1, 3);
  190. this.labelControl1.Name = "labelControl1";
  191. this.labelControl1.Size = new System.Drawing.Size(96, 21);
  192. this.labelControl1.TabIndex = 25;
  193. this.labelControl1.Text = "工单首检编辑";
  194. //
  195. // btnCancle
  196. //
  197. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  198. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  199. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  200. this.btnCancle.Appearance.Options.UseFont = true;
  201. this.btnCancle.Appearance.Options.UseForeColor = true;
  202. this.btnCancle.Appearance.Options.UseTextOptions = true;
  203. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  204. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  205. this.btnCancle.Location = new System.Drawing.Point(239, 276);
  206. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  207. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  208. this.btnCancle.Name = "btnCancle";
  209. this.btnCancle.Size = new System.Drawing.Size(70, 30);
  210. this.btnCancle.TabIndex = 26;
  211. this.btnCancle.Text = "取消";
  212. this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
  213. //
  214. // btnClose
  215. //
  216. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  217. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  218. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  219. this.btnClose.Appearance.Options.UseFont = true;
  220. this.btnClose.Appearance.Options.UseForeColor = true;
  221. this.btnClose.Appearance.Options.UseTextOptions = true;
  222. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  223. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  224. this.btnClose.Location = new System.Drawing.Point(305, -1);
  225. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  226. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  227. this.btnClose.Name = "btnClose";
  228. this.btnClose.Size = new System.Drawing.Size(26, 30);
  229. this.btnClose.TabIndex = 27;
  230. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  231. //
  232. // FormICSFIRSTCHECKBYMOAdd
  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(332, 310);
  239. this.Controls.Add(this.btnClose);
  240. this.Controls.Add(this.btnCancle);
  241. this.Controls.Add(this.labelControl1);
  242. this.Controls.Add(this.panelControl1);
  243. this.Controls.Add(this.btnOK);
  244. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  245. this.Name = "FormICSFIRSTCHECKBYMOAdd";
  246. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  247. this.Text = "FormICSShiftAdd";
  248. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  249. this.panelControl1.ResumeLayout(false);
  250. this.panelControl1.PerformLayout();
  251. ((System.ComponentModel.ISupportInitialize)(this.txtMOCODE.Properties)).EndInit();
  252. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
  253. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
  254. this.ResumeLayout(false);
  255. this.PerformLayout();
  256. }
  257. #endregion
  258. private DevExpress.XtraEditors.SimpleButton btnOK;
  259. private DevExpress.XtraEditors.PanelControl panelControl1;
  260. private DevExpress.XtraEditors.LabelControl labelControl1;
  261. private DevExpress.XtraEditors.SimpleButton btnCancle;
  262. private DevExpress.XtraEditors.SimpleButton btnClose;
  263. private System.Windows.Forms.Label label1;
  264. private System.Windows.Forms.DateTimePicker txtCHECKDATE;
  265. private System.Windows.Forms.Label label3;
  266. private System.Windows.Forms.ComboBox txtCHECKRESULT;
  267. private System.Windows.Forms.Label label9;
  268. private System.Windows.Forms.Label label11;
  269. private System.Windows.Forms.Label label10;
  270. private DevExpress.XtraEditors.TextEdit txtMTIME;
  271. private DevExpress.XtraEditors.TextEdit txtMUSERName;
  272. private DevExpress.XtraEditors.ButtonEdit txtMOCODE;
  273. }
  274. }