StyleEditorForm.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  1. using FastReport.Controls;
  2. namespace FastReport.Forms
  3. {
  4. partial class StyleEditorForm
  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.gbSettings = new System.Windows.Forms.GroupBox();
  30. this.pnSample = new System.Windows.Forms.Panel();
  31. this.btnTextColor = new System.Windows.Forms.Button();
  32. this.btnFont = new System.Windows.Forms.Button();
  33. this.btnFill = new System.Windows.Forms.Button();
  34. this.btnBorder = new System.Windows.Forms.Button();
  35. this.gbStyles = new System.Windows.Forms.GroupBox();
  36. this.btnDown = new System.Windows.Forms.Button();
  37. this.btnUp = new System.Windows.Forms.Button();
  38. this.btnSave = new System.Windows.Forms.Button();
  39. this.btnLoad = new System.Windows.Forms.Button();
  40. this.btnEdit = new System.Windows.Forms.Button();
  41. this.btnDelete = new System.Windows.Forms.Button();
  42. this.btnAdd = new System.Windows.Forms.Button();
  43. this.lvStyles = new System.Windows.Forms.ListView();
  44. this.cbApplyBorder = new System.Windows.Forms.CheckBox();
  45. this.cbApplyFill = new System.Windows.Forms.CheckBox();
  46. this.cbApplyFont = new System.Windows.Forms.CheckBox();
  47. this.cbApplyTextFill = new System.Windows.Forms.CheckBox();
  48. this.gbSettings.SuspendLayout();
  49. this.gbStyles.SuspendLayout();
  50. this.SuspendLayout();
  51. //
  52. // btnOk
  53. //
  54. this.btnOk.Location = new System.Drawing.Point(312, 264);
  55. //
  56. // btnCancel
  57. //
  58. this.btnCancel.Location = new System.Drawing.Point(392, 264);
  59. //
  60. // gbSettings
  61. //
  62. this.gbSettings.Controls.Add(this.cbApplyTextFill);
  63. this.gbSettings.Controls.Add(this.cbApplyFont);
  64. this.gbSettings.Controls.Add(this.cbApplyFill);
  65. this.gbSettings.Controls.Add(this.cbApplyBorder);
  66. this.gbSettings.Controls.Add(this.pnSample);
  67. this.gbSettings.Controls.Add(this.btnTextColor);
  68. this.gbSettings.Controls.Add(this.btnFont);
  69. this.gbSettings.Controls.Add(this.btnFill);
  70. this.gbSettings.Controls.Add(this.btnBorder);
  71. this.gbSettings.Location = new System.Drawing.Point(300, 4);
  72. this.gbSettings.Name = "gbSettings";
  73. this.gbSettings.Size = new System.Drawing.Size(168, 250);
  74. this.gbSettings.TabIndex = 3;
  75. this.gbSettings.TabStop = false;
  76. this.gbSettings.Text = "Style settings";
  77. //
  78. // pnSample
  79. //
  80. this.pnSample.BackColor = System.Drawing.SystemColors.Control;
  81. this.pnSample.Location = new System.Drawing.Point(12, 168);
  82. this.pnSample.Name = "pnSample";
  83. this.pnSample.Size = new System.Drawing.Size(144, 68);
  84. this.pnSample.TabIndex = 0;
  85. this.pnSample.Paint += new System.Windows.Forms.PaintEventHandler(this.pnSample_Paint);
  86. //
  87. // btnTextColor
  88. //
  89. this.btnTextColor.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  90. this.btnTextColor.Location = new System.Drawing.Point(36, 104);
  91. this.btnTextColor.Name = "btnTextColor";
  92. this.btnTextColor.Size = new System.Drawing.Size(120, 23);
  93. this.btnTextColor.TabIndex = 3;
  94. this.btnTextColor.Text = "Text color";
  95. this.btnTextColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  96. this.btnTextColor.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  97. this.btnTextColor.UseVisualStyleBackColor = true;
  98. this.btnTextColor.Click += new System.EventHandler(this.btnTextColor_Click);
  99. //
  100. // btnFont
  101. //
  102. this.btnFont.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  103. this.btnFont.Location = new System.Drawing.Point(36, 76);
  104. this.btnFont.Name = "btnFont";
  105. this.btnFont.Size = new System.Drawing.Size(120, 23);
  106. this.btnFont.TabIndex = 2;
  107. this.btnFont.Text = "Font";
  108. this.btnFont.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  109. this.btnFont.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  110. this.btnFont.UseVisualStyleBackColor = true;
  111. this.btnFont.Click += new System.EventHandler(this.btnFont_Click);
  112. //
  113. // btnFill
  114. //
  115. this.btnFill.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  116. this.btnFill.Location = new System.Drawing.Point(36, 48);
  117. this.btnFill.Name = "btnFill";
  118. this.btnFill.Size = new System.Drawing.Size(120, 23);
  119. this.btnFill.TabIndex = 1;
  120. this.btnFill.Text = "Fill";
  121. this.btnFill.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  122. this.btnFill.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  123. this.btnFill.UseVisualStyleBackColor = true;
  124. this.btnFill.Click += new System.EventHandler(this.btnColor_Click);
  125. //
  126. // btnBorder
  127. //
  128. this.btnBorder.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  129. this.btnBorder.Location = new System.Drawing.Point(36, 20);
  130. this.btnBorder.Name = "btnBorder";
  131. this.btnBorder.Size = new System.Drawing.Size(120, 23);
  132. this.btnBorder.TabIndex = 0;
  133. this.btnBorder.Text = "Border";
  134. this.btnBorder.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  135. this.btnBorder.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  136. this.btnBorder.UseVisualStyleBackColor = true;
  137. this.btnBorder.Click += new System.EventHandler(this.btnBorder_Click);
  138. //
  139. // gbStyles
  140. //
  141. this.gbStyles.Controls.Add(this.btnDown);
  142. this.gbStyles.Controls.Add(this.btnUp);
  143. this.gbStyles.Controls.Add(this.btnSave);
  144. this.gbStyles.Controls.Add(this.btnLoad);
  145. this.gbStyles.Controls.Add(this.btnEdit);
  146. this.gbStyles.Controls.Add(this.btnDelete);
  147. this.gbStyles.Controls.Add(this.btnAdd);
  148. this.gbStyles.Controls.Add(this.lvStyles);
  149. this.gbStyles.Location = new System.Drawing.Point(8, 4);
  150. this.gbStyles.Name = "gbStyles";
  151. this.gbStyles.Size = new System.Drawing.Size(284, 250);
  152. this.gbStyles.TabIndex = 5;
  153. this.gbStyles.TabStop = false;
  154. this.gbStyles.Text = "Styles";
  155. //
  156. // btnDown
  157. //
  158. this.btnDown.Location = new System.Drawing.Point(180, 144);
  159. this.btnDown.Name = "btnDown";
  160. this.btnDown.Size = new System.Drawing.Size(23, 23);
  161. this.btnDown.TabIndex = 14;
  162. this.btnDown.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  163. this.btnDown.UseVisualStyleBackColor = true;
  164. this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
  165. //
  166. // btnUp
  167. //
  168. this.btnUp.Location = new System.Drawing.Point(180, 116);
  169. this.btnUp.Name = "btnUp";
  170. this.btnUp.Size = new System.Drawing.Size(23, 23);
  171. this.btnUp.TabIndex = 13;
  172. this.btnUp.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  173. this.btnUp.UseVisualStyleBackColor = true;
  174. this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
  175. //
  176. // btnSave
  177. //
  178. this.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  179. this.btnSave.Location = new System.Drawing.Point(180, 213);
  180. this.btnSave.Name = "btnSave";
  181. this.btnSave.Size = new System.Drawing.Size(92, 23);
  182. this.btnSave.TabIndex = 12;
  183. this.btnSave.Text = "Save...";
  184. this.btnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  185. this.btnSave.UseVisualStyleBackColor = true;
  186. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  187. //
  188. // btnLoad
  189. //
  190. this.btnLoad.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  191. this.btnLoad.Location = new System.Drawing.Point(180, 184);
  192. this.btnLoad.Name = "btnLoad";
  193. this.btnLoad.Size = new System.Drawing.Size(92, 23);
  194. this.btnLoad.TabIndex = 11;
  195. this.btnLoad.Text = "Load...";
  196. this.btnLoad.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  197. this.btnLoad.UseVisualStyleBackColor = true;
  198. this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
  199. //
  200. // btnEdit
  201. //
  202. this.btnEdit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  203. this.btnEdit.Location = new System.Drawing.Point(180, 76);
  204. this.btnEdit.Name = "btnEdit";
  205. this.btnEdit.Size = new System.Drawing.Size(92, 23);
  206. this.btnEdit.TabIndex = 10;
  207. this.btnEdit.Text = "Edit";
  208. this.btnEdit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  209. this.btnEdit.UseVisualStyleBackColor = true;
  210. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  211. //
  212. // btnDelete
  213. //
  214. this.btnDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  215. this.btnDelete.Location = new System.Drawing.Point(180, 48);
  216. this.btnDelete.Name = "btnDelete";
  217. this.btnDelete.Size = new System.Drawing.Size(92, 23);
  218. this.btnDelete.TabIndex = 9;
  219. this.btnDelete.Text = "Delete";
  220. this.btnDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  221. this.btnDelete.UseVisualStyleBackColor = true;
  222. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  223. //
  224. // btnAdd
  225. //
  226. this.btnAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  227. this.btnAdd.Location = new System.Drawing.Point(180, 20);
  228. this.btnAdd.Name = "btnAdd";
  229. this.btnAdd.Size = new System.Drawing.Size(92, 23);
  230. this.btnAdd.TabIndex = 8;
  231. this.btnAdd.Text = "Add";
  232. this.btnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  233. this.btnAdd.UseVisualStyleBackColor = true;
  234. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  235. //
  236. // lvStyles
  237. //
  238. this.lvStyles.HideSelection = false;
  239. this.lvStyles.LabelEdit = true;
  240. this.lvStyles.Location = new System.Drawing.Point(12, 20);
  241. this.lvStyles.Name = "lvStyles";
  242. this.lvStyles.Size = new System.Drawing.Size(157, 216);
  243. this.lvStyles.TabIndex = 0;
  244. this.lvStyles.UseCompatibleStateImageBehavior = false;
  245. this.lvStyles.View = System.Windows.Forms.View.List;
  246. this.lvStyles.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.lvStyles_AfterLabelEdit);
  247. this.lvStyles.SelectedIndexChanged += new System.EventHandler(this.lvStyles_SelectedIndexChanged);
  248. //
  249. // cbApplyBorder
  250. //
  251. this.cbApplyBorder.Location = new System.Drawing.Point(12, 24);
  252. this.cbApplyBorder.Name = "cbApplyBorder";
  253. this.cbApplyBorder.Size = new System.Drawing.Size(15, 17);
  254. this.cbApplyBorder.TabIndex = 4;
  255. this.cbApplyBorder.UseVisualStyleBackColor = true;
  256. this.cbApplyBorder.CheckedChanged += new System.EventHandler(this.cbApplyBorder_CheckedChanged);
  257. //
  258. // cbApplyFill
  259. //
  260. this.cbApplyFill.Location = new System.Drawing.Point(12, 52);
  261. this.cbApplyFill.Name = "cbApplyFill";
  262. this.cbApplyFill.Size = new System.Drawing.Size(15, 17);
  263. this.cbApplyFill.TabIndex = 4;
  264. this.cbApplyFill.UseVisualStyleBackColor = true;
  265. this.cbApplyFill.CheckedChanged += new System.EventHandler(this.cbApplyFill_CheckedChanged);
  266. //
  267. // cbApplyFont
  268. //
  269. this.cbApplyFont.Location = new System.Drawing.Point(12, 80);
  270. this.cbApplyFont.Name = "cbApplyFont";
  271. this.cbApplyFont.Size = new System.Drawing.Size(15, 17);
  272. this.cbApplyFont.TabIndex = 4;
  273. this.cbApplyFont.UseVisualStyleBackColor = true;
  274. this.cbApplyFont.CheckedChanged += new System.EventHandler(this.cbApplyFont_CheckedChanged);
  275. //
  276. // cbApplyTextFill
  277. //
  278. this.cbApplyTextFill.Location = new System.Drawing.Point(12, 108);
  279. this.cbApplyTextFill.Name = "cbApplyTextFill";
  280. this.cbApplyTextFill.Size = new System.Drawing.Size(15, 17);
  281. this.cbApplyTextFill.TabIndex = 4;
  282. this.cbApplyTextFill.UseVisualStyleBackColor = true;
  283. this.cbApplyTextFill.CheckedChanged += new System.EventHandler(this.cbApplyTextFill_CheckedChanged);
  284. //
  285. // StyleEditorForm
  286. //
  287. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  288. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  289. this.ClientSize = new System.Drawing.Size(476, 295);
  290. this.Controls.Add(this.gbStyles);
  291. this.Controls.Add(this.gbSettings);
  292. this.Name = "StyleEditorForm";
  293. this.Text = "StyleEditorForm";
  294. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.StyleEditorForm_FormClosed);
  295. this.Controls.SetChildIndex(this.btnOk, 0);
  296. this.Controls.SetChildIndex(this.gbSettings, 0);
  297. this.Controls.SetChildIndex(this.btnCancel, 0);
  298. this.Controls.SetChildIndex(this.gbStyles, 0);
  299. this.gbSettings.ResumeLayout(false);
  300. this.gbSettings.PerformLayout();
  301. this.gbStyles.ResumeLayout(false);
  302. this.ResumeLayout(false);
  303. }
  304. #endregion
  305. private System.Windows.Forms.GroupBox gbSettings;
  306. private System.Windows.Forms.Panel pnSample;
  307. private System.Windows.Forms.Button btnTextColor;
  308. private System.Windows.Forms.Button btnFont;
  309. private System.Windows.Forms.Button btnFill;
  310. private System.Windows.Forms.Button btnBorder;
  311. private System.Windows.Forms.GroupBox gbStyles;
  312. private System.Windows.Forms.ListView lvStyles;
  313. private System.Windows.Forms.Button btnDown;
  314. private System.Windows.Forms.Button btnUp;
  315. private System.Windows.Forms.Button btnSave;
  316. private System.Windows.Forms.Button btnLoad;
  317. private System.Windows.Forms.Button btnEdit;
  318. private System.Windows.Forms.Button btnDelete;
  319. private System.Windows.Forms.Button btnAdd;
  320. private System.Windows.Forms.CheckBox cbApplyFont;
  321. private System.Windows.Forms.CheckBox cbApplyFill;
  322. private System.Windows.Forms.CheckBox cbApplyBorder;
  323. private System.Windows.Forms.CheckBox cbApplyTextFill;
  324. }
  325. }