LabelWizardForm.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. namespace FastReport.Forms
  2. {
  3. partial class LabelWizardForm
  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.cbxLabels = new System.Windows.Forms.ComboBox();
  29. this.lbxLabels = new System.Windows.Forms.ListBox();
  30. this.lblManufacturer = new System.Windows.Forms.Label();
  31. this.lblProduct = new System.Windows.Forms.Label();
  32. this.gbLabel = new System.Windows.Forms.GroupBox();
  33. this.btnDelete = new System.Windows.Forms.Button();
  34. this.gbParameters = new System.Windows.Forms.GroupBox();
  35. this.lblColumns1 = new System.Windows.Forms.Label();
  36. this.lblPaperSize1 = new System.Windows.Forms.Label();
  37. this.lblRows1 = new System.Windows.Forms.Label();
  38. this.lblColumns = new System.Windows.Forms.Label();
  39. this.lblSize1 = new System.Windows.Forms.Label();
  40. this.lblRows = new System.Windows.Forms.Label();
  41. this.lblPaperSize = new System.Windows.Forms.Label();
  42. this.lblSize = new System.Windows.Forms.Label();
  43. this.btnCustom = new System.Windows.Forms.Button();
  44. this.lblHint = new System.Windows.Forms.Label();
  45. this.gbLabel.SuspendLayout();
  46. this.gbParameters.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // btnOk
  50. //
  51. this.btnOk.Location = new System.Drawing.Point(200, 316);
  52. //
  53. // btnCancel
  54. //
  55. this.btnCancel.Location = new System.Drawing.Point(280, 316);
  56. //
  57. // cbxLabels
  58. //
  59. this.cbxLabels.DropDownHeight = 200;
  60. this.cbxLabels.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  61. this.cbxLabels.FormattingEnabled = true;
  62. this.cbxLabels.IntegralHeight = false;
  63. this.cbxLabels.Location = new System.Drawing.Point(100, 20);
  64. this.cbxLabels.Name = "cbxLabels";
  65. this.cbxLabels.Size = new System.Drawing.Size(236, 21);
  66. this.cbxLabels.TabIndex = 1;
  67. this.cbxLabels.SelectedIndexChanged += new System.EventHandler(this.cbxLabels_SelectedIndexChanged);
  68. //
  69. // lbxLabels
  70. //
  71. this.lbxLabels.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  72. this.lbxLabels.FormattingEnabled = true;
  73. this.lbxLabels.Location = new System.Drawing.Point(100, 48);
  74. this.lbxLabels.Name = "lbxLabels";
  75. this.lbxLabels.Size = new System.Drawing.Size(236, 121);
  76. this.lbxLabels.TabIndex = 2;
  77. this.lbxLabels.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.lbxLabels_DrawItem);
  78. this.lbxLabels.SelectedIndexChanged += new System.EventHandler(this.lbxLabels_SelectedIndexChanged);
  79. //
  80. // lblManufacturer
  81. //
  82. this.lblManufacturer.AutoSize = true;
  83. this.lblManufacturer.Location = new System.Drawing.Point(8, 24);
  84. this.lblManufacturer.Name = "lblManufacturer";
  85. this.lblManufacturer.Size = new System.Drawing.Size(76, 13);
  86. this.lblManufacturer.TabIndex = 3;
  87. this.lblManufacturer.Text = "Manufacturer:";
  88. //
  89. // lblProduct
  90. //
  91. this.lblProduct.AutoSize = true;
  92. this.lblProduct.Location = new System.Drawing.Point(8, 48);
  93. this.lblProduct.Name = "lblProduct";
  94. this.lblProduct.Size = new System.Drawing.Size(48, 13);
  95. this.lblProduct.TabIndex = 3;
  96. this.lblProduct.Text = "Product:";
  97. //
  98. // gbLabel
  99. //
  100. this.gbLabel.Controls.Add(this.btnDelete);
  101. this.gbLabel.Controls.Add(this.lbxLabels);
  102. this.gbLabel.Controls.Add(this.cbxLabels);
  103. this.gbLabel.Controls.Add(this.lblManufacturer);
  104. this.gbLabel.Controls.Add(this.lblProduct);
  105. this.gbLabel.Location = new System.Drawing.Point(8, 44);
  106. this.gbLabel.Name = "gbLabel";
  107. this.gbLabel.Size = new System.Drawing.Size(348, 184);
  108. this.gbLabel.TabIndex = 4;
  109. this.gbLabel.TabStop = false;
  110. this.gbLabel.Text = "Label";
  111. //
  112. // btnDelete
  113. //
  114. this.btnDelete.Location = new System.Drawing.Point(12, 148);
  115. this.btnDelete.Name = "btnDelete";
  116. this.btnDelete.Size = new System.Drawing.Size(75, 23);
  117. this.btnDelete.TabIndex = 5;
  118. this.btnDelete.Text = "Delete";
  119. this.btnDelete.UseVisualStyleBackColor = true;
  120. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  121. //
  122. // gbParameters
  123. //
  124. this.gbParameters.Controls.Add(this.lblColumns1);
  125. this.gbParameters.Controls.Add(this.lblPaperSize1);
  126. this.gbParameters.Controls.Add(this.lblRows1);
  127. this.gbParameters.Controls.Add(this.lblColumns);
  128. this.gbParameters.Controls.Add(this.lblSize1);
  129. this.gbParameters.Controls.Add(this.lblRows);
  130. this.gbParameters.Controls.Add(this.lblPaperSize);
  131. this.gbParameters.Controls.Add(this.lblSize);
  132. this.gbParameters.Location = new System.Drawing.Point(8, 232);
  133. this.gbParameters.Name = "gbParameters";
  134. this.gbParameters.Size = new System.Drawing.Size(348, 72);
  135. this.gbParameters.TabIndex = 5;
  136. this.gbParameters.TabStop = false;
  137. this.gbParameters.Text = "Parameters";
  138. //
  139. // lblColumns1
  140. //
  141. this.lblColumns1.AutoSize = true;
  142. this.lblColumns1.Location = new System.Drawing.Point(300, 44);
  143. this.lblColumns1.Name = "lblColumns1";
  144. this.lblColumns1.Size = new System.Drawing.Size(35, 13);
  145. this.lblColumns1.TabIndex = 3;
  146. this.lblColumns1.Text = "label4";
  147. //
  148. // lblPaperSize1
  149. //
  150. this.lblPaperSize1.AutoSize = true;
  151. this.lblPaperSize1.Location = new System.Drawing.Point(96, 44);
  152. this.lblPaperSize1.Name = "lblPaperSize1";
  153. this.lblPaperSize1.Size = new System.Drawing.Size(35, 13);
  154. this.lblPaperSize1.TabIndex = 3;
  155. this.lblPaperSize1.Text = "label4";
  156. //
  157. // lblRows1
  158. //
  159. this.lblRows1.AutoSize = true;
  160. this.lblRows1.Location = new System.Drawing.Point(300, 20);
  161. this.lblRows1.Name = "lblRows1";
  162. this.lblRows1.Size = new System.Drawing.Size(35, 13);
  163. this.lblRows1.TabIndex = 2;
  164. this.lblRows1.Text = "label3";
  165. //
  166. // lblColumns
  167. //
  168. this.lblColumns.AutoSize = true;
  169. this.lblColumns.Location = new System.Drawing.Point(230, 44);
  170. this.lblColumns.Name = "lblColumns";
  171. this.lblColumns.Size = new System.Drawing.Size(51, 13);
  172. this.lblColumns.TabIndex = 1;
  173. this.lblColumns.Text = "Columns:";
  174. //
  175. // lblSize1
  176. //
  177. this.lblSize1.AutoSize = true;
  178. this.lblSize1.Location = new System.Drawing.Point(96, 20);
  179. this.lblSize1.Name = "lblSize1";
  180. this.lblSize1.Size = new System.Drawing.Size(35, 13);
  181. this.lblSize1.TabIndex = 2;
  182. this.lblSize1.Text = "label3";
  183. //
  184. // lblRows
  185. //
  186. this.lblRows.AutoSize = true;
  187. this.lblRows.Location = new System.Drawing.Point(230, 20);
  188. this.lblRows.Name = "lblRows";
  189. this.lblRows.Size = new System.Drawing.Size(37, 13);
  190. this.lblRows.TabIndex = 0;
  191. this.lblRows.Text = "Rows:";
  192. //
  193. // lblPaperSize
  194. //
  195. this.lblPaperSize.AutoSize = true;
  196. this.lblPaperSize.Location = new System.Drawing.Point(8, 44);
  197. this.lblPaperSize.Name = "lblPaperSize";
  198. this.lblPaperSize.Size = new System.Drawing.Size(60, 13);
  199. this.lblPaperSize.TabIndex = 1;
  200. this.lblPaperSize.Text = "Paper size:";
  201. //
  202. // lblSize
  203. //
  204. this.lblSize.AutoSize = true;
  205. this.lblSize.Location = new System.Drawing.Point(8, 20);
  206. this.lblSize.Name = "lblSize";
  207. this.lblSize.Size = new System.Drawing.Size(30, 13);
  208. this.lblSize.TabIndex = 0;
  209. this.lblSize.Text = "Size:";
  210. //
  211. // btnCustom
  212. //
  213. this.btnCustom.AutoSize = false;
  214. this.btnCustom.Location = new System.Drawing.Point(8, 316);
  215. this.btnCustom.Name = "btnCustom";
  216. this.btnCustom.Size = new System.Drawing.Size(90, 23);
  217. this.btnCustom.TabIndex = 6;
  218. this.btnCustom.Text = "Custom label...";
  219. this.btnCustom.UseVisualStyleBackColor = true;
  220. this.btnCustom.Click += new System.EventHandler(this.btnCustom_Click);
  221. //
  222. // lblHint
  223. //
  224. this.lblHint.Dock = System.Windows.Forms.DockStyle.Top;
  225. this.lblHint.Location = new System.Drawing.Point(0, 0);
  226. this.lblHint.Name = "lblHint";
  227. this.lblHint.Padding = new System.Windows.Forms.Padding(8, 8, 8, 0);
  228. this.lblHint.Size = new System.Drawing.Size(363, 28);
  229. this.lblHint.TabIndex = 7;
  230. this.lblHint.Text = "Select one of the predefined labels, or press \"Custom label...\" button to define " +
  231. "own label size.";
  232. //
  233. // LabelWizardForm
  234. //
  235. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  236. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  237. this.ClientSize = new System.Drawing.Size(363, 348);
  238. this.Controls.Add(this.lblHint);
  239. this.Controls.Add(this.btnCustom);
  240. this.Controls.Add(this.gbParameters);
  241. this.Controls.Add(this.gbLabel);
  242. this.Name = "LabelWizardForm";
  243. this.Text = "Label Wizard";
  244. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.LabelWizardForm_FormClosed);
  245. this.Controls.SetChildIndex(this.btnOk, 0);
  246. this.Controls.SetChildIndex(this.btnCancel, 0);
  247. this.Controls.SetChildIndex(this.gbLabel, 0);
  248. this.Controls.SetChildIndex(this.gbParameters, 0);
  249. this.Controls.SetChildIndex(this.btnCustom, 0);
  250. this.Controls.SetChildIndex(this.lblHint, 0);
  251. this.gbLabel.BringToFront();
  252. this.gbLabel.ResumeLayout(false);
  253. this.gbLabel.PerformLayout();
  254. this.gbParameters.ResumeLayout(false);
  255. this.gbParameters.PerformLayout();
  256. this.ResumeLayout(false);
  257. this.PerformLayout();
  258. }
  259. #endregion
  260. private System.Windows.Forms.ComboBox cbxLabels;
  261. private System.Windows.Forms.ListBox lbxLabels;
  262. private System.Windows.Forms.Label lblManufacturer;
  263. private System.Windows.Forms.Label lblProduct;
  264. private System.Windows.Forms.GroupBox gbLabel;
  265. private System.Windows.Forms.GroupBox gbParameters;
  266. private System.Windows.Forms.Label lblPaperSize1;
  267. private System.Windows.Forms.Label lblSize1;
  268. private System.Windows.Forms.Label lblPaperSize;
  269. private System.Windows.Forms.Label lblSize;
  270. private System.Windows.Forms.Label lblColumns1;
  271. private System.Windows.Forms.Label lblRows1;
  272. private System.Windows.Forms.Label lblColumns;
  273. private System.Windows.Forms.Label lblRows;
  274. private System.Windows.Forms.Button btnCustom;
  275. private System.Windows.Forms.Label lblHint;
  276. private System.Windows.Forms.Button btnDelete;
  277. }
  278. }