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

277 lines
15 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSPACKINGINPUTADD
  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(FormICSPACKINGINPUTADD));
  29. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.txtQTY = new DevExpress.XtraEditors.TextEdit();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.cBMOBITEMCODE = new System.Windows.Forms.ComboBox();
  34. this.txtMOBITEMQTY = new DevExpress.XtraEditors.TextEdit();
  35. this.label11 = new System.Windows.Forms.Label();
  36. this.txtCINVNAME = new DevExpress.XtraEditors.TextEdit();
  37. this.label7 = new System.Windows.Forms.Label();
  38. this.label8 = new System.Windows.Forms.Label();
  39. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  40. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  41. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  42. this.cBTransNO = new System.Windows.Forms.ComboBox();
  43. this.label3 = new System.Windows.Forms.Label();
  44. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  45. this.panelControl1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.txtQTY.Properties)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.txtMOBITEMQTY.Properties)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.txtCINVNAME.Properties)).BeginInit();
  49. this.SuspendLayout();
  50. //
  51. // lblTitle
  52. //
  53. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  54. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  55. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  56. this.lblTitle.Location = new System.Drawing.Point(1, 1);
  57. this.lblTitle.Name = "lblTitle";
  58. this.lblTitle.Size = new System.Drawing.Size(140, 23);
  59. this.lblTitle.TabIndex = 6;
  60. this.lblTitle.Text = "调拨领料申请单维护";
  61. //
  62. // panelControl1
  63. //
  64. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  65. | System.Windows.Forms.AnchorStyles.Left)
  66. | System.Windows.Forms.AnchorStyles.Right)));
  67. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  68. this.panelControl1.Appearance.Options.UseBackColor = true;
  69. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  70. this.panelControl1.Controls.Add(this.cBTransNO);
  71. this.panelControl1.Controls.Add(this.label3);
  72. this.panelControl1.Controls.Add(this.txtQTY);
  73. this.panelControl1.Controls.Add(this.label1);
  74. this.panelControl1.Controls.Add(this.cBMOBITEMCODE);
  75. this.panelControl1.Controls.Add(this.txtMOBITEMQTY);
  76. this.panelControl1.Controls.Add(this.label11);
  77. this.panelControl1.Controls.Add(this.txtCINVNAME);
  78. this.panelControl1.Controls.Add(this.label7);
  79. this.panelControl1.Controls.Add(this.label8);
  80. this.panelControl1.Location = new System.Drawing.Point(1, 27);
  81. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  82. this.panelControl1.Name = "panelControl1";
  83. this.panelControl1.Size = new System.Drawing.Size(255, 159);
  84. this.panelControl1.TabIndex = 23;
  85. //
  86. // txtQTY
  87. //
  88. this.txtQTY.Enabled = false;
  89. this.txtQTY.Location = new System.Drawing.Point(111, 96);
  90. this.txtQTY.Name = "txtQTY";
  91. this.txtQTY.Size = new System.Drawing.Size(123, 20);
  92. this.txtQTY.TabIndex = 25;
  93. //
  94. // label1
  95. //
  96. this.label1.AutoSize = true;
  97. this.label1.Location = new System.Drawing.Point(27, 99);
  98. this.label1.Name = "label1";
  99. this.label1.Size = new System.Drawing.Size(67, 14);
  100. this.label1.TabIndex = 24;
  101. this.label1.Text = "应领数量:";
  102. //
  103. // cBMOBITEMCODE
  104. //
  105. this.cBMOBITEMCODE.Enabled = false;
  106. this.cBMOBITEMCODE.FormattingEnabled = true;
  107. this.cBMOBITEMCODE.Location = new System.Drawing.Point(111, 42);
  108. this.cBMOBITEMCODE.Name = "cBMOBITEMCODE";
  109. this.cBMOBITEMCODE.Size = new System.Drawing.Size(123, 22);
  110. this.cBMOBITEMCODE.TabIndex = 23;
  111. this.cBMOBITEMCODE.SelectedIndexChanged += new System.EventHandler(this.cBMOBITEMCODE_SelectedIndexChanged);
  112. //
  113. // txtMOBITEMQTY
  114. //
  115. this.txtMOBITEMQTY.Enabled = false;
  116. this.txtMOBITEMQTY.Location = new System.Drawing.Point(111, 122);
  117. this.txtMOBITEMQTY.Name = "txtMOBITEMQTY";
  118. this.txtMOBITEMQTY.Size = new System.Drawing.Size(123, 20);
  119. this.txtMOBITEMQTY.TabIndex = 22;
  120. //
  121. // label11
  122. //
  123. this.label11.AutoSize = true;
  124. this.label11.Location = new System.Drawing.Point(27, 125);
  125. this.label11.Name = "label11";
  126. this.label11.Size = new System.Drawing.Size(67, 14);
  127. this.label11.TabIndex = 19;
  128. this.label11.Text = "实际数量:";
  129. //
  130. // txtCINVNAME
  131. //
  132. this.txtCINVNAME.Enabled = false;
  133. this.txtCINVNAME.Location = new System.Drawing.Point(111, 70);
  134. this.txtCINVNAME.Name = "txtCINVNAME";
  135. this.txtCINVNAME.Properties.Appearance.BackColor = System.Drawing.Color.White;
  136. this.txtCINVNAME.Properties.Appearance.Options.UseBackColor = true;
  137. this.txtCINVNAME.Size = new System.Drawing.Size(123, 20);
  138. this.txtCINVNAME.TabIndex = 15;
  139. //
  140. // label7
  141. //
  142. this.label7.AutoSize = true;
  143. this.label7.Location = new System.Drawing.Point(27, 47);
  144. this.label7.Name = "label7";
  145. this.label7.Size = new System.Drawing.Size(67, 14);
  146. this.label7.TabIndex = 11;
  147. this.label7.Text = "子件存货编码:";
  148. //
  149. // label8
  150. //
  151. this.label8.AutoSize = true;
  152. this.label8.Location = new System.Drawing.Point(27, 73);
  153. this.label8.Name = "label8";
  154. this.label8.Size = new System.Drawing.Size(67, 14);
  155. this.label8.TabIndex = 14;
  156. this.label8.Text = "子件存货名称:";
  157. //
  158. // btnCancle
  159. //
  160. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  161. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  162. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  163. this.btnCancle.Appearance.Options.UseFont = true;
  164. this.btnCancle.Appearance.Options.UseForeColor = true;
  165. this.btnCancle.Appearance.Options.UseTextOptions = true;
  166. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  167. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  168. this.btnCancle.Location = new System.Drawing.Point(186, 189);
  169. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  170. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  171. this.btnCancle.Name = "btnCancle";
  172. this.btnCancle.Size = new System.Drawing.Size(70, 30);
  173. this.btnCancle.TabIndex = 122;
  174. this.btnCancle.Text = "取消";
  175. this.btnCancle.Click += new System.EventHandler(this.can_Click);
  176. //
  177. // btnOK
  178. //
  179. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  180. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  181. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  182. this.btnOK.Appearance.Options.UseFont = true;
  183. this.btnOK.Appearance.Options.UseForeColor = true;
  184. this.btnOK.Appearance.Options.UseTextOptions = true;
  185. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  186. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  187. this.btnOK.Location = new System.Drawing.Point(110, 189);
  188. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  189. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  190. this.btnOK.Name = "btnOK";
  191. this.btnOK.Size = new System.Drawing.Size(70, 30);
  192. this.btnOK.TabIndex = 121;
  193. this.btnOK.Text = "保存";
  194. this.btnOK.Click += new System.EventHandler(this.save_Click);
  195. //
  196. // btnClose
  197. //
  198. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  199. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  200. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  201. this.btnClose.Appearance.Options.UseFont = true;
  202. this.btnClose.Appearance.Options.UseForeColor = true;
  203. this.btnClose.Appearance.Options.UseTextOptions = true;
  204. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  205. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  206. this.btnClose.Location = new System.Drawing.Point(230, 1);
  207. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  208. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  209. this.btnClose.Name = "btnClose";
  210. this.btnClose.Size = new System.Drawing.Size(26, 23);
  211. this.btnClose.TabIndex = 5;
  212. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  213. //
  214. // cBTransNO
  215. //
  216. this.cBTransNO.FormattingEnabled = true;
  217. this.cBTransNO.Location = new System.Drawing.Point(111, 14);
  218. this.cBTransNO.Name = "cBTransNO";
  219. this.cBTransNO.Size = new System.Drawing.Size(123, 22);
  220. this.cBTransNO.TabIndex = 29;
  221. this.cBTransNO.SelectedIndexChanged += new System.EventHandler(this.cBTransNO_SelectedIndexChanged);
  222. //
  223. // label3
  224. //
  225. this.label3.AutoSize = true;
  226. this.label3.Location = new System.Drawing.Point(27, 19);
  227. this.label3.Name = "label3";
  228. this.label3.Size = new System.Drawing.Size(67, 14);
  229. this.label3.TabIndex = 28;
  230. this.label3.Text = "调拨单号:";
  231. //
  232. // FormICSPACKINGINPUTADD
  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(257, 222);
  239. this.Controls.Add(this.btnCancle);
  240. this.Controls.Add(this.btnOK);
  241. this.Controls.Add(this.panelControl1);
  242. this.Controls.Add(this.lblTitle);
  243. this.Controls.Add(this.btnClose);
  244. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  245. this.Name = "FormICSPACKINGINPUTADD";
  246. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  247. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  248. this.panelControl1.ResumeLayout(false);
  249. this.panelControl1.PerformLayout();
  250. ((System.ComponentModel.ISupportInitialize)(this.txtQTY.Properties)).EndInit();
  251. ((System.ComponentModel.ISupportInitialize)(this.txtMOBITEMQTY.Properties)).EndInit();
  252. ((System.ComponentModel.ISupportInitialize)(this.txtCINVNAME.Properties)).EndInit();
  253. this.ResumeLayout(false);
  254. }
  255. #endregion
  256. private DevExpress.XtraEditors.SimpleButton btnClose;
  257. private DevExpress.XtraEditors.LabelControl lblTitle;
  258. private DevExpress.XtraEditors.PanelControl panelControl1;
  259. private DevExpress.XtraEditors.SimpleButton btnCancle;
  260. private DevExpress.XtraEditors.SimpleButton btnOK;
  261. private System.Windows.Forms.Label label7;
  262. private DevExpress.XtraEditors.TextEdit txtMOBITEMQTY;
  263. private System.Windows.Forms.Label label11;
  264. private DevExpress.XtraEditors.TextEdit txtCINVNAME;
  265. private System.Windows.Forms.Label label8;
  266. private System.Windows.Forms.ComboBox cBMOBITEMCODE;
  267. private DevExpress.XtraEditors.TextEdit txtQTY;
  268. private System.Windows.Forms.Label label1;
  269. private System.Windows.Forms.ComboBox cBTransNO;
  270. private System.Windows.Forms.Label label3;
  271. }
  272. }