ModelSetSuperSmallForm.Designer.cs 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. namespace LYFZ.Software.UI.ReportPrint.SuperSmallForm
  2. {
  3. partial class ModelSetSuperSmallForm
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ModelSetSuperSmallForm));
  30. this.nudModelWidth = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  31. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  32. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  33. this.nudModelHeight = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  34. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.chkPrint = new LYFZ.ComponentLibrary.CheckBoxEx();
  38. this.plExMainContainer.SuspendLayout();
  39. this.plFormMainContent.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.nudModelWidth)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.nudModelHeight)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // plExMainContainer
  45. //
  46. this.plExMainContainer.Controls.Add(this.chkPrint);
  47. this.plExMainContainer.Controls.Add(this.labelEx3);
  48. this.plExMainContainer.Controls.Add(this.btnCancel);
  49. this.plExMainContainer.Controls.Add(this.btnOK);
  50. this.plExMainContainer.Controls.Add(this.nudModelHeight);
  51. this.plExMainContainer.Controls.Add(this.labelEx2);
  52. this.plExMainContainer.Controls.Add(this.labelEx1);
  53. this.plExMainContainer.Controls.Add(this.nudModelWidth);
  54. this.plExMainContainer.Size = new System.Drawing.Size(460, 265);
  55. //
  56. // plFormMainContent
  57. //
  58. this.plFormMainContent.Size = new System.Drawing.Size(460, 265);
  59. //
  60. // btnAppFormMaximize
  61. //
  62. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  63. this.btnAppFormMaximize.Location = new System.Drawing.Point(326, 0);
  64. //
  65. // btnAppFormExit
  66. //
  67. this.btnAppFormExit.Location = new System.Drawing.Point(428, 0);
  68. //
  69. // btnAppFormMinimize
  70. //
  71. this.btnAppFormMinimize.Location = new System.Drawing.Point(326, 0);
  72. //
  73. // nudModelWidth
  74. //
  75. this.nudModelWidth.Location = new System.Drawing.Point(184, 37);
  76. this.nudModelWidth.Maximum = new decimal(new int[] {
  77. 1000000,
  78. 0,
  79. 0,
  80. 0});
  81. this.nudModelWidth.Minimum = new decimal(new int[] {
  82. 100,
  83. 0,
  84. 0,
  85. 0});
  86. this.nudModelWidth.Name = "nudModelWidth";
  87. this.nudModelWidth.Size = new System.Drawing.Size(138, 21);
  88. this.nudModelWidth.TabIndex = 0;
  89. this.nudModelWidth.Value = new decimal(new int[] {
  90. 100,
  91. 0,
  92. 0,
  93. 0});
  94. //
  95. // labelEx1
  96. //
  97. this.labelEx1.AutoSize = true;
  98. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  99. this.labelEx1.Location = new System.Drawing.Point(128, 41);
  100. this.labelEx1.Name = "labelEx1";
  101. this.labelEx1.Size = new System.Drawing.Size(53, 12);
  102. this.labelEx1.TabIndex = 1;
  103. this.labelEx1.Text = "模板宽:";
  104. //
  105. // labelEx2
  106. //
  107. this.labelEx2.AutoSize = true;
  108. this.labelEx2.BackColor = System.Drawing.Color.Transparent;
  109. this.labelEx2.Location = new System.Drawing.Point(128, 80);
  110. this.labelEx2.Name = "labelEx2";
  111. this.labelEx2.Size = new System.Drawing.Size(53, 12);
  112. this.labelEx2.TabIndex = 2;
  113. this.labelEx2.Text = "模板高:";
  114. //
  115. // nudModelHeight
  116. //
  117. this.nudModelHeight.Location = new System.Drawing.Point(184, 75);
  118. this.nudModelHeight.Maximum = new decimal(new int[] {
  119. 1000000,
  120. 0,
  121. 0,
  122. 0});
  123. this.nudModelHeight.Minimum = new decimal(new int[] {
  124. 100,
  125. 0,
  126. 0,
  127. 0});
  128. this.nudModelHeight.Name = "nudModelHeight";
  129. this.nudModelHeight.Size = new System.Drawing.Size(138, 21);
  130. this.nudModelHeight.TabIndex = 3;
  131. this.nudModelHeight.Value = new decimal(new int[] {
  132. 100,
  133. 0,
  134. 0,
  135. 0});
  136. //
  137. // btnOK
  138. //
  139. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  140. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  141. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  142. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  143. this.btnOK.ForeColor = System.Drawing.Color.White;
  144. this.btnOK.IsShowText = true;
  145. this.btnOK.Location = new System.Drawing.Point(108, 209);
  146. this.btnOK.Name = "btnOK";
  147. this.btnOK.Size = new System.Drawing.Size(85, 28);
  148. this.btnOK.TabIndex = 4;
  149. this.btnOK.Text = "确定";
  150. this.btnOK.UseVisualStyleBackColor = false;
  151. //
  152. // btnCancel
  153. //
  154. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  155. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  156. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  157. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  158. this.btnCancel.ForeColor = System.Drawing.Color.White;
  159. this.btnCancel.IsShowText = true;
  160. this.btnCancel.Location = new System.Drawing.Point(246, 209);
  161. this.btnCancel.Name = "btnCancel";
  162. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  163. this.btnCancel.TabIndex = 5;
  164. this.btnCancel.Text = "取消";
  165. this.btnCancel.UseVisualStyleBackColor = false;
  166. //
  167. // labelEx3
  168. //
  169. this.labelEx3.AutoSize = true;
  170. this.labelEx3.BackColor = System.Drawing.Color.Transparent;
  171. this.labelEx3.Location = new System.Drawing.Point(128, 115);
  172. this.labelEx3.Name = "labelEx3";
  173. this.labelEx3.Size = new System.Drawing.Size(209, 12);
  174. this.labelEx3.TabIndex = 6;
  175. this.labelEx3.Text = "提示:最小值100起,最大值1000000止";
  176. //
  177. // chkPrint
  178. //
  179. this.chkPrint.AutoSize = true;
  180. this.chkPrint.BackColor = System.Drawing.Color.Transparent;
  181. this.chkPrint.Checked = true;
  182. this.chkPrint.CheckState = System.Windows.Forms.CheckState.Checked;
  183. this.chkPrint.Font = new System.Drawing.Font("微软雅黑", 9F);
  184. this.chkPrint.Location = new System.Drawing.Point(130, 158);
  185. this.chkPrint.Name = "chkPrint";
  186. this.chkPrint.Size = new System.Drawing.Size(111, 21);
  187. this.chkPrint.TabIndex = 7;
  188. this.chkPrint.Text = "打印出背景图片";
  189. this.chkPrint.UseVisualStyleBackColor = false;
  190. //
  191. // ModelSetSuperSmallForm
  192. //
  193. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  194. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  195. this.ClientSize = new System.Drawing.Size(460, 330);
  196. this.MaximizeBox = false;
  197. this.MinimizeBox = false;
  198. this.Name = "ModelSetSuperSmallForm";
  199. this.Text = "设置模板大小";
  200. this.plExMainContainer.ResumeLayout(false);
  201. this.plExMainContainer.PerformLayout();
  202. this.plFormMainContent.ResumeLayout(false);
  203. ((System.ComponentModel.ISupportInitialize)(this.nudModelWidth)).EndInit();
  204. ((System.ComponentModel.ISupportInitialize)(this.nudModelHeight)).EndInit();
  205. this.ResumeLayout(false);
  206. }
  207. #endregion
  208. private ComponentLibrary.LabelEx labelEx2;
  209. private ComponentLibrary.LabelEx labelEx1;
  210. private ComponentLibrary.LabelEx labelEx3;
  211. protected ComponentLibrary.NumericUpDownEx nudModelWidth;
  212. protected ComponentLibrary.ButtonEx btnCancel;
  213. protected ComponentLibrary.ButtonEx btnOK;
  214. protected ComponentLibrary.NumericUpDownEx nudModelHeight;
  215. protected ComponentLibrary.CheckBoxEx chkPrint;
  216. }
  217. }