FontsOptionsForm.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. using FastReport.Controls;
  2. namespace FastReport.Forms
  3. {
  4. partial class FormsFonts
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.buttonX1 = new System.Windows.Forms.Button();
  30. this.formsSetComboBox = new System.Windows.Forms.ComboBox();
  31. this.labelSettingsFor = new System.Windows.Forms.Label();
  32. this.defaultsButton = new System.Windows.Forms.Button();
  33. this.elementsListBox = new System.Windows.Forms.ListBox();
  34. this.formElementLabel = new System.Windows.Forms.Label();
  35. this.italicCheckBox = new System.Windows.Forms.CheckBox();
  36. this.boldCheckBox = new System.Windows.Forms.CheckBox();
  37. this.sizeComboBox = new System.Windows.Forms.ComboBox();
  38. this.sizeLabel = new System.Windows.Forms.Label();
  39. this.fontComboBox = new System.Windows.Forms.ComboBox();
  40. this.fontLabel = new System.Windows.Forms.Label();
  41. this.ExampleBox = new System.Windows.Forms.Label();
  42. this.sampleLabel = new System.Windows.Forms.Label();
  43. this.SuspendLayout();
  44. //
  45. // btnOk
  46. //
  47. this.btnOk.Location = new System.Drawing.Point(373, 285);
  48. //
  49. // btnCancel
  50. //
  51. this.btnCancel.Location = new System.Drawing.Point(453, 285);
  52. //
  53. // buttonX1
  54. //
  55. this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  56. this.buttonX1.Location = new System.Drawing.Point(0, 0);
  57. this.buttonX1.Name = "buttonX1";
  58. this.buttonX1.Size = new System.Drawing.Size(75, 23);
  59. this.buttonX1.TabIndex = 0;
  60. //
  61. // formsSetComboBox
  62. //
  63. this.formsSetComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  64. this.formsSetComboBox.FormattingEnabled = true;
  65. this.formsSetComboBox.Location = new System.Drawing.Point(12, 29);
  66. this.formsSetComboBox.Name = "formsSetComboBox";
  67. this.formsSetComboBox.Size = new System.Drawing.Size(339, 21);
  68. this.formsSetComboBox.TabIndex = 2;
  69. this.formsSetComboBox.SelectedIndexChanged += new System.EventHandler(this.FormSetComboBox_SelectedIndexChanged);
  70. //
  71. // labelSettingsFor
  72. //
  73. this.labelSettingsFor.AutoSize = true;
  74. this.labelSettingsFor.Location = new System.Drawing.Point(9, 13);
  75. this.labelSettingsFor.Name = "labelSettingsFor";
  76. this.labelSettingsFor.Size = new System.Drawing.Size(91, 13);
  77. this.labelSettingsFor.TabIndex = 3;
  78. this.labelSettingsFor.Text = "Show settings for";
  79. //
  80. // defaultsButton
  81. //
  82. this.defaultsButton.Location = new System.Drawing.Point(378, 27);
  83. this.defaultsButton.Name = "defaultsButton";
  84. this.defaultsButton.Size = new System.Drawing.Size(150, 23);
  85. this.defaultsButton.TabIndex = 4;
  86. this.defaultsButton.Text = "Use Defaults";
  87. this.defaultsButton.UseVisualStyleBackColor = true;
  88. this.defaultsButton.Click += new System.EventHandler(this.DefaultsButton_Click);
  89. //
  90. // elementsListBox
  91. //
  92. this.elementsListBox.FormattingEnabled = true;
  93. this.elementsListBox.Location = new System.Drawing.Point(12, 126);
  94. this.elementsListBox.Name = "elementsListBox";
  95. this.elementsListBox.Size = new System.Drawing.Size(289, 147);
  96. this.elementsListBox.TabIndex = 5;
  97. this.elementsListBox.SelectedIndexChanged += new System.EventHandler(this.ElementsListBox_SelectedIndexChanged);
  98. //
  99. // formElementLabel
  100. //
  101. this.formElementLabel.AutoSize = true;
  102. this.formElementLabel.Location = new System.Drawing.Point(9, 110);
  103. this.formElementLabel.Name = "formElementLabel";
  104. this.formElementLabel.Size = new System.Drawing.Size(69, 13);
  105. this.formElementLabel.TabIndex = 6;
  106. this.formElementLabel.Text = "Display items";
  107. //
  108. // italicCheckBox
  109. //
  110. this.italicCheckBox.AutoSize = true;
  111. this.italicCheckBox.Location = new System.Drawing.Point(329, 130);
  112. this.italicCheckBox.Name = "italicCheckBox";
  113. this.italicCheckBox.Size = new System.Drawing.Size(49, 17);
  114. this.italicCheckBox.TabIndex = 8;
  115. this.italicCheckBox.Text = "Italic";
  116. this.italicCheckBox.UseVisualStyleBackColor = true;
  117. this.italicCheckBox.CheckedChanged += new System.EventHandler(this.OptionChanged);
  118. //
  119. // boldCheckBox
  120. //
  121. this.boldCheckBox.AutoSize = true;
  122. this.boldCheckBox.Location = new System.Drawing.Point(329, 153);
  123. this.boldCheckBox.Name = "boldCheckBox";
  124. this.boldCheckBox.Size = new System.Drawing.Size(46, 17);
  125. this.boldCheckBox.TabIndex = 9;
  126. this.boldCheckBox.Text = "Bold";
  127. this.boldCheckBox.UseVisualStyleBackColor = true;
  128. this.boldCheckBox.CheckedChanged += new System.EventHandler(this.OptionChanged);
  129. //
  130. // sizeComboBox
  131. //
  132. this.sizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  133. this.sizeComboBox.FormattingEnabled = true;
  134. this.sizeComboBox.Location = new System.Drawing.Point(378, 75);
  135. this.sizeComboBox.Name = "sizeComboBox";
  136. this.sizeComboBox.Size = new System.Drawing.Size(150, 21);
  137. this.sizeComboBox.TabIndex = 10;
  138. this.sizeComboBox.SelectedIndexChanged += new System.EventHandler(this.OptionChanged);
  139. //
  140. // sizeLabel
  141. //
  142. this.sizeLabel.AutoSize = true;
  143. this.sizeLabel.Location = new System.Drawing.Point(375, 59);
  144. this.sizeLabel.Name = "sizeLabel";
  145. this.sizeLabel.Size = new System.Drawing.Size(26, 13);
  146. this.sizeLabel.TabIndex = 11;
  147. this.sizeLabel.Text = "Size";
  148. //
  149. // fontComboBox
  150. //
  151. this.fontComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  152. this.fontComboBox.FormattingEnabled = true;
  153. this.fontComboBox.Location = new System.Drawing.Point(12, 75);
  154. this.fontComboBox.Name = "fontComboBox";
  155. this.fontComboBox.Size = new System.Drawing.Size(339, 21);
  156. this.fontComboBox.TabIndex = 12;
  157. this.fontComboBox.SelectedIndexChanged += new System.EventHandler(this.OptionChanged);
  158. //
  159. // fontLabel
  160. //
  161. this.fontLabel.AutoSize = true;
  162. this.fontLabel.Location = new System.Drawing.Point(9, 59);
  163. this.fontLabel.Name = "fontLabel";
  164. this.fontLabel.Size = new System.Drawing.Size(29, 13);
  165. this.fontLabel.TabIndex = 13;
  166. this.fontLabel.Text = "Font";
  167. //
  168. // ExampleBox
  169. //
  170. this.ExampleBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  171. this.ExampleBox.Location = new System.Drawing.Point(329, 201);
  172. this.ExampleBox.Name = "ExampleBox";
  173. this.ExampleBox.Size = new System.Drawing.Size(199, 72);
  174. this.ExampleBox.TabIndex = 14;
  175. this.ExampleBox.Text = "Fast Report";
  176. //
  177. // sampleLabel
  178. //
  179. this.sampleLabel.AutoSize = true;
  180. this.sampleLabel.Location = new System.Drawing.Point(326, 183);
  181. this.sampleLabel.Name = "sampleLabel";
  182. this.sampleLabel.Size = new System.Drawing.Size(41, 13);
  183. this.sampleLabel.TabIndex = 15;
  184. this.sampleLabel.Text = "Sample";
  185. //
  186. // FormsFonts
  187. //
  188. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  189. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  190. this.ClientSize = new System.Drawing.Size(539, 320);
  191. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(FormsFonts_FormClosed);
  192. this.Controls.Add(this.sampleLabel);
  193. this.Controls.Add(this.ExampleBox);
  194. this.Controls.Add(this.fontLabel);
  195. this.Controls.Add(this.fontComboBox);
  196. this.Controls.Add(this.sizeLabel);
  197. this.Controls.Add(this.sizeComboBox);
  198. this.Controls.Add(this.boldCheckBox);
  199. this.Controls.Add(this.italicCheckBox);
  200. this.Controls.Add(this.formElementLabel);
  201. this.Controls.Add(this.elementsListBox);
  202. this.Controls.Add(this.defaultsButton);
  203. this.Controls.Add(this.labelSettingsFor);
  204. this.Controls.Add(this.formsSetComboBox);
  205. this.Name = "FormsFonts";
  206. this.Text = "Fonts Options Form";
  207. this.Controls.SetChildIndex(this.formsSetComboBox, 0);
  208. this.Controls.SetChildIndex(this.labelSettingsFor, 0);
  209. this.Controls.SetChildIndex(this.defaultsButton, 0);
  210. this.Controls.SetChildIndex(this.elementsListBox, 0);
  211. this.Controls.SetChildIndex(this.formElementLabel, 0);
  212. this.Controls.SetChildIndex(this.italicCheckBox, 0);
  213. this.Controls.SetChildIndex(this.boldCheckBox, 0);
  214. this.Controls.SetChildIndex(this.sizeComboBox, 0);
  215. this.Controls.SetChildIndex(this.sizeLabel, 0);
  216. this.Controls.SetChildIndex(this.fontComboBox, 0);
  217. this.Controls.SetChildIndex(this.fontLabel, 0);
  218. this.Controls.SetChildIndex(this.ExampleBox, 0);
  219. this.Controls.SetChildIndex(this.sampleLabel, 0);
  220. this.Controls.SetChildIndex(this.btnOk, 0);
  221. this.Controls.SetChildIndex(this.btnCancel, 0);
  222. this.ResumeLayout(false);
  223. this.PerformLayout();
  224. }
  225. #endregion
  226. private System.Windows.Forms.Button buttonX1;
  227. private System.Windows.Forms.ComboBox formsSetComboBox;
  228. private System.Windows.Forms.Label labelSettingsFor;
  229. private System.Windows.Forms.Button defaultsButton;
  230. private System.Windows.Forms.ListBox elementsListBox;
  231. private System.Windows.Forms.Label formElementLabel;
  232. private System.Windows.Forms.ComboBox sizeComboBox;
  233. private System.Windows.Forms.Label sizeLabel;
  234. private System.Windows.Forms.ComboBox fontComboBox;
  235. private System.Windows.Forms.Label fontLabel;
  236. private System.Windows.Forms.Label ExampleBox;
  237. private System.Windows.Forms.Label sampleLabel;
  238. private System.Windows.Forms.CheckBox italicCheckBox;
  239. private System.Windows.Forms.CheckBox boldCheckBox;
  240. }
  241. }