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

237 lines
13 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSItemLotPrint
  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(FormICSItemLotPrint));
  29. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.chkShowDialogFlag = new DevExpress.XtraEditors.CheckEdit();
  32. this.txtLOTNO = new DevExpress.XtraEditors.TextEdit();
  33. this.txtTempName = new DevExpress.XtraEditors.LookUpEdit();
  34. this.txtPrint = new DevExpress.XtraEditors.ComboBoxEdit();
  35. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  36. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  37. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  38. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  39. this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
  40. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  41. this.panel1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.chkShowDialogFlag.Properties)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.txtLOTNO.Properties)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.txtTempName.Properties)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.txtPrint.Properties)).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(2, 7);
  54. this.lblTitle.Name = "lblTitle";
  55. this.lblTitle.Size = new System.Drawing.Size(84, 23);
  56. this.lblTitle.TabIndex = 19;
  57. this.lblTitle.Text = "标签复制";
  58. //
  59. // panel1
  60. //
  61. this.panel1.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.panel1.BackColor = System.Drawing.Color.WhiteSmoke;
  65. this.panel1.Controls.Add(this.chkShowDialogFlag);
  66. this.panel1.Controls.Add(this.txtLOTNO);
  67. this.panel1.Controls.Add(this.txtTempName);
  68. this.panel1.Controls.Add(this.txtPrint);
  69. this.panel1.Controls.Add(this.labelControl3);
  70. this.panel1.Controls.Add(this.labelControl2);
  71. this.panel1.Controls.Add(this.labelControl1);
  72. this.panel1.Location = new System.Drawing.Point(1, 36);
  73. this.panel1.Name = "panel1";
  74. this.panel1.Size = new System.Drawing.Size(428, 226);
  75. this.panel1.TabIndex = 123;
  76. //
  77. // chkShowDialogFlag
  78. //
  79. this.chkShowDialogFlag.EditValue = true;
  80. this.chkShowDialogFlag.Location = new System.Drawing.Point(48, 187);
  81. this.chkShowDialogFlag.Name = "chkShowDialogFlag";
  82. this.chkShowDialogFlag.Properties.Caption = "是否预览";
  83. this.chkShowDialogFlag.Size = new System.Drawing.Size(83, 19);
  84. this.chkShowDialogFlag.TabIndex = 10;
  85. //
  86. // txtLOTNO
  87. //
  88. this.txtLOTNO.Location = new System.Drawing.Point(128, 37);
  89. this.txtLOTNO.Name = "txtLOTNO";
  90. this.txtLOTNO.Size = new System.Drawing.Size(242, 20);
  91. this.txtLOTNO.TabIndex = 9;
  92. this.txtLOTNO.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLOTNO_KeyPress);
  93. //
  94. // txtTempName
  95. //
  96. this.txtTempName.Location = new System.Drawing.Point(128, 86);
  97. this.txtTempName.Name = "txtTempName";
  98. this.txtTempName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  99. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  100. this.txtTempName.Properties.NullText = "";
  101. this.txtTempName.Size = new System.Drawing.Size(242, 20);
  102. this.txtTempName.TabIndex = 8;
  103. //
  104. // txtPrint
  105. //
  106. this.txtPrint.Location = new System.Drawing.Point(128, 140);
  107. this.txtPrint.Name = "txtPrint";
  108. this.txtPrint.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  109. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  110. this.txtPrint.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  111. this.txtPrint.Size = new System.Drawing.Size(242, 20);
  112. this.txtPrint.TabIndex = 6;
  113. //
  114. // labelControl3
  115. //
  116. this.labelControl3.Location = new System.Drawing.Point(50, 40);
  117. this.labelControl3.Name = "labelControl3";
  118. this.labelControl3.Size = new System.Drawing.Size(60, 14);
  119. this.labelControl3.TabIndex = 5;
  120. this.labelControl3.Text = "产品条码:";
  121. //
  122. // labelControl2
  123. //
  124. this.labelControl2.Location = new System.Drawing.Point(50, 89);
  125. this.labelControl2.Name = "labelControl2";
  126. this.labelControl2.Size = new System.Drawing.Size(60, 14);
  127. this.labelControl2.TabIndex = 5;
  128. this.labelControl2.Text = "打印模板:";
  129. //
  130. // labelControl1
  131. //
  132. this.labelControl1.Location = new System.Drawing.Point(50, 143);
  133. this.labelControl1.Name = "labelControl1";
  134. this.labelControl1.Size = new System.Drawing.Size(72, 14);
  135. this.labelControl1.TabIndex = 5;
  136. this.labelControl1.Text = "本地打印机:";
  137. //
  138. // btnClose
  139. //
  140. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  141. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  142. this.btnClose.Appearance.Options.UseFont = true;
  143. this.btnClose.Appearance.Options.UseForeColor = true;
  144. this.btnClose.Appearance.Options.UseTextOptions = true;
  145. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  146. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  147. this.btnClose.Location = new System.Drawing.Point(403, 4);
  148. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  149. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  150. this.btnClose.Name = "btnClose";
  151. this.btnClose.Size = new System.Drawing.Size(26, 30);
  152. this.btnClose.TabIndex = 29;
  153. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  154. //
  155. // btnPrint
  156. //
  157. this.btnPrint.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
  158. this.btnPrint.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  159. this.btnPrint.Appearance.ForeColor = System.Drawing.Color.White;
  160. this.btnPrint.Appearance.Options.UseBackColor = true;
  161. this.btnPrint.Appearance.Options.UseFont = true;
  162. this.btnPrint.Appearance.Options.UseForeColor = true;
  163. this.btnPrint.Appearance.Options.UseTextOptions = true;
  164. this.btnPrint.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  165. this.btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image")));
  166. this.btnPrint.Location = new System.Drawing.Point(77, 4);
  167. this.btnPrint.LookAndFeel.SkinName = "BlueButtonSkin";
  168. this.btnPrint.LookAndFeel.UseDefaultLookAndFeel = false;
  169. this.btnPrint.Name = "btnPrint";
  170. this.btnPrint.Size = new System.Drawing.Size(80, 30);
  171. this.btnPrint.TabIndex = 122;
  172. this.btnPrint.Text = "打印条码";
  173. this.btnPrint.Click += new System.EventHandler(this.simpleButton4_Click);
  174. //
  175. // btnExit
  176. //
  177. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  178. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  179. this.btnExit.Appearance.Options.UseFont = true;
  180. this.btnExit.Appearance.Options.UseForeColor = true;
  181. this.btnExit.Appearance.Options.UseTextOptions = true;
  182. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  183. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  184. this.btnExit.Location = new System.Drawing.Point(157, 4);
  185. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  186. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  187. this.btnExit.Name = "btnExit";
  188. this.btnExit.Size = new System.Drawing.Size(57, 30);
  189. this.btnExit.TabIndex = 37;
  190. this.btnExit.Text = "退出";
  191. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  192. //
  193. // FormICSItemLotPrint
  194. //
  195. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  196. this.Appearance.Options.UseBackColor = true;
  197. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  198. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  199. this.ClientSize = new System.Drawing.Size(429, 263);
  200. this.Controls.Add(this.panel1);
  201. this.Controls.Add(this.btnClose);
  202. this.Controls.Add(this.btnPrint);
  203. this.Controls.Add(this.btnExit);
  204. this.Controls.Add(this.lblTitle);
  205. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  206. this.Name = "FormICSItemLotPrint";
  207. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  208. this.Text = "FormICSItemLotPrint";
  209. this.Load += new System.EventHandler(this.FormICSItemLotPrint_Load);
  210. this.panel1.ResumeLayout(false);
  211. this.panel1.PerformLayout();
  212. ((System.ComponentModel.ISupportInitialize)(this.chkShowDialogFlag.Properties)).EndInit();
  213. ((System.ComponentModel.ISupportInitialize)(this.txtLOTNO.Properties)).EndInit();
  214. ((System.ComponentModel.ISupportInitialize)(this.txtTempName.Properties)).EndInit();
  215. ((System.ComponentModel.ISupportInitialize)(this.txtPrint.Properties)).EndInit();
  216. this.ResumeLayout(false);
  217. }
  218. #endregion
  219. private DevExpress.XtraEditors.LabelControl lblTitle;
  220. private DevExpress.XtraEditors.SimpleButton btnClose;
  221. private DevExpress.XtraEditors.SimpleButton btnExit;
  222. private DevExpress.XtraEditors.SimpleButton btnPrint;
  223. private System.Windows.Forms.Panel panel1;
  224. private DevExpress.XtraEditors.LookUpEdit txtTempName;
  225. private DevExpress.XtraEditors.ComboBoxEdit txtPrint;
  226. private DevExpress.XtraEditors.LabelControl labelControl1;
  227. private DevExpress.XtraEditors.TextEdit txtLOTNO;
  228. private DevExpress.XtraEditors.LabelControl labelControl3;
  229. private DevExpress.XtraEditors.LabelControl labelControl2;
  230. private DevExpress.XtraEditors.CheckEdit chkShowDialogFlag;
  231. }
  232. }