FillEditorForm.Designer.cs 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879
  1. using FastReport.Controls;
  2. namespace FastReport.Forms
  3. {
  4. partial class FillEditorForm
  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.pnSolid = new FastReport.Controls.PageControlPage();
  30. this.gbSolidColors = new System.Windows.Forms.GroupBox();
  31. this.cbxSolidColor = new FastReport.Controls.ColorComboBox();
  32. this.lblSolidColor = new System.Windows.Forms.Label();
  33. this.pnLinear = new FastReport.Controls.PageControlPage();
  34. this.gbLinearOptions = new System.Windows.Forms.GroupBox();
  35. this.trbLinearContrast = new System.Windows.Forms.TrackBar();
  36. this.lblLinearContrast = new System.Windows.Forms.Label();
  37. this.lblLinearFocus = new System.Windows.Forms.Label();
  38. this.trbLinearFocus = new System.Windows.Forms.TrackBar();
  39. this.gbLinearAngle = new System.Windows.Forms.GroupBox();
  40. this.acLinearAngle = new FastReport.Controls.AngleControl();
  41. this.gbLinearColors = new System.Windows.Forms.GroupBox();
  42. this.cbxLinearEndColor = new FastReport.Controls.ColorComboBox();
  43. this.lblLinearEndColor = new System.Windows.Forms.Label();
  44. this.cbxLinearStartColor = new FastReport.Controls.ColorComboBox();
  45. this.lblLinearStartColor = new System.Windows.Forms.Label();
  46. this.pnPath = new FastReport.Controls.PageControlPage();
  47. this.gbPathShape = new System.Windows.Forms.GroupBox();
  48. this.rbPathRectangle = new System.Windows.Forms.RadioButton();
  49. this.rbPathEllipse = new System.Windows.Forms.RadioButton();
  50. this.gbPathColors = new System.Windows.Forms.GroupBox();
  51. this.cbxPathEdgeColor = new FastReport.Controls.ColorComboBox();
  52. this.lblPathEdgeColor = new System.Windows.Forms.Label();
  53. this.cbxPathCenterColor = new FastReport.Controls.ColorComboBox();
  54. this.lblPathCenterColor = new System.Windows.Forms.Label();
  55. this.pnHatch = new FastReport.Controls.PageControlPage();
  56. this.gbHatchStyle = new System.Windows.Forms.GroupBox();
  57. this.cbxHatch = new FastReport.Controls.HatchComboBox();
  58. this.gbHatchColors = new System.Windows.Forms.GroupBox();
  59. this.cbxHatchBackColor = new FastReport.Controls.ColorComboBox();
  60. this.lblHatchBackColor = new System.Windows.Forms.Label();
  61. this.cbxHatchForeColor = new FastReport.Controls.ColorComboBox();
  62. this.lblHatchForeColor = new System.Windows.Forms.Label();
  63. this.pcPanels = new FastReport.Controls.PageControl();
  64. this.pnGlass = new FastReport.Controls.PageControlPage();
  65. this.gbGlassOptions = new System.Windows.Forms.GroupBox();
  66. this.trbGlassBlend = new System.Windows.Forms.TrackBar();
  67. this.cbxGlassColor = new FastReport.Controls.ColorComboBox();
  68. this.lblGlassBlend = new System.Windows.Forms.Label();
  69. this.lblGlassColor = new System.Windows.Forms.Label();
  70. this.cbGlassHatch = new System.Windows.Forms.CheckBox();
  71. this.pnTexture = new FastReport.Controls.PageControlPage();
  72. this.btnOpenFileDialog = new System.Windows.Forms.Button();
  73. this.gbOffset = new System.Windows.Forms.GroupBox();
  74. this.label2 = new System.Windows.Forms.Label();
  75. this.numOffsetY = new System.Windows.Forms.NumericUpDown();
  76. this.label3 = new System.Windows.Forms.Label();
  77. this.numOffsetX = new System.Windows.Forms.NumericUpDown();
  78. this.gpImageSize = new System.Windows.Forms.GroupBox();
  79. this.lblWrapMode = new System.Windows.Forms.Label();
  80. this.cbWrapMode = new System.Windows.Forms.ComboBox();
  81. this.chBxPreserveRatio = new System.Windows.Forms.CheckBox();
  82. this.lblImgHeight = new System.Windows.Forms.Label();
  83. this.numImgHeight = new System.Windows.Forms.NumericUpDown();
  84. this.lblImgWidth = new System.Windows.Forms.Label();
  85. this.numImgWidth = new System.Windows.Forms.NumericUpDown();
  86. this.pnSample = new FastReport.Forms.FillEditorForm.FillSample();
  87. this.pnSolid.SuspendLayout();
  88. this.gbSolidColors.SuspendLayout();
  89. this.pnLinear.SuspendLayout();
  90. this.gbLinearOptions.SuspendLayout();
  91. ((System.ComponentModel.ISupportInitialize)(this.trbLinearContrast)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.trbLinearFocus)).BeginInit();
  93. this.gbLinearAngle.SuspendLayout();
  94. this.gbLinearColors.SuspendLayout();
  95. this.pnPath.SuspendLayout();
  96. this.gbPathShape.SuspendLayout();
  97. this.gbPathColors.SuspendLayout();
  98. this.pnHatch.SuspendLayout();
  99. this.gbHatchStyle.SuspendLayout();
  100. this.gbHatchColors.SuspendLayout();
  101. this.pcPanels.SuspendLayout();
  102. this.pnGlass.SuspendLayout();
  103. this.gbGlassOptions.SuspendLayout();
  104. ((System.ComponentModel.ISupportInitialize)(this.trbGlassBlend)).BeginInit();
  105. this.pnTexture.SuspendLayout();
  106. this.gbOffset.SuspendLayout();
  107. ((System.ComponentModel.ISupportInitialize)(this.numOffsetY)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.numOffsetX)).BeginInit();
  109. this.gpImageSize.SuspendLayout();
  110. ((System.ComponentModel.ISupportInitialize)(this.numImgHeight)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.numImgWidth)).BeginInit();
  112. this.SuspendLayout();
  113. //
  114. // btnOk
  115. //
  116. this.btnOk.Location = new System.Drawing.Point(352, 288);
  117. //
  118. // btnCancel
  119. //
  120. this.btnCancel.Location = new System.Drawing.Point(432, 288);
  121. //
  122. // pnSolid
  123. //
  124. this.pnSolid.BackColor = System.Drawing.SystemColors.Window;
  125. this.pnSolid.Controls.Add(this.gbSolidColors);
  126. this.pnSolid.Dock = System.Windows.Forms.DockStyle.Fill;
  127. this.pnSolid.Image = null;
  128. this.pnSolid.Location = new System.Drawing.Point(139, 1);
  129. this.pnSolid.Name = "pnSolid";
  130. this.pnSolid.Size = new System.Drawing.Size(356, 262);
  131. this.pnSolid.TabIndex = 1;
  132. this.pnSolid.Text = "Solid";
  133. //
  134. // gbSolidColors
  135. //
  136. this.gbSolidColors.Controls.Add(this.cbxSolidColor);
  137. this.gbSolidColors.Controls.Add(this.lblSolidColor);
  138. this.gbSolidColors.Location = new System.Drawing.Point(16, 12);
  139. this.gbSolidColors.Name = "gbSolidColors";
  140. this.gbSolidColors.Size = new System.Drawing.Size(324, 164);
  141. this.gbSolidColors.TabIndex = 3;
  142. this.gbSolidColors.TabStop = false;
  143. this.gbSolidColors.Text = "Colors";
  144. //
  145. // cbxSolidColor
  146. //
  147. this.cbxSolidColor.Color = System.Drawing.Color.Transparent;
  148. this.cbxSolidColor.Location = new System.Drawing.Point(108, 20);
  149. this.cbxSolidColor.Name = "cbxSolidColor";
  150. this.cbxSolidColor.Size = new System.Drawing.Size(70, 21);
  151. this.cbxSolidColor.TabIndex = 3;
  152. this.cbxSolidColor.ColorSelected += new System.EventHandler(this.cbxSolidColor_ColorSelected);
  153. //
  154. // lblSolidColor
  155. //
  156. this.lblSolidColor.AutoSize = true;
  157. this.lblSolidColor.Location = new System.Drawing.Point(8, 24);
  158. this.lblSolidColor.Name = "lblSolidColor";
  159. this.lblSolidColor.Size = new System.Drawing.Size(32, 13);
  160. this.lblSolidColor.TabIndex = 2;
  161. this.lblSolidColor.Text = "Color";
  162. //
  163. // pnLinear
  164. //
  165. this.pnLinear.BackColor = System.Drawing.SystemColors.Window;
  166. this.pnLinear.Controls.Add(this.gbLinearOptions);
  167. this.pnLinear.Controls.Add(this.gbLinearAngle);
  168. this.pnLinear.Controls.Add(this.gbLinearColors);
  169. this.pnLinear.Dock = System.Windows.Forms.DockStyle.Fill;
  170. this.pnLinear.Image = null;
  171. this.pnLinear.Location = new System.Drawing.Point(139, 1);
  172. this.pnLinear.Name = "pnLinear";
  173. this.pnLinear.Size = new System.Drawing.Size(356, 262);
  174. this.pnLinear.TabIndex = 2;
  175. this.pnLinear.Text = "Linear gradient";
  176. //
  177. // gbLinearOptions
  178. //
  179. this.gbLinearOptions.Controls.Add(this.trbLinearContrast);
  180. this.gbLinearOptions.Controls.Add(this.lblLinearContrast);
  181. this.gbLinearOptions.Controls.Add(this.lblLinearFocus);
  182. this.gbLinearOptions.Controls.Add(this.trbLinearFocus);
  183. this.gbLinearOptions.Location = new System.Drawing.Point(16, 96);
  184. this.gbLinearOptions.Name = "gbLinearOptions";
  185. this.gbLinearOptions.Size = new System.Drawing.Size(192, 80);
  186. this.gbLinearOptions.TabIndex = 5;
  187. this.gbLinearOptions.TabStop = false;
  188. this.gbLinearOptions.Text = "Options";
  189. //
  190. // trbLinearContrast
  191. //
  192. this.trbLinearContrast.AutoSize = false;
  193. this.trbLinearContrast.Location = new System.Drawing.Point(104, 48);
  194. this.trbLinearContrast.Maximum = 100;
  195. this.trbLinearContrast.Name = "trbLinearContrast";
  196. this.trbLinearContrast.Size = new System.Drawing.Size(81, 20);
  197. this.trbLinearContrast.TabIndex = 0;
  198. this.trbLinearContrast.TickFrequency = 25;
  199. this.trbLinearContrast.ValueChanged += new System.EventHandler(this.trbLinearContrast_ValueChanged);
  200. //
  201. // lblLinearContrast
  202. //
  203. this.lblLinearContrast.AutoSize = true;
  204. this.lblLinearContrast.Location = new System.Drawing.Point(8, 48);
  205. this.lblLinearContrast.Name = "lblLinearContrast";
  206. this.lblLinearContrast.Size = new System.Drawing.Size(49, 13);
  207. this.lblLinearContrast.TabIndex = 2;
  208. this.lblLinearContrast.Text = "Contrast";
  209. //
  210. // lblLinearFocus
  211. //
  212. this.lblLinearFocus.AutoSize = true;
  213. this.lblLinearFocus.Location = new System.Drawing.Point(8, 24);
  214. this.lblLinearFocus.Name = "lblLinearFocus";
  215. this.lblLinearFocus.Size = new System.Drawing.Size(35, 13);
  216. this.lblLinearFocus.TabIndex = 2;
  217. this.lblLinearFocus.Text = "Focus";
  218. //
  219. // trbLinearFocus
  220. //
  221. this.trbLinearFocus.AutoSize = false;
  222. this.trbLinearFocus.Location = new System.Drawing.Point(104, 24);
  223. this.trbLinearFocus.Maximum = 100;
  224. this.trbLinearFocus.Name = "trbLinearFocus";
  225. this.trbLinearFocus.Size = new System.Drawing.Size(81, 20);
  226. this.trbLinearFocus.TabIndex = 0;
  227. this.trbLinearFocus.TickFrequency = 25;
  228. this.trbLinearFocus.ValueChanged += new System.EventHandler(this.trbLinearFocus_ValueChanged);
  229. //
  230. // gbLinearAngle
  231. //
  232. this.gbLinearAngle.Controls.Add(this.acLinearAngle);
  233. this.gbLinearAngle.Location = new System.Drawing.Point(216, 12);
  234. this.gbLinearAngle.Name = "gbLinearAngle";
  235. this.gbLinearAngle.Size = new System.Drawing.Size(124, 164);
  236. this.gbLinearAngle.TabIndex = 4;
  237. this.gbLinearAngle.TabStop = false;
  238. this.gbLinearAngle.Text = "Angle";
  239. //
  240. // acLinearAngle
  241. //
  242. this.acLinearAngle.Angle = 0;
  243. this.acLinearAngle.BackColor = System.Drawing.SystemColors.Window;
  244. this.acLinearAngle.Changed = false;
  245. this.acLinearAngle.Location = new System.Drawing.Point(12, 20);
  246. this.acLinearAngle.Name = "acLinearAngle";
  247. this.acLinearAngle.Padding = new System.Windows.Forms.Padding(4);
  248. this.acLinearAngle.ShowBorder = true;
  249. this.acLinearAngle.Size = new System.Drawing.Size(100, 130);
  250. this.acLinearAngle.TabIndex = 0;
  251. this.acLinearAngle.Text = "angleControl1";
  252. this.acLinearAngle.AngleChanged += new System.EventHandler(this.acLinearAngle_AngleChanged);
  253. //
  254. // gbLinearColors
  255. //
  256. this.gbLinearColors.Controls.Add(this.cbxLinearEndColor);
  257. this.gbLinearColors.Controls.Add(this.lblLinearEndColor);
  258. this.gbLinearColors.Controls.Add(this.cbxLinearStartColor);
  259. this.gbLinearColors.Controls.Add(this.lblLinearStartColor);
  260. this.gbLinearColors.Location = new System.Drawing.Point(16, 12);
  261. this.gbLinearColors.Name = "gbLinearColors";
  262. this.gbLinearColors.Size = new System.Drawing.Size(192, 80);
  263. this.gbLinearColors.TabIndex = 3;
  264. this.gbLinearColors.TabStop = false;
  265. this.gbLinearColors.Text = "Colors";
  266. //
  267. // cbxLinearEndColor
  268. //
  269. this.cbxLinearEndColor.Color = System.Drawing.Color.Transparent;
  270. this.cbxLinearEndColor.Location = new System.Drawing.Point(108, 44);
  271. this.cbxLinearEndColor.Name = "cbxLinearEndColor";
  272. this.cbxLinearEndColor.Size = new System.Drawing.Size(70, 21);
  273. this.cbxLinearEndColor.TabIndex = 3;
  274. this.cbxLinearEndColor.ColorSelected += new System.EventHandler(this.cbxLinearEndColor_ColorSelected);
  275. //
  276. // lblLinearEndColor
  277. //
  278. this.lblLinearEndColor.AutoSize = true;
  279. this.lblLinearEndColor.Location = new System.Drawing.Point(8, 48);
  280. this.lblLinearEndColor.Name = "lblLinearEndColor";
  281. this.lblLinearEndColor.Size = new System.Drawing.Size(25, 13);
  282. this.lblLinearEndColor.TabIndex = 2;
  283. this.lblLinearEndColor.Text = "End";
  284. //
  285. // cbxLinearStartColor
  286. //
  287. this.cbxLinearStartColor.Color = System.Drawing.Color.Transparent;
  288. this.cbxLinearStartColor.Location = new System.Drawing.Point(108, 20);
  289. this.cbxLinearStartColor.Name = "cbxLinearStartColor";
  290. this.cbxLinearStartColor.Size = new System.Drawing.Size(70, 21);
  291. this.cbxLinearStartColor.TabIndex = 3;
  292. this.cbxLinearStartColor.ColorSelected += new System.EventHandler(this.cbxLinearStartColor_ColorSelected);
  293. //
  294. // lblLinearStartColor
  295. //
  296. this.lblLinearStartColor.AutoSize = true;
  297. this.lblLinearStartColor.Location = new System.Drawing.Point(8, 24);
  298. this.lblLinearStartColor.Name = "lblLinearStartColor";
  299. this.lblLinearStartColor.Size = new System.Drawing.Size(31, 13);
  300. this.lblLinearStartColor.TabIndex = 2;
  301. this.lblLinearStartColor.Text = "Start";
  302. //
  303. // pnPath
  304. //
  305. this.pnPath.BackColor = System.Drawing.SystemColors.Window;
  306. this.pnPath.Controls.Add(this.gbPathShape);
  307. this.pnPath.Controls.Add(this.gbPathColors);
  308. this.pnPath.Dock = System.Windows.Forms.DockStyle.Fill;
  309. this.pnPath.Image = null;
  310. this.pnPath.Location = new System.Drawing.Point(139, 1);
  311. this.pnPath.Name = "pnPath";
  312. this.pnPath.Size = new System.Drawing.Size(356, 262);
  313. this.pnPath.TabIndex = 3;
  314. this.pnPath.Text = "Path gradient";
  315. //
  316. // gbPathShape
  317. //
  318. this.gbPathShape.Controls.Add(this.rbPathRectangle);
  319. this.gbPathShape.Controls.Add(this.rbPathEllipse);
  320. this.gbPathShape.Location = new System.Drawing.Point(16, 96);
  321. this.gbPathShape.Name = "gbPathShape";
  322. this.gbPathShape.Size = new System.Drawing.Size(324, 80);
  323. this.gbPathShape.TabIndex = 5;
  324. this.gbPathShape.TabStop = false;
  325. this.gbPathShape.Text = "Shape";
  326. //
  327. // rbPathRectangle
  328. //
  329. this.rbPathRectangle.AutoSize = true;
  330. this.rbPathRectangle.Location = new System.Drawing.Point(12, 44);
  331. this.rbPathRectangle.Name = "rbPathRectangle";
  332. this.rbPathRectangle.Size = new System.Drawing.Size(73, 17);
  333. this.rbPathRectangle.TabIndex = 0;
  334. this.rbPathRectangle.TabStop = true;
  335. this.rbPathRectangle.Text = "Rectangle";
  336. this.rbPathRectangle.UseVisualStyleBackColor = true;
  337. this.rbPathRectangle.CheckedChanged += new System.EventHandler(this.rbPathEllipse_CheckedChanged);
  338. //
  339. // rbPathEllipse
  340. //
  341. this.rbPathEllipse.AutoSize = true;
  342. this.rbPathEllipse.Location = new System.Drawing.Point(12, 20);
  343. this.rbPathEllipse.Name = "rbPathEllipse";
  344. this.rbPathEllipse.Size = new System.Drawing.Size(54, 17);
  345. this.rbPathEllipse.TabIndex = 0;
  346. this.rbPathEllipse.TabStop = true;
  347. this.rbPathEllipse.Text = "Ellipse";
  348. this.rbPathEllipse.UseVisualStyleBackColor = true;
  349. this.rbPathEllipse.CheckedChanged += new System.EventHandler(this.rbPathEllipse_CheckedChanged);
  350. //
  351. // gbPathColors
  352. //
  353. this.gbPathColors.Controls.Add(this.cbxPathEdgeColor);
  354. this.gbPathColors.Controls.Add(this.lblPathEdgeColor);
  355. this.gbPathColors.Controls.Add(this.cbxPathCenterColor);
  356. this.gbPathColors.Controls.Add(this.lblPathCenterColor);
  357. this.gbPathColors.Location = new System.Drawing.Point(16, 12);
  358. this.gbPathColors.Name = "gbPathColors";
  359. this.gbPathColors.Size = new System.Drawing.Size(324, 80);
  360. this.gbPathColors.TabIndex = 3;
  361. this.gbPathColors.TabStop = false;
  362. this.gbPathColors.Text = "Colors";
  363. //
  364. // cbxPathEdgeColor
  365. //
  366. this.cbxPathEdgeColor.Color = System.Drawing.Color.Transparent;
  367. this.cbxPathEdgeColor.Location = new System.Drawing.Point(108, 44);
  368. this.cbxPathEdgeColor.Name = "cbxPathEdgeColor";
  369. this.cbxPathEdgeColor.Size = new System.Drawing.Size(70, 21);
  370. this.cbxPathEdgeColor.TabIndex = 3;
  371. this.cbxPathEdgeColor.ColorSelected += new System.EventHandler(this.cbxPathEdgeColor_ColorSelected);
  372. //
  373. // lblPathEdgeColor
  374. //
  375. this.lblPathEdgeColor.AutoSize = true;
  376. this.lblPathEdgeColor.Location = new System.Drawing.Point(8, 48);
  377. this.lblPathEdgeColor.Name = "lblPathEdgeColor";
  378. this.lblPathEdgeColor.Size = new System.Drawing.Size(31, 13);
  379. this.lblPathEdgeColor.TabIndex = 2;
  380. this.lblPathEdgeColor.Text = "Edge";
  381. //
  382. // cbxPathCenterColor
  383. //
  384. this.cbxPathCenterColor.Color = System.Drawing.Color.Transparent;
  385. this.cbxPathCenterColor.Location = new System.Drawing.Point(108, 20);
  386. this.cbxPathCenterColor.Name = "cbxPathCenterColor";
  387. this.cbxPathCenterColor.Size = new System.Drawing.Size(70, 21);
  388. this.cbxPathCenterColor.TabIndex = 3;
  389. this.cbxPathCenterColor.ColorSelected += new System.EventHandler(this.cbxPathCenterColor_ColorSelected);
  390. //
  391. // lblPathCenterColor
  392. //
  393. this.lblPathCenterColor.AutoSize = true;
  394. this.lblPathCenterColor.Location = new System.Drawing.Point(8, 24);
  395. this.lblPathCenterColor.Name = "lblPathCenterColor";
  396. this.lblPathCenterColor.Size = new System.Drawing.Size(40, 13);
  397. this.lblPathCenterColor.TabIndex = 2;
  398. this.lblPathCenterColor.Text = "Center";
  399. //
  400. // pnHatch
  401. //
  402. this.pnHatch.BackColor = System.Drawing.SystemColors.Window;
  403. this.pnHatch.Controls.Add(this.gbHatchStyle);
  404. this.pnHatch.Controls.Add(this.gbHatchColors);
  405. this.pnHatch.Dock = System.Windows.Forms.DockStyle.Fill;
  406. this.pnHatch.Image = null;
  407. this.pnHatch.Location = new System.Drawing.Point(139, 1);
  408. this.pnHatch.Name = "pnHatch";
  409. this.pnHatch.Size = new System.Drawing.Size(356, 262);
  410. this.pnHatch.TabIndex = 4;
  411. this.pnHatch.Text = "Hatch";
  412. //
  413. // gbHatchStyle
  414. //
  415. this.gbHatchStyle.Controls.Add(this.cbxHatch);
  416. this.gbHatchStyle.Location = new System.Drawing.Point(16, 96);
  417. this.gbHatchStyle.Name = "gbHatchStyle";
  418. this.gbHatchStyle.Size = new System.Drawing.Size(324, 80);
  419. this.gbHatchStyle.TabIndex = 5;
  420. this.gbHatchStyle.TabStop = false;
  421. this.gbHatchStyle.Text = "Style";
  422. //
  423. // cbxHatch
  424. //
  425. this.cbxHatch.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  426. this.cbxHatch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  427. this.cbxHatch.FormattingEnabled = true;
  428. this.cbxHatch.IntegralHeight = false;
  429. this.cbxHatch.ItemHeight = 24;
  430. this.cbxHatch.Location = new System.Drawing.Point(12, 20);
  431. this.cbxHatch.Name = "cbxHatch";
  432. this.cbxHatch.Size = new System.Drawing.Size(300, 30);
  433. this.cbxHatch.TabIndex = 0;
  434. this.cbxHatch.HatchSelected += new System.EventHandler(this.cbxHatch_HatchSelected);
  435. //
  436. // gbHatchColors
  437. //
  438. this.gbHatchColors.Controls.Add(this.cbxHatchBackColor);
  439. this.gbHatchColors.Controls.Add(this.lblHatchBackColor);
  440. this.gbHatchColors.Controls.Add(this.cbxHatchForeColor);
  441. this.gbHatchColors.Controls.Add(this.lblHatchForeColor);
  442. this.gbHatchColors.Location = new System.Drawing.Point(16, 12);
  443. this.gbHatchColors.Name = "gbHatchColors";
  444. this.gbHatchColors.Size = new System.Drawing.Size(324, 80);
  445. this.gbHatchColors.TabIndex = 3;
  446. this.gbHatchColors.TabStop = false;
  447. this.gbHatchColors.Text = "Colors";
  448. //
  449. // cbxHatchBackColor
  450. //
  451. this.cbxHatchBackColor.Color = System.Drawing.Color.Transparent;
  452. this.cbxHatchBackColor.Location = new System.Drawing.Point(108, 44);
  453. this.cbxHatchBackColor.Name = "cbxHatchBackColor";
  454. this.cbxHatchBackColor.Size = new System.Drawing.Size(70, 21);
  455. this.cbxHatchBackColor.TabIndex = 3;
  456. this.cbxHatchBackColor.ColorSelected += new System.EventHandler(this.cbxHatchBackColor_ColorSelected);
  457. //
  458. // lblHatchBackColor
  459. //
  460. this.lblHatchBackColor.AutoSize = true;
  461. this.lblHatchBackColor.Location = new System.Drawing.Point(8, 48);
  462. this.lblHatchBackColor.Name = "lblHatchBackColor";
  463. this.lblHatchBackColor.Size = new System.Drawing.Size(29, 13);
  464. this.lblHatchBackColor.TabIndex = 2;
  465. this.lblHatchBackColor.Text = "Back";
  466. //
  467. // cbxHatchForeColor
  468. //
  469. this.cbxHatchForeColor.Color = System.Drawing.Color.Transparent;
  470. this.cbxHatchForeColor.Location = new System.Drawing.Point(108, 20);
  471. this.cbxHatchForeColor.Name = "cbxHatchForeColor";
  472. this.cbxHatchForeColor.Size = new System.Drawing.Size(70, 21);
  473. this.cbxHatchForeColor.TabIndex = 3;
  474. this.cbxHatchForeColor.ColorSelected += new System.EventHandler(this.cbxHatchForeColor_ColorSelected);
  475. //
  476. // lblHatchForeColor
  477. //
  478. this.lblHatchForeColor.AutoSize = true;
  479. this.lblHatchForeColor.Location = new System.Drawing.Point(8, 24);
  480. this.lblHatchForeColor.Name = "lblHatchForeColor";
  481. this.lblHatchForeColor.Size = new System.Drawing.Size(29, 13);
  482. this.lblHatchForeColor.TabIndex = 2;
  483. this.lblHatchForeColor.Text = "Fore";
  484. //
  485. // pcPanels
  486. //
  487. this.pcPanels.Controls.Add(this.pnSolid);
  488. this.pcPanels.Controls.Add(this.pnLinear);
  489. this.pcPanels.Controls.Add(this.pnPath);
  490. this.pcPanels.Controls.Add(this.pnHatch);
  491. this.pcPanels.Controls.Add(this.pnGlass);
  492. this.pcPanels.Controls.Add(this.pnTexture);
  493. this.pcPanels.Location = new System.Drawing.Point(12, 12);
  494. this.pcPanels.Name = "pcPanels";
  495. this.pcPanels.SelectorWidth = 139;
  496. this.pcPanels.Size = new System.Drawing.Size(496, 264);
  497. this.pcPanels.TabIndex = 14;
  498. this.pcPanels.Text = "pageControl1";
  499. this.pcPanels.PageSelected += new System.EventHandler(this.pcPanels_PageSelected);
  500. //
  501. // pnGlass
  502. //
  503. this.pnGlass.BackColor = System.Drawing.SystemColors.Window;
  504. this.pnGlass.Controls.Add(this.gbGlassOptions);
  505. this.pnGlass.Controls.Add(this.cbGlassHatch);
  506. this.pnGlass.Dock = System.Windows.Forms.DockStyle.Fill;
  507. this.pnGlass.Image = null;
  508. this.pnGlass.Location = new System.Drawing.Point(139, 1);
  509. this.pnGlass.Name = "pnGlass";
  510. this.pnGlass.Size = new System.Drawing.Size(356, 262);
  511. this.pnGlass.TabIndex = 5;
  512. this.pnGlass.Text = "Glass";
  513. //
  514. // gbGlassOptions
  515. //
  516. this.gbGlassOptions.Controls.Add(this.trbGlassBlend);
  517. this.gbGlassOptions.Controls.Add(this.cbxGlassColor);
  518. this.gbGlassOptions.Controls.Add(this.lblGlassBlend);
  519. this.gbGlassOptions.Controls.Add(this.lblGlassColor);
  520. this.gbGlassOptions.Location = new System.Drawing.Point(16, 12);
  521. this.gbGlassOptions.Name = "gbGlassOptions";
  522. this.gbGlassOptions.Size = new System.Drawing.Size(324, 80);
  523. this.gbGlassOptions.TabIndex = 4;
  524. this.gbGlassOptions.TabStop = false;
  525. this.gbGlassOptions.Text = "Options";
  526. //
  527. // trbGlassBlend
  528. //
  529. this.trbGlassBlend.AutoSize = false;
  530. this.trbGlassBlend.Location = new System.Drawing.Point(104, 48);
  531. this.trbGlassBlend.Maximum = 100;
  532. this.trbGlassBlend.Name = "trbGlassBlend";
  533. this.trbGlassBlend.Size = new System.Drawing.Size(81, 20);
  534. this.trbGlassBlend.TabIndex = 6;
  535. this.trbGlassBlend.TickFrequency = 25;
  536. this.trbGlassBlend.ValueChanged += new System.EventHandler(this.trbGlassBlend_ValueChanged);
  537. //
  538. // cbxGlassColor
  539. //
  540. this.cbxGlassColor.Color = System.Drawing.Color.Transparent;
  541. this.cbxGlassColor.Location = new System.Drawing.Point(108, 20);
  542. this.cbxGlassColor.Name = "cbxGlassColor";
  543. this.cbxGlassColor.Size = new System.Drawing.Size(70, 21);
  544. this.cbxGlassColor.TabIndex = 3;
  545. this.cbxGlassColor.ColorSelected += new System.EventHandler(this.cbxGlassColor_ColorSelected);
  546. //
  547. // lblGlassBlend
  548. //
  549. this.lblGlassBlend.AutoSize = true;
  550. this.lblGlassBlend.Location = new System.Drawing.Point(8, 48);
  551. this.lblGlassBlend.Name = "lblGlassBlend";
  552. this.lblGlassBlend.Size = new System.Drawing.Size(33, 13);
  553. this.lblGlassBlend.TabIndex = 2;
  554. this.lblGlassBlend.Text = "Blend";
  555. //
  556. // lblGlassColor
  557. //
  558. this.lblGlassColor.AutoSize = true;
  559. this.lblGlassColor.Location = new System.Drawing.Point(8, 24);
  560. this.lblGlassColor.Name = "lblGlassColor";
  561. this.lblGlassColor.Size = new System.Drawing.Size(32, 13);
  562. this.lblGlassColor.TabIndex = 2;
  563. this.lblGlassColor.Text = "Color";
  564. //
  565. // cbGlassHatch
  566. //
  567. this.cbGlassHatch.AutoSize = true;
  568. this.cbGlassHatch.Location = new System.Drawing.Point(16, 104);
  569. this.cbGlassHatch.Name = "cbGlassHatch";
  570. this.cbGlassHatch.Size = new System.Drawing.Size(82, 17);
  571. this.cbGlassHatch.TabIndex = 5;
  572. this.cbGlassHatch.Text = "Show hatch";
  573. this.cbGlassHatch.UseVisualStyleBackColor = true;
  574. this.cbGlassHatch.CheckedChanged += new System.EventHandler(this.cbGlassHatch_CheckedChanged);
  575. //
  576. // pnTexture
  577. //
  578. this.pnTexture.BackColor = System.Drawing.SystemColors.Window;
  579. this.pnTexture.Controls.Add(this.btnOpenFileDialog);
  580. this.pnTexture.Controls.Add(this.gbOffset);
  581. this.pnTexture.Controls.Add(this.gpImageSize);
  582. this.pnTexture.Dock = System.Windows.Forms.DockStyle.Fill;
  583. this.pnTexture.Image = null;
  584. this.pnTexture.Location = new System.Drawing.Point(139, 1);
  585. this.pnTexture.Name = "pnTexture";
  586. this.pnTexture.Size = new System.Drawing.Size(356, 262);
  587. this.pnTexture.TabIndex = 6;
  588. this.pnTexture.Text = "Texture";
  589. //
  590. // btnOpenFileDialog
  591. //
  592. this.btnOpenFileDialog.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
  593. this.btnOpenFileDialog.Location = new System.Drawing.Point(16, 15);
  594. this.btnOpenFileDialog.Name = "btnOpenFileDialog";
  595. this.btnOpenFileDialog.Size = new System.Drawing.Size(324, 24);
  596. this.btnOpenFileDialog.TabIndex = 7;
  597. this.btnOpenFileDialog.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  598. this.btnOpenFileDialog.UseVisualStyleBackColor = true;
  599. this.btnOpenFileDialog.Click += new System.EventHandler(this.btnOpenFileDialog_Click);
  600. //
  601. // gbOffset
  602. //
  603. this.gbOffset.Controls.Add(this.label2);
  604. this.gbOffset.Controls.Add(this.numOffsetY);
  605. this.gbOffset.Controls.Add(this.label3);
  606. this.gbOffset.Controls.Add(this.numOffsetX);
  607. this.gbOffset.Location = new System.Drawing.Point(208, 52);
  608. this.gbOffset.Name = "gbOffset";
  609. this.gbOffset.Size = new System.Drawing.Size(132, 124);
  610. this.gbOffset.TabIndex = 6;
  611. this.gbOffset.TabStop = false;
  612. this.gbOffset.Text = "Image offset";
  613. //
  614. // label2
  615. //
  616. this.label2.AutoSize = true;
  617. this.label2.Location = new System.Drawing.Point(12, 45);
  618. this.label2.Name = "label2";
  619. this.label2.Size = new System.Drawing.Size(13, 13);
  620. this.label2.TabIndex = 3;
  621. this.label2.Text = "Y";
  622. //
  623. // numOffsetY
  624. //
  625. this.numOffsetY.Location = new System.Drawing.Point(51, 43);
  626. this.numOffsetY.Maximum = new decimal(new int[] {
  627. 10000,
  628. 0,
  629. 0,
  630. 0});
  631. this.numOffsetY.Name = "numOffsetY";
  632. this.numOffsetY.Size = new System.Drawing.Size(72, 20);
  633. this.numOffsetY.TabIndex = 9;
  634. this.numOffsetY.ValueChanged += new System.EventHandler(this.numOffsetY_ValueChanged);
  635. //
  636. // label3
  637. //
  638. this.label3.AutoSize = true;
  639. this.label3.Location = new System.Drawing.Point(12, 21);
  640. this.label3.Name = "label3";
  641. this.label3.Size = new System.Drawing.Size(13, 13);
  642. this.label3.TabIndex = 1;
  643. this.label3.Text = "X";
  644. //
  645. // numOffsetX
  646. //
  647. this.numOffsetX.Location = new System.Drawing.Point(51, 17);
  648. this.numOffsetX.Maximum = new decimal(new int[] {
  649. 10000,
  650. 0,
  651. 0,
  652. 0});
  653. this.numOffsetX.Name = "numOffsetX";
  654. this.numOffsetX.Size = new System.Drawing.Size(72, 20);
  655. this.numOffsetX.TabIndex = 8;
  656. this.numOffsetX.ValueChanged += new System.EventHandler(this.numOffsetX_ValueChanged);
  657. //
  658. // gpImageSize
  659. //
  660. this.gpImageSize.Controls.Add(this.lblWrapMode);
  661. this.gpImageSize.Controls.Add(this.cbWrapMode);
  662. this.gpImageSize.Controls.Add(this.chBxPreserveRatio);
  663. this.gpImageSize.Controls.Add(this.lblImgHeight);
  664. this.gpImageSize.Controls.Add(this.numImgHeight);
  665. this.gpImageSize.Controls.Add(this.lblImgWidth);
  666. this.gpImageSize.Controls.Add(this.numImgWidth);
  667. this.gpImageSize.Location = new System.Drawing.Point(16, 52);
  668. this.gpImageSize.Name = "gpImageSize";
  669. this.gpImageSize.Size = new System.Drawing.Size(186, 124);
  670. this.gpImageSize.TabIndex = 5;
  671. this.gpImageSize.TabStop = false;
  672. this.gpImageSize.Text = "Image size";
  673. //
  674. // lblWrapMode
  675. //
  676. this.lblWrapMode.AutoSize = true;
  677. this.lblWrapMode.Location = new System.Drawing.Point(12, 72);
  678. this.lblWrapMode.Name = "lblWrapMode";
  679. this.lblWrapMode.Size = new System.Drawing.Size(62, 13);
  680. this.lblWrapMode.TabIndex = 12;
  681. this.lblWrapMode.Text = "Wrap mode";
  682. //
  683. // cbWrapMode
  684. //
  685. this.cbWrapMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  686. this.cbWrapMode.FormattingEnabled = true;
  687. this.cbWrapMode.Items.AddRange(new object[] {
  688. "Tile",
  689. "Clamp",
  690. "TileFlipX",
  691. "TileFlipY",
  692. "TileFlipXY"});
  693. this.cbWrapMode.Location = new System.Drawing.Point(104, 69);
  694. this.cbWrapMode.Name = "cbWrapMode";
  695. this.cbWrapMode.Size = new System.Drawing.Size(72, 21);
  696. this.cbWrapMode.TabIndex = 11;
  697. this.cbWrapMode.SelectedIndexChanged += new System.EventHandler(this.cbWrapMode_SelectedIndexChanged);
  698. //
  699. // chBxPreserveRatio
  700. //
  701. this.chBxPreserveRatio.AutoSize = true;
  702. this.chBxPreserveRatio.Location = new System.Drawing.Point(12, 96);
  703. this.chBxPreserveRatio.Name = "chBxPreserveRatio";
  704. this.chBxPreserveRatio.Size = new System.Drawing.Size(94, 17);
  705. this.chBxPreserveRatio.TabIndex = 10;
  706. this.chBxPreserveRatio.Text = "Preserve ratio";
  707. this.chBxPreserveRatio.UseVisualStyleBackColor = true;
  708. this.chBxPreserveRatio.CheckedChanged += new System.EventHandler(this.chBxPreserveRatio_CheckedChanged);
  709. //
  710. // lblImgHeight
  711. //
  712. this.lblImgHeight.AutoSize = true;
  713. this.lblImgHeight.Location = new System.Drawing.Point(12, 45);
  714. this.lblImgHeight.Name = "lblImgHeight";
  715. this.lblImgHeight.Size = new System.Drawing.Size(38, 13);
  716. this.lblImgHeight.TabIndex = 3;
  717. this.lblImgHeight.Text = "Height";
  718. //
  719. // numImgHeight
  720. //
  721. this.numImgHeight.Location = new System.Drawing.Point(104, 43);
  722. this.numImgHeight.Maximum = new decimal(new int[] {
  723. 10000,
  724. 0,
  725. 0,
  726. 0});
  727. this.numImgHeight.Name = "numImgHeight";
  728. this.numImgHeight.Size = new System.Drawing.Size(72, 20);
  729. this.numImgHeight.TabIndex = 9;
  730. this.numImgHeight.ValueChanged += new System.EventHandler(this.numImgHeight_ValueChanged);
  731. //
  732. // lblImgWidth
  733. //
  734. this.lblImgWidth.AutoSize = true;
  735. this.lblImgWidth.Location = new System.Drawing.Point(12, 19);
  736. this.lblImgWidth.Name = "lblImgWidth";
  737. this.lblImgWidth.Size = new System.Drawing.Size(35, 13);
  738. this.lblImgWidth.TabIndex = 1;
  739. this.lblImgWidth.Text = "Width";
  740. //
  741. // numImgWidth
  742. //
  743. this.numImgWidth.Location = new System.Drawing.Point(104, 17);
  744. this.numImgWidth.Maximum = new decimal(new int[] {
  745. 10000,
  746. 0,
  747. 0,
  748. 0});
  749. this.numImgWidth.Name = "numImgWidth";
  750. this.numImgWidth.Size = new System.Drawing.Size(72, 20);
  751. this.numImgWidth.TabIndex = 8;
  752. this.numImgWidth.ValueChanged += new System.EventHandler(this.numImgWidth_ValueChanged);
  753. //
  754. // pnSample
  755. //
  756. this.pnSample.Location = new System.Drawing.Point(168, 203);
  757. this.pnSample.Name = "pnSample";
  758. this.pnSample.Size = new System.Drawing.Size(323, 56);
  759. this.pnSample.TabIndex = 3;
  760. this.pnSample.Paint += new System.Windows.Forms.PaintEventHandler(this.pnSample_Paint);
  761. //
  762. // FillEditorForm
  763. //
  764. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  765. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  766. this.ClientSize = new System.Drawing.Size(519, 322);
  767. this.Controls.Add(this.pnSample);
  768. this.Controls.Add(this.pcPanels);
  769. this.Name = "FillEditorForm";
  770. this.Text = "Fill Editor";
  771. this.Controls.SetChildIndex(this.pcPanels, 0);
  772. this.Controls.SetChildIndex(this.pnSample, 0);
  773. this.Controls.SetChildIndex(this.btnOk, 0);
  774. this.Controls.SetChildIndex(this.btnCancel, 0);
  775. this.pnSolid.ResumeLayout(false);
  776. this.gbSolidColors.ResumeLayout(false);
  777. this.gbSolidColors.PerformLayout();
  778. this.pnLinear.ResumeLayout(false);
  779. this.gbLinearOptions.ResumeLayout(false);
  780. this.gbLinearOptions.PerformLayout();
  781. ((System.ComponentModel.ISupportInitialize)(this.trbLinearContrast)).EndInit();
  782. ((System.ComponentModel.ISupportInitialize)(this.trbLinearFocus)).EndInit();
  783. this.gbLinearAngle.ResumeLayout(false);
  784. this.gbLinearColors.ResumeLayout(false);
  785. this.gbLinearColors.PerformLayout();
  786. this.pnPath.ResumeLayout(false);
  787. this.gbPathShape.ResumeLayout(false);
  788. this.gbPathShape.PerformLayout();
  789. this.gbPathColors.ResumeLayout(false);
  790. this.gbPathColors.PerformLayout();
  791. this.pnHatch.ResumeLayout(false);
  792. this.gbHatchStyle.ResumeLayout(false);
  793. this.gbHatchColors.ResumeLayout(false);
  794. this.gbHatchColors.PerformLayout();
  795. this.pcPanels.ResumeLayout(false);
  796. this.pnGlass.ResumeLayout(false);
  797. this.pnGlass.PerformLayout();
  798. this.gbGlassOptions.ResumeLayout(false);
  799. this.gbGlassOptions.PerformLayout();
  800. ((System.ComponentModel.ISupportInitialize)(this.trbGlassBlend)).EndInit();
  801. this.pnTexture.ResumeLayout(false);
  802. this.gbOffset.ResumeLayout(false);
  803. this.gbOffset.PerformLayout();
  804. ((System.ComponentModel.ISupportInitialize)(this.numOffsetY)).EndInit();
  805. ((System.ComponentModel.ISupportInitialize)(this.numOffsetX)).EndInit();
  806. this.gpImageSize.ResumeLayout(false);
  807. this.gpImageSize.PerformLayout();
  808. ((System.ComponentModel.ISupportInitialize)(this.numImgHeight)).EndInit();
  809. ((System.ComponentModel.ISupportInitialize)(this.numImgWidth)).EndInit();
  810. this.ResumeLayout(false);
  811. }
  812. #endregion
  813. private FastReport.Controls.PageControlPage pnSolid;
  814. private FastReport.Controls.PageControlPage pnLinear;
  815. private System.Windows.Forms.GroupBox gbLinearColors;
  816. private FastReport.Controls.ColorComboBox cbxLinearEndColor;
  817. private System.Windows.Forms.Label lblLinearEndColor;
  818. private FastReport.Controls.ColorComboBox cbxLinearStartColor;
  819. private System.Windows.Forms.Label lblLinearStartColor;
  820. private System.Windows.Forms.GroupBox gbLinearAngle;
  821. private FastReport.Controls.AngleControl acLinearAngle;
  822. private System.Windows.Forms.GroupBox gbLinearOptions;
  823. private System.Windows.Forms.TrackBar trbLinearContrast;
  824. private System.Windows.Forms.Label lblLinearContrast;
  825. private System.Windows.Forms.Label lblLinearFocus;
  826. private System.Windows.Forms.TrackBar trbLinearFocus;
  827. private System.Windows.Forms.GroupBox gbSolidColors;
  828. private FastReport.Controls.ColorComboBox cbxSolidColor;
  829. private System.Windows.Forms.Label lblSolidColor;
  830. private FastReport.Controls.PageControlPage pnPath;
  831. private System.Windows.Forms.GroupBox gbPathShape;
  832. private System.Windows.Forms.RadioButton rbPathRectangle;
  833. private System.Windows.Forms.RadioButton rbPathEllipse;
  834. private System.Windows.Forms.GroupBox gbPathColors;
  835. private FastReport.Controls.ColorComboBox cbxPathEdgeColor;
  836. private System.Windows.Forms.Label lblPathEdgeColor;
  837. private FastReport.Controls.ColorComboBox cbxPathCenterColor;
  838. private System.Windows.Forms.Label lblPathCenterColor;
  839. private FastReport.Controls.PageControlPage pnHatch;
  840. private System.Windows.Forms.GroupBox gbHatchStyle;
  841. private System.Windows.Forms.GroupBox gbHatchColors;
  842. private FastReport.Controls.ColorComboBox cbxHatchBackColor;
  843. private System.Windows.Forms.Label lblHatchBackColor;
  844. private FastReport.Controls.ColorComboBox cbxHatchForeColor;
  845. private System.Windows.Forms.Label lblHatchForeColor;
  846. private FastReport.Controls.PageControl pcPanels;
  847. private FastReport.Controls.PageControlPage pnGlass;
  848. private System.Windows.Forms.GroupBox gbGlassOptions;
  849. private FastReport.Controls.ColorComboBox cbxGlassColor;
  850. private System.Windows.Forms.Label lblGlassColor;
  851. private System.Windows.Forms.CheckBox cbGlassHatch;
  852. private FastReport.Controls.HatchComboBox cbxHatch;
  853. private System.Windows.Forms.TrackBar trbGlassBlend;
  854. private System.Windows.Forms.Label lblGlassBlend;
  855. private Controls.PageControlPage pnTexture;
  856. private FillSample pnSample;
  857. private System.Windows.Forms.GroupBox gpImageSize;
  858. private System.Windows.Forms.Label lblImgHeight;
  859. private System.Windows.Forms.NumericUpDown numImgHeight;
  860. private System.Windows.Forms.Label lblImgWidth;
  861. private System.Windows.Forms.NumericUpDown numImgWidth;
  862. private System.Windows.Forms.CheckBox chBxPreserveRatio;
  863. private System.Windows.Forms.Label lblWrapMode;
  864. private System.Windows.Forms.ComboBox cbWrapMode;
  865. private System.Windows.Forms.GroupBox gbOffset;
  866. private System.Windows.Forms.Label label2;
  867. private System.Windows.Forms.NumericUpDown numOffsetY;
  868. private System.Windows.Forms.Label label3;
  869. private System.Windows.Forms.NumericUpDown numOffsetX;
  870. private System.Windows.Forms.Button btnOpenFileDialog;
  871. }
  872. }