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

357 lines
19 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSItemOPPriceAdd
  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(FormICSItemOPPriceAdd));
  29. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.txtOPCODE = new DevExpress.XtraEditors.GridLookUpEdit();
  32. this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
  33. this.gluItemCode = new DevExpress.XtraEditors.GridLookUpEdit();
  34. this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  35. this.txtOPDESC = new DevExpress.XtraEditors.TextEdit();
  36. this.label8 = new System.Windows.Forms.Label();
  37. this.txtItemName = new DevExpress.XtraEditors.TextEdit();
  38. this.label6 = new System.Windows.Forms.Label();
  39. this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
  40. this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
  41. this.label9 = new System.Windows.Forms.Label();
  42. this.label10 = new System.Windows.Forms.Label();
  43. this.txtPrice = new DevExpress.XtraEditors.TextEdit();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.label2 = new System.Windows.Forms.Label();
  46. this.label1 = new System.Windows.Forms.Label();
  47. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  48. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  49. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  50. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  51. this.panelControl1.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.txtOPCODE.Properties)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.gluItemCode.Properties)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.txtOPDESC.Properties)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.txtPrice.Properties)).BeginInit();
  61. this.SuspendLayout();
  62. //
  63. // labelControl1
  64. //
  65. this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
  67. this.labelControl1.Location = new System.Drawing.Point(0, 2);
  68. this.labelControl1.Name = "labelControl1";
  69. this.labelControl1.Size = new System.Drawing.Size(128, 21);
  70. this.labelControl1.TabIndex = 26;
  71. this.labelControl1.Text = "产品工序价格编辑";
  72. //
  73. // panelControl1
  74. //
  75. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  76. | System.Windows.Forms.AnchorStyles.Left)
  77. | System.Windows.Forms.AnchorStyles.Right)));
  78. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  79. this.panelControl1.Appearance.Options.UseBackColor = true;
  80. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  81. this.panelControl1.Controls.Add(this.txtOPCODE);
  82. this.panelControl1.Controls.Add(this.gluItemCode);
  83. this.panelControl1.Controls.Add(this.txtOPDESC);
  84. this.panelControl1.Controls.Add(this.label8);
  85. this.panelControl1.Controls.Add(this.txtItemName);
  86. this.panelControl1.Controls.Add(this.label6);
  87. this.panelControl1.Controls.Add(this.txtMTIME);
  88. this.panelControl1.Controls.Add(this.txtMUSERName);
  89. this.panelControl1.Controls.Add(this.label9);
  90. this.panelControl1.Controls.Add(this.label10);
  91. this.panelControl1.Controls.Add(this.txtPrice);
  92. this.panelControl1.Controls.Add(this.label5);
  93. this.panelControl1.Controls.Add(this.label2);
  94. this.panelControl1.Controls.Add(this.label1);
  95. this.panelControl1.Location = new System.Drawing.Point(2, 30);
  96. this.panelControl1.Name = "panelControl1";
  97. this.panelControl1.Size = new System.Drawing.Size(588, 184);
  98. this.panelControl1.TabIndex = 27;
  99. //
  100. // txtOPCODE
  101. //
  102. this.txtOPCODE.EditValue = "";
  103. this.txtOPCODE.Location = new System.Drawing.Point(142, 62);
  104. this.txtOPCODE.Name = "txtOPCODE";
  105. this.txtOPCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  106. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  107. this.txtOPCODE.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
  108. this.txtOPCODE.Properties.View = this.gridView3;
  109. this.txtOPCODE.Size = new System.Drawing.Size(131, 20);
  110. this.txtOPCODE.TabIndex = 212;
  111. this.txtOPCODE.EditValueChanged += new System.EventHandler(this.txtOPCODE_EditValueChanged);
  112. //
  113. // gridView3
  114. //
  115. this.gridView3.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  116. this.gridView3.Name = "gridView3";
  117. this.gridView3.OptionsSelection.EnableAppearanceFocusedCell = false;
  118. this.gridView3.OptionsView.ShowGroupPanel = false;
  119. //
  120. // gluItemCode
  121. //
  122. this.gluItemCode.EditValue = "";
  123. this.gluItemCode.Location = new System.Drawing.Point(142, 24);
  124. this.gluItemCode.Name = "gluItemCode";
  125. this.gluItemCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  126. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  127. this.gluItemCode.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
  128. this.gluItemCode.Properties.View = this.gridLookUpEdit1View;
  129. this.gluItemCode.Size = new System.Drawing.Size(131, 20);
  130. this.gluItemCode.TabIndex = 204;
  131. this.gluItemCode.EditValueChanged += new System.EventHandler(this.gluItemCode_EditValueChanged);
  132. //
  133. // gridLookUpEdit1View
  134. //
  135. this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  136. this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
  137. this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  138. this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  139. //
  140. // txtOPDESC
  141. //
  142. this.txtOPDESC.Enabled = false;
  143. this.txtOPDESC.Location = new System.Drawing.Point(400, 65);
  144. this.txtOPDESC.Name = "txtOPDESC";
  145. this.txtOPDESC.Size = new System.Drawing.Size(131, 20);
  146. this.txtOPDESC.TabIndex = 96;
  147. //
  148. // label8
  149. //
  150. this.label8.AutoSize = true;
  151. this.label8.Location = new System.Drawing.Point(318, 68);
  152. this.label8.Name = "label8";
  153. this.label8.Size = new System.Drawing.Size(43, 14);
  154. this.label8.TabIndex = 95;
  155. this.label8.Text = "工序:";
  156. //
  157. // txtItemName
  158. //
  159. this.txtItemName.Enabled = false;
  160. this.txtItemName.Location = new System.Drawing.Point(400, 24);
  161. this.txtItemName.Name = "txtItemName";
  162. this.txtItemName.Size = new System.Drawing.Size(131, 20);
  163. this.txtItemName.TabIndex = 92;
  164. //
  165. // label6
  166. //
  167. this.label6.AutoSize = true;
  168. this.label6.Location = new System.Drawing.Point(318, 27);
  169. this.label6.Name = "label6";
  170. this.label6.Size = new System.Drawing.Size(67, 14);
  171. this.label6.TabIndex = 91;
  172. this.label6.Text = "存货名称:";
  173. //
  174. // txtMTIME
  175. //
  176. this.txtMTIME.Location = new System.Drawing.Point(400, 140);
  177. this.txtMTIME.Name = "txtMTIME";
  178. this.txtMTIME.Size = new System.Drawing.Size(131, 20);
  179. this.txtMTIME.TabIndex = 89;
  180. //
  181. // txtMUSERName
  182. //
  183. this.txtMUSERName.Location = new System.Drawing.Point(139, 141);
  184. this.txtMUSERName.Name = "txtMUSERName";
  185. this.txtMUSERName.Size = new System.Drawing.Size(132, 20);
  186. this.txtMUSERName.TabIndex = 88;
  187. //
  188. // label9
  189. //
  190. this.label9.AutoSize = true;
  191. this.label9.Location = new System.Drawing.Point(316, 143);
  192. this.label9.Name = "label9";
  193. this.label9.Size = new System.Drawing.Size(67, 14);
  194. this.label9.TabIndex = 87;
  195. this.label9.Text = "维护日期:";
  196. //
  197. // label10
  198. //
  199. this.label10.AutoSize = true;
  200. this.label10.Location = new System.Drawing.Point(43, 144);
  201. this.label10.Name = "label10";
  202. this.label10.Size = new System.Drawing.Size(55, 14);
  203. this.label10.TabIndex = 86;
  204. this.label10.Text = "维护人:";
  205. //
  206. // txtPrice
  207. //
  208. this.txtPrice.Location = new System.Drawing.Point(140, 100);
  209. this.txtPrice.Name = "txtPrice";
  210. this.txtPrice.Properties.Mask.EditMask = "n4";
  211. this.txtPrice.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  212. this.txtPrice.Size = new System.Drawing.Size(131, 20);
  213. this.txtPrice.TabIndex = 17;
  214. //
  215. // label5
  216. //
  217. this.label5.AutoSize = true;
  218. this.label5.Location = new System.Drawing.Point(43, 103);
  219. this.label5.Name = "label5";
  220. this.label5.Size = new System.Drawing.Size(43, 14);
  221. this.label5.TabIndex = 16;
  222. this.label5.Text = "价格:";
  223. //
  224. // label2
  225. //
  226. this.label2.AutoSize = true;
  227. this.label2.Location = new System.Drawing.Point(42, 68);
  228. this.label2.Name = "label2";
  229. this.label2.Size = new System.Drawing.Size(67, 14);
  230. this.label2.TabIndex = 9;
  231. this.label2.Text = "工序代码:";
  232. //
  233. // label1
  234. //
  235. this.label1.AutoSize = true;
  236. this.label1.Location = new System.Drawing.Point(43, 27);
  237. this.label1.Name = "label1";
  238. this.label1.Size = new System.Drawing.Size(67, 14);
  239. this.label1.TabIndex = 8;
  240. this.label1.Text = "存货编码:";
  241. //
  242. // btnOK
  243. //
  244. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  245. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  246. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  247. this.btnOK.Appearance.Options.UseFont = true;
  248. this.btnOK.Appearance.Options.UseForeColor = true;
  249. this.btnOK.Appearance.Options.UseTextOptions = true;
  250. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  251. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  252. this.btnOK.Location = new System.Drawing.Point(441, 220);
  253. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  254. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  255. this.btnOK.Name = "btnOK";
  256. this.btnOK.Size = new System.Drawing.Size(70, 30);
  257. this.btnOK.TabIndex = 28;
  258. this.btnOK.Text = "保存";
  259. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  260. //
  261. // btnCancle
  262. //
  263. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  264. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  265. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  266. this.btnCancle.Appearance.Options.UseFont = true;
  267. this.btnCancle.Appearance.Options.UseForeColor = true;
  268. this.btnCancle.Appearance.Options.UseTextOptions = true;
  269. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  270. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  271. this.btnCancle.Location = new System.Drawing.Point(521, 220);
  272. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  273. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  274. this.btnCancle.Name = "btnCancle";
  275. this.btnCancle.Size = new System.Drawing.Size(70, 30);
  276. this.btnCancle.TabIndex = 29;
  277. this.btnCancle.Text = "取消";
  278. this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
  279. //
  280. // btnClose
  281. //
  282. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  283. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  284. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  285. this.btnClose.Appearance.Options.UseFont = true;
  286. this.btnClose.Appearance.Options.UseForeColor = true;
  287. this.btnClose.Appearance.Options.UseTextOptions = true;
  288. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  289. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  290. this.btnClose.Location = new System.Drawing.Point(564, 0);
  291. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  292. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  293. this.btnClose.Name = "btnClose";
  294. this.btnClose.Size = new System.Drawing.Size(26, 30);
  295. this.btnClose.TabIndex = 30;
  296. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  297. //
  298. // FormICSItemOPPriceAdd
  299. //
  300. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  301. this.Appearance.Options.UseBackColor = true;
  302. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  303. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  304. this.ClientSize = new System.Drawing.Size(592, 250);
  305. this.Controls.Add(this.btnClose);
  306. this.Controls.Add(this.btnCancle);
  307. this.Controls.Add(this.btnOK);
  308. this.Controls.Add(this.panelControl1);
  309. this.Controls.Add(this.labelControl1);
  310. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  311. this.Name = "FormICSItemOPPriceAdd";
  312. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  313. this.Text = "产品工序价格";
  314. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  315. this.panelControl1.ResumeLayout(false);
  316. this.panelControl1.PerformLayout();
  317. ((System.ComponentModel.ISupportInitialize)(this.txtOPCODE.Properties)).EndInit();
  318. ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
  319. ((System.ComponentModel.ISupportInitialize)(this.gluItemCode.Properties)).EndInit();
  320. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
  321. ((System.ComponentModel.ISupportInitialize)(this.txtOPDESC.Properties)).EndInit();
  322. ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).EndInit();
  323. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
  324. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
  325. ((System.ComponentModel.ISupportInitialize)(this.txtPrice.Properties)).EndInit();
  326. this.ResumeLayout(false);
  327. this.PerformLayout();
  328. }
  329. #endregion
  330. private DevExpress.XtraEditors.LabelControl labelControl1;
  331. private DevExpress.XtraEditors.PanelControl panelControl1;
  332. private DevExpress.XtraEditors.SimpleButton btnOK;
  333. private DevExpress.XtraEditors.SimpleButton btnCancle;
  334. private DevExpress.XtraEditors.SimpleButton btnClose;
  335. private System.Windows.Forms.Label label2;
  336. private System.Windows.Forms.Label label1;
  337. private DevExpress.XtraEditors.TextEdit txtPrice;
  338. private System.Windows.Forms.Label label5;
  339. private DevExpress.XtraEditors.TextEdit txtMTIME;
  340. private DevExpress.XtraEditors.TextEdit txtMUSERName;
  341. private System.Windows.Forms.Label label9;
  342. private System.Windows.Forms.Label label10;
  343. private DevExpress.XtraEditors.TextEdit txtOPDESC;
  344. private System.Windows.Forms.Label label8;
  345. private DevExpress.XtraEditors.TextEdit txtItemName;
  346. private System.Windows.Forms.Label label6;
  347. private DevExpress.XtraEditors.GridLookUpEdit gluItemCode;
  348. private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View;
  349. private DevExpress.XtraEditors.GridLookUpEdit txtOPCODE;
  350. private DevExpress.XtraGrid.Views.Grid.GridView gridView3;
  351. }
  352. }