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

181 lines
10 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSWareHouseLotMinus
  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(FormICSWareHouseLotMinus));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  32. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  33. this.txtLotNOlist = new System.Windows.Forms.ComboBox();
  34. this.save = new DevExpress.XtraEditors.SimpleButton();
  35. this.can = new DevExpress.XtraEditors.SimpleButton();
  36. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  37. this.panelControl1.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // btnClose
  41. //
  42. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  43. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  44. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  45. this.btnClose.Appearance.Options.UseFont = true;
  46. this.btnClose.Appearance.Options.UseForeColor = true;
  47. this.btnClose.Appearance.Options.UseTextOptions = true;
  48. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  49. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  50. this.btnClose.Location = new System.Drawing.Point(372, 0);
  51. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  52. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  53. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  54. this.btnClose.Name = "btnClose";
  55. this.btnClose.Size = new System.Drawing.Size(30, 38);
  56. this.btnClose.TabIndex = 5;
  57. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  58. //
  59. // lblTitle
  60. //
  61. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  62. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  63. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  64. this.lblTitle.Location = new System.Drawing.Point(1, 2);
  65. this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  66. this.lblTitle.Name = "lblTitle";
  67. this.lblTitle.Size = new System.Drawing.Size(185, 29);
  68. this.lblTitle.TabIndex = 6;
  69. this.lblTitle.Text = " 合批";
  70. //
  71. // labelControl1
  72. //
  73. this.labelControl1.Location = new System.Drawing.Point(30, 38);
  74. this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  75. this.labelControl1.Name = "labelControl1";
  76. this.labelControl1.Size = new System.Drawing.Size(75, 18);
  77. this.labelControl1.TabIndex = 0;
  78. this.labelControl1.Text = "物料批号:";
  79. //
  80. // panelControl1
  81. //
  82. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  83. | System.Windows.Forms.AnchorStyles.Left)
  84. | System.Windows.Forms.AnchorStyles.Right)));
  85. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  86. this.panelControl1.Appearance.Options.UseBackColor = true;
  87. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  88. this.panelControl1.Controls.Add(this.txtLotNOlist);
  89. this.panelControl1.Controls.Add(this.labelControl1);
  90. this.panelControl1.Location = new System.Drawing.Point(1, 34);
  91. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  92. this.panelControl1.Name = "panelControl1";
  93. this.panelControl1.Size = new System.Drawing.Size(401, 106);
  94. this.panelControl1.TabIndex = 23;
  95. //
  96. // txtLotNOlist
  97. //
  98. this.txtLotNOlist.FormattingEnabled = true;
  99. this.txtLotNOlist.Location = new System.Drawing.Point(105, 38);
  100. this.txtLotNOlist.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  101. this.txtLotNOlist.Name = "txtLotNOlist";
  102. this.txtLotNOlist.Size = new System.Drawing.Size(253, 26);
  103. this.txtLotNOlist.TabIndex = 79;
  104. //
  105. // save
  106. //
  107. this.save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  108. this.save.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  109. this.save.Appearance.ForeColor = System.Drawing.Color.White;
  110. this.save.Appearance.Options.UseFont = true;
  111. this.save.Appearance.Options.UseForeColor = true;
  112. this.save.Appearance.Options.UseTextOptions = true;
  113. this.save.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  114. this.save.Image = ((System.Drawing.Image)(resources.GetObject("save.Image")));
  115. this.save.Location = new System.Drawing.Point(240, 144);
  116. this.save.LookAndFeel.SkinName = "BlueButtonSkin";
  117. this.save.LookAndFeel.UseDefaultLookAndFeel = false;
  118. this.save.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  119. this.save.Name = "save";
  120. this.save.Size = new System.Drawing.Size(80, 38);
  121. this.save.TabIndex = 81;
  122. this.save.Text = "保存";
  123. this.save.Click += new System.EventHandler(this.save_Click);
  124. //
  125. // can
  126. //
  127. this.can.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  128. this.can.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  129. this.can.Appearance.ForeColor = System.Drawing.Color.White;
  130. this.can.Appearance.Options.UseFont = true;
  131. this.can.Appearance.Options.UseForeColor = true;
  132. this.can.Appearance.Options.UseTextOptions = true;
  133. this.can.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  134. this.can.Image = ((System.Drawing.Image)(resources.GetObject("can.Image")));
  135. this.can.Location = new System.Drawing.Point(322, 144);
  136. this.can.LookAndFeel.SkinName = "BlueButtonSkin";
  137. this.can.LookAndFeel.UseDefaultLookAndFeel = false;
  138. this.can.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  139. this.can.Name = "can";
  140. this.can.Size = new System.Drawing.Size(80, 38);
  141. this.can.TabIndex = 91;
  142. this.can.Text = "取消";
  143. this.can.Click += new System.EventHandler(this.can_Click);
  144. //
  145. // FormICSWareHouseLotMinus
  146. //
  147. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  148. this.Appearance.Options.UseBackColor = true;
  149. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  150. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  151. this.ClientSize = new System.Drawing.Size(403, 185);
  152. this.Controls.Add(this.can);
  153. this.Controls.Add(this.save);
  154. this.Controls.Add(this.panelControl1);
  155. this.Controls.Add(this.lblTitle);
  156. this.Controls.Add(this.btnClose);
  157. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  158. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  159. this.Name = "FormICSWareHouseLotMinus";
  160. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  161. this.Text = "FormContainerAddEdit";
  162. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  163. this.panelControl1.ResumeLayout(false);
  164. this.panelControl1.PerformLayout();
  165. this.ResumeLayout(false);
  166. }
  167. #endregion
  168. private DevExpress.XtraEditors.SimpleButton btnClose;
  169. private DevExpress.XtraEditors.LabelControl lblTitle;
  170. private DevExpress.XtraEditors.LabelControl labelControl1;
  171. private DevExpress.XtraEditors.PanelControl panelControl1;
  172. private DevExpress.XtraEditors.SimpleButton save;
  173. private DevExpress.XtraEditors.SimpleButton can;
  174. private System.Windows.Forms.ComboBox txtLotNOlist;
  175. }
  176. }