MapEditorControl.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549
  1. using FastReport.Controls;
  2. using FastReport.Utils;
  3. namespace FastReport.Map.Forms
  4. {
  5. partial class MapEditorControl
  6. {
  7. /// <summary>
  8. /// Required designer variable.
  9. /// </summary>
  10. private System.ComponentModel.IContainer components = null;
  11. /// <summary>
  12. /// Clean up any resources being used.
  13. /// </summary>
  14. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  15. protected override void Dispose(bool disposing)
  16. {
  17. if (disposing && (components != null))
  18. {
  19. components.Dispose();
  20. }
  21. base.Dispose(disposing);
  22. }
  23. #region Component Designer generated code
  24. /// <summary>
  25. /// Required method for Designer support - do not modify
  26. /// the contents of this method with the code editor.
  27. /// </summary>
  28. private void InitializeComponent()
  29. {
  30. this.pageControl1 = new FastReport.Controls.PageControl();
  31. this.pgGeneral = new FastReport.Controls.PageControlPage();
  32. this.cbMercator = new System.Windows.Forms.CheckBox();
  33. this.pgColorScale = new FastReport.Controls.PageControlPage();
  34. this.labelLine1 = new FastReport.Controls.LabelLine();
  35. this.tabControl1 = new System.Windows.Forms.TabControl();
  36. this.tabGeneral = new System.Windows.Forms.TabPage();
  37. this.btnFill = new System.Windows.Forms.Button();
  38. this.btnBorder = new System.Windows.Forms.Button();
  39. this.labelLine2 = new FastReport.Controls.LabelLine();
  40. this.btnD4 = new System.Windows.Forms.Button();
  41. this.lblDock = new System.Windows.Forms.Label();
  42. this.btnD6 = new System.Windows.Forms.Button();
  43. this.btnD1 = new System.Windows.Forms.Button();
  44. this.btnD7 = new System.Windows.Forms.Button();
  45. this.btnD2 = new System.Windows.Forms.Button();
  46. this.btnD8 = new System.Windows.Forms.Button();
  47. this.btnD3 = new System.Windows.Forms.Button();
  48. this.btnD5 = new System.Windows.Forms.Button();
  49. this.tabTitle = new System.Windows.Forms.TabPage();
  50. this.lblTitleText = new System.Windows.Forms.Label();
  51. this.lblTitleFont = new System.Windows.Forms.Label();
  52. this.lblTitleColor = new System.Windows.Forms.Label();
  53. this.tbTitleFont = new FastReport.Controls.TextBoxButton();
  54. this.cbxTitleColor = new FastReport.Controls.ColorComboBox();
  55. this.tbTitleText = new System.Windows.Forms.TextBox();
  56. this.tabValues = new System.Windows.Forms.TabPage();
  57. this.lblFont = new System.Windows.Forms.Label();
  58. this.lblTextColor = new System.Windows.Forms.Label();
  59. this.tbFont = new FastReport.Controls.TextBoxButton();
  60. this.lblBorderColor = new System.Windows.Forms.Label();
  61. this.lblFormat = new System.Windows.Forms.Label();
  62. this.cbxTextColor = new FastReport.Controls.ColorComboBox();
  63. this.lblNoDataText = new System.Windows.Forms.Label();
  64. this.cbxBorderColor = new FastReport.Controls.ColorComboBox();
  65. this.tbFormat = new System.Windows.Forms.TextBox();
  66. this.tbNoDataText = new System.Windows.Forms.TextBox();
  67. this.cbVisible = new System.Windows.Forms.CheckBox();
  68. this.cbHideIfNoData = new System.Windows.Forms.CheckBox();
  69. this.pageControl1.SuspendLayout();
  70. this.pgGeneral.SuspendLayout();
  71. this.pgColorScale.SuspendLayout();
  72. this.tabControl1.SuspendLayout();
  73. this.tabGeneral.SuspendLayout();
  74. this.tabTitle.SuspendLayout();
  75. this.tabValues.SuspendLayout();
  76. this.SuspendLayout();
  77. //
  78. // pageControl1
  79. //
  80. this.pageControl1.Controls.Add(this.pgGeneral);
  81. this.pageControl1.Controls.Add(this.pgColorScale);
  82. this.pageControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  83. this.pageControl1.HighlightPageIndex = -1;
  84. this.pageControl1.Location = new System.Drawing.Point(0, 0);
  85. this.pageControl1.Name = "pageControl1";
  86. this.pageControl1.SelectorWidth = 120;
  87. this.pageControl1.Size = new System.Drawing.Size(436, 504);
  88. this.pageControl1.TabIndex = 0;
  89. this.pageControl1.Text = "pageControl1";
  90. //
  91. // pgGeneral
  92. //
  93. this.pgGeneral.BackColor = System.Drawing.SystemColors.Window;
  94. this.pgGeneral.Controls.Add(this.cbMercator);
  95. this.pgGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
  96. this.pgGeneral.Location = new System.Drawing.Point(120, 1);
  97. this.pgGeneral.Name = "pgGeneral";
  98. this.pgGeneral.Size = new System.Drawing.Size(315, 502);
  99. this.pgGeneral.TabIndex = 0;
  100. this.pgGeneral.Text = "General";
  101. //
  102. // cbMercator
  103. //
  104. this.cbMercator.AutoSize = true;
  105. this.cbMercator.Location = new System.Drawing.Point(16, 20);
  106. this.cbMercator.Name = "cbMercator";
  107. this.cbMercator.Size = new System.Drawing.Size(117, 17);
  108. this.cbMercator.TabIndex = 0;
  109. this.cbMercator.Text = "Mercator projection";
  110. this.cbMercator.UseVisualStyleBackColor = true;
  111. this.cbMercator.CheckedChanged += new System.EventHandler(this.cbMercator_CheckedChanged);
  112. //
  113. // pgColorScale
  114. //
  115. this.pgColorScale.BackColor = System.Drawing.SystemColors.Window;
  116. this.pgColorScale.Controls.Add(this.labelLine1);
  117. this.pgColorScale.Controls.Add(this.tabControl1);
  118. this.pgColorScale.Controls.Add(this.cbVisible);
  119. this.pgColorScale.Controls.Add(this.cbHideIfNoData);
  120. this.pgColorScale.Dock = System.Windows.Forms.DockStyle.Fill;
  121. this.pgColorScale.Location = new System.Drawing.Point(120, 1);
  122. this.pgColorScale.Name = "pgColorScale";
  123. this.pgColorScale.Size = new System.Drawing.Size(315, 502);
  124. this.pgColorScale.TabIndex = 1;
  125. this.pgColorScale.Text = "Color scale";
  126. //
  127. // labelLine1
  128. //
  129. this.labelLine1.Location = new System.Drawing.Point(16, 64);
  130. this.labelLine1.Name = "labelLine1";
  131. this.labelLine1.Size = new System.Drawing.Size(284, 12);
  132. this.labelLine1.TabIndex = 11;
  133. //
  134. // tabControl1
  135. //
  136. this.tabControl1.Controls.Add(this.tabGeneral);
  137. this.tabControl1.Controls.Add(this.tabTitle);
  138. this.tabControl1.Controls.Add(this.tabValues);
  139. this.tabControl1.Location = new System.Drawing.Point(16, 84);
  140. this.tabControl1.Name = "tabControl1";
  141. this.tabControl1.SelectedIndex = 0;
  142. this.tabControl1.Size = new System.Drawing.Size(284, 400);
  143. this.tabControl1.TabIndex = 10;
  144. //
  145. // tabGeneral
  146. //
  147. this.tabGeneral.Controls.Add(this.btnFill);
  148. this.tabGeneral.Controls.Add(this.btnBorder);
  149. this.tabGeneral.Controls.Add(this.labelLine2);
  150. this.tabGeneral.Controls.Add(this.btnD4);
  151. this.tabGeneral.Controls.Add(this.lblDock);
  152. this.tabGeneral.Controls.Add(this.btnD6);
  153. this.tabGeneral.Controls.Add(this.btnD1);
  154. this.tabGeneral.Controls.Add(this.btnD7);
  155. this.tabGeneral.Controls.Add(this.btnD2);
  156. this.tabGeneral.Controls.Add(this.btnD8);
  157. this.tabGeneral.Controls.Add(this.btnD3);
  158. this.tabGeneral.Controls.Add(this.btnD5);
  159. this.tabGeneral.Location = new System.Drawing.Point(4, 22);
  160. this.tabGeneral.Name = "tabGeneral";
  161. this.tabGeneral.Padding = new System.Windows.Forms.Padding(3);
  162. this.tabGeneral.Size = new System.Drawing.Size(276, 374);
  163. this.tabGeneral.TabIndex = 0;
  164. this.tabGeneral.Text = "General";
  165. this.tabGeneral.UseVisualStyleBackColor = true;
  166. //
  167. // btnFill
  168. //
  169. this.btnFill.Location = new System.Drawing.Point(140, 16);
  170. this.btnFill.Name = "btnFill";
  171. this.btnFill.Size = new System.Drawing.Size(120, 23);
  172. this.btnFill.TabIndex = 1;
  173. this.btnFill.Text = "Fill...";
  174. this.btnFill.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  175. this.btnFill.UseVisualStyleBackColor = true;
  176. this.btnFill.Click += new System.EventHandler(this.btnFill_Click);
  177. //
  178. // btnBorder
  179. //
  180. this.btnBorder.Location = new System.Drawing.Point(16, 16);
  181. this.btnBorder.Name = "btnBorder";
  182. this.btnBorder.Size = new System.Drawing.Size(120, 23);
  183. this.btnBorder.TabIndex = 1;
  184. this.btnBorder.Text = "Border...";
  185. this.btnBorder.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  186. this.btnBorder.UseVisualStyleBackColor = true;
  187. this.btnBorder.Click += new System.EventHandler(this.btnBorder_Click);
  188. //
  189. // labelLine2
  190. //
  191. this.labelLine2.Location = new System.Drawing.Point(16, 48);
  192. this.labelLine2.Name = "labelLine2";
  193. this.labelLine2.Size = new System.Drawing.Size(244, 16);
  194. this.labelLine2.TabIndex = 10;
  195. //
  196. // btnD4
  197. //
  198. this.btnD4.Location = new System.Drawing.Point(200, 92);
  199. this.btnD4.Name = "btnD4";
  200. this.btnD4.Size = new System.Drawing.Size(20, 20);
  201. this.btnD4.TabIndex = 9;
  202. this.btnD4.UseVisualStyleBackColor = true;
  203. this.btnD4.Click += new System.EventHandler(this.btnD1_Click);
  204. //
  205. // lblDock
  206. //
  207. this.lblDock.AutoSize = true;
  208. this.lblDock.Location = new System.Drawing.Point(12, 96);
  209. this.lblDock.Name = "lblDock";
  210. this.lblDock.Size = new System.Drawing.Size(36, 13);
  211. this.lblDock.TabIndex = 2;
  212. this.lblDock.Text = "Dock:";
  213. //
  214. // btnD6
  215. //
  216. this.btnD6.Location = new System.Drawing.Point(200, 112);
  217. this.btnD6.Name = "btnD6";
  218. this.btnD6.Size = new System.Drawing.Size(20, 20);
  219. this.btnD6.TabIndex = 9;
  220. this.btnD6.UseVisualStyleBackColor = true;
  221. this.btnD6.Click += new System.EventHandler(this.btnD1_Click);
  222. //
  223. // btnD1
  224. //
  225. this.btnD1.Location = new System.Drawing.Point(200, 72);
  226. this.btnD1.Name = "btnD1";
  227. this.btnD1.Size = new System.Drawing.Size(20, 20);
  228. this.btnD1.TabIndex = 9;
  229. this.btnD1.Tag = "";
  230. this.btnD1.UseVisualStyleBackColor = true;
  231. this.btnD1.Click += new System.EventHandler(this.btnD1_Click);
  232. //
  233. // btnD7
  234. //
  235. this.btnD7.Location = new System.Drawing.Point(220, 112);
  236. this.btnD7.Name = "btnD7";
  237. this.btnD7.Size = new System.Drawing.Size(20, 20);
  238. this.btnD7.TabIndex = 9;
  239. this.btnD7.UseVisualStyleBackColor = true;
  240. this.btnD7.Click += new System.EventHandler(this.btnD1_Click);
  241. //
  242. // btnD2
  243. //
  244. this.btnD2.Location = new System.Drawing.Point(220, 72);
  245. this.btnD2.Name = "btnD2";
  246. this.btnD2.Size = new System.Drawing.Size(20, 20);
  247. this.btnD2.TabIndex = 9;
  248. this.btnD2.UseVisualStyleBackColor = true;
  249. this.btnD2.Click += new System.EventHandler(this.btnD1_Click);
  250. //
  251. // btnD8
  252. //
  253. this.btnD8.Location = new System.Drawing.Point(240, 112);
  254. this.btnD8.Name = "btnD8";
  255. this.btnD8.Size = new System.Drawing.Size(20, 20);
  256. this.btnD8.TabIndex = 9;
  257. this.btnD8.UseVisualStyleBackColor = true;
  258. this.btnD8.Click += new System.EventHandler(this.btnD1_Click);
  259. //
  260. // btnD3
  261. //
  262. this.btnD3.Location = new System.Drawing.Point(240, 72);
  263. this.btnD3.Name = "btnD3";
  264. this.btnD3.Size = new System.Drawing.Size(20, 20);
  265. this.btnD3.TabIndex = 9;
  266. this.btnD3.UseVisualStyleBackColor = true;
  267. this.btnD3.Click += new System.EventHandler(this.btnD1_Click);
  268. //
  269. // btnD5
  270. //
  271. this.btnD5.Location = new System.Drawing.Point(240, 92);
  272. this.btnD5.Name = "btnD5";
  273. this.btnD5.Size = new System.Drawing.Size(20, 20);
  274. this.btnD5.TabIndex = 9;
  275. this.btnD5.UseVisualStyleBackColor = true;
  276. this.btnD5.Click += new System.EventHandler(this.btnD1_Click);
  277. //
  278. // tabTitle
  279. //
  280. this.tabTitle.Controls.Add(this.lblTitleText);
  281. this.tabTitle.Controls.Add(this.lblTitleFont);
  282. this.tabTitle.Controls.Add(this.lblTitleColor);
  283. this.tabTitle.Controls.Add(this.tbTitleFont);
  284. this.tabTitle.Controls.Add(this.cbxTitleColor);
  285. this.tabTitle.Controls.Add(this.tbTitleText);
  286. this.tabTitle.Location = new System.Drawing.Point(4, 22);
  287. this.tabTitle.Name = "tabTitle";
  288. this.tabTitle.Padding = new System.Windows.Forms.Padding(3);
  289. this.tabTitle.Size = new System.Drawing.Size(276, 374);
  290. this.tabTitle.TabIndex = 2;
  291. this.tabTitle.Text = "Title";
  292. this.tabTitle.UseVisualStyleBackColor = true;
  293. //
  294. // lblTitleText
  295. //
  296. this.lblTitleText.AutoSize = true;
  297. this.lblTitleText.Location = new System.Drawing.Point(12, 20);
  298. this.lblTitleText.Name = "lblTitleText";
  299. this.lblTitleText.Size = new System.Drawing.Size(31, 13);
  300. this.lblTitleText.TabIndex = 11;
  301. this.lblTitleText.Text = "Text:";
  302. //
  303. // lblTitleFont
  304. //
  305. this.lblTitleFont.AutoSize = true;
  306. this.lblTitleFont.Location = new System.Drawing.Point(12, 48);
  307. this.lblTitleFont.Name = "lblTitleFont";
  308. this.lblTitleFont.Size = new System.Drawing.Size(31, 13);
  309. this.lblTitleFont.TabIndex = 10;
  310. this.lblTitleFont.Text = "Font:";
  311. //
  312. // lblTitleColor
  313. //
  314. this.lblTitleColor.AutoSize = true;
  315. this.lblTitleColor.Location = new System.Drawing.Point(12, 76);
  316. this.lblTitleColor.Name = "lblTitleColor";
  317. this.lblTitleColor.Size = new System.Drawing.Size(57, 13);
  318. this.lblTitleColor.TabIndex = 9;
  319. this.lblTitleColor.Text = "Text color:";
  320. //
  321. // tbTitleFont
  322. //
  323. this.tbTitleFont.Image = null;
  324. this.tbTitleFont.Location = new System.Drawing.Point(128, 44);
  325. this.tbTitleFont.Name = "tbTitleFont";
  326. this.tbTitleFont.Size = new System.Drawing.Size(132, 21);
  327. this.tbTitleFont.TabIndex = 12;
  328. this.tbTitleFont.ButtonClick += new System.EventHandler(this.tbTitleFont_ButtonClick);
  329. //
  330. // cbxTitleColor
  331. //
  332. this.cbxTitleColor.Color = System.Drawing.Color.Transparent;
  333. this.cbxTitleColor.Location = new System.Drawing.Point(128, 72);
  334. this.cbxTitleColor.Name = "cbxTitleColor";
  335. this.cbxTitleColor.ShowColorName = true;
  336. this.cbxTitleColor.Size = new System.Drawing.Size(132, 21);
  337. this.cbxTitleColor.TabIndex = 13;
  338. this.cbxTitleColor.ColorSelected += new System.EventHandler(this.cbxTitleColor_ColorSelected);
  339. //
  340. // tbTitleText
  341. //
  342. this.tbTitleText.Location = new System.Drawing.Point(128, 16);
  343. this.tbTitleText.Name = "tbTitleText";
  344. this.tbTitleText.Size = new System.Drawing.Size(132, 20);
  345. this.tbTitleText.TabIndex = 14;
  346. this.tbTitleText.Leave += new System.EventHandler(this.tbTitleText_Leave);
  347. //
  348. // tabValues
  349. //
  350. this.tabValues.Controls.Add(this.lblFont);
  351. this.tabValues.Controls.Add(this.lblTextColor);
  352. this.tabValues.Controls.Add(this.tbFont);
  353. this.tabValues.Controls.Add(this.lblBorderColor);
  354. this.tabValues.Controls.Add(this.lblFormat);
  355. this.tabValues.Controls.Add(this.cbxTextColor);
  356. this.tabValues.Controls.Add(this.lblNoDataText);
  357. this.tabValues.Controls.Add(this.cbxBorderColor);
  358. this.tabValues.Controls.Add(this.tbFormat);
  359. this.tabValues.Controls.Add(this.tbNoDataText);
  360. this.tabValues.Location = new System.Drawing.Point(4, 22);
  361. this.tabValues.Name = "tabValues";
  362. this.tabValues.Padding = new System.Windows.Forms.Padding(3);
  363. this.tabValues.Size = new System.Drawing.Size(276, 374);
  364. this.tabValues.TabIndex = 3;
  365. this.tabValues.Text = "Values";
  366. this.tabValues.UseVisualStyleBackColor = true;
  367. //
  368. // lblFont
  369. //
  370. this.lblFont.AutoSize = true;
  371. this.lblFont.Location = new System.Drawing.Point(12, 20);
  372. this.lblFont.Name = "lblFont";
  373. this.lblFont.Size = new System.Drawing.Size(31, 13);
  374. this.lblFont.TabIndex = 13;
  375. this.lblFont.Text = "Font:";
  376. //
  377. // lblTextColor
  378. //
  379. this.lblTextColor.AutoSize = true;
  380. this.lblTextColor.Location = new System.Drawing.Point(12, 48);
  381. this.lblTextColor.Name = "lblTextColor";
  382. this.lblTextColor.Size = new System.Drawing.Size(57, 13);
  383. this.lblTextColor.TabIndex = 12;
  384. this.lblTextColor.Text = "Text color:";
  385. //
  386. // tbFont
  387. //
  388. this.tbFont.Image = null;
  389. this.tbFont.Location = new System.Drawing.Point(128, 16);
  390. this.tbFont.Name = "tbFont";
  391. this.tbFont.Size = new System.Drawing.Size(132, 21);
  392. this.tbFont.TabIndex = 14;
  393. this.tbFont.ButtonClick += new System.EventHandler(this.tbFont_ButtonClick);
  394. //
  395. // lblBorderColor
  396. //
  397. this.lblBorderColor.AutoSize = true;
  398. this.lblBorderColor.Location = new System.Drawing.Point(12, 76);
  399. this.lblBorderColor.Name = "lblBorderColor";
  400. this.lblBorderColor.Size = new System.Drawing.Size(67, 13);
  401. this.lblBorderColor.TabIndex = 9;
  402. this.lblBorderColor.Text = "Border color:";
  403. //
  404. // lblFormat
  405. //
  406. this.lblFormat.AutoSize = true;
  407. this.lblFormat.Location = new System.Drawing.Point(12, 104);
  408. this.lblFormat.Name = "lblFormat";
  409. this.lblFormat.Size = new System.Drawing.Size(42, 13);
  410. this.lblFormat.TabIndex = 10;
  411. this.lblFormat.Text = "Format:";
  412. //
  413. // cbxTextColor
  414. //
  415. this.cbxTextColor.Color = System.Drawing.Color.Transparent;
  416. this.cbxTextColor.Location = new System.Drawing.Point(128, 44);
  417. this.cbxTextColor.Name = "cbxTextColor";
  418. this.cbxTextColor.ShowColorName = true;
  419. this.cbxTextColor.Size = new System.Drawing.Size(132, 21);
  420. this.cbxTextColor.TabIndex = 16;
  421. this.cbxTextColor.ColorSelected += new System.EventHandler(this.cbxTextColor_ColorSelected);
  422. //
  423. // lblNoDataText
  424. //
  425. this.lblNoDataText.AutoSize = true;
  426. this.lblNoDataText.Location = new System.Drawing.Point(12, 132);
  427. this.lblNoDataText.Name = "lblNoDataText";
  428. this.lblNoDataText.Size = new System.Drawing.Size(68, 13);
  429. this.lblNoDataText.TabIndex = 11;
  430. this.lblNoDataText.Text = "No data text:";
  431. //
  432. // cbxBorderColor
  433. //
  434. this.cbxBorderColor.Color = System.Drawing.Color.Transparent;
  435. this.cbxBorderColor.Location = new System.Drawing.Point(128, 72);
  436. this.cbxBorderColor.Name = "cbxBorderColor";
  437. this.cbxBorderColor.ShowColorName = true;
  438. this.cbxBorderColor.Size = new System.Drawing.Size(132, 21);
  439. this.cbxBorderColor.TabIndex = 15;
  440. this.cbxBorderColor.ColorSelected += new System.EventHandler(this.cbxBorderColor_ColorSelected);
  441. //
  442. // tbFormat
  443. //
  444. this.tbFormat.Location = new System.Drawing.Point(128, 100);
  445. this.tbFormat.Name = "tbFormat";
  446. this.tbFormat.Size = new System.Drawing.Size(132, 20);
  447. this.tbFormat.TabIndex = 18;
  448. this.tbFormat.Leave += new System.EventHandler(this.tbFormat_Leave);
  449. //
  450. // tbNoDataText
  451. //
  452. this.tbNoDataText.Location = new System.Drawing.Point(128, 128);
  453. this.tbNoDataText.Name = "tbNoDataText";
  454. this.tbNoDataText.Size = new System.Drawing.Size(132, 20);
  455. this.tbNoDataText.TabIndex = 17;
  456. this.tbNoDataText.Leave += new System.EventHandler(this.tbNoDataText_Leave);
  457. //
  458. // cbVisible
  459. //
  460. this.cbVisible.AutoSize = true;
  461. this.cbVisible.Location = new System.Drawing.Point(16, 16);
  462. this.cbVisible.Name = "cbVisible";
  463. this.cbVisible.Size = new System.Drawing.Size(56, 17);
  464. this.cbVisible.TabIndex = 6;
  465. this.cbVisible.Text = "Visible";
  466. this.cbVisible.UseVisualStyleBackColor = true;
  467. this.cbVisible.CheckedChanged += new System.EventHandler(this.cbVisible_CheckedChanged);
  468. //
  469. // cbHideIfNoData
  470. //
  471. this.cbHideIfNoData.AutoSize = true;
  472. this.cbHideIfNoData.Location = new System.Drawing.Point(16, 40);
  473. this.cbHideIfNoData.Name = "cbHideIfNoData";
  474. this.cbHideIfNoData.Size = new System.Drawing.Size(95, 17);
  475. this.cbHideIfNoData.TabIndex = 6;
  476. this.cbHideIfNoData.Text = "Hide if no data";
  477. this.cbHideIfNoData.UseVisualStyleBackColor = true;
  478. this.cbHideIfNoData.CheckedChanged += new System.EventHandler(this.cbHideIfNoData_CheckedChanged);
  479. //
  480. // MapEditorControl
  481. //
  482. this.BackColor = System.Drawing.SystemColors.Control;
  483. this.Controls.Add(this.pageControl1);
  484. this.Name = "MapEditorControl";
  485. this.Size = new System.Drawing.Size(436, 504);
  486. this.pageControl1.ResumeLayout(false);
  487. this.pgGeneral.ResumeLayout(false);
  488. this.pgGeneral.PerformLayout();
  489. this.pgColorScale.ResumeLayout(false);
  490. this.pgColorScale.PerformLayout();
  491. this.tabControl1.ResumeLayout(false);
  492. this.tabGeneral.ResumeLayout(false);
  493. this.tabGeneral.PerformLayout();
  494. this.tabTitle.ResumeLayout(false);
  495. this.tabTitle.PerformLayout();
  496. this.tabValues.ResumeLayout(false);
  497. this.tabValues.PerformLayout();
  498. this.ResumeLayout(false);
  499. }
  500. #endregion
  501. private FastReport.Controls.PageControl pageControl1;
  502. private FastReport.Controls.PageControlPage pgGeneral;
  503. private FastReport.Controls.PageControlPage pgColorScale;
  504. private System.Windows.Forms.CheckBox cbMercator;
  505. private System.Windows.Forms.Button btnBorder;
  506. private System.Windows.Forms.CheckBox cbVisible;
  507. private System.Windows.Forms.Button btnFill;
  508. private System.Windows.Forms.CheckBox cbHideIfNoData;
  509. private System.Windows.Forms.Button btnD4;
  510. private System.Windows.Forms.Button btnD6;
  511. private System.Windows.Forms.Button btnD7;
  512. private System.Windows.Forms.Button btnD8;
  513. private System.Windows.Forms.Button btnD5;
  514. private System.Windows.Forms.Button btnD3;
  515. private System.Windows.Forms.Button btnD2;
  516. private System.Windows.Forms.Button btnD1;
  517. private System.Windows.Forms.Label lblDock;
  518. private System.Windows.Forms.TabControl tabControl1;
  519. private System.Windows.Forms.TabPage tabGeneral;
  520. private System.Windows.Forms.TabPage tabTitle;
  521. private FastReport.Controls.LabelLine labelLine1;
  522. private FastReport.Controls.LabelLine labelLine2;
  523. private System.Windows.Forms.Label lblTitleText;
  524. private System.Windows.Forms.Label lblTitleFont;
  525. private System.Windows.Forms.Label lblTitleColor;
  526. private FastReport.Controls.TextBoxButton tbTitleFont;
  527. private FastReport.Controls.ColorComboBox cbxTitleColor;
  528. private System.Windows.Forms.TextBox tbTitleText;
  529. private System.Windows.Forms.TabPage tabValues;
  530. private System.Windows.Forms.Label lblFont;
  531. private System.Windows.Forms.Label lblTextColor;
  532. private FastReport.Controls.TextBoxButton tbFont;
  533. private System.Windows.Forms.Label lblBorderColor;
  534. private System.Windows.Forms.Label lblFormat;
  535. private FastReport.Controls.ColorComboBox cbxTextColor;
  536. private System.Windows.Forms.Label lblNoDataText;
  537. private FastReport.Controls.ColorComboBox cbxBorderColor;
  538. private System.Windows.Forms.TextBox tbFormat;
  539. private System.Windows.Forms.TextBox tbNoDataText;
  540. }
  541. }