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

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