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

309 lines
17 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSINVReceiptDetailAdd
  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(FormICSINVReceiptDetailAdd));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.save = new DevExpress.XtraEditors.SimpleButton();
  32. this.can = new DevExpress.XtraEditors.SimpleButton();
  33. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  34. this.txtPLANQTY = new System.Windows.Forms.TextBox();
  35. this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
  36. this.txtITEMCODE = new DevExpress.XtraEditors.ButtonEdit();
  37. this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
  38. this.txtMEMO = new System.Windows.Forms.RichTextBox();
  39. this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
  40. this.txtORDERLINE = new System.Windows.Forms.TextBox();
  41. this.txtORDERNO = new System.Windows.Forms.TextBox();
  42. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  43. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  44. this.txtReceiptLine = new DevExpress.XtraEditors.TextEdit();
  45. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  46. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  47. this.panelControl1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.txtITEMCODE.Properties)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.txtReceiptLine.Properties)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // btnClose
  53. //
  54. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  55. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  56. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  57. this.btnClose.Appearance.Options.UseFont = true;
  58. this.btnClose.Appearance.Options.UseForeColor = true;
  59. this.btnClose.Appearance.Options.UseTextOptions = true;
  60. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  61. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  62. this.btnClose.Location = new System.Drawing.Point(780, 2);
  63. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  64. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  65. this.btnClose.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  66. this.btnClose.Name = "btnClose";
  67. this.btnClose.Size = new System.Drawing.Size(37, 36);
  68. this.btnClose.TabIndex = 5;
  69. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  70. //
  71. // lblTitle
  72. //
  73. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  74. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  75. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  76. this.lblTitle.Location = new System.Drawing.Point(1, 2);
  77. this.lblTitle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  78. this.lblTitle.Name = "lblTitle";
  79. this.lblTitle.Size = new System.Drawing.Size(200, 36);
  80. this.lblTitle.TabIndex = 6;
  81. this.lblTitle.Text = "到货单明细编辑";
  82. //
  83. // save
  84. //
  85. this.save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  86. this.save.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  87. this.save.Appearance.ForeColor = System.Drawing.Color.White;
  88. this.save.Appearance.Options.UseFont = true;
  89. this.save.Appearance.Options.UseForeColor = true;
  90. this.save.Appearance.Options.UseTextOptions = true;
  91. this.save.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  92. this.save.Image = ((System.Drawing.Image)(resources.GetObject("save.Image")));
  93. this.save.Location = new System.Drawing.Point(614, 369);
  94. this.save.LookAndFeel.SkinName = "BlueButtonSkin";
  95. this.save.LookAndFeel.UseDefaultLookAndFeel = false;
  96. this.save.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  97. this.save.Name = "save";
  98. this.save.Size = new System.Drawing.Size(100, 47);
  99. this.save.TabIndex = 30;
  100. this.save.Text = "保存";
  101. this.save.Click += new System.EventHandler(this.save_Click);
  102. //
  103. // can
  104. //
  105. this.can.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  106. this.can.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  107. this.can.Appearance.ForeColor = System.Drawing.Color.White;
  108. this.can.Appearance.Options.UseFont = true;
  109. this.can.Appearance.Options.UseForeColor = true;
  110. this.can.Appearance.Options.UseTextOptions = true;
  111. this.can.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  112. this.can.Image = ((System.Drawing.Image)(resources.GetObject("can.Image")));
  113. this.can.Location = new System.Drawing.Point(717, 369);
  114. this.can.LookAndFeel.SkinName = "BlueButtonSkin";
  115. this.can.LookAndFeel.UseDefaultLookAndFeel = false;
  116. this.can.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  117. this.can.Name = "can";
  118. this.can.Size = new System.Drawing.Size(100, 47);
  119. this.can.TabIndex = 79;
  120. this.can.Text = "取消";
  121. this.can.Click += new System.EventHandler(this.can_Click);
  122. //
  123. // panelControl1
  124. //
  125. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  126. | System.Windows.Forms.AnchorStyles.Left)
  127. | System.Windows.Forms.AnchorStyles.Right)));
  128. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  129. this.panelControl1.Appearance.Options.UseBackColor = true;
  130. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  131. this.panelControl1.Controls.Add(this.txtPLANQTY);
  132. this.panelControl1.Controls.Add(this.labelControl9);
  133. this.panelControl1.Controls.Add(this.txtITEMCODE);
  134. this.panelControl1.Controls.Add(this.labelControl8);
  135. this.panelControl1.Controls.Add(this.txtMEMO);
  136. this.panelControl1.Controls.Add(this.labelControl6);
  137. this.panelControl1.Controls.Add(this.txtORDERLINE);
  138. this.panelControl1.Controls.Add(this.txtORDERNO);
  139. this.panelControl1.Controls.Add(this.labelControl3);
  140. this.panelControl1.Controls.Add(this.labelControl2);
  141. this.panelControl1.Controls.Add(this.txtReceiptLine);
  142. this.panelControl1.Controls.Add(this.labelControl1);
  143. this.panelControl1.Location = new System.Drawing.Point(1, 42);
  144. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  145. this.panelControl1.Name = "panelControl1";
  146. this.panelControl1.Size = new System.Drawing.Size(816, 325);
  147. this.panelControl1.TabIndex = 23;
  148. this.panelControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.panelControl1_Paint);
  149. //
  150. // txtPLANQTY
  151. //
  152. this.txtPLANQTY.Location = new System.Drawing.Point(193, 176);
  153. this.txtPLANQTY.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  154. this.txtPLANQTY.Name = "txtPLANQTY";
  155. this.txtPLANQTY.Size = new System.Drawing.Size(164, 29);
  156. this.txtPLANQTY.TabIndex = 108;
  157. //
  158. // labelControl9
  159. //
  160. this.labelControl9.Location = new System.Drawing.Point(47, 181);
  161. this.labelControl9.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  162. this.labelControl9.Name = "labelControl9";
  163. this.labelControl9.Size = new System.Drawing.Size(90, 22);
  164. this.labelControl9.TabIndex = 99;
  165. this.labelControl9.Text = "计划数量:";
  166. //
  167. // txtITEMCODE
  168. //
  169. this.txtITEMCODE.EditValue = "";
  170. this.txtITEMCODE.Location = new System.Drawing.Point(570, 38);
  171. this.txtITEMCODE.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  172. this.txtITEMCODE.Name = "txtITEMCODE";
  173. this.txtITEMCODE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  174. new DevExpress.XtraEditors.Controls.EditorButton()});
  175. this.txtITEMCODE.Size = new System.Drawing.Size(179, 28);
  176. this.txtITEMCODE.TabIndex = 98;
  177. this.txtITEMCODE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtITEMCODE_ButtonClick);
  178. this.txtITEMCODE.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtITEMCODE_KeyDown);
  179. this.txtITEMCODE.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtITEMCODE_KeyPress);
  180. //
  181. // labelControl8
  182. //
  183. this.labelControl8.Location = new System.Drawing.Point(437, 42);
  184. this.labelControl8.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  185. this.labelControl8.Name = "labelControl8";
  186. this.labelControl8.Size = new System.Drawing.Size(90, 22);
  187. this.labelControl8.TabIndex = 97;
  188. this.labelControl8.Text = "存货编码:";
  189. //
  190. // txtMEMO
  191. //
  192. this.txtMEMO.Location = new System.Drawing.Point(570, 176);
  193. this.txtMEMO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  194. this.txtMEMO.Name = "txtMEMO";
  195. this.txtMEMO.Size = new System.Drawing.Size(177, 109);
  196. this.txtMEMO.TabIndex = 94;
  197. this.txtMEMO.Text = "";
  198. //
  199. // labelControl6
  200. //
  201. this.labelControl6.Location = new System.Drawing.Point(440, 176);
  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(54, 22);
  205. this.labelControl6.TabIndex = 93;
  206. this.labelControl6.Text = "备注:";
  207. //
  208. // txtORDERLINE
  209. //
  210. this.txtORDERLINE.Location = new System.Drawing.Point(570, 107);
  211. this.txtORDERLINE.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  212. this.txtORDERLINE.Name = "txtORDERLINE";
  213. this.txtORDERLINE.Size = new System.Drawing.Size(177, 29);
  214. this.txtORDERLINE.TabIndex = 78;
  215. //
  216. // txtORDERNO
  217. //
  218. this.txtORDERNO.Location = new System.Drawing.Point(193, 107);
  219. this.txtORDERNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  220. this.txtORDERNO.Name = "txtORDERNO";
  221. this.txtORDERNO.Size = new System.Drawing.Size(164, 29);
  222. this.txtORDERNO.TabIndex = 77;
  223. //
  224. // labelControl3
  225. //
  226. this.labelControl3.Location = new System.Drawing.Point(440, 112);
  227. this.labelControl3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  228. this.labelControl3.Name = "labelControl3";
  229. this.labelControl3.Size = new System.Drawing.Size(108, 22);
  230. this.labelControl3.TabIndex = 76;
  231. this.labelControl3.Text = "采购单行号:";
  232. //
  233. // labelControl2
  234. //
  235. this.labelControl2.Location = new System.Drawing.Point(47, 112);
  236. this.labelControl2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  237. this.labelControl2.Name = "labelControl2";
  238. this.labelControl2.Size = new System.Drawing.Size(90, 22);
  239. this.labelControl2.TabIndex = 75;
  240. this.labelControl2.Text = "采购单号:";
  241. //
  242. // txtReceiptLine
  243. //
  244. this.txtReceiptLine.EnterMoveNextControl = true;
  245. this.txtReceiptLine.Location = new System.Drawing.Point(193, 42);
  246. this.txtReceiptLine.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  247. this.txtReceiptLine.Name = "txtReceiptLine";
  248. this.txtReceiptLine.Size = new System.Drawing.Size(166, 28);
  249. this.txtReceiptLine.TabIndex = 74;
  250. //
  251. // labelControl1
  252. //
  253. this.labelControl1.Location = new System.Drawing.Point(47, 47);
  254. this.labelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  255. this.labelControl1.Name = "labelControl1";
  256. this.labelControl1.Size = new System.Drawing.Size(108, 22);
  257. this.labelControl1.TabIndex = 1;
  258. this.labelControl1.Text = "到货单行号:";
  259. //
  260. // FormICSINVReceiptDetailAdd
  261. //
  262. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  263. this.Appearance.Options.UseBackColor = true;
  264. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
  265. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  266. this.ClientSize = new System.Drawing.Size(819, 420);
  267. this.Controls.Add(this.save);
  268. this.Controls.Add(this.panelControl1);
  269. this.Controls.Add(this.can);
  270. this.Controls.Add(this.lblTitle);
  271. this.Controls.Add(this.btnClose);
  272. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  273. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  274. this.Name = "FormICSINVReceiptDetailAdd";
  275. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  276. this.Text = "FormContainerAddEdit";
  277. this.Load += new System.EventHandler(this.FormICSINVReceiptDetailAdd_Load);
  278. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  279. this.panelControl1.ResumeLayout(false);
  280. this.panelControl1.PerformLayout();
  281. ((System.ComponentModel.ISupportInitialize)(this.txtITEMCODE.Properties)).EndInit();
  282. ((System.ComponentModel.ISupportInitialize)(this.txtReceiptLine.Properties)).EndInit();
  283. this.ResumeLayout(false);
  284. }
  285. #endregion
  286. private DevExpress.XtraEditors.SimpleButton btnClose;
  287. private DevExpress.XtraEditors.LabelControl lblTitle;
  288. private DevExpress.XtraEditors.SimpleButton save;
  289. private DevExpress.XtraEditors.SimpleButton can;
  290. private DevExpress.XtraEditors.PanelControl panelControl1;
  291. private DevExpress.XtraEditors.LabelControl labelControl1;
  292. private DevExpress.XtraEditors.TextEdit txtReceiptLine;
  293. private DevExpress.XtraEditors.LabelControl labelControl3;
  294. private DevExpress.XtraEditors.LabelControl labelControl2;
  295. private System.Windows.Forms.TextBox txtORDERLINE;
  296. private System.Windows.Forms.TextBox txtORDERNO;
  297. private DevExpress.XtraEditors.LabelControl labelControl6;
  298. private System.Windows.Forms.RichTextBox txtMEMO;
  299. private DevExpress.XtraEditors.LabelControl labelControl8;
  300. private DevExpress.XtraEditors.ButtonEdit txtITEMCODE;
  301. private DevExpress.XtraEditors.LabelControl labelControl9;
  302. private System.Windows.Forms.TextBox txtPLANQTY;
  303. }
  304. }