LayerEditorControl.Designer.cs 55 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102
  1. using FastReport.Controls;
  2. using System.ComponentModel;
  3. namespace FastReport.Map.Forms
  4. {
  5. partial class LayerEditorControl
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LayerEditorControl));
  31. this.pcLayer = new FastReport.Controls.PageControl();
  32. this.pgData = new FastReport.Controls.PageControlPage();
  33. this.panel4 = new System.Windows.Forms.Panel();
  34. this.lblZoomPolygon = new FastReport.Controls.LabelLine();
  35. this.lblAnalyticalData = new FastReport.Controls.LabelLine();
  36. this.tbZoomPolygon = new FastReport.Controls.TextBoxButton();
  37. this.tbAnalyticalValue = new FastReport.Controls.TextBoxButton();
  38. this.cbxFunction = new System.Windows.Forms.ComboBox();
  39. this.lblZoomPolygonValue = new System.Windows.Forms.Label();
  40. this.lblFunction = new System.Windows.Forms.Label();
  41. this.lblAnalyticalValue = new System.Windows.Forms.Label();
  42. this.panAppDataLayer = new System.Windows.Forms.Panel();
  43. this.lblLabelValue = new System.Windows.Forms.Label();
  44. this.tbLatitudeValue = new FastReport.Controls.TextBoxButton();
  45. this.lblLongitudeValue = new System.Windows.Forms.Label();
  46. this.tbLongitudeValue = new FastReport.Controls.TextBoxButton();
  47. this.lblLatitudeValue = new System.Windows.Forms.Label();
  48. this.tbLabelValue = new FastReport.Controls.TextBoxButton();
  49. this.panShpLayer = new System.Windows.Forms.Panel();
  50. this.cbxSpatialColumn = new System.Windows.Forms.ComboBox();
  51. this.lblSpatialValue = new System.Windows.Forms.Label();
  52. this.lblSpatialColumn = new System.Windows.Forms.Label();
  53. this.tbSpatialValue = new FastReport.Controls.TextBoxButton();
  54. this.panel1 = new System.Windows.Forms.Panel();
  55. this.cbxDataSource = new System.Windows.Forms.ComboBox();
  56. this.lblDataSource = new System.Windows.Forms.Label();
  57. this.lblFilter = new System.Windows.Forms.Label();
  58. this.lblSpatialData = new FastReport.Controls.LabelLine();
  59. this.tbFilter = new FastReport.Controls.TextBoxButton();
  60. this.pgAppearance = new FastReport.Controls.PageControlPage();
  61. this.udBorderWidth = new System.Windows.Forms.NumericUpDown();
  62. this.cbxPalette = new System.Windows.Forms.ComboBox();
  63. this.cbxBorderStyle = new System.Windows.Forms.ComboBox();
  64. this.lblPalette = new System.Windows.Forms.Label();
  65. this.lblBorderWidth = new System.Windows.Forms.Label();
  66. this.lblBorderStyle = new System.Windows.Forms.Label();
  67. this.lblFillColor = new System.Windows.Forms.Label();
  68. this.lblBorderColor = new System.Windows.Forms.Label();
  69. this.cbxFillColor = new FastReport.Controls.ColorComboBox();
  70. this.cbxBorderColor = new FastReport.Controls.ColorComboBox();
  71. this.labelLine2 = new FastReport.Controls.LabelLine();
  72. this.cbVisible = new System.Windows.Forms.CheckBox();
  73. this.pgColorRanges = new FastReport.Controls.PageControlPage();
  74. this.udNumberOfRanges = new System.Windows.Forms.NumericUpDown();
  75. this.lblNumberOfRanges = new System.Windows.Forms.Label();
  76. this.lblEndColor = new System.Windows.Forms.Label();
  77. this.lblEnd = new System.Windows.Forms.Label();
  78. this.lblMiddleColor = new System.Windows.Forms.Label();
  79. this.lblStart = new System.Windows.Forms.Label();
  80. this.lblColor = new System.Windows.Forms.Label();
  81. this.lblStartColor = new System.Windows.Forms.Label();
  82. this.cbxEndColor = new FastReport.Controls.ColorComboBox();
  83. this.cbxMiddleColor = new FastReport.Controls.ColorComboBox();
  84. this.cbxStartColor = new FastReport.Controls.ColorComboBox();
  85. this.labelLine4 = new FastReport.Controls.LabelLine();
  86. this.labelLine5 = new FastReport.Controls.LabelLine();
  87. this.cbShowInColorScale = new System.Windows.Forms.CheckBox();
  88. this.pgSizeRanges = new FastReport.Controls.PageControlPage();
  89. this.lblEnd1 = new System.Windows.Forms.Label();
  90. this.lblStart1 = new System.Windows.Forms.Label();
  91. this.lblSize = new System.Windows.Forms.Label();
  92. this.udSizeRanges = new System.Windows.Forms.NumericUpDown();
  93. this.lblSizeRanges = new System.Windows.Forms.Label();
  94. this.udEndSize = new System.Windows.Forms.NumericUpDown();
  95. this.lblEndSize = new System.Windows.Forms.Label();
  96. this.udStartSize = new System.Windows.Forms.NumericUpDown();
  97. this.lblStartSize = new System.Windows.Forms.Label();
  98. this.pgLabels = new FastReport.Controls.PageControlPage();
  99. this.udVisibleAtZoom = new System.Windows.Forms.NumericUpDown();
  100. this.tbFont = new FastReport.Controls.TextBoxButton();
  101. this.lblTextColor = new System.Windows.Forms.Label();
  102. this.lblFont = new System.Windows.Forms.Label();
  103. this.cbxTextColor = new FastReport.Controls.ColorComboBox();
  104. this.rbNameAndValue = new System.Windows.Forms.RadioButton();
  105. this.rbValue = new System.Windows.Forms.RadioButton();
  106. this.rbName = new System.Windows.Forms.RadioButton();
  107. this.rbNone = new System.Windows.Forms.RadioButton();
  108. this.lblLabelKind = new FastReport.Controls.LabelLine();
  109. this.tbLabelFormat = new System.Windows.Forms.TextBox();
  110. this.cbxLabelColumn = new System.Windows.Forms.ComboBox();
  111. this.lblVisibleAtZoom = new System.Windows.Forms.Label();
  112. this.lblLabelColumn = new System.Windows.Forms.Label();
  113. this.lblLabelFormat = new System.Windows.Forms.Label();
  114. this.pcLayer.SuspendLayout();
  115. this.pgData.SuspendLayout();
  116. this.panel4.SuspendLayout();
  117. this.panAppDataLayer.SuspendLayout();
  118. this.panShpLayer.SuspendLayout();
  119. this.panel1.SuspendLayout();
  120. this.pgAppearance.SuspendLayout();
  121. ((System.ComponentModel.ISupportInitialize)(this.udBorderWidth)).BeginInit();
  122. this.pgColorRanges.SuspendLayout();
  123. ((System.ComponentModel.ISupportInitialize)(this.udNumberOfRanges)).BeginInit();
  124. this.pgSizeRanges.SuspendLayout();
  125. ((System.ComponentModel.ISupportInitialize)(this.udSizeRanges)).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)(this.udEndSize)).BeginInit();
  127. ((System.ComponentModel.ISupportInitialize)(this.udStartSize)).BeginInit();
  128. this.pgLabels.SuspendLayout();
  129. ((System.ComponentModel.ISupportInitialize)(this.udVisibleAtZoom)).BeginInit();
  130. this.SuspendLayout();
  131. //
  132. // pcLayer
  133. //
  134. this.pcLayer.Controls.Add(this.pgData);
  135. this.pcLayer.Controls.Add(this.pgAppearance);
  136. this.pcLayer.Controls.Add(this.pgColorRanges);
  137. this.pcLayer.Controls.Add(this.pgSizeRanges);
  138. this.pcLayer.Controls.Add(this.pgLabels);
  139. this.pcLayer.Dock = System.Windows.Forms.DockStyle.Fill;
  140. this.pcLayer.HighlightPageIndex = -1;
  141. this.pcLayer.Location = new System.Drawing.Point(0, 0);
  142. this.pcLayer.Name = "pcLayer";
  143. this.pcLayer.SelectorWidth = 120;
  144. this.pcLayer.Size = new System.Drawing.Size(436, 504);
  145. this.pcLayer.TabIndex = 0;
  146. this.pcLayer.Text = "pageControl1";
  147. //
  148. // pgData
  149. //
  150. this.pgData.BackColor = System.Drawing.SystemColors.Window;
  151. this.pgData.Controls.Add(this.panel4);
  152. this.pgData.Controls.Add(this.panAppDataLayer);
  153. this.pgData.Controls.Add(this.panShpLayer);
  154. this.pgData.Controls.Add(this.panel1);
  155. this.pgData.Dock = System.Windows.Forms.DockStyle.Fill;
  156. this.pgData.Location = new System.Drawing.Point(120, 1);
  157. this.pgData.Name = "pgData";
  158. this.pgData.Size = new System.Drawing.Size(315, 502);
  159. this.pgData.TabIndex = 0;
  160. this.pgData.Text = "Data";
  161. //
  162. // panel4
  163. //
  164. this.panel4.Controls.Add(this.lblZoomPolygon);
  165. this.panel4.Controls.Add(this.lblAnalyticalData);
  166. this.panel4.Controls.Add(this.tbZoomPolygon);
  167. this.panel4.Controls.Add(this.tbAnalyticalValue);
  168. this.panel4.Controls.Add(this.cbxFunction);
  169. this.panel4.Controls.Add(this.lblZoomPolygonValue);
  170. this.panel4.Controls.Add(this.lblFunction);
  171. this.panel4.Controls.Add(this.lblAnalyticalValue);
  172. this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
  173. this.panel4.Location = new System.Drawing.Point(0, 272);
  174. this.panel4.Name = "panel4";
  175. this.panel4.Size = new System.Drawing.Size(315, 148);
  176. this.panel4.TabIndex = 8;
  177. //
  178. // lblZoomPolygon
  179. //
  180. this.lblZoomPolygon.Location = new System.Drawing.Point(16, 92);
  181. this.lblZoomPolygon.Name = "lblZoomPolygon";
  182. this.lblZoomPolygon.Size = new System.Drawing.Size(284, 16);
  183. this.lblZoomPolygon.TabIndex = 4;
  184. this.lblZoomPolygon.Text = "Zoom the polygon:";
  185. //
  186. // lblAnalyticalData
  187. //
  188. this.lblAnalyticalData.Location = new System.Drawing.Point(16, 0);
  189. this.lblAnalyticalData.Name = "lblAnalyticalData";
  190. this.lblAnalyticalData.Size = new System.Drawing.Size(284, 16);
  191. this.lblAnalyticalData.TabIndex = 4;
  192. this.lblAnalyticalData.Text = "Analytical data:";
  193. //
  194. // tbZoomPolygon
  195. //
  196. this.tbZoomPolygon.ButtonText = "";
  197. this.tbZoomPolygon.Location = new System.Drawing.Point(128, 116);
  198. this.tbZoomPolygon.Name = "tbZoomPolygon";
  199. this.tbZoomPolygon.Size = new System.Drawing.Size(172, 21);
  200. this.tbZoomPolygon.TabIndex = 3;
  201. this.tbZoomPolygon.ButtonClick += new System.EventHandler(this.tbZoomPolygon_ButtonClick);
  202. this.tbZoomPolygon.Leave += new System.EventHandler(this.tbZoomPolygon_Leave);
  203. //
  204. // tbAnalyticalValue
  205. //
  206. this.tbAnalyticalValue.ButtonText = "";
  207. this.tbAnalyticalValue.Location = new System.Drawing.Point(128, 24);
  208. this.tbAnalyticalValue.Name = "tbAnalyticalValue";
  209. this.tbAnalyticalValue.Size = new System.Drawing.Size(172, 21);
  210. this.tbAnalyticalValue.TabIndex = 3;
  211. this.tbAnalyticalValue.ButtonClick += new System.EventHandler(this.tbAnalyticalValue_ButtonClick);
  212. this.tbAnalyticalValue.Leave += new System.EventHandler(this.tbAnalyticalValue_Leave);
  213. //
  214. // cbxFunction
  215. //
  216. this.cbxFunction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  217. this.cbxFunction.FormattingEnabled = true;
  218. this.cbxFunction.Location = new System.Drawing.Point(128, 52);
  219. this.cbxFunction.Name = "cbxFunction";
  220. this.cbxFunction.Size = new System.Drawing.Size(172, 21);
  221. this.cbxFunction.TabIndex = 2;
  222. this.cbxFunction.SelectedIndexChanged += new System.EventHandler(this.cbxFunction_SelectedIndexChanged);
  223. //
  224. // lblZoomPolygonValue
  225. //
  226. this.lblZoomPolygonValue.AutoSize = true;
  227. this.lblZoomPolygonValue.Location = new System.Drawing.Point(16, 120);
  228. this.lblZoomPolygonValue.Name = "lblZoomPolygonValue";
  229. this.lblZoomPolygonValue.Size = new System.Drawing.Size(37, 13);
  230. this.lblZoomPolygonValue.TabIndex = 1;
  231. this.lblZoomPolygonValue.Text = "Value:";
  232. //
  233. // lblFunction
  234. //
  235. this.lblFunction.AutoSize = true;
  236. this.lblFunction.Location = new System.Drawing.Point(16, 56);
  237. this.lblFunction.Name = "lblFunction";
  238. this.lblFunction.Size = new System.Drawing.Size(51, 13);
  239. this.lblFunction.TabIndex = 0;
  240. this.lblFunction.Text = "Function:";
  241. //
  242. // lblAnalyticalValue
  243. //
  244. this.lblAnalyticalValue.AutoSize = true;
  245. this.lblAnalyticalValue.Location = new System.Drawing.Point(16, 28);
  246. this.lblAnalyticalValue.Name = "lblAnalyticalValue";
  247. this.lblAnalyticalValue.Size = new System.Drawing.Size(37, 13);
  248. this.lblAnalyticalValue.TabIndex = 1;
  249. this.lblAnalyticalValue.Text = "Value:";
  250. //
  251. // panAppDataLayer
  252. //
  253. this.panAppDataLayer.Controls.Add(this.lblLabelValue);
  254. this.panAppDataLayer.Controls.Add(this.tbLatitudeValue);
  255. this.panAppDataLayer.Controls.Add(this.lblLongitudeValue);
  256. this.panAppDataLayer.Controls.Add(this.tbLongitudeValue);
  257. this.panAppDataLayer.Controls.Add(this.lblLatitudeValue);
  258. this.panAppDataLayer.Controls.Add(this.tbLabelValue);
  259. this.panAppDataLayer.Dock = System.Windows.Forms.DockStyle.Top;
  260. this.panAppDataLayer.Location = new System.Drawing.Point(0, 176);
  261. this.panAppDataLayer.Name = "panAppDataLayer";
  262. this.panAppDataLayer.Size = new System.Drawing.Size(315, 96);
  263. this.panAppDataLayer.TabIndex = 7;
  264. //
  265. // lblLabelValue
  266. //
  267. this.lblLabelValue.AutoSize = true;
  268. this.lblLabelValue.Location = new System.Drawing.Point(16, 60);
  269. this.lblLabelValue.Name = "lblLabelValue";
  270. this.lblLabelValue.Size = new System.Drawing.Size(36, 13);
  271. this.lblLabelValue.TabIndex = 0;
  272. this.lblLabelValue.Text = "Label:";
  273. //
  274. // tbLatitudeValue
  275. //
  276. this.tbLatitudeValue.ButtonText = "";
  277. this.tbLatitudeValue.Location = new System.Drawing.Point(128, 0);
  278. this.tbLatitudeValue.Name = "tbLatitudeValue";
  279. this.tbLatitudeValue.Size = new System.Drawing.Size(172, 21);
  280. this.tbLatitudeValue.TabIndex = 3;
  281. this.tbLatitudeValue.ButtonClick += new System.EventHandler(this.tbLatitude_ButtonClick);
  282. this.tbLatitudeValue.Leave += new System.EventHandler(this.tbLatitude_Leave);
  283. //
  284. // lblLongitudeValue
  285. //
  286. this.lblLongitudeValue.AutoSize = true;
  287. this.lblLongitudeValue.Location = new System.Drawing.Point(16, 32);
  288. this.lblLongitudeValue.Name = "lblLongitudeValue";
  289. this.lblLongitudeValue.Size = new System.Drawing.Size(57, 13);
  290. this.lblLongitudeValue.TabIndex = 0;
  291. this.lblLongitudeValue.Text = "Longitude:";
  292. //
  293. // tbLongitudeValue
  294. //
  295. this.tbLongitudeValue.ButtonText = "";
  296. this.tbLongitudeValue.Location = new System.Drawing.Point(128, 28);
  297. this.tbLongitudeValue.Name = "tbLongitudeValue";
  298. this.tbLongitudeValue.Size = new System.Drawing.Size(172, 21);
  299. this.tbLongitudeValue.TabIndex = 3;
  300. this.tbLongitudeValue.ButtonClick += new System.EventHandler(this.tbLongitude_ButtonClick);
  301. this.tbLongitudeValue.Leave += new System.EventHandler(this.tbLongitude_Leave);
  302. //
  303. // lblLatitudeValue
  304. //
  305. this.lblLatitudeValue.AutoSize = true;
  306. this.lblLatitudeValue.Location = new System.Drawing.Point(16, 4);
  307. this.lblLatitudeValue.Name = "lblLatitudeValue";
  308. this.lblLatitudeValue.Size = new System.Drawing.Size(48, 13);
  309. this.lblLatitudeValue.TabIndex = 0;
  310. this.lblLatitudeValue.Text = "Latitude:";
  311. //
  312. // tbLabelValue
  313. //
  314. this.tbLabelValue.ButtonText = "";
  315. this.tbLabelValue.Location = new System.Drawing.Point(128, 56);
  316. this.tbLabelValue.Name = "tbLabelValue";
  317. this.tbLabelValue.Size = new System.Drawing.Size(172, 21);
  318. this.tbLabelValue.TabIndex = 3;
  319. this.tbLabelValue.ButtonClick += new System.EventHandler(this.tbLabel_ButtonClick);
  320. this.tbLabelValue.Leave += new System.EventHandler(this.tbLabel_Leave);
  321. //
  322. // panShpLayer
  323. //
  324. this.panShpLayer.Controls.Add(this.cbxSpatialColumn);
  325. this.panShpLayer.Controls.Add(this.lblSpatialValue);
  326. this.panShpLayer.Controls.Add(this.lblSpatialColumn);
  327. this.panShpLayer.Controls.Add(this.tbSpatialValue);
  328. this.panShpLayer.Dock = System.Windows.Forms.DockStyle.Top;
  329. this.panShpLayer.Location = new System.Drawing.Point(0, 108);
  330. this.panShpLayer.Name = "panShpLayer";
  331. this.panShpLayer.Size = new System.Drawing.Size(315, 68);
  332. this.panShpLayer.TabIndex = 6;
  333. //
  334. // cbxSpatialColumn
  335. //
  336. this.cbxSpatialColumn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  337. this.cbxSpatialColumn.FormattingEnabled = true;
  338. this.cbxSpatialColumn.Location = new System.Drawing.Point(128, 0);
  339. this.cbxSpatialColumn.Name = "cbxSpatialColumn";
  340. this.cbxSpatialColumn.Size = new System.Drawing.Size(172, 21);
  341. this.cbxSpatialColumn.TabIndex = 2;
  342. this.cbxSpatialColumn.SelectedIndexChanged += new System.EventHandler(this.cbxSpatialColumn_SelectedIndexChanged);
  343. //
  344. // lblSpatialValue
  345. //
  346. this.lblSpatialValue.AutoSize = true;
  347. this.lblSpatialValue.Location = new System.Drawing.Point(16, 32);
  348. this.lblSpatialValue.Name = "lblSpatialValue";
  349. this.lblSpatialValue.Size = new System.Drawing.Size(37, 13);
  350. this.lblSpatialValue.TabIndex = 1;
  351. this.lblSpatialValue.Text = "Value:";
  352. //
  353. // lblSpatialColumn
  354. //
  355. this.lblSpatialColumn.AutoSize = true;
  356. this.lblSpatialColumn.Location = new System.Drawing.Point(16, 4);
  357. this.lblSpatialColumn.Name = "lblSpatialColumn";
  358. this.lblSpatialColumn.Size = new System.Drawing.Size(45, 13);
  359. this.lblSpatialColumn.TabIndex = 0;
  360. this.lblSpatialColumn.Text = "Column:";
  361. //
  362. // tbSpatialValue
  363. //
  364. this.tbSpatialValue.ButtonText = "";
  365. this.tbSpatialValue.Location = new System.Drawing.Point(128, 28);
  366. this.tbSpatialValue.Name = "tbSpatialValue";
  367. this.tbSpatialValue.Size = new System.Drawing.Size(172, 21);
  368. this.tbSpatialValue.TabIndex = 3;
  369. this.tbSpatialValue.ButtonClick += new System.EventHandler(this.tbSpatialValue_ButtonClick);
  370. this.tbSpatialValue.Leave += new System.EventHandler(this.tbSpatialValue_Leave);
  371. //
  372. // panel1
  373. //
  374. this.panel1.Controls.Add(this.cbxDataSource);
  375. this.panel1.Controls.Add(this.lblDataSource);
  376. this.panel1.Controls.Add(this.lblFilter);
  377. this.panel1.Controls.Add(this.lblSpatialData);
  378. this.panel1.Controls.Add(this.tbFilter);
  379. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  380. this.panel1.Location = new System.Drawing.Point(0, 0);
  381. this.panel1.Name = "panel1";
  382. this.panel1.Size = new System.Drawing.Size(315, 108);
  383. this.panel1.TabIndex = 5;
  384. //
  385. // cbxDataSource
  386. //
  387. this.cbxDataSource.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  388. this.cbxDataSource.FormattingEnabled = true;
  389. this.cbxDataSource.Location = new System.Drawing.Point(128, 16);
  390. this.cbxDataSource.Name = "cbxDataSource";
  391. this.cbxDataSource.Size = new System.Drawing.Size(172, 21);
  392. this.cbxDataSource.TabIndex = 2;
  393. this.cbxDataSource.SelectedIndexChanged += new System.EventHandler(this.cbxDataSource_SelectedIndexChanged);
  394. //
  395. // lblDataSource
  396. //
  397. this.lblDataSource.AutoSize = true;
  398. this.lblDataSource.Location = new System.Drawing.Point(16, 20);
  399. this.lblDataSource.Name = "lblDataSource";
  400. this.lblDataSource.Size = new System.Drawing.Size(68, 13);
  401. this.lblDataSource.TabIndex = 0;
  402. this.lblDataSource.Text = "Data source:";
  403. //
  404. // lblFilter
  405. //
  406. this.lblFilter.AutoSize = true;
  407. this.lblFilter.Location = new System.Drawing.Point(16, 48);
  408. this.lblFilter.Name = "lblFilter";
  409. this.lblFilter.Size = new System.Drawing.Size(32, 13);
  410. this.lblFilter.TabIndex = 1;
  411. this.lblFilter.Text = "Filter:";
  412. //
  413. // lblSpatialData
  414. //
  415. this.lblSpatialData.Location = new System.Drawing.Point(16, 84);
  416. this.lblSpatialData.Name = "lblSpatialData";
  417. this.lblSpatialData.Size = new System.Drawing.Size(284, 16);
  418. this.lblSpatialData.TabIndex = 4;
  419. this.lblSpatialData.Text = "Spatial data:";
  420. //
  421. // tbFilter
  422. //
  423. this.tbFilter.ButtonText = "";
  424. this.tbFilter.Location = new System.Drawing.Point(128, 44);
  425. this.tbFilter.Name = "tbFilter";
  426. this.tbFilter.Size = new System.Drawing.Size(172, 21);
  427. this.tbFilter.TabIndex = 3;
  428. this.tbFilter.ButtonClick += new System.EventHandler(this.tbFilter_ButtonClick);
  429. this.tbFilter.Leave += new System.EventHandler(this.tbFilter_Leave);
  430. //
  431. // pgAppearance
  432. //
  433. this.pgAppearance.BackColor = System.Drawing.SystemColors.Window;
  434. this.pgAppearance.Controls.Add(this.udBorderWidth);
  435. this.pgAppearance.Controls.Add(this.cbxPalette);
  436. this.pgAppearance.Controls.Add(this.cbxBorderStyle);
  437. this.pgAppearance.Controls.Add(this.lblPalette);
  438. this.pgAppearance.Controls.Add(this.lblBorderWidth);
  439. this.pgAppearance.Controls.Add(this.lblBorderStyle);
  440. this.pgAppearance.Controls.Add(this.lblFillColor);
  441. this.pgAppearance.Controls.Add(this.lblBorderColor);
  442. this.pgAppearance.Controls.Add(this.cbxFillColor);
  443. this.pgAppearance.Controls.Add(this.cbxBorderColor);
  444. this.pgAppearance.Controls.Add(this.labelLine2);
  445. this.pgAppearance.Controls.Add(this.cbVisible);
  446. this.pgAppearance.Dock = System.Windows.Forms.DockStyle.Fill;
  447. this.pgAppearance.Location = new System.Drawing.Point(120, 1);
  448. this.pgAppearance.Name = "pgAppearance";
  449. this.pgAppearance.Size = new System.Drawing.Size(315, 502);
  450. this.pgAppearance.TabIndex = 1;
  451. this.pgAppearance.Text = "Appearance";
  452. //
  453. // udBorderWidth
  454. //
  455. this.udBorderWidth.DecimalPlaces = 2;
  456. this.udBorderWidth.Location = new System.Drawing.Point(128, 124);
  457. this.udBorderWidth.Name = "udBorderWidth";
  458. this.udBorderWidth.Size = new System.Drawing.Size(64, 20);
  459. this.udBorderWidth.TabIndex = 12;
  460. this.udBorderWidth.ValueChanged += new System.EventHandler(this.udBorderWidth_ValueChanged);
  461. //
  462. // cbxPalette
  463. //
  464. this.cbxPalette.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  465. this.cbxPalette.FormattingEnabled = true;
  466. this.cbxPalette.Location = new System.Drawing.Point(128, 180);
  467. this.cbxPalette.Name = "cbxPalette";
  468. this.cbxPalette.Size = new System.Drawing.Size(172, 21);
  469. this.cbxPalette.TabIndex = 11;
  470. this.cbxPalette.SelectedIndexChanged += new System.EventHandler(this.cbxPalette_SelectedIndexChanged);
  471. //
  472. // cbxBorderStyle
  473. //
  474. this.cbxBorderStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  475. this.cbxBorderStyle.FormattingEnabled = true;
  476. this.cbxBorderStyle.Location = new System.Drawing.Point(128, 96);
  477. this.cbxBorderStyle.Name = "cbxBorderStyle";
  478. this.cbxBorderStyle.Size = new System.Drawing.Size(172, 21);
  479. this.cbxBorderStyle.TabIndex = 11;
  480. this.cbxBorderStyle.SelectedIndexChanged += new System.EventHandler(this.cbxBorderStyle_SelectedIndexChanged);
  481. //
  482. // lblPalette
  483. //
  484. this.lblPalette.AutoSize = true;
  485. this.lblPalette.Location = new System.Drawing.Point(16, 184);
  486. this.lblPalette.Name = "lblPalette";
  487. this.lblPalette.Size = new System.Drawing.Size(43, 13);
  488. this.lblPalette.TabIndex = 10;
  489. this.lblPalette.Text = "Palette:";
  490. //
  491. // lblBorderWidth
  492. //
  493. this.lblBorderWidth.AutoSize = true;
  494. this.lblBorderWidth.Location = new System.Drawing.Point(16, 128);
  495. this.lblBorderWidth.Name = "lblBorderWidth";
  496. this.lblBorderWidth.Size = new System.Drawing.Size(69, 13);
  497. this.lblBorderWidth.TabIndex = 10;
  498. this.lblBorderWidth.Text = "Border width:";
  499. //
  500. // lblBorderStyle
  501. //
  502. this.lblBorderStyle.AutoSize = true;
  503. this.lblBorderStyle.Location = new System.Drawing.Point(16, 100);
  504. this.lblBorderStyle.Name = "lblBorderStyle";
  505. this.lblBorderStyle.Size = new System.Drawing.Size(65, 13);
  506. this.lblBorderStyle.TabIndex = 10;
  507. this.lblBorderStyle.Text = "Border style:";
  508. //
  509. // lblFillColor
  510. //
  511. this.lblFillColor.AutoSize = true;
  512. this.lblFillColor.Location = new System.Drawing.Point(16, 156);
  513. this.lblFillColor.Name = "lblFillColor";
  514. this.lblFillColor.Size = new System.Drawing.Size(48, 13);
  515. this.lblFillColor.TabIndex = 10;
  516. this.lblFillColor.Text = "Fill color:";
  517. //
  518. // lblBorderColor
  519. //
  520. this.lblBorderColor.AutoSize = true;
  521. this.lblBorderColor.Location = new System.Drawing.Point(16, 72);
  522. this.lblBorderColor.Name = "lblBorderColor";
  523. this.lblBorderColor.Size = new System.Drawing.Size(67, 13);
  524. this.lblBorderColor.TabIndex = 10;
  525. this.lblBorderColor.Text = "Border color:";
  526. //
  527. // cbxFillColor
  528. //
  529. this.cbxFillColor.Color = System.Drawing.Color.Transparent;
  530. this.cbxFillColor.Location = new System.Drawing.Point(128, 152);
  531. this.cbxFillColor.Name = "cbxFillColor";
  532. this.cbxFillColor.ShowColorName = true;
  533. this.cbxFillColor.Size = new System.Drawing.Size(172, 22);
  534. this.cbxFillColor.TabIndex = 9;
  535. this.cbxFillColor.ColorSelected += new System.EventHandler(this.cbxFillColor_ColorSelected);
  536. //
  537. // cbxBorderColor
  538. //
  539. this.cbxBorderColor.Color = System.Drawing.Color.Transparent;
  540. this.cbxBorderColor.Location = new System.Drawing.Point(128, 68);
  541. this.cbxBorderColor.Name = "cbxBorderColor";
  542. this.cbxBorderColor.ShowColorName = true;
  543. this.cbxBorderColor.Size = new System.Drawing.Size(172, 22);
  544. this.cbxBorderColor.TabIndex = 9;
  545. this.cbxBorderColor.ColorSelected += new System.EventHandler(this.cbxBorderColor_ColorSelected);
  546. //
  547. // labelLine2
  548. //
  549. this.labelLine2.Location = new System.Drawing.Point(16, 44);
  550. this.labelLine2.Name = "labelLine2";
  551. this.labelLine2.Size = new System.Drawing.Size(284, 12);
  552. this.labelLine2.TabIndex = 8;
  553. //
  554. // cbVisible
  555. //
  556. this.cbVisible.Location = new System.Drawing.Point(16, 20);
  557. this.cbVisible.Name = "cbVisible";
  558. this.cbVisible.AutoSize = true;
  559. this.cbVisible.TabIndex = 7;
  560. this.cbVisible.Text = "Visible";
  561. this.cbVisible.UseVisualStyleBackColor = true;
  562. this.cbVisible.CheckedChanged += new System.EventHandler(this.cbVisible_CheckedChanged);
  563. //
  564. // pgColorRanges
  565. //
  566. this.pgColorRanges.BackColor = System.Drawing.SystemColors.Window;
  567. this.pgColorRanges.Controls.Add(this.udNumberOfRanges);
  568. this.pgColorRanges.Controls.Add(this.lblNumberOfRanges);
  569. this.pgColorRanges.Controls.Add(this.lblEndColor);
  570. this.pgColorRanges.Controls.Add(this.lblEnd);
  571. this.pgColorRanges.Controls.Add(this.lblMiddleColor);
  572. this.pgColorRanges.Controls.Add(this.lblStart);
  573. this.pgColorRanges.Controls.Add(this.lblColor);
  574. this.pgColorRanges.Controls.Add(this.lblStartColor);
  575. this.pgColorRanges.Controls.Add(this.cbxEndColor);
  576. this.pgColorRanges.Controls.Add(this.cbxMiddleColor);
  577. this.pgColorRanges.Controls.Add(this.cbxStartColor);
  578. this.pgColorRanges.Controls.Add(this.labelLine4);
  579. this.pgColorRanges.Controls.Add(this.labelLine5);
  580. this.pgColorRanges.Controls.Add(this.cbShowInColorScale);
  581. this.pgColorRanges.Dock = System.Windows.Forms.DockStyle.Fill;
  582. this.pgColorRanges.Location = new System.Drawing.Point(120, 1);
  583. this.pgColorRanges.Name = "pgColorRanges";
  584. this.pgColorRanges.Size = new System.Drawing.Size(315, 502);
  585. this.pgColorRanges.TabIndex = 2;
  586. this.pgColorRanges.Text = "Color ranges";
  587. //
  588. // udNumberOfRanges
  589. //
  590. this.udNumberOfRanges.Location = new System.Drawing.Point(128, 180);
  591. this.udNumberOfRanges.Name = "udNumberOfRanges";
  592. this.udNumberOfRanges.Size = new System.Drawing.Size(64, 20);
  593. this.udNumberOfRanges.TabIndex = 21;
  594. this.udNumberOfRanges.ValueChanged += new System.EventHandler(this.udNumberOfRanges_ValueChanged);
  595. //
  596. // lblNumberOfRanges
  597. //
  598. this.lblNumberOfRanges.AutoSize = true;
  599. this.lblNumberOfRanges.Location = new System.Drawing.Point(16, 184);
  600. this.lblNumberOfRanges.Name = "lblNumberOfRanges";
  601. this.lblNumberOfRanges.Size = new System.Drawing.Size(47, 13);
  602. this.lblNumberOfRanges.TabIndex = 20;
  603. this.lblNumberOfRanges.Text = "Ranges:";
  604. //
  605. // lblEndColor
  606. //
  607. this.lblEndColor.AutoSize = true;
  608. this.lblEndColor.Location = new System.Drawing.Point(16, 128);
  609. this.lblEndColor.Name = "lblEndColor";
  610. this.lblEndColor.Size = new System.Drawing.Size(55, 13);
  611. this.lblEndColor.TabIndex = 12;
  612. this.lblEndColor.Text = "End color:";
  613. //
  614. // lblEnd
  615. //
  616. this.lblEnd.AutoSize = true;
  617. this.lblEnd.Location = new System.Drawing.Point(80, 220);
  618. this.lblEnd.Name = "lblEnd";
  619. this.lblEnd.Size = new System.Drawing.Size(29, 13);
  620. this.lblEnd.TabIndex = 12;
  621. this.lblEnd.Text = "End:";
  622. //
  623. // lblMiddleColor
  624. //
  625. this.lblMiddleColor.AutoSize = true;
  626. this.lblMiddleColor.Location = new System.Drawing.Point(16, 100);
  627. this.lblMiddleColor.Name = "lblMiddleColor";
  628. this.lblMiddleColor.Size = new System.Drawing.Size(67, 13);
  629. this.lblMiddleColor.TabIndex = 12;
  630. this.lblMiddleColor.Text = "Middle color:";
  631. //
  632. // lblStart
  633. //
  634. this.lblStart.AutoSize = true;
  635. this.lblStart.Location = new System.Drawing.Point(16, 220);
  636. this.lblStart.Name = "lblStart";
  637. this.lblStart.Size = new System.Drawing.Size(32, 13);
  638. this.lblStart.TabIndex = 12;
  639. this.lblStart.Text = "Start:";
  640. //
  641. // lblColor
  642. //
  643. this.lblColor.AutoSize = true;
  644. this.lblColor.Location = new System.Drawing.Point(144, 220);
  645. this.lblColor.Name = "lblColor";
  646. this.lblColor.Size = new System.Drawing.Size(34, 13);
  647. this.lblColor.TabIndex = 12;
  648. this.lblColor.Text = "Color:";
  649. //
  650. // lblStartColor
  651. //
  652. this.lblStartColor.AutoSize = true;
  653. this.lblStartColor.Location = new System.Drawing.Point(16, 72);
  654. this.lblStartColor.Name = "lblStartColor";
  655. this.lblStartColor.Size = new System.Drawing.Size(58, 13);
  656. this.lblStartColor.TabIndex = 12;
  657. this.lblStartColor.Text = "Start color:";
  658. //
  659. // cbxEndColor
  660. //
  661. this.cbxEndColor.Color = System.Drawing.Color.Transparent;
  662. this.cbxEndColor.Location = new System.Drawing.Point(128, 124);
  663. this.cbxEndColor.Name = "cbxEndColor";
  664. this.cbxEndColor.ShowColorName = true;
  665. this.cbxEndColor.Size = new System.Drawing.Size(172, 21);
  666. this.cbxEndColor.TabIndex = 11;
  667. this.cbxEndColor.ColorSelected += new System.EventHandler(this.cbxEndColor_ColorSelected);
  668. //
  669. // cbxMiddleColor
  670. //
  671. this.cbxMiddleColor.Color = System.Drawing.Color.Transparent;
  672. this.cbxMiddleColor.Location = new System.Drawing.Point(128, 96);
  673. this.cbxMiddleColor.Name = "cbxMiddleColor";
  674. this.cbxMiddleColor.ShowColorName = true;
  675. this.cbxMiddleColor.Size = new System.Drawing.Size(172, 22);
  676. this.cbxMiddleColor.TabIndex = 11;
  677. this.cbxMiddleColor.ColorSelected += new System.EventHandler(this.cbxMiddleColor_ColorSelected);
  678. //
  679. // cbxStartColor
  680. //
  681. this.cbxStartColor.Color = System.Drawing.Color.Transparent;
  682. this.cbxStartColor.Location = new System.Drawing.Point(128, 68);
  683. this.cbxStartColor.Name = "cbxStartColor";
  684. this.cbxStartColor.ShowColorName = true;
  685. this.cbxStartColor.Size = new System.Drawing.Size(172, 22);
  686. this.cbxStartColor.TabIndex = 11;
  687. this.cbxStartColor.ColorSelected += new System.EventHandler(this.cbxStartColor_ColorSelected);
  688. //
  689. // labelLine4
  690. //
  691. this.labelLine4.Location = new System.Drawing.Point(16, 156);
  692. this.labelLine4.Name = "labelLine4";
  693. this.labelLine4.Size = new System.Drawing.Size(284, 12);
  694. this.labelLine4.TabIndex = 10;
  695. //
  696. // labelLine5
  697. //
  698. this.labelLine5.Location = new System.Drawing.Point(16, 44);
  699. this.labelLine5.Name = "labelLine5";
  700. this.labelLine5.Size = new System.Drawing.Size(284, 12);
  701. this.labelLine5.TabIndex = 10;
  702. //
  703. // cbShowInColorScale
  704. //
  705. this.cbShowInColorScale.Location = new System.Drawing.Point(16, 20);
  706. this.cbShowInColorScale.Name = "cbShowInColorScale";
  707. this.cbShowInColorScale.AutoSize = true;
  708. this.cbShowInColorScale.TabIndex = 9;
  709. this.cbShowInColorScale.Text = "Show in map\'s color scale";
  710. this.cbShowInColorScale.UseVisualStyleBackColor = true;
  711. this.cbShowInColorScale.CheckedChanged += new System.EventHandler(this.cbShowInColorScale_CheckedChanged);
  712. //
  713. // pgSizeRanges
  714. //
  715. this.pgSizeRanges.BackColor = System.Drawing.SystemColors.Window;
  716. this.pgSizeRanges.Controls.Add(this.lblEnd1);
  717. this.pgSizeRanges.Controls.Add(this.lblStart1);
  718. this.pgSizeRanges.Controls.Add(this.lblSize);
  719. this.pgSizeRanges.Controls.Add(this.udSizeRanges);
  720. this.pgSizeRanges.Controls.Add(this.lblSizeRanges);
  721. this.pgSizeRanges.Controls.Add(this.udEndSize);
  722. this.pgSizeRanges.Controls.Add(this.lblEndSize);
  723. this.pgSizeRanges.Controls.Add(this.udStartSize);
  724. this.pgSizeRanges.Controls.Add(this.lblStartSize);
  725. this.pgSizeRanges.Dock = System.Windows.Forms.DockStyle.Fill;
  726. this.pgSizeRanges.Location = new System.Drawing.Point(120, 1);
  727. this.pgSizeRanges.Name = "pgSizeRanges";
  728. this.pgSizeRanges.Size = new System.Drawing.Size(315, 502);
  729. this.pgSizeRanges.TabIndex = 4;
  730. this.pgSizeRanges.Text = "Size ranges";
  731. //
  732. // lblEnd1
  733. //
  734. this.lblEnd1.AutoSize = true;
  735. this.lblEnd1.Location = new System.Drawing.Point(80, 112);
  736. this.lblEnd1.Name = "lblEnd1";
  737. this.lblEnd1.Size = new System.Drawing.Size(29, 13);
  738. this.lblEnd1.TabIndex = 15;
  739. this.lblEnd1.Text = "End:";
  740. //
  741. // lblStart1
  742. //
  743. this.lblStart1.AutoSize = true;
  744. this.lblStart1.Location = new System.Drawing.Point(16, 112);
  745. this.lblStart1.Name = "lblStart1";
  746. this.lblStart1.Size = new System.Drawing.Size(32, 13);
  747. this.lblStart1.TabIndex = 14;
  748. this.lblStart1.Text = "Start:";
  749. //
  750. // lblSize
  751. //
  752. this.lblSize.AutoSize = true;
  753. this.lblSize.Location = new System.Drawing.Point(144, 112);
  754. this.lblSize.Name = "lblSize";
  755. this.lblSize.Size = new System.Drawing.Size(30, 13);
  756. this.lblSize.TabIndex = 13;
  757. this.lblSize.Text = "Size:";
  758. //
  759. // udSizeRanges
  760. //
  761. this.udSizeRanges.Location = new System.Drawing.Point(128, 72);
  762. this.udSizeRanges.Name = "udSizeRanges";
  763. this.udSizeRanges.Size = new System.Drawing.Size(64, 20);
  764. this.udSizeRanges.TabIndex = 1;
  765. this.udSizeRanges.ValueChanged += new System.EventHandler(this.udSizeRanges_ValueChanged);
  766. //
  767. // lblSizeRanges
  768. //
  769. this.lblSizeRanges.AutoSize = true;
  770. this.lblSizeRanges.Location = new System.Drawing.Point(16, 76);
  771. this.lblSizeRanges.Name = "lblSizeRanges";
  772. this.lblSizeRanges.Size = new System.Drawing.Size(47, 13);
  773. this.lblSizeRanges.TabIndex = 0;
  774. this.lblSizeRanges.Text = "Ranges:";
  775. //
  776. // udEndSize
  777. //
  778. this.udEndSize.Location = new System.Drawing.Point(128, 44);
  779. this.udEndSize.Name = "udEndSize";
  780. this.udEndSize.Size = new System.Drawing.Size(64, 20);
  781. this.udEndSize.TabIndex = 1;
  782. this.udEndSize.ValueChanged += new System.EventHandler(this.udEndSize_ValueChanged);
  783. //
  784. // lblEndSize
  785. //
  786. this.lblEndSize.AutoSize = true;
  787. this.lblEndSize.Location = new System.Drawing.Point(16, 48);
  788. this.lblEndSize.Name = "lblEndSize";
  789. this.lblEndSize.Size = new System.Drawing.Size(50, 13);
  790. this.lblEndSize.TabIndex = 0;
  791. this.lblEndSize.Text = "End size:";
  792. //
  793. // udStartSize
  794. //
  795. this.udStartSize.Location = new System.Drawing.Point(128, 16);
  796. this.udStartSize.Name = "udStartSize";
  797. this.udStartSize.Size = new System.Drawing.Size(64, 20);
  798. this.udStartSize.TabIndex = 1;
  799. this.udStartSize.ValueChanged += new System.EventHandler(this.udStartSize_ValueChanged);
  800. //
  801. // lblStartSize
  802. //
  803. this.lblStartSize.AutoSize = true;
  804. this.lblStartSize.Location = new System.Drawing.Point(16, 20);
  805. this.lblStartSize.Name = "lblStartSize";
  806. this.lblStartSize.Size = new System.Drawing.Size(53, 13);
  807. this.lblStartSize.TabIndex = 0;
  808. this.lblStartSize.Text = "Start size:";
  809. //
  810. // pgLabels
  811. //
  812. this.pgLabels.BackColor = System.Drawing.SystemColors.Window;
  813. this.pgLabels.Controls.Add(this.udVisibleAtZoom);
  814. this.pgLabels.Controls.Add(this.tbFont);
  815. this.pgLabels.Controls.Add(this.lblTextColor);
  816. this.pgLabels.Controls.Add(this.lblFont);
  817. this.pgLabels.Controls.Add(this.cbxTextColor);
  818. this.pgLabels.Controls.Add(this.rbNameAndValue);
  819. this.pgLabels.Controls.Add(this.rbValue);
  820. this.pgLabels.Controls.Add(this.rbName);
  821. this.pgLabels.Controls.Add(this.rbNone);
  822. this.pgLabels.Controls.Add(this.lblLabelKind);
  823. this.pgLabels.Controls.Add(this.tbLabelFormat);
  824. this.pgLabels.Controls.Add(this.cbxLabelColumn);
  825. this.pgLabels.Controls.Add(this.lblVisibleAtZoom);
  826. this.pgLabels.Controls.Add(this.lblLabelColumn);
  827. this.pgLabels.Controls.Add(this.lblLabelFormat);
  828. this.pgLabels.Dock = System.Windows.Forms.DockStyle.Fill;
  829. this.pgLabels.Location = new System.Drawing.Point(120, 1);
  830. this.pgLabels.Name = "pgLabels";
  831. this.pgLabels.Size = new System.Drawing.Size(315, 502);
  832. this.pgLabels.TabIndex = 3;
  833. this.pgLabels.Text = "Labels";
  834. //
  835. // udVisibleAtZoom
  836. //
  837. this.udVisibleAtZoom.Location = new System.Drawing.Point(236, 136);
  838. this.udVisibleAtZoom.Name = "udVisibleAtZoom";
  839. this.udVisibleAtZoom.Size = new System.Drawing.Size(64, 20);
  840. this.udVisibleAtZoom.TabIndex = 27;
  841. this.udVisibleAtZoom.ValueChanged += new System.EventHandler(this.udVisibleAtZoom_ValueChanged);
  842. //
  843. // tbFont
  844. //
  845. this.tbFont.ButtonText = "";
  846. this.tbFont.Image = ((System.Drawing.Image)(resources.GetObject("tbFont.Image")));
  847. this.tbFont.Location = new System.Drawing.Point(128, 192);
  848. this.tbFont.Name = "tbFont";
  849. this.tbFont.Size = new System.Drawing.Size(172, 21);
  850. this.tbFont.TabIndex = 26;
  851. this.tbFont.ButtonClick += new System.EventHandler(this.tbFont_ButtonClick);
  852. //
  853. // lblTextColor
  854. //
  855. this.lblTextColor.AutoSize = true;
  856. this.lblTextColor.Location = new System.Drawing.Point(16, 224);
  857. this.lblTextColor.Name = "lblTextColor";
  858. this.lblTextColor.Size = new System.Drawing.Size(57, 13);
  859. this.lblTextColor.TabIndex = 25;
  860. this.lblTextColor.Text = "Text color:";
  861. //
  862. // lblFont
  863. //
  864. this.lblFont.AutoSize = true;
  865. this.lblFont.Location = new System.Drawing.Point(16, 196);
  866. this.lblFont.Name = "lblFont";
  867. this.lblFont.Size = new System.Drawing.Size(31, 13);
  868. this.lblFont.TabIndex = 24;
  869. this.lblFont.Text = "Font:";
  870. //
  871. // cbxTextColor
  872. //
  873. this.cbxTextColor.Color = System.Drawing.Color.Transparent;
  874. this.cbxTextColor.Location = new System.Drawing.Point(128, 220);
  875. this.cbxTextColor.Name = "cbxTextColor";
  876. this.cbxTextColor.ShowColorName = true;
  877. this.cbxTextColor.Size = new System.Drawing.Size(172, 21);
  878. this.cbxTextColor.TabIndex = 23;
  879. this.cbxTextColor.ColorSelected += new System.EventHandler(this.cbxTextColor_ColorSelected);
  880. //
  881. // rbNameAndValue
  882. //
  883. this.rbNameAndValue.Location = new System.Drawing.Point(128, 104);
  884. this.rbNameAndValue.Name = "rbNameAndValue";
  885. this.rbNameAndValue.AutoSize = true;
  886. this.rbNameAndValue.TabIndex = 20;
  887. this.rbNameAndValue.TabStop = true;
  888. this.rbNameAndValue.Text = "Name and value";
  889. this.rbNameAndValue.UseVisualStyleBackColor = true;
  890. this.rbNameAndValue.CheckedChanged += new System.EventHandler(this.rbNone_CheckedChanged);
  891. //
  892. // rbValue
  893. //
  894. this.rbValue.Location = new System.Drawing.Point(128, 84);
  895. this.rbValue.Name = "rbValue";
  896. this.rbValue.AutoSize = true;
  897. this.rbValue.TabIndex = 19;
  898. this.rbValue.TabStop = true;
  899. this.rbValue.Text = "Value";
  900. this.rbValue.UseVisualStyleBackColor = true;
  901. this.rbValue.CheckedChanged += new System.EventHandler(this.rbNone_CheckedChanged);
  902. //
  903. // rbName
  904. //
  905. this.rbName.Location = new System.Drawing.Point(128, 64);
  906. this.rbName.Name = "rbName";
  907. this.rbName.AutoSize = true;
  908. this.rbName.TabIndex = 22;
  909. this.rbName.TabStop = true;
  910. this.rbName.Text = "Name";
  911. this.rbName.UseVisualStyleBackColor = true;
  912. this.rbName.CheckedChanged += new System.EventHandler(this.rbNone_CheckedChanged);
  913. //
  914. // rbNone
  915. //
  916. this.rbNone.Location = new System.Drawing.Point(128, 44);
  917. this.rbNone.Name = "rbNone";
  918. this.rbNone.AutoSize = true;
  919. this.rbNone.TabIndex = 21;
  920. this.rbNone.TabStop = true;
  921. this.rbNone.Text = "None";
  922. this.rbNone.UseVisualStyleBackColor = true;
  923. this.rbNone.CheckedChanged += new System.EventHandler(this.rbNone_CheckedChanged);
  924. //
  925. // lblLabelKind
  926. //
  927. this.lblLabelKind.Location = new System.Drawing.Point(16, 20);
  928. this.lblLabelKind.Name = "lblLabelKind";
  929. this.lblLabelKind.Size = new System.Drawing.Size(284, 16);
  930. this.lblLabelKind.TabIndex = 18;
  931. this.lblLabelKind.Text = "Label kind:";
  932. //
  933. // tbLabelFormat
  934. //
  935. this.tbLabelFormat.Location = new System.Drawing.Point(128, 164);
  936. this.tbLabelFormat.Name = "tbLabelFormat";
  937. this.tbLabelFormat.Size = new System.Drawing.Size(172, 20);
  938. this.tbLabelFormat.TabIndex = 17;
  939. this.tbLabelFormat.Leave += new System.EventHandler(this.tbLabelFormat_Leave);
  940. //
  941. // cbxLabelColumn
  942. //
  943. this.cbxLabelColumn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  944. this.cbxLabelColumn.FormattingEnabled = true;
  945. this.cbxLabelColumn.Location = new System.Drawing.Point(128, 136);
  946. this.cbxLabelColumn.Name = "cbxLabelColumn";
  947. this.cbxLabelColumn.Size = new System.Drawing.Size(172, 21);
  948. this.cbxLabelColumn.TabIndex = 16;
  949. this.cbxLabelColumn.SelectedIndexChanged += new System.EventHandler(this.cbxLabelColumn_SelectedIndexChanged);
  950. //
  951. // lblVisibleAtZoom
  952. //
  953. this.lblVisibleAtZoom.AutoSize = true;
  954. this.lblVisibleAtZoom.Location = new System.Drawing.Point(16, 140);
  955. this.lblVisibleAtZoom.Name = "lblVisibleAtZoom";
  956. this.lblVisibleAtZoom.Size = new System.Drawing.Size(80, 13);
  957. this.lblVisibleAtZoom.TabIndex = 14;
  958. this.lblVisibleAtZoom.Text = "Visible at zoom:";
  959. //
  960. // lblLabelColumn
  961. //
  962. this.lblLabelColumn.AutoSize = true;
  963. this.lblLabelColumn.Location = new System.Drawing.Point(16, 140);
  964. this.lblLabelColumn.Name = "lblLabelColumn";
  965. this.lblLabelColumn.Size = new System.Drawing.Size(73, 13);
  966. this.lblLabelColumn.TabIndex = 14;
  967. this.lblLabelColumn.Text = "Label column:";
  968. //
  969. // lblLabelFormat
  970. //
  971. this.lblLabelFormat.AutoSize = true;
  972. this.lblLabelFormat.Location = new System.Drawing.Point(16, 168);
  973. this.lblLabelFormat.Name = "lblLabelFormat";
  974. this.lblLabelFormat.Size = new System.Drawing.Size(68, 13);
  975. this.lblLabelFormat.TabIndex = 15;
  976. this.lblLabelFormat.Text = "Label format:";
  977. //
  978. // LayerEditorControl
  979. //
  980. this.BackColor = System.Drawing.SystemColors.Control;
  981. this.Controls.Add(this.pcLayer);
  982. this.Name = "LayerEditorControl";
  983. this.Size = new System.Drawing.Size(436, 504);
  984. this.pcLayer.ResumeLayout(false);
  985. this.pgData.ResumeLayout(false);
  986. this.panel4.ResumeLayout(false);
  987. this.panel4.PerformLayout();
  988. this.panAppDataLayer.ResumeLayout(false);
  989. this.panAppDataLayer.PerformLayout();
  990. this.panShpLayer.ResumeLayout(false);
  991. this.panShpLayer.PerformLayout();
  992. this.panel1.ResumeLayout(false);
  993. this.panel1.PerformLayout();
  994. this.pgAppearance.ResumeLayout(false);
  995. this.pgAppearance.PerformLayout();
  996. ((System.ComponentModel.ISupportInitialize)(this.udBorderWidth)).EndInit();
  997. this.pgColorRanges.ResumeLayout(false);
  998. this.pgColorRanges.PerformLayout();
  999. ((System.ComponentModel.ISupportInitialize)(this.udNumberOfRanges)).EndInit();
  1000. this.pgSizeRanges.ResumeLayout(false);
  1001. this.pgSizeRanges.PerformLayout();
  1002. ((System.ComponentModel.ISupportInitialize)(this.udSizeRanges)).EndInit();
  1003. ((System.ComponentModel.ISupportInitialize)(this.udEndSize)).EndInit();
  1004. ((System.ComponentModel.ISupportInitialize)(this.udStartSize)).EndInit();
  1005. this.pgLabels.ResumeLayout(false);
  1006. this.pgLabels.PerformLayout();
  1007. ((System.ComponentModel.ISupportInitialize)(this.udVisibleAtZoom)).EndInit();
  1008. this.ResumeLayout(false);
  1009. }
  1010. #endregion
  1011. private FastReport.Controls.PageControl pcLayer;
  1012. private FastReport.Controls.PageControlPage pgData;
  1013. private FastReport.Controls.PageControlPage pgAppearance;
  1014. private System.Windows.Forms.Label lblFilter;
  1015. private System.Windows.Forms.Label lblDataSource;
  1016. private FastReport.Controls.TextBoxButton tbFilter;
  1017. private System.Windows.Forms.ComboBox cbxDataSource;
  1018. private FastReport.Controls.TextBoxButton tbAnalyticalValue;
  1019. private FastReport.Controls.TextBoxButton tbSpatialValue;
  1020. private System.Windows.Forms.ComboBox cbxSpatialColumn;
  1021. private System.Windows.Forms.ComboBox cbxFunction;
  1022. private System.Windows.Forms.Label lblSpatialColumn;
  1023. private System.Windows.Forms.Label lblAnalyticalValue;
  1024. private System.Windows.Forms.Label lblSpatialValue;
  1025. private System.Windows.Forms.Label lblFunction;
  1026. private FastReport.Controls.LabelLine lblSpatialData;
  1027. private FastReport.Controls.PageControlPage pgColorRanges;
  1028. private FastReport.Controls.LabelLine labelLine2;
  1029. private FastReport.Controls.PageControlPage pgLabels;
  1030. private System.Windows.Forms.ComboBox cbxBorderStyle;
  1031. private System.Windows.Forms.Label lblBorderStyle;
  1032. private System.Windows.Forms.Label lblBorderColor;
  1033. private FastReport.Controls.ColorComboBox cbxBorderColor;
  1034. private System.Windows.Forms.NumericUpDown udBorderWidth;
  1035. private System.Windows.Forms.Label lblBorderWidth;
  1036. private System.Windows.Forms.Label lblFillColor;
  1037. private FastReport.Controls.ColorComboBox cbxFillColor;
  1038. private FastReport.Controls.LabelLine lblLabelKind;
  1039. private System.Windows.Forms.TextBox tbLabelFormat;
  1040. private System.Windows.Forms.ComboBox cbxLabelColumn;
  1041. private System.Windows.Forms.Label lblLabelColumn;
  1042. private System.Windows.Forms.Label lblLabelFormat;
  1043. private System.Windows.Forms.Label lblEndColor;
  1044. private System.Windows.Forms.Label lblMiddleColor;
  1045. private System.Windows.Forms.Label lblStartColor;
  1046. private FastReport.Controls.ColorComboBox cbxEndColor;
  1047. private FastReport.Controls.ColorComboBox cbxMiddleColor;
  1048. private FastReport.Controls.ColorComboBox cbxStartColor;
  1049. private System.Windows.Forms.Label lblEnd;
  1050. private System.Windows.Forms.Label lblStart;
  1051. private System.Windows.Forms.Label lblColor;
  1052. private FastReport.Controls.LabelLine labelLine5;
  1053. private System.Windows.Forms.NumericUpDown udNumberOfRanges;
  1054. private System.Windows.Forms.Label lblNumberOfRanges;
  1055. private FastReport.Controls.LabelLine labelLine4;
  1056. private FastReport.Controls.TextBoxButton tbFont;
  1057. private System.Windows.Forms.Label lblTextColor;
  1058. private System.Windows.Forms.Label lblFont;
  1059. private FastReport.Controls.ColorComboBox cbxTextColor;
  1060. private FastReport.Controls.LabelLine lblAnalyticalData;
  1061. private System.Windows.Forms.Panel panAppDataLayer;
  1062. private System.Windows.Forms.Panel panShpLayer;
  1063. private System.Windows.Forms.Panel panel1;
  1064. private System.Windows.Forms.Panel panel4;
  1065. private System.Windows.Forms.Label lblLabelValue;
  1066. private FastReport.Controls.TextBoxButton tbLatitudeValue;
  1067. private System.Windows.Forms.Label lblLongitudeValue;
  1068. private FastReport.Controls.TextBoxButton tbLongitudeValue;
  1069. private System.Windows.Forms.Label lblLatitudeValue;
  1070. private FastReport.Controls.TextBoxButton tbLabelValue;
  1071. private FastReport.Controls.PageControlPage pgSizeRanges;
  1072. private System.Windows.Forms.Label lblEnd1;
  1073. private System.Windows.Forms.Label lblStart1;
  1074. private System.Windows.Forms.Label lblSize;
  1075. private System.Windows.Forms.NumericUpDown udSizeRanges;
  1076. private System.Windows.Forms.Label lblSizeRanges;
  1077. private System.Windows.Forms.NumericUpDown udEndSize;
  1078. private System.Windows.Forms.Label lblEndSize;
  1079. private System.Windows.Forms.NumericUpDown udStartSize;
  1080. private System.Windows.Forms.Label lblStartSize;
  1081. private System.Windows.Forms.NumericUpDown udVisibleAtZoom;
  1082. private System.Windows.Forms.Label lblVisibleAtZoom;
  1083. private System.Windows.Forms.ComboBox cbxPalette;
  1084. private System.Windows.Forms.Label lblPalette;
  1085. private FastReport.Controls.LabelLine lblZoomPolygon;
  1086. private FastReport.Controls.TextBoxButton tbZoomPolygon;
  1087. private System.Windows.Forms.Label lblZoomPolygonValue;
  1088. private System.Windows.Forms.CheckBox cbVisible;
  1089. private System.Windows.Forms.RadioButton rbNameAndValue;
  1090. private System.Windows.Forms.RadioButton rbValue;
  1091. private System.Windows.Forms.RadioButton rbName;
  1092. private System.Windows.Forms.RadioButton rbNone;
  1093. private System.Windows.Forms.CheckBox cbShowInColorScale;
  1094. }
  1095. }