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

213 lines
11 KiB

5 months ago
  1. namespace ICSSoft.Base.Lable.PrintTool
  2. {
  3. partial class FormPrintDialog
  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. this.chkLPrint = new DevExpress.XtraEditors.CheckEdit();
  29. this.chkFPrint = new DevExpress.XtraEditors.CheckEdit();
  30. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  31. this.txtPrint = new DevExpress.XtraEditors.ComboBoxEdit();
  32. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  33. this.txtTempName = new DevExpress.XtraEditors.LookUpEdit();
  34. this.txtPointName = new DevExpress.XtraEditors.LookUpEdit();
  35. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  36. this.chkShowDialogFlag = new DevExpress.XtraEditors.CheckEdit();
  37. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  38. this.txtPrintNum = new DevExpress.XtraEditors.TextEdit();
  39. this.btnOk = new DevExpress.XtraEditors.SimpleButton();
  40. ((System.ComponentModel.ISupportInitialize)(this.chkLPrint.Properties)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.chkFPrint.Properties)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.txtPrint.Properties)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.txtTempName.Properties)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.txtPointName.Properties)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.chkShowDialogFlag.Properties)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.txtPrintNum.Properties)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // chkLPrint
  50. //
  51. this.chkLPrint.EditValue = true;
  52. this.chkLPrint.Location = new System.Drawing.Point(15, 35);
  53. this.chkLPrint.Name = "chkLPrint";
  54. this.chkLPrint.Properties.Caption = "本地打印";
  55. this.chkLPrint.Size = new System.Drawing.Size(83, 19);
  56. this.chkLPrint.TabIndex = 0;
  57. //
  58. // chkFPrint
  59. //
  60. this.chkFPrint.Location = new System.Drawing.Point(15, 92);
  61. this.chkFPrint.Name = "chkFPrint";
  62. this.chkFPrint.Properties.Caption = "远程打印";
  63. this.chkFPrint.Size = new System.Drawing.Size(83, 19);
  64. this.chkFPrint.TabIndex = 0;
  65. //
  66. // labelControl1
  67. //
  68. this.labelControl1.Location = new System.Drawing.Point(17, 60);
  69. this.labelControl1.Name = "labelControl1";
  70. this.labelControl1.Size = new System.Drawing.Size(72, 14);
  71. this.labelControl1.TabIndex = 1;
  72. this.labelControl1.Text = "本地打印机:";
  73. //
  74. // txtPrint
  75. //
  76. this.txtPrint.Location = new System.Drawing.Point(95, 57);
  77. this.txtPrint.Name = "txtPrint";
  78. this.txtPrint.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  79. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  80. this.txtPrint.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  81. this.txtPrint.Size = new System.Drawing.Size(242, 20);
  82. this.txtPrint.TabIndex = 2;
  83. //
  84. // labelControl2
  85. //
  86. this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Blue;
  87. this.labelControl2.Location = new System.Drawing.Point(17, 15);
  88. this.labelControl2.Name = "labelControl2";
  89. this.labelControl2.Size = new System.Drawing.Size(52, 14);
  90. this.labelControl2.TabIndex = 3;
  91. this.labelControl2.Text = "打印模板:";
  92. //
  93. // txtTempName
  94. //
  95. this.txtTempName.Location = new System.Drawing.Point(95, 12);
  96. this.txtTempName.Name = "txtTempName";
  97. this.txtTempName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  98. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  99. this.txtTempName.Properties.NullText = "";
  100. this.txtTempName.Size = new System.Drawing.Size(242, 20);
  101. this.txtTempName.TabIndex = 4;
  102. //
  103. // txtPointName
  104. //
  105. this.txtPointName.Location = new System.Drawing.Point(95, 119);
  106. this.txtPointName.Name = "txtPointName";
  107. this.txtPointName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  108. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  109. this.txtPointName.Properties.NullText = "";
  110. this.txtPointName.Size = new System.Drawing.Size(242, 20);
  111. this.txtPointName.TabIndex = 6;
  112. //
  113. // labelControl3
  114. //
  115. this.labelControl3.Location = new System.Drawing.Point(17, 122);
  116. this.labelControl3.Name = "labelControl3";
  117. this.labelControl3.Size = new System.Drawing.Size(52, 14);
  118. this.labelControl3.TabIndex = 5;
  119. this.labelControl3.Text = "打印地点:";
  120. //
  121. // chkShowDialogFlag
  122. //
  123. this.chkShowDialogFlag.EditValue = true;
  124. this.chkShowDialogFlag.Location = new System.Drawing.Point(15, 154);
  125. this.chkShowDialogFlag.Name = "chkShowDialogFlag";
  126. this.chkShowDialogFlag.Properties.Caption = "是否预览";
  127. this.chkShowDialogFlag.Size = new System.Drawing.Size(83, 19);
  128. this.chkShowDialogFlag.TabIndex = 7;
  129. this.chkShowDialogFlag.CheckedChanged += new System.EventHandler(this.chkShowDialogFlag_CheckedChanged);
  130. //
  131. // labelControl4
  132. //
  133. this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Blue;
  134. this.labelControl4.Location = new System.Drawing.Point(17, 184);
  135. this.labelControl4.Name = "labelControl4";
  136. this.labelControl4.Size = new System.Drawing.Size(52, 14);
  137. this.labelControl4.TabIndex = 8;
  138. this.labelControl4.Text = "打印张数:";
  139. //
  140. // txtPrintNum
  141. //
  142. this.txtPrintNum.EditValue = "1";
  143. this.txtPrintNum.Location = new System.Drawing.Point(95, 182);
  144. this.txtPrintNum.Name = "txtPrintNum";
  145. this.txtPrintNum.Properties.Mask.EditMask = "n0";
  146. this.txtPrintNum.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  147. this.txtPrintNum.Size = new System.Drawing.Size(242, 20);
  148. this.txtPrintNum.TabIndex = 9;
  149. //
  150. // btnOk
  151. //
  152. this.btnOk.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  153. this.btnOk.Location = new System.Drawing.Point(262, 212);
  154. this.btnOk.Name = "btnOk";
  155. this.btnOk.Size = new System.Drawing.Size(75, 23);
  156. this.btnOk.TabIndex = 10;
  157. this.btnOk.Text = "打印";
  158. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  159. //
  160. // FormPrintDialog
  161. //
  162. this.Appearance.BackColor = System.Drawing.Color.White;
  163. this.Appearance.Options.UseBackColor = true;
  164. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  165. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  166. this.ClientSize = new System.Drawing.Size(370, 247);
  167. this.Controls.Add(this.btnOk);
  168. this.Controls.Add(this.txtPrintNum);
  169. this.Controls.Add(this.labelControl4);
  170. this.Controls.Add(this.chkShowDialogFlag);
  171. this.Controls.Add(this.txtPointName);
  172. this.Controls.Add(this.labelControl3);
  173. this.Controls.Add(this.txtTempName);
  174. this.Controls.Add(this.labelControl2);
  175. this.Controls.Add(this.txtPrint);
  176. this.Controls.Add(this.labelControl1);
  177. this.Controls.Add(this.chkFPrint);
  178. this.Controls.Add(this.chkLPrint);
  179. this.MaximizeBox = false;
  180. this.MinimizeBox = false;
  181. this.Name = "FormPrintDialog";
  182. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  183. this.Text = "打印";
  184. ((System.ComponentModel.ISupportInitialize)(this.chkLPrint.Properties)).EndInit();
  185. ((System.ComponentModel.ISupportInitialize)(this.chkFPrint.Properties)).EndInit();
  186. ((System.ComponentModel.ISupportInitialize)(this.txtPrint.Properties)).EndInit();
  187. ((System.ComponentModel.ISupportInitialize)(this.txtTempName.Properties)).EndInit();
  188. ((System.ComponentModel.ISupportInitialize)(this.txtPointName.Properties)).EndInit();
  189. ((System.ComponentModel.ISupportInitialize)(this.chkShowDialogFlag.Properties)).EndInit();
  190. ((System.ComponentModel.ISupportInitialize)(this.txtPrintNum.Properties)).EndInit();
  191. this.ResumeLayout(false);
  192. this.PerformLayout();
  193. }
  194. #endregion
  195. private DevExpress.XtraEditors.CheckEdit chkLPrint;
  196. private DevExpress.XtraEditors.CheckEdit chkFPrint;
  197. private DevExpress.XtraEditors.LabelControl labelControl1;
  198. private DevExpress.XtraEditors.ComboBoxEdit txtPrint;
  199. private DevExpress.XtraEditors.LabelControl labelControl2;
  200. private DevExpress.XtraEditors.LookUpEdit txtTempName;
  201. private DevExpress.XtraEditors.LookUpEdit txtPointName;
  202. private DevExpress.XtraEditors.LabelControl labelControl3;
  203. private DevExpress.XtraEditors.CheckEdit chkShowDialogFlag;
  204. private DevExpress.XtraEditors.LabelControl labelControl4;
  205. private DevExpress.XtraEditors.TextEdit txtPrintNum;
  206. private DevExpress.XtraEditors.SimpleButton btnOk;
  207. }
  208. }