华恒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.

252 lines
13 KiB

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