GaugeEditorForm.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553
  1. namespace FastReport.Gauge
  2. {
  3. partial class GaugeEditorForm
  4. {
  5. #region Fields
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. #endregion // Fields
  11. #region Protected Methods
  12. /// <summary>
  13. /// Clean up any resources being used.
  14. /// </summary>
  15. /// <param name="disposing"><b>true</b> if managed resources should be disposed. Otherwise, <b>false</b>.</param>
  16. protected override void Dispose(bool disposing)
  17. {
  18. if (disposing && (components != null))
  19. {
  20. components.Dispose();
  21. }
  22. base.Dispose(disposing);
  23. }
  24. #endregion // Protected Methods
  25. #region Windows Forms Designer Generated Code
  26. private void InitializeComponent()
  27. {
  28. this.colorComboBox4 = new FastReport.Controls.ColorComboBox();
  29. this.textBox4 = new System.Windows.Forms.TextBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label10 = new System.Windows.Forms.Label();
  32. this.pgPointer = new FastReport.Controls.PageControlPage();
  33. this.btnPointerFill = new System.Windows.Forms.Button();
  34. this.lblPtrBorderColor = new System.Windows.Forms.Label();
  35. this.cbxPointerBorderColor = new FastReport.Controls.ColorComboBox();
  36. this.pgScale = new FastReport.Controls.PageControlPage();
  37. this.tabControl3 = new System.Windows.Forms.TabControl();
  38. this.tabPage2 = new System.Windows.Forms.TabPage();
  39. this.gpBoxMnr = new System.Windows.Forms.GroupBox();
  40. this.numericUpDowMinorWidth = new System.Windows.Forms.NumericUpDown();
  41. this.cbxMinorTicksColor = new FastReport.Controls.ColorComboBox();
  42. this.lblColorMnr = new System.Windows.Forms.Label();
  43. this.lblWidthMnr = new System.Windows.Forms.Label();
  44. this.gpBoxMjr = new System.Windows.Forms.GroupBox();
  45. this.cbxMajorTicksColor = new FastReport.Controls.ColorComboBox();
  46. this.numericUpDowMajorWidth = new System.Windows.Forms.NumericUpDown();
  47. this.lblColorMjr = new System.Windows.Forms.Label();
  48. this.lblWidthMjr = new System.Windows.Forms.Label();
  49. this.tabPage4 = new System.Windows.Forms.TabPage();
  50. this.buttonFill = new System.Windows.Forms.Button();
  51. this.lblScaleFont = new System.Windows.Forms.Label();
  52. this.textBoxButtonScaleFont = new FastReport.Controls.TextBoxButton();
  53. this.pageControl1 = new FastReport.Controls.PageControl();
  54. this.pgGeneral = new FastReport.Controls.PageControlPage();
  55. this.btnExpression = new System.Windows.Forms.Button();
  56. this.btnGeneralFill = new System.Windows.Forms.Button();
  57. this.btnGeneralBorder = new System.Windows.Forms.Button();
  58. this.pgLabel = new FastReport.Controls.PageControlPage();
  59. this.tbLabelText = new System.Windows.Forms.TextBox();
  60. this.lblLabelText = new System.Windows.Forms.Label();
  61. this.lblLabelFont = new System.Windows.Forms.Label();
  62. this.textBoxButtonLabelFont = new FastReport.Controls.TextBoxButton();
  63. this.lblLblColor = new System.Windows.Forms.Label();
  64. this.cbLabelColor = new FastReport.Controls.ColorComboBox();
  65. this.pgPointer.SuspendLayout();
  66. this.pgScale.SuspendLayout();
  67. this.tabControl3.SuspendLayout();
  68. this.tabPage2.SuspendLayout();
  69. this.gpBoxMnr.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.numericUpDowMinorWidth)).BeginInit();
  71. this.gpBoxMjr.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.numericUpDowMajorWidth)).BeginInit();
  73. this.tabPage4.SuspendLayout();
  74. this.pageControl1.SuspendLayout();
  75. this.pgGeneral.SuspendLayout();
  76. this.pgLabel.SuspendLayout();
  77. this.SuspendLayout();
  78. //
  79. // btnOk
  80. //
  81. this.btnOk.Location = new System.Drawing.Point(276, 402);
  82. this.btnOk.Margin = new System.Windows.Forms.Padding(4);
  83. //
  84. // btnCancel
  85. //
  86. this.btnCancel.Location = new System.Drawing.Point(359, 402);
  87. this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
  88. //
  89. // colorComboBox4
  90. //
  91. this.colorComboBox4.Color = System.Drawing.Color.Transparent;
  92. this.colorComboBox4.Location = new System.Drawing.Point(190, 68);
  93. this.colorComboBox4.Margin = new System.Windows.Forms.Padding(4);
  94. this.colorComboBox4.Name = "colorComboBox4";
  95. this.colorComboBox4.ShowColorName = true;
  96. this.colorComboBox4.Size = new System.Drawing.Size(196, 21);
  97. this.colorComboBox4.TabIndex = 30;
  98. //
  99. // textBox4
  100. //
  101. this.textBox4.Location = new System.Drawing.Point(190, 30);
  102. this.textBox4.Margin = new System.Windows.Forms.Padding(4);
  103. this.textBox4.Name = "textBox4";
  104. this.textBox4.Size = new System.Drawing.Size(196, 20);
  105. this.textBox4.TabIndex = 16;
  106. //
  107. // label1
  108. //
  109. this.label1.AutoSize = true;
  110. this.label1.Location = new System.Drawing.Point(16, 72);
  111. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  112. this.label1.Name = "label1";
  113. this.label1.Size = new System.Drawing.Size(0, 20);
  114. this.label1.TabIndex = 31;
  115. //
  116. // label10
  117. //
  118. this.label10.AutoSize = true;
  119. this.label10.Location = new System.Drawing.Point(16, 33);
  120. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  121. this.label10.Name = "label10";
  122. this.label10.Size = new System.Drawing.Size(56, 19);
  123. this.label10.TabIndex = 15;
  124. //
  125. // pgPointer
  126. //
  127. this.pgPointer.BackColor = System.Drawing.SystemColors.Window;
  128. this.pgPointer.Controls.Add(this.btnPointerFill);
  129. this.pgPointer.Controls.Add(this.lblPtrBorderColor);
  130. this.pgPointer.Controls.Add(this.cbxPointerBorderColor);
  131. this.pgPointer.Dock = System.Windows.Forms.DockStyle.Fill;
  132. this.pgPointer.Location = new System.Drawing.Point(120, 1);
  133. this.pgPointer.Name = "pgPointer";
  134. this.pgPointer.Size = new System.Drawing.Size(302, 381);
  135. this.pgPointer.TabIndex = 1;
  136. this.pgPointer.Text = "Pointer";
  137. //
  138. // btnPointerFill
  139. //
  140. this.btnPointerFill.Location = new System.Drawing.Point(151, 46);
  141. this.btnPointerFill.Name = "btnPointerFill";
  142. this.btnPointerFill.Size = new System.Drawing.Size(132, 23);
  143. this.btnPointerFill.TabIndex = 1;
  144. this.btnPointerFill.Text = "Fill...";
  145. this.btnPointerFill.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  146. this.btnPointerFill.UseVisualStyleBackColor = true;
  147. this.btnPointerFill.Click += new System.EventHandler(this.btnPointerFill_Click);
  148. //
  149. // lblPtrBorderColor
  150. //
  151. this.lblPtrBorderColor.AutoSize = true;
  152. this.lblPtrBorderColor.Location = new System.Drawing.Point(35, 20);
  153. this.lblPtrBorderColor.Name = "lblPtrBorderColor";
  154. this.lblPtrBorderColor.Size = new System.Drawing.Size(69, 13);
  155. this.lblPtrBorderColor.TabIndex = 16;
  156. this.lblPtrBorderColor.Text = "Border color:";
  157. //
  158. // cbxPointerBorderColor
  159. //
  160. this.cbxPointerBorderColor.Color = System.Drawing.Color.Transparent;
  161. this.cbxPointerBorderColor.Location = new System.Drawing.Point(151, 16);
  162. this.cbxPointerBorderColor.Name = "cbxPointerBorderColor";
  163. this.cbxPointerBorderColor.ShowColorName = true;
  164. this.cbxPointerBorderColor.Size = new System.Drawing.Size(132, 21);
  165. this.cbxPointerBorderColor.TabIndex = 17;
  166. //
  167. // pgScale
  168. //
  169. this.pgScale.BackColor = System.Drawing.SystemColors.Window;
  170. this.pgScale.Controls.Add(this.tabControl3);
  171. this.pgScale.Dock = System.Windows.Forms.DockStyle.Fill;
  172. this.pgScale.Location = new System.Drawing.Point(120, 1);
  173. this.pgScale.Name = "pgScale";
  174. this.pgScale.Size = new System.Drawing.Size(302, 381);
  175. this.pgScale.TabIndex = 0;
  176. this.pgScale.Text = "Scale";
  177. //
  178. // tabControl3
  179. //
  180. this.tabControl3.Controls.Add(this.tabPage2);
  181. this.tabControl3.Controls.Add(this.tabPage4);
  182. this.tabControl3.Location = new System.Drawing.Point(5, 8);
  183. this.tabControl3.Name = "tabControl3";
  184. this.tabControl3.SelectedIndex = 1;
  185. this.tabControl3.Size = new System.Drawing.Size(284, 371);
  186. this.tabControl3.TabIndex = 15;
  187. //
  188. // tabPage2
  189. //
  190. this.tabPage2.Controls.Add(this.gpBoxMnr);
  191. this.tabPage2.Controls.Add(this.gpBoxMjr);
  192. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  193. this.tabPage2.Name = "tabPage2";
  194. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  195. this.tabPage2.Size = new System.Drawing.Size(276, 345);
  196. this.tabPage2.TabIndex = 0;
  197. this.tabPage2.Text = "Ticks";
  198. this.tabPage2.UseVisualStyleBackColor = true;
  199. //
  200. // gpBoxMnr
  201. //
  202. this.gpBoxMnr.Controls.Add(this.numericUpDowMinorWidth);
  203. this.gpBoxMnr.Controls.Add(this.cbxMinorTicksColor);
  204. this.gpBoxMnr.Controls.Add(this.lblColorMnr);
  205. this.gpBoxMnr.Controls.Add(this.lblWidthMnr);
  206. this.gpBoxMnr.Location = new System.Drawing.Point(5, 102);
  207. this.gpBoxMnr.Margin = new System.Windows.Forms.Padding(2);
  208. this.gpBoxMnr.Name = "gpBoxMnr";
  209. this.gpBoxMnr.Padding = new System.Windows.Forms.Padding(2);
  210. this.gpBoxMnr.Size = new System.Drawing.Size(263, 89);
  211. this.gpBoxMnr.TabIndex = 33;
  212. this.gpBoxMnr.TabStop = false;
  213. this.gpBoxMnr.Text = "Minor Ticks";
  214. //
  215. // numericUpDowMinorWidth
  216. //
  217. this.numericUpDowMinorWidth.Location = new System.Drawing.Point(127, 21);
  218. this.numericUpDowMinorWidth.Margin = new System.Windows.Forms.Padding(2);
  219. this.numericUpDowMinorWidth.Name = "numericUpDowMinorWidth";
  220. this.numericUpDowMinorWidth.Size = new System.Drawing.Size(131, 20);
  221. this.numericUpDowMinorWidth.TabIndex = 35;
  222. //
  223. // cbxMinorTicksColor
  224. //
  225. this.cbxMinorTicksColor.Color = System.Drawing.Color.Transparent;
  226. this.cbxMinorTicksColor.Location = new System.Drawing.Point(127, 45);
  227. this.cbxMinorTicksColor.Name = "cbxMinorTicksColor";
  228. this.cbxMinorTicksColor.ShowColorName = true;
  229. this.cbxMinorTicksColor.Size = new System.Drawing.Size(131, 21);
  230. this.cbxMinorTicksColor.TabIndex = 30;
  231. //
  232. // lblColorMnr
  233. //
  234. this.lblColorMnr.AutoSize = true;
  235. this.lblColorMnr.Location = new System.Drawing.Point(11, 48);
  236. this.lblColorMnr.Name = "lblColorMnr";
  237. this.lblColorMnr.Size = new System.Drawing.Size(36, 13);
  238. this.lblColorMnr.TabIndex = 31;
  239. this.lblColorMnr.Text = "Color:";
  240. //
  241. // lblWidthMnr
  242. //
  243. this.lblWidthMnr.AutoSize = true;
  244. this.lblWidthMnr.Location = new System.Drawing.Point(11, 22);
  245. this.lblWidthMnr.Name = "lblWidthMnr";
  246. this.lblWidthMnr.Size = new System.Drawing.Size(39, 13);
  247. this.lblWidthMnr.TabIndex = 15;
  248. this.lblWidthMnr.Text = "Width:";
  249. //
  250. // gpBoxMjr
  251. //
  252. this.gpBoxMjr.Controls.Add(this.cbxMajorTicksColor);
  253. this.gpBoxMjr.Controls.Add(this.numericUpDowMajorWidth);
  254. this.gpBoxMjr.Controls.Add(this.lblColorMjr);
  255. this.gpBoxMjr.Controls.Add(this.lblWidthMjr);
  256. this.gpBoxMjr.Location = new System.Drawing.Point(5, 9);
  257. this.gpBoxMjr.Margin = new System.Windows.Forms.Padding(2);
  258. this.gpBoxMjr.Name = "gpBoxMjr";
  259. this.gpBoxMjr.Padding = new System.Windows.Forms.Padding(2);
  260. this.gpBoxMjr.Size = new System.Drawing.Size(263, 89);
  261. this.gpBoxMjr.TabIndex = 32;
  262. this.gpBoxMjr.TabStop = false;
  263. this.gpBoxMjr.Text = "Major Ticks";
  264. //
  265. // cbxMajorTicksColor
  266. //
  267. this.cbxMajorTicksColor.Color = System.Drawing.Color.Transparent;
  268. this.cbxMajorTicksColor.Location = new System.Drawing.Point(127, 45);
  269. this.cbxMajorTicksColor.Name = "cbxMajorTicksColor";
  270. this.cbxMajorTicksColor.ShowColorName = true;
  271. this.cbxMajorTicksColor.Size = new System.Drawing.Size(131, 21);
  272. this.cbxMajorTicksColor.TabIndex = 30;
  273. //
  274. // numericUpDowMajorWidth
  275. //
  276. this.numericUpDowMajorWidth.Location = new System.Drawing.Point(127, 21);
  277. this.numericUpDowMajorWidth.Margin = new System.Windows.Forms.Padding(2);
  278. this.numericUpDowMajorWidth.Name = "numericUpDowMajorWidth";
  279. this.numericUpDowMajorWidth.Size = new System.Drawing.Size(131, 20);
  280. this.numericUpDowMajorWidth.TabIndex = 34;
  281. //
  282. // lblColorMjr
  283. //
  284. this.lblColorMjr.AutoSize = true;
  285. this.lblColorMjr.Location = new System.Drawing.Point(11, 48);
  286. this.lblColorMjr.Name = "lblColorMjr";
  287. this.lblColorMjr.Size = new System.Drawing.Size(36, 13);
  288. this.lblColorMjr.TabIndex = 31;
  289. this.lblColorMjr.Text = "Color:";
  290. //
  291. // lblWidthMjr
  292. //
  293. this.lblWidthMjr.AutoSize = true;
  294. this.lblWidthMjr.Location = new System.Drawing.Point(11, 22);
  295. this.lblWidthMjr.Name = "lblWidthMjr";
  296. this.lblWidthMjr.Size = new System.Drawing.Size(39, 13);
  297. this.lblWidthMjr.TabIndex = 15;
  298. this.lblWidthMjr.Text = "Width:";
  299. //
  300. // tabPage4
  301. //
  302. this.tabPage4.Controls.Add(this.buttonFill);
  303. this.tabPage4.Controls.Add(this.lblScaleFont);
  304. this.tabPage4.Controls.Add(this.textBoxButtonScaleFont);
  305. this.tabPage4.Location = new System.Drawing.Point(4, 22);
  306. this.tabPage4.Name = "tabPage4";
  307. this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
  308. this.tabPage4.Size = new System.Drawing.Size(276, 345);
  309. this.tabPage4.TabIndex = 3;
  310. this.tabPage4.Text = "Text";
  311. this.tabPage4.UseVisualStyleBackColor = true;
  312. //
  313. // buttonFill
  314. //
  315. this.buttonFill.Location = new System.Drawing.Point(61, 43);
  316. this.buttonFill.Name = "buttonFill";
  317. this.buttonFill.Size = new System.Drawing.Size(199, 23);
  318. this.buttonFill.TabIndex = 15;
  319. this.buttonFill.Text = "Text fill...";
  320. this.buttonFill.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  321. this.buttonFill.UseVisualStyleBackColor = true;
  322. this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
  323. //
  324. // lblScaleFont
  325. //
  326. this.lblScaleFont.AutoSize = true;
  327. this.lblScaleFont.Location = new System.Drawing.Point(12, 20);
  328. this.lblScaleFont.Name = "lblScaleFont";
  329. this.lblScaleFont.Size = new System.Drawing.Size(33, 13);
  330. this.lblScaleFont.TabIndex = 13;
  331. this.lblScaleFont.Text = "Font:";
  332. //
  333. // textBoxButtonScaleFont
  334. //
  335. this.textBoxButtonScaleFont.Image = null;
  336. this.textBoxButtonScaleFont.Location = new System.Drawing.Point(61, 16);
  337. this.textBoxButtonScaleFont.Name = "textBoxButtonScaleFont";
  338. this.textBoxButtonScaleFont.Size = new System.Drawing.Size(199, 21);
  339. this.textBoxButtonScaleFont.TabIndex = 14;
  340. this.textBoxButtonScaleFont.ButtonClick += new System.EventHandler(this.textBoxButtonScaleFont_ButtonClick);
  341. //
  342. // pageControl1
  343. //
  344. this.pageControl1.Controls.Add(this.pgGeneral);
  345. this.pageControl1.Controls.Add(this.pgScale);
  346. this.pageControl1.Controls.Add(this.pgPointer);
  347. this.pageControl1.Controls.Add(this.pgLabel);
  348. this.pageControl1.HighlightPageIndex = -1;
  349. this.pageControl1.Location = new System.Drawing.Point(12, 12);
  350. this.pageControl1.Name = "pageControl1";
  351. this.pageControl1.SelectorWidth = 120;
  352. this.pageControl1.Size = new System.Drawing.Size(423, 383);
  353. this.pageControl1.TabIndex = 1;
  354. this.pageControl1.Text = "pageControl1";
  355. //
  356. // pgGeneral
  357. //
  358. this.pgGeneral.BackColor = System.Drawing.SystemColors.Window;
  359. this.pgGeneral.Controls.Add(this.btnExpression);
  360. this.pgGeneral.Controls.Add(this.btnGeneralFill);
  361. this.pgGeneral.Controls.Add(this.btnGeneralBorder);
  362. this.pgGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
  363. this.pgGeneral.Location = new System.Drawing.Point(120, 1);
  364. this.pgGeneral.Name = "pgGeneral";
  365. this.pgGeneral.Size = new System.Drawing.Size(302, 381);
  366. this.pgGeneral.TabIndex = 1;
  367. this.pgGeneral.Text = "General";
  368. //
  369. // btnExpression
  370. //
  371. this.btnExpression.Location = new System.Drawing.Point(21, 8);
  372. this.btnExpression.Name = "btnExpression";
  373. this.btnExpression.Size = new System.Drawing.Size(262, 23);
  374. this.btnExpression.TabIndex = 4;
  375. this.btnExpression.Text = "Expression...";
  376. this.btnExpression.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  377. this.btnExpression.UseVisualStyleBackColor = true;
  378. this.btnExpression.Click += new System.EventHandler(this.btnExpression_Click);
  379. //
  380. // btnGeneralFill
  381. //
  382. this.btnGeneralFill.Location = new System.Drawing.Point(163, 41);
  383. this.btnGeneralFill.Name = "btnGeneralFill";
  384. this.btnGeneralFill.Size = new System.Drawing.Size(120, 23);
  385. this.btnGeneralFill.TabIndex = 2;
  386. this.btnGeneralFill.Text = "Fill...";
  387. this.btnGeneralFill.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  388. this.btnGeneralFill.UseVisualStyleBackColor = true;
  389. this.btnGeneralFill.Click += new System.EventHandler(this.btnGeneralFill_Click);
  390. //
  391. // btnGeneralBorder
  392. //
  393. this.btnGeneralBorder.Location = new System.Drawing.Point(21, 41);
  394. this.btnGeneralBorder.Name = "btnGeneralBorder";
  395. this.btnGeneralBorder.Size = new System.Drawing.Size(120, 23);
  396. this.btnGeneralBorder.TabIndex = 3;
  397. this.btnGeneralBorder.Text = "Border...";
  398. this.btnGeneralBorder.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  399. this.btnGeneralBorder.UseVisualStyleBackColor = true;
  400. this.btnGeneralBorder.Click += new System.EventHandler(this.btnGeneralBorder_Click);
  401. //
  402. // pgLabel
  403. //
  404. this.pgLabel.BackColor = System.Drawing.SystemColors.Window;
  405. this.pgLabel.Controls.Add(this.tbLabelText);
  406. this.pgLabel.Controls.Add(this.lblLabelText);
  407. this.pgLabel.Controls.Add(this.lblLabelFont);
  408. this.pgLabel.Controls.Add(this.textBoxButtonLabelFont);
  409. this.pgLabel.Controls.Add(this.lblLblColor);
  410. this.pgLabel.Controls.Add(this.cbLabelColor);
  411. this.pgLabel.Dock = System.Windows.Forms.DockStyle.Fill;
  412. this.pgLabel.Location = new System.Drawing.Point(120, 1);
  413. this.pgLabel.Name = "pgLabel";
  414. this.pgLabel.Size = new System.Drawing.Size(302, 381);
  415. this.pgLabel.TabIndex = 2;
  416. this.pgLabel.Text = "Label";
  417. //
  418. // tbLabelText
  419. //
  420. this.tbLabelText.Location = new System.Drawing.Point(123, 75);
  421. this.tbLabelText.Margin = new System.Windows.Forms.Padding(2);
  422. this.tbLabelText.Name = "tbLabelText";
  423. this.tbLabelText.Size = new System.Drawing.Size(161, 20);
  424. this.tbLabelText.TabIndex = 21;
  425. //
  426. // lblLabelText
  427. //
  428. this.lblLabelText.AutoSize = true;
  429. this.lblLabelText.Location = new System.Drawing.Point(35, 80);
  430. this.lblLabelText.Name = "lblLabelText";
  431. this.lblLabelText.Size = new System.Drawing.Size(33, 13);
  432. this.lblLabelText.TabIndex = 20;
  433. this.lblLabelText.Text = "Text:";
  434. //
  435. // lblLabelFont
  436. //
  437. this.lblLabelFont.AutoSize = true;
  438. this.lblLabelFont.Location = new System.Drawing.Point(35, 51);
  439. this.lblLabelFont.Name = "lblLabelFont";
  440. this.lblLabelFont.Size = new System.Drawing.Size(33, 13);
  441. this.lblLabelFont.TabIndex = 18;
  442. this.lblLabelFont.Text = "Font:";
  443. //
  444. // textBoxButtonLabelFont
  445. //
  446. this.textBoxButtonLabelFont.Image = null;
  447. this.textBoxButtonLabelFont.Location = new System.Drawing.Point(123, 47);
  448. this.textBoxButtonLabelFont.Name = "textBoxButtonLabelFont";
  449. this.textBoxButtonLabelFont.Size = new System.Drawing.Size(159, 21);
  450. this.textBoxButtonLabelFont.TabIndex = 19;
  451. this.textBoxButtonLabelFont.ButtonClick += new System.EventHandler(this.textBoxButtonLabelFont_ButtonClick);
  452. //
  453. // lblLblColor
  454. //
  455. this.lblLblColor.AutoSize = true;
  456. this.lblLblColor.Location = new System.Drawing.Point(35, 20);
  457. this.lblLblColor.Name = "lblLblColor";
  458. this.lblLblColor.Size = new System.Drawing.Size(62, 13);
  459. this.lblLblColor.TabIndex = 16;
  460. this.lblLblColor.Text = "Label color:";
  461. //
  462. // cbLabelColor
  463. //
  464. this.cbLabelColor.Color = System.Drawing.Color.Transparent;
  465. this.cbLabelColor.Location = new System.Drawing.Point(123, 16);
  466. this.cbLabelColor.Name = "cbLabelColor";
  467. this.cbLabelColor.ShowColorName = true;
  468. this.cbLabelColor.Size = new System.Drawing.Size(159, 21);
  469. this.cbLabelColor.TabIndex = 17;
  470. //
  471. // GaugeEditorForm
  472. //
  473. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  474. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  475. this.ClientSize = new System.Drawing.Size(447, 435);
  476. this.Controls.Add(this.pageControl1);
  477. this.Margin = new System.Windows.Forms.Padding(4);
  478. this.Name = "GaugeEditorForm";
  479. this.Text = "Edit Gauge";
  480. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.GaugeEditorForm_FormClosing);
  481. this.Controls.SetChildIndex(this.pageControl1, 0);
  482. this.Controls.SetChildIndex(this.btnOk, 0);
  483. this.Controls.SetChildIndex(this.btnCancel, 0);
  484. this.pgPointer.ResumeLayout(false);
  485. this.pgPointer.PerformLayout();
  486. this.pgScale.ResumeLayout(false);
  487. this.tabControl3.ResumeLayout(false);
  488. this.tabPage2.ResumeLayout(false);
  489. this.gpBoxMnr.ResumeLayout(false);
  490. this.gpBoxMnr.PerformLayout();
  491. ((System.ComponentModel.ISupportInitialize)(this.numericUpDowMinorWidth)).EndInit();
  492. this.gpBoxMjr.ResumeLayout(false);
  493. this.gpBoxMjr.PerformLayout();
  494. ((System.ComponentModel.ISupportInitialize)(this.numericUpDowMajorWidth)).EndInit();
  495. this.tabPage4.ResumeLayout(false);
  496. this.tabPage4.PerformLayout();
  497. this.pageControl1.ResumeLayout(false);
  498. this.pgGeneral.ResumeLayout(false);
  499. this.pgLabel.ResumeLayout(false);
  500. this.pgLabel.PerformLayout();
  501. this.ResumeLayout(false);
  502. }
  503. #endregion // Windows Forms Designer Generated Code
  504. private Controls.ColorComboBox colorComboBox4;
  505. private System.Windows.Forms.TextBox textBox4;
  506. private System.Windows.Forms.Label label1;
  507. private System.Windows.Forms.Label label10;
  508. private Controls.ColorComboBox cbxMinorTicksColor;
  509. private System.Windows.Forms.Label lblColorMnr;
  510. private System.Windows.Forms.Label lblWidthMnr;
  511. private Controls.ColorComboBox cbxMajorTicksColor;
  512. private System.Windows.Forms.Label lblColorMjr;
  513. private System.Windows.Forms.Label lblWidthMjr;
  514. private System.Windows.Forms.TabPage tabPage4;
  515. private System.Windows.Forms.Label lblScaleFont;
  516. private Controls.TextBoxButton textBoxButtonScaleFont;
  517. private System.Windows.Forms.NumericUpDown numericUpDowMinorWidth;
  518. private System.Windows.Forms.NumericUpDown numericUpDowMajorWidth;
  519. private System.Windows.Forms.Button buttonFill;
  520. internal Controls.PageControlPage pgGeneral;
  521. internal System.Windows.Forms.TabControl tabControl3;
  522. internal Controls.PageControl pageControl1;
  523. internal Controls.PageControlPage pgScale;
  524. internal System.Windows.Forms.TabPage tabPage2;
  525. internal System.Windows.Forms.TextBox tbLabelText;
  526. internal System.Windows.Forms.Label lblLabelText;
  527. internal System.Windows.Forms.Label lblLabelFont;
  528. internal Controls.TextBoxButton textBoxButtonLabelFont;
  529. internal System.Windows.Forms.Label lblLblColor;
  530. internal Controls.ColorComboBox cbLabelColor;
  531. internal Controls.PageControlPage pgLabel;
  532. internal System.Windows.Forms.Label lblPtrBorderColor;
  533. internal System.Windows.Forms.Button btnPointerFill;
  534. internal Controls.PageControlPage pgPointer;
  535. internal Controls.ColorComboBox cbxPointerBorderColor;
  536. internal System.Windows.Forms.Button btnGeneralFill;
  537. private System.Windows.Forms.Button btnExpression;
  538. internal System.Windows.Forms.Button btnGeneralBorder;
  539. internal System.Windows.Forms.GroupBox gpBoxMnr;
  540. internal System.Windows.Forms.GroupBox gpBoxMjr;
  541. }
  542. }