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

240 lines
13 KiB

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