PrintOptions.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. namespace ProjectBase.Controls
  2. {
  3. partial class PrintOptions
  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(PrintOptions));
  29. this.rdoSelectedRows = new System.Windows.Forms.RadioButton();
  30. this.rdoAllRows = new System.Windows.Forms.RadioButton();
  31. this.chkFitToPageWidth = new System.Windows.Forms.CheckBox();
  32. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  33. this.txtTitle = new DevExpress.XtraEditors.MemoEdit();
  34. this.gboxRowsToPrint = new System.Windows.Forms.GroupBox();
  35. this.lblColumnsToPrint = new DevExpress.XtraEditors.LabelControl();
  36. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  37. this.imageCollection1 = new DevExpress.Utils.ImageCollection();
  38. this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
  39. this.chklst = new System.Windows.Forms.CheckedListBox();
  40. this.chkSelectAll = new System.Windows.Forms.CheckBox();
  41. ((System.ComponentModel.ISupportInitialize)(this.txtTitle.Properties)).BeginInit();
  42. this.gboxRowsToPrint.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // rdoSelectedRows
  47. //
  48. this.rdoSelectedRows.AutoSize = true;
  49. this.rdoSelectedRows.Font = new System.Drawing.Font("新宋体", 9F);
  50. this.rdoSelectedRows.Location = new System.Drawing.Point(91, 18);
  51. this.rdoSelectedRows.Name = "rdoSelectedRows";
  52. this.rdoSelectedRows.Size = new System.Drawing.Size(59, 16);
  53. this.rdoSelectedRows.TabIndex = 1;
  54. this.rdoSelectedRows.TabStop = true;
  55. this.rdoSelectedRows.Text = "选中行";
  56. this.rdoSelectedRows.UseVisualStyleBackColor = true;
  57. //
  58. // rdoAllRows
  59. //
  60. this.rdoAllRows.AutoSize = true;
  61. this.rdoAllRows.Font = new System.Drawing.Font("新宋体", 9F);
  62. this.rdoAllRows.Location = new System.Drawing.Point(9, 18);
  63. this.rdoAllRows.Name = "rdoAllRows";
  64. this.rdoAllRows.Size = new System.Drawing.Size(59, 16);
  65. this.rdoAllRows.TabIndex = 0;
  66. this.rdoAllRows.TabStop = true;
  67. this.rdoAllRows.Text = "全部行";
  68. this.rdoAllRows.UseVisualStyleBackColor = true;
  69. //
  70. // chkFitToPageWidth
  71. //
  72. this.chkFitToPageWidth.AutoSize = true;
  73. this.chkFitToPageWidth.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
  74. this.chkFitToPageWidth.FlatStyle = System.Windows.Forms.FlatStyle.System;
  75. this.chkFitToPageWidth.Font = new System.Drawing.Font("新宋体", 9F);
  76. this.chkFitToPageWidth.Location = new System.Drawing.Point(187, 72);
  77. this.chkFitToPageWidth.Name = "chkFitToPageWidth";
  78. this.chkFitToPageWidth.Size = new System.Drawing.Size(102, 17);
  79. this.chkFitToPageWidth.TabIndex = 21;
  80. this.chkFitToPageWidth.Text = "适应页面宽度";
  81. this.chkFitToPageWidth.UseVisualStyleBackColor = true;
  82. //
  83. // lblTitle
  84. //
  85. this.lblTitle.Appearance.Font = new System.Drawing.Font("新宋体", 9F);
  86. this.lblTitle.Appearance.Options.UseFont = true;
  87. this.lblTitle.Location = new System.Drawing.Point(184, 99);
  88. this.lblTitle.Name = "lblTitle";
  89. this.lblTitle.Size = new System.Drawing.Size(48, 12);
  90. this.lblTitle.TabIndex = 20;
  91. this.lblTitle.Text = "页面抬头";
  92. //
  93. // txtTitle
  94. //
  95. this.txtTitle.Location = new System.Drawing.Point(184, 114);
  96. this.txtTitle.Name = "txtTitle";
  97. this.txtTitle.Properties.Appearance.Font = new System.Drawing.Font("新宋体", 9F);
  98. this.txtTitle.Properties.Appearance.Options.UseFont = true;
  99. this.txtTitle.Size = new System.Drawing.Size(176, 71);
  100. this.txtTitle.TabIndex = 19;
  101. //
  102. // gboxRowsToPrint
  103. //
  104. this.gboxRowsToPrint.Controls.Add(this.rdoSelectedRows);
  105. this.gboxRowsToPrint.Controls.Add(this.rdoAllRows);
  106. this.gboxRowsToPrint.Font = new System.Drawing.Font("新宋体", 9F);
  107. this.gboxRowsToPrint.Location = new System.Drawing.Point(184, 20);
  108. this.gboxRowsToPrint.Name = "gboxRowsToPrint";
  109. this.gboxRowsToPrint.Size = new System.Drawing.Size(173, 39);
  110. this.gboxRowsToPrint.TabIndex = 18;
  111. this.gboxRowsToPrint.TabStop = false;
  112. this.gboxRowsToPrint.Text = "打印方式";
  113. //
  114. // lblColumnsToPrint
  115. //
  116. this.lblColumnsToPrint.Appearance.Font = new System.Drawing.Font("新宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  117. this.lblColumnsToPrint.Appearance.Options.UseFont = true;
  118. this.lblColumnsToPrint.Location = new System.Drawing.Point(8, 8);
  119. this.lblColumnsToPrint.Name = "lblColumnsToPrint";
  120. this.lblColumnsToPrint.Size = new System.Drawing.Size(60, 12);
  121. this.lblColumnsToPrint.TabIndex = 17;
  122. this.lblColumnsToPrint.Text = "待打印的列";
  123. //
  124. // btnOK
  125. //
  126. this.btnOK.Appearance.Font = new System.Drawing.Font("新宋体", 9F);
  127. this.btnOK.Appearance.ForeColor = System.Drawing.SystemColors.ControlText;
  128. this.btnOK.Appearance.Options.UseFont = true;
  129. this.btnOK.Appearance.Options.UseForeColor = true;
  130. this.btnOK.Cursor = System.Windows.Forms.Cursors.Default;
  131. this.btnOK.ImageIndex = 0;
  132. this.btnOK.ImageList = this.imageCollection1;
  133. this.btnOK.Location = new System.Drawing.Point(215, 231);
  134. this.btnOK.Name = "btnOK";
  135. this.btnOK.RightToLeft = System.Windows.Forms.RightToLeft.No;
  136. this.btnOK.Size = new System.Drawing.Size(68, 23);
  137. this.btnOK.TabIndex = 14;
  138. this.btnOK.Text = "确定(&O)";
  139. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  140. //
  141. // imageCollection1
  142. //
  143. this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
  144. this.imageCollection1.Images.SetKeyName(0, "CheckBox_16x16.png");
  145. this.imageCollection1.Images.SetKeyName(1, "Close_16x16.png");
  146. //
  147. // btnCancel
  148. //
  149. this.btnCancel.Appearance.Font = new System.Drawing.Font("新宋体", 9F);
  150. this.btnCancel.Appearance.ForeColor = System.Drawing.SystemColors.ControlText;
  151. this.btnCancel.Appearance.Options.UseFont = true;
  152. this.btnCancel.Appearance.Options.UseForeColor = true;
  153. this.btnCancel.Cursor = System.Windows.Forms.Cursors.Default;
  154. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  155. this.btnCancel.ImageIndex = 1;
  156. this.btnCancel.ImageList = this.imageCollection1;
  157. this.btnCancel.Location = new System.Drawing.Point(295, 231);
  158. this.btnCancel.Name = "btnCancel";
  159. this.btnCancel.Size = new System.Drawing.Size(68, 23);
  160. this.btnCancel.TabIndex = 15;
  161. this.btnCancel.Text = "取消(&C)";
  162. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  163. //
  164. // chklst
  165. //
  166. this.chklst.CheckOnClick = true;
  167. this.chklst.Font = new System.Drawing.Font("新宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  168. this.chklst.FormattingEnabled = true;
  169. this.chklst.Location = new System.Drawing.Point(8, 26);
  170. this.chklst.Name = "chklst";
  171. this.chklst.Size = new System.Drawing.Size(170, 228);
  172. this.chklst.TabIndex = 13;
  173. //
  174. // chkSelectAll
  175. //
  176. this.chkSelectAll.AutoSize = true;
  177. this.chkSelectAll.Checked = true;
  178. this.chkSelectAll.CheckState = System.Windows.Forms.CheckState.Checked;
  179. this.chkSelectAll.Location = new System.Drawing.Point(130, 8);
  180. this.chkSelectAll.Name = "chkSelectAll";
  181. this.chkSelectAll.Size = new System.Drawing.Size(50, 18);
  182. this.chkSelectAll.TabIndex = 22;
  183. this.chkSelectAll.Text = "全选";
  184. this.chkSelectAll.UseVisualStyleBackColor = true;
  185. this.chkSelectAll.CheckedChanged += new System.EventHandler(this.chkSelectAll_CheckedChanged);
  186. //
  187. // PrintOptions
  188. //
  189. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
  190. this.ClientSize = new System.Drawing.Size(369, 270);
  191. this.Controls.Add(this.chkSelectAll);
  192. this.Controls.Add(this.chkFitToPageWidth);
  193. this.Controls.Add(this.lblTitle);
  194. this.Controls.Add(this.txtTitle);
  195. this.Controls.Add(this.gboxRowsToPrint);
  196. this.Controls.Add(this.lblColumnsToPrint);
  197. this.Controls.Add(this.btnOK);
  198. this.Controls.Add(this.btnCancel);
  199. this.Controls.Add(this.chklst);
  200. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  201. this.Name = "PrintOptions";
  202. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
  203. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  204. this.Text = "打印选项";
  205. this.Load += new System.EventHandler(this.PrintOtions_Load);
  206. ((System.ComponentModel.ISupportInitialize)(this.txtTitle.Properties)).EndInit();
  207. this.gboxRowsToPrint.ResumeLayout(false);
  208. this.gboxRowsToPrint.PerformLayout();
  209. ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit();
  210. this.ResumeLayout(false);
  211. this.PerformLayout();
  212. }
  213. #endregion
  214. internal System.Windows.Forms.RadioButton rdoSelectedRows;
  215. internal System.Windows.Forms.RadioButton rdoAllRows;
  216. internal System.Windows.Forms.CheckBox chkFitToPageWidth;
  217. internal DevExpress.XtraEditors.LabelControl lblTitle;
  218. internal DevExpress.XtraEditors.MemoEdit txtTitle;
  219. internal System.Windows.Forms.GroupBox gboxRowsToPrint;
  220. internal DevExpress.XtraEditors.LabelControl lblColumnsToPrint;
  221. protected DevExpress.XtraEditors.SimpleButton btnOK;
  222. protected DevExpress.XtraEditors.SimpleButton btnCancel;
  223. private System.Windows.Forms.CheckBox chkSelectAll;
  224. internal System.Windows.Forms.CheckedListBox chklst;
  225. private DevExpress.Utils.ImageCollection imageCollection1;
  226. }
  227. }