华恒Mes鼎捷代码
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.

322 lines
18 KiB

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