SeriesEditorControl.Designer.cs 84 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627
  1. using FastReport.Controls;
  2. using System.ComponentModel;
  3. namespace FastReport.MSChart
  4. {
  5. #if !DEBUG
  6. [DesignTimeVisible(false)]
  7. #endif
  8. partial class SeriesEditorControl
  9. {
  10. /// <summary>
  11. /// Required designer variable.
  12. /// </summary>
  13. private System.ComponentModel.IContainer components = null;
  14. /// <summary>
  15. /// Clean up any resources being used.
  16. /// </summary>
  17. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  18. protected override void Dispose(bool disposing)
  19. {
  20. if (disposing && (components != null))
  21. {
  22. components.Dispose();
  23. }
  24. base.Dispose(disposing);
  25. }
  26. #region Component Designer generated code
  27. /// <summary>
  28. /// Required method for Designer support - do not modify
  29. /// the contents of this method with the code editor.
  30. /// </summary>
  31. private void InitializeComponent()
  32. {
  33. this.pageControl2 = new FastReport.Controls.PageControl();
  34. this.pgData = new FastReport.Controls.PageControlPage();
  35. this.cbxAutoSeriesData = new FastReport.Controls.DataColumnComboBox();
  36. this.lblAutoSeries = new FastReport.Controls.LabelLine();
  37. this.lblAutoSeriesData = new System.Windows.Forms.Label();
  38. this.cbAutoSeriesForce = new System.Windows.Forms.CheckBox();
  39. this.tbFilter = new FastReport.Controls.TextBoxButton();
  40. this.pnOtherData = new System.Windows.Forms.Panel();
  41. this.cbxColor = new FastReport.Controls.DataColumnComboBox();
  42. this.lblColor = new System.Windows.Forms.Label();
  43. this.lblXAxisType = new System.Windows.Forms.Label();
  44. this.lblXValueType = new System.Windows.Forms.Label();
  45. this.lblYAxisType = new System.Windows.Forms.Label();
  46. this.lblYValueType = new System.Windows.Forms.Label();
  47. this.labelLine10 = new FastReport.Controls.LabelLine();
  48. this.cbxXAxisType = new System.Windows.Forms.ComboBox();
  49. this.cbxXValueType = new System.Windows.Forms.ComboBox();
  50. this.cbxYAxisType = new System.Windows.Forms.ComboBox();
  51. this.cbxYValueType = new System.Windows.Forms.ComboBox();
  52. this.labelLine11 = new FastReport.Controls.LabelLine();
  53. this.tbName = new System.Windows.Forms.TextBox();
  54. this.lblName = new System.Windows.Forms.Label();
  55. this.pnData = new System.Windows.Forms.Panel();
  56. this.cbxYValue4 = new FastReport.Controls.DataColumnComboBox();
  57. this.lblYValue4 = new System.Windows.Forms.Label();
  58. this.cbxYValue3 = new FastReport.Controls.DataColumnComboBox();
  59. this.lblYValue3 = new System.Windows.Forms.Label();
  60. this.cbxYValue2 = new FastReport.Controls.DataColumnComboBox();
  61. this.lblYValue2 = new System.Windows.Forms.Label();
  62. this.cbxYValue1 = new FastReport.Controls.DataColumnComboBox();
  63. this.lblYValue1 = new System.Windows.Forms.Label();
  64. this.cbxXValue = new FastReport.Controls.DataColumnComboBox();
  65. this.lblXValue = new System.Windows.Forms.Label();
  66. this.lblFilter = new System.Windows.Forms.Label();
  67. this.pgValues = new FastReport.Controls.PageControlPage();
  68. this.gvValues = new System.Windows.Forms.DataGridView();
  69. this.colX = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.colY1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.colY2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.colY3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.colY4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.pgDataProcessing = new FastReport.Controls.PageControlPage();
  75. this.pnExplode = new System.Windows.Forms.Panel();
  76. this.cbxExplode = new System.Windows.Forms.ComboBox();
  77. this.tbExplodedValue = new FastReport.Controls.TextBoxButton();
  78. this.lblExplode = new System.Windows.Forms.Label();
  79. this.lblExplodedValue = new System.Windows.Forms.Label();
  80. this.labelLine2 = new FastReport.Controls.LabelLine();
  81. this.pnCollectData = new System.Windows.Forms.Panel();
  82. this.cbxCollectedItemColor = new FastReport.Controls.ColorComboBox();
  83. this.lblCollectedItemColor = new System.Windows.Forms.Label();
  84. this.udCollectValue = new System.Windows.Forms.NumericUpDown();
  85. this.lblCollectValue = new System.Windows.Forms.Label();
  86. this.lblCollectedItemText = new System.Windows.Forms.Label();
  87. this.tbCollectedItemText = new System.Windows.Forms.TextBox();
  88. this.udGroupInterval = new System.Windows.Forms.NumericUpDown();
  89. this.lblGroupInterval = new System.Windows.Forms.Label();
  90. this.labelLine12 = new FastReport.Controls.LabelLine();
  91. this.labelLine13 = new FastReport.Controls.LabelLine();
  92. this.lblSortOrder = new System.Windows.Forms.Label();
  93. this.lblSortBy = new System.Windows.Forms.Label();
  94. this.cbxSortOrder = new System.Windows.Forms.ComboBox();
  95. this.cbxSortBy = new System.Windows.Forms.ComboBox();
  96. this.cbxCollectData = new System.Windows.Forms.ComboBox();
  97. this.lblCollectData = new System.Windows.Forms.Label();
  98. this.cbxGroupBy = new System.Windows.Forms.ComboBox();
  99. this.lblGroupBy = new System.Windows.Forms.Label();
  100. this.cbxGroupFunction = new System.Windows.Forms.ComboBox();
  101. this.lblGroupFunction = new System.Windows.Forms.Label();
  102. this.pgAppearance = new FastReport.Controls.PageControlPage();
  103. this.pgFillBorder = new FastReport.Controls.PageControlPage();
  104. this.cbxHatchStyle = new System.Windows.Forms.ComboBox();
  105. this.labelLine1 = new FastReport.Controls.LabelLine();
  106. this.labelLine14 = new FastReport.Controls.LabelLine();
  107. this.labelLine15 = new FastReport.Controls.LabelLine();
  108. this.udShadowOffset = new System.Windows.Forms.NumericUpDown();
  109. this.udBorderWidth = new System.Windows.Forms.NumericUpDown();
  110. this.cbxShadowColor = new FastReport.Controls.ColorComboBox();
  111. this.cbxBorderColor = new FastReport.Controls.ColorComboBox();
  112. this.cbxBackColor = new FastReport.Controls.ColorComboBox();
  113. this.cbxSecondaryColor = new FastReport.Controls.ColorComboBox();
  114. this.cbxBorderStyle = new System.Windows.Forms.ComboBox();
  115. this.lblBorderStyle = new System.Windows.Forms.Label();
  116. this.cbxGradient = new System.Windows.Forms.ComboBox();
  117. this.lblShadowOffset = new System.Windows.Forms.Label();
  118. this.lblShadowColor = new System.Windows.Forms.Label();
  119. this.lblBorderWidth = new System.Windows.Forms.Label();
  120. this.lblBorderColor = new System.Windows.Forms.Label();
  121. this.lblBackColor = new System.Windows.Forms.Label();
  122. this.lblHatchStyle = new System.Windows.Forms.Label();
  123. this.lblSecondaryColor = new System.Windows.Forms.Label();
  124. this.lblGradient = new System.Windows.Forms.Label();
  125. this.cbxPalette = new System.Windows.Forms.ComboBox();
  126. this.lblPalette = new System.Windows.Forms.Label();
  127. this.pgLabels = new FastReport.Controls.PageControlPage();
  128. this.labelLine16 = new FastReport.Controls.LabelLine();
  129. this.labelLine17 = new FastReport.Controls.LabelLine();
  130. this.udLabelBorderWidth = new System.Windows.Forms.NumericUpDown();
  131. this.cbxLabelBorderColor = new FastReport.Controls.ColorComboBox();
  132. this.cbxLabelBorderStyle = new System.Windows.Forms.ComboBox();
  133. this.lblLabelBorderStyle = new System.Windows.Forms.Label();
  134. this.lblLabelBorderWidth = new System.Windows.Forms.Label();
  135. this.lblLabelBorderColor = new System.Windows.Forms.Label();
  136. this.cbxLabelBackColor = new FastReport.Controls.ColorComboBox();
  137. this.lblLabelBackColor = new System.Windows.Forms.Label();
  138. this.cbxLabelForeColor = new FastReport.Controls.ColorComboBox();
  139. this.lblLabelForeColor = new System.Windows.Forms.Label();
  140. this.tbLabelFont = new FastReport.Controls.TextBoxButton();
  141. this.lblLabelFont = new System.Windows.Forms.Label();
  142. this.tbLabelFormat = new System.Windows.Forms.TextBox();
  143. this.lblLabelFormat = new System.Windows.Forms.Label();
  144. this.tbLabelPattern = new System.Windows.Forms.TextBox();
  145. this.lblLabelPattern = new System.Windows.Forms.Label();
  146. this.cbxLabelView = new System.Windows.Forms.ComboBox();
  147. this.lblLabelView = new System.Windows.Forms.Label();
  148. this.pgMarkers = new FastReport.Controls.PageControlPage();
  149. this.labelLine18 = new FastReport.Controls.LabelLine();
  150. this.udMarkerBorderWidth = new System.Windows.Forms.NumericUpDown();
  151. this.cbxMarkerBorderColor = new FastReport.Controls.ColorComboBox();
  152. this.lblMarkerBorderWidth = new System.Windows.Forms.Label();
  153. this.lblMarkerBorderColor = new System.Windows.Forms.Label();
  154. this.cbxMarkerColor = new FastReport.Controls.ColorComboBox();
  155. this.lblMarkerColor = new System.Windows.Forms.Label();
  156. this.udMarkerStep = new System.Windows.Forms.NumericUpDown();
  157. this.lblMarkerStep = new System.Windows.Forms.Label();
  158. this.udMarkerSize = new System.Windows.Forms.NumericUpDown();
  159. this.lblMarkerSize = new System.Windows.Forms.Label();
  160. this.cbxMarkerStyle = new System.Windows.Forms.ComboBox();
  161. this.lblMarkerStyle = new System.Windows.Forms.Label();
  162. this.pageControl2.SuspendLayout();
  163. this.pgData.SuspendLayout();
  164. this.pnOtherData.SuspendLayout();
  165. this.pnData.SuspendLayout();
  166. this.pgValues.SuspendLayout();
  167. ((System.ComponentModel.ISupportInitialize)(this.gvValues)).BeginInit();
  168. this.pgDataProcessing.SuspendLayout();
  169. this.pnExplode.SuspendLayout();
  170. this.pnCollectData.SuspendLayout();
  171. ((System.ComponentModel.ISupportInitialize)(this.udCollectValue)).BeginInit();
  172. ((System.ComponentModel.ISupportInitialize)(this.udGroupInterval)).BeginInit();
  173. this.pgFillBorder.SuspendLayout();
  174. ((System.ComponentModel.ISupportInitialize)(this.udShadowOffset)).BeginInit();
  175. ((System.ComponentModel.ISupportInitialize)(this.udBorderWidth)).BeginInit();
  176. this.pgLabels.SuspendLayout();
  177. ((System.ComponentModel.ISupportInitialize)(this.udLabelBorderWidth)).BeginInit();
  178. this.pgMarkers.SuspendLayout();
  179. ((System.ComponentModel.ISupportInitialize)(this.udMarkerBorderWidth)).BeginInit();
  180. ((System.ComponentModel.ISupportInitialize)(this.udMarkerStep)).BeginInit();
  181. ((System.ComponentModel.ISupportInitialize)(this.udMarkerSize)).BeginInit();
  182. this.SuspendLayout();
  183. //
  184. // pageControl2
  185. //
  186. this.pageControl2.Controls.Add(this.pgData);
  187. this.pageControl2.Controls.Add(this.pgValues);
  188. this.pageControl2.Controls.Add(this.pgDataProcessing);
  189. this.pageControl2.Controls.Add(this.pgAppearance);
  190. this.pageControl2.Controls.Add(this.pgFillBorder);
  191. this.pageControl2.Controls.Add(this.pgLabels);
  192. this.pageControl2.Controls.Add(this.pgMarkers);
  193. this.pageControl2.HighlightPageIndex = -1;
  194. this.pageControl2.Location = new System.Drawing.Point(0, 0);
  195. this.pageControl2.Name = "pageControl2";
  196. this.pageControl2.SelectorWidth = 120;
  197. this.pageControl2.Size = new System.Drawing.Size(436, 504);
  198. this.pageControl2.TabIndex = 3;
  199. this.pageControl2.Text = "pageControl2";
  200. //
  201. // pgData
  202. //
  203. this.pgData.BackColor = System.Drawing.SystemColors.Window;
  204. this.pgData.Controls.Add(this.cbxAutoSeriesData);
  205. this.pgData.Controls.Add(this.lblAutoSeries);
  206. this.pgData.Controls.Add(this.lblAutoSeriesData);
  207. this.pgData.Controls.Add(this.cbAutoSeriesForce);
  208. this.pgData.Controls.Add(this.tbFilter);
  209. this.pgData.Controls.Add(this.pnOtherData);
  210. this.pgData.Controls.Add(this.labelLine11);
  211. this.pgData.Controls.Add(this.tbName);
  212. this.pgData.Controls.Add(this.lblName);
  213. this.pgData.Controls.Add(this.pnData);
  214. this.pgData.Controls.Add(this.lblFilter);
  215. this.pgData.Dock = System.Windows.Forms.DockStyle.Fill;
  216. this.pgData.Location = new System.Drawing.Point(120, 1);
  217. this.pgData.Name = "pgData";
  218. this.pgData.Size = new System.Drawing.Size(315, 502);
  219. this.pgData.TabIndex = 0;
  220. this.pgData.Text = "Data";
  221. //
  222. // cbxAutoSeriesData
  223. //
  224. this.cbxAutoSeriesData.Location = new System.Drawing.Point(128, 115);
  225. this.cbxAutoSeriesData.Name = "cbxAutoSeriesData";
  226. this.cbxAutoSeriesData.Size = new System.Drawing.Size(172, 21);
  227. this.cbxAutoSeriesData.TabIndex = 34;
  228. this.cbxAutoSeriesData.Leave += new System.EventHandler(this.cbxAutoSeriesData_Leave);
  229. //
  230. // lblAutoSeries
  231. //
  232. this.lblAutoSeries.Location = new System.Drawing.Point(16, 70);
  233. this.lblAutoSeries.Name = "lblAutoSeries";
  234. this.lblAutoSeries.Size = new System.Drawing.Size(284, 16);
  235. this.lblAutoSeries.TabIndex = 33;
  236. this.lblAutoSeries.Text = "Auto-created series";
  237. //
  238. // lblAutoSeriesData
  239. //
  240. this.lblAutoSeriesData.AutoSize = true;
  241. this.lblAutoSeriesData.Location = new System.Drawing.Point(16, 119);
  242. this.lblAutoSeriesData.Name = "lblAutoSeriesData";
  243. this.lblAutoSeriesData.Size = new System.Drawing.Size(70, 13);
  244. this.lblAutoSeriesData.TabIndex = 31;
  245. this.lblAutoSeriesData.Text = "Data column:";
  246. //
  247. // cbAutoSeriesForce
  248. //
  249. this.cbAutoSeriesForce.AutoSize = true;
  250. this.cbAutoSeriesForce.Location = new System.Drawing.Point(128, 92);
  251. this.cbAutoSeriesForce.Name = "cbAutoSeriesForce";
  252. this.cbAutoSeriesForce.Size = new System.Drawing.Size(116, 17);
  253. this.cbAutoSeriesForce.TabIndex = 30;
  254. this.cbAutoSeriesForce.Text = "Force create series";
  255. this.cbAutoSeriesForce.UseVisualStyleBackColor = true;
  256. this.cbAutoSeriesForce.Leave += new System.EventHandler(this.cbAutoSeriesForce_Leave);
  257. //
  258. // tbFilter
  259. //
  260. this.tbFilter.Image = null;
  261. this.tbFilter.Location = new System.Drawing.Point(128, 44);
  262. this.tbFilter.Name = "tbFilter";
  263. this.tbFilter.Size = new System.Drawing.Size(172, 21);
  264. this.tbFilter.TabIndex = 26;
  265. this.tbFilter.ButtonClick += new System.EventHandler(this.tbFilter_ButtonClick);
  266. this.tbFilter.Leave += new System.EventHandler(this.tbFilter_Leave);
  267. //
  268. // pnOtherData
  269. //
  270. this.pnOtherData.Controls.Add(this.cbxColor);
  271. this.pnOtherData.Controls.Add(this.lblColor);
  272. this.pnOtherData.Controls.Add(this.lblXAxisType);
  273. this.pnOtherData.Controls.Add(this.lblXValueType);
  274. this.pnOtherData.Controls.Add(this.lblYAxisType);
  275. this.pnOtherData.Controls.Add(this.lblYValueType);
  276. this.pnOtherData.Controls.Add(this.labelLine10);
  277. this.pnOtherData.Controls.Add(this.cbxXAxisType);
  278. this.pnOtherData.Controls.Add(this.cbxXValueType);
  279. this.pnOtherData.Controls.Add(this.cbxYAxisType);
  280. this.pnOtherData.Controls.Add(this.cbxYValueType);
  281. this.pnOtherData.Location = new System.Drawing.Point(16, 291);
  282. this.pnOtherData.Name = "pnOtherData";
  283. this.pnOtherData.Size = new System.Drawing.Size(284, 204);
  284. this.pnOtherData.TabIndex = 29;
  285. //
  286. // cbxColor
  287. //
  288. this.cbxColor.Location = new System.Drawing.Point(112, 0);
  289. this.cbxColor.Name = "cbxColor";
  290. this.cbxColor.Size = new System.Drawing.Size(172, 21);
  291. this.cbxColor.TabIndex = 1;
  292. this.cbxColor.Leave += new System.EventHandler(this.cbxColor_Leave);
  293. //
  294. // lblColor
  295. //
  296. this.lblColor.AutoSize = true;
  297. this.lblColor.Location = new System.Drawing.Point(0, 4);
  298. this.lblColor.Name = "lblColor";
  299. this.lblColor.Size = new System.Drawing.Size(34, 13);
  300. this.lblColor.TabIndex = 0;
  301. this.lblColor.Text = "Color:";
  302. //
  303. // lblXAxisType
  304. //
  305. this.lblXAxisType.AutoSize = true;
  306. this.lblXAxisType.Location = new System.Drawing.Point(0, 100);
  307. this.lblXAxisType.Name = "lblXAxisType";
  308. this.lblXAxisType.Size = new System.Drawing.Size(38, 13);
  309. this.lblXAxisType.TabIndex = 19;
  310. this.lblXAxisType.Text = "X axis:";
  311. //
  312. // lblXValueType
  313. //
  314. this.lblXValueType.AutoSize = true;
  315. this.lblXValueType.Location = new System.Drawing.Point(0, 44);
  316. this.lblXValueType.Name = "lblXValueType";
  317. this.lblXValueType.Size = new System.Drawing.Size(69, 13);
  318. this.lblXValueType.TabIndex = 19;
  319. this.lblXValueType.Text = "X value type:";
  320. //
  321. // lblYAxisType
  322. //
  323. this.lblYAxisType.AutoSize = true;
  324. this.lblYAxisType.Location = new System.Drawing.Point(0, 128);
  325. this.lblYAxisType.Name = "lblYAxisType";
  326. this.lblYAxisType.Size = new System.Drawing.Size(38, 13);
  327. this.lblYAxisType.TabIndex = 18;
  328. this.lblYAxisType.Text = "Y axis:";
  329. //
  330. // lblYValueType
  331. //
  332. this.lblYValueType.AutoSize = true;
  333. this.lblYValueType.Location = new System.Drawing.Point(0, 72);
  334. this.lblYValueType.Name = "lblYValueType";
  335. this.lblYValueType.Size = new System.Drawing.Size(69, 13);
  336. this.lblYValueType.TabIndex = 18;
  337. this.lblYValueType.Text = "Y value type:";
  338. //
  339. // labelLine10
  340. //
  341. this.labelLine10.Location = new System.Drawing.Point(0, 24);
  342. this.labelLine10.Name = "labelLine10";
  343. this.labelLine10.Size = new System.Drawing.Size(284, 12);
  344. this.labelLine10.TabIndex = 28;
  345. //
  346. // cbxXAxisType
  347. //
  348. this.cbxXAxisType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  349. this.cbxXAxisType.FormattingEnabled = true;
  350. this.cbxXAxisType.Location = new System.Drawing.Point(112, 96);
  351. this.cbxXAxisType.Name = "cbxXAxisType";
  352. this.cbxXAxisType.Size = new System.Drawing.Size(172, 21);
  353. this.cbxXAxisType.TabIndex = 23;
  354. this.cbxXAxisType.SelectedIndexChanged += new System.EventHandler(this.cbxXAxisType_SelectedIndexChanged);
  355. //
  356. // cbxXValueType
  357. //
  358. this.cbxXValueType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  359. this.cbxXValueType.FormattingEnabled = true;
  360. this.cbxXValueType.Location = new System.Drawing.Point(112, 40);
  361. this.cbxXValueType.Name = "cbxXValueType";
  362. this.cbxXValueType.Size = new System.Drawing.Size(172, 21);
  363. this.cbxXValueType.TabIndex = 23;
  364. this.cbxXValueType.SelectedIndexChanged += new System.EventHandler(this.cbxXValueType_SelectedIndexChanged);
  365. //
  366. // cbxYAxisType
  367. //
  368. this.cbxYAxisType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  369. this.cbxYAxisType.FormattingEnabled = true;
  370. this.cbxYAxisType.Location = new System.Drawing.Point(112, 124);
  371. this.cbxYAxisType.Name = "cbxYAxisType";
  372. this.cbxYAxisType.Size = new System.Drawing.Size(172, 21);
  373. this.cbxYAxisType.TabIndex = 24;
  374. this.cbxYAxisType.SelectedIndexChanged += new System.EventHandler(this.cbxYAxisType_SelectedIndexChanged);
  375. //
  376. // cbxYValueType
  377. //
  378. this.cbxYValueType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  379. this.cbxYValueType.FormattingEnabled = true;
  380. this.cbxYValueType.Location = new System.Drawing.Point(112, 68);
  381. this.cbxYValueType.Name = "cbxYValueType";
  382. this.cbxYValueType.Size = new System.Drawing.Size(172, 21);
  383. this.cbxYValueType.TabIndex = 24;
  384. this.cbxYValueType.SelectedIndexChanged += new System.EventHandler(this.cbxYValueType_SelectedIndexChanged);
  385. //
  386. // labelLine11
  387. //
  388. this.labelLine11.Location = new System.Drawing.Point(16, 135);
  389. this.labelLine11.Name = "labelLine11";
  390. this.labelLine11.Size = new System.Drawing.Size(284, 12);
  391. this.labelLine11.TabIndex = 27;
  392. //
  393. // tbName
  394. //
  395. this.tbName.Location = new System.Drawing.Point(128, 16);
  396. this.tbName.Name = "tbName";
  397. this.tbName.Size = new System.Drawing.Size(172, 20);
  398. this.tbName.TabIndex = 22;
  399. this.tbName.Leave += new System.EventHandler(this.tbName_Leave);
  400. //
  401. // lblName
  402. //
  403. this.lblName.AutoSize = true;
  404. this.lblName.Location = new System.Drawing.Point(16, 20);
  405. this.lblName.Name = "lblName";
  406. this.lblName.Size = new System.Drawing.Size(38, 13);
  407. this.lblName.TabIndex = 21;
  408. this.lblName.Text = "Name:";
  409. //
  410. // pnData
  411. //
  412. this.pnData.Controls.Add(this.cbxYValue4);
  413. this.pnData.Controls.Add(this.lblYValue4);
  414. this.pnData.Controls.Add(this.cbxYValue3);
  415. this.pnData.Controls.Add(this.lblYValue3);
  416. this.pnData.Controls.Add(this.cbxYValue2);
  417. this.pnData.Controls.Add(this.lblYValue2);
  418. this.pnData.Controls.Add(this.cbxYValue1);
  419. this.pnData.Controls.Add(this.lblYValue1);
  420. this.pnData.Controls.Add(this.cbxXValue);
  421. this.pnData.Controls.Add(this.lblXValue);
  422. this.pnData.Location = new System.Drawing.Point(16, 151);
  423. this.pnData.Name = "pnData";
  424. this.pnData.Size = new System.Drawing.Size(284, 140);
  425. this.pnData.TabIndex = 20;
  426. //
  427. // cbxYValue4
  428. //
  429. this.cbxYValue4.Location = new System.Drawing.Point(112, 112);
  430. this.cbxYValue4.Name = "cbxYValue4";
  431. this.cbxYValue4.Size = new System.Drawing.Size(172, 21);
  432. this.cbxYValue4.TabIndex = 1;
  433. this.cbxYValue4.Leave += new System.EventHandler(this.cbxYValue4_Leave);
  434. //
  435. // lblYValue4
  436. //
  437. this.lblYValue4.AutoSize = true;
  438. this.lblYValue4.Location = new System.Drawing.Point(0, 116);
  439. this.lblYValue4.Name = "lblYValue4";
  440. this.lblYValue4.Size = new System.Drawing.Size(43, 13);
  441. this.lblYValue4.TabIndex = 0;
  442. this.lblYValue4.Text = "Y value";
  443. //
  444. // cbxYValue3
  445. //
  446. this.cbxYValue3.Location = new System.Drawing.Point(112, 84);
  447. this.cbxYValue3.Name = "cbxYValue3";
  448. this.cbxYValue3.Size = new System.Drawing.Size(172, 21);
  449. this.cbxYValue3.TabIndex = 1;
  450. this.cbxYValue3.Leave += new System.EventHandler(this.cbxYValue3_Leave);
  451. //
  452. // lblYValue3
  453. //
  454. this.lblYValue3.AutoSize = true;
  455. this.lblYValue3.Location = new System.Drawing.Point(0, 88);
  456. this.lblYValue3.Name = "lblYValue3";
  457. this.lblYValue3.Size = new System.Drawing.Size(43, 13);
  458. this.lblYValue3.TabIndex = 0;
  459. this.lblYValue3.Text = "Y value";
  460. //
  461. // cbxYValue2
  462. //
  463. this.cbxYValue2.Location = new System.Drawing.Point(112, 56);
  464. this.cbxYValue2.Name = "cbxYValue2";
  465. this.cbxYValue2.Size = new System.Drawing.Size(172, 21);
  466. this.cbxYValue2.TabIndex = 1;
  467. this.cbxYValue2.Leave += new System.EventHandler(this.cbxYValue2_Leave);
  468. //
  469. // lblYValue2
  470. //
  471. this.lblYValue2.AutoSize = true;
  472. this.lblYValue2.Location = new System.Drawing.Point(0, 60);
  473. this.lblYValue2.Name = "lblYValue2";
  474. this.lblYValue2.Size = new System.Drawing.Size(43, 13);
  475. this.lblYValue2.TabIndex = 0;
  476. this.lblYValue2.Text = "Y value";
  477. //
  478. // cbxYValue1
  479. //
  480. this.cbxYValue1.Location = new System.Drawing.Point(112, 28);
  481. this.cbxYValue1.Name = "cbxYValue1";
  482. this.cbxYValue1.Size = new System.Drawing.Size(172, 21);
  483. this.cbxYValue1.TabIndex = 1;
  484. this.cbxYValue1.Leave += new System.EventHandler(this.cbxYValue1_Leave);
  485. //
  486. // lblYValue1
  487. //
  488. this.lblYValue1.AutoSize = true;
  489. this.lblYValue1.Location = new System.Drawing.Point(0, 32);
  490. this.lblYValue1.Name = "lblYValue1";
  491. this.lblYValue1.Size = new System.Drawing.Size(43, 13);
  492. this.lblYValue1.TabIndex = 0;
  493. this.lblYValue1.Text = "Y value";
  494. //
  495. // cbxXValue
  496. //
  497. this.cbxXValue.Location = new System.Drawing.Point(112, 0);
  498. this.cbxXValue.Name = "cbxXValue";
  499. this.cbxXValue.Size = new System.Drawing.Size(172, 21);
  500. this.cbxXValue.TabIndex = 1;
  501. this.cbxXValue.Leave += new System.EventHandler(this.cbxXValue_Leave);
  502. //
  503. // lblXValue
  504. //
  505. this.lblXValue.AutoSize = true;
  506. this.lblXValue.Location = new System.Drawing.Point(0, 4);
  507. this.lblXValue.Name = "lblXValue";
  508. this.lblXValue.Size = new System.Drawing.Size(46, 13);
  509. this.lblXValue.TabIndex = 0;
  510. this.lblXValue.Text = "X value:";
  511. //
  512. // lblFilter
  513. //
  514. this.lblFilter.AutoSize = true;
  515. this.lblFilter.Location = new System.Drawing.Point(16, 48);
  516. this.lblFilter.Name = "lblFilter";
  517. this.lblFilter.Size = new System.Drawing.Size(32, 13);
  518. this.lblFilter.TabIndex = 25;
  519. this.lblFilter.Text = "Filter:";
  520. //
  521. // pgValues
  522. //
  523. this.pgValues.BackColor = System.Drawing.SystemColors.Window;
  524. this.pgValues.Controls.Add(this.gvValues);
  525. this.pgValues.Dock = System.Windows.Forms.DockStyle.Fill;
  526. this.pgValues.Location = new System.Drawing.Point(120, 1);
  527. this.pgValues.Name = "pgValues";
  528. this.pgValues.Size = new System.Drawing.Size(315, 502);
  529. this.pgValues.TabIndex = 7;
  530. this.pgValues.Text = "Values";
  531. //
  532. // gvValues
  533. //
  534. this.gvValues.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  535. this.gvValues.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  536. this.colX,
  537. this.colY1,
  538. this.colY2,
  539. this.colY3,
  540. this.colY4});
  541. this.gvValues.Location = new System.Drawing.Point(16, 16);
  542. this.gvValues.Name = "gvValues";
  543. this.gvValues.RowHeadersWidth = 20;
  544. this.gvValues.Size = new System.Drawing.Size(284, 468);
  545. this.gvValues.TabIndex = 0;
  546. this.gvValues.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.gvValues_CellEndEdit);
  547. this.gvValues.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.gvValues_UserAddedRow);
  548. this.gvValues.UserDeletedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.gvValues_UserDeletedRow);
  549. //
  550. // colX
  551. //
  552. this.colX.HeaderText = "X Value";
  553. this.colX.Name = "colX";
  554. //
  555. // colY1
  556. //
  557. this.colY1.HeaderText = "Y Value 1";
  558. this.colY1.Name = "colY1";
  559. //
  560. // colY2
  561. //
  562. this.colY2.HeaderText = "Y Value 2";
  563. this.colY2.Name = "colY2";
  564. //
  565. // colY3
  566. //
  567. this.colY3.HeaderText = "Y Value 3";
  568. this.colY3.Name = "colY3";
  569. //
  570. // colY4
  571. //
  572. this.colY4.HeaderText = "Y Value 4";
  573. this.colY4.Name = "colY4";
  574. //
  575. // pgDataProcessing
  576. //
  577. this.pgDataProcessing.BackColor = System.Drawing.SystemColors.Window;
  578. this.pgDataProcessing.Controls.Add(this.pnExplode);
  579. this.pgDataProcessing.Controls.Add(this.pnCollectData);
  580. this.pgDataProcessing.Controls.Add(this.udGroupInterval);
  581. this.pgDataProcessing.Controls.Add(this.lblGroupInterval);
  582. this.pgDataProcessing.Controls.Add(this.labelLine12);
  583. this.pgDataProcessing.Controls.Add(this.labelLine13);
  584. this.pgDataProcessing.Controls.Add(this.lblSortOrder);
  585. this.pgDataProcessing.Controls.Add(this.lblSortBy);
  586. this.pgDataProcessing.Controls.Add(this.cbxSortOrder);
  587. this.pgDataProcessing.Controls.Add(this.cbxSortBy);
  588. this.pgDataProcessing.Controls.Add(this.cbxCollectData);
  589. this.pgDataProcessing.Controls.Add(this.lblCollectData);
  590. this.pgDataProcessing.Controls.Add(this.cbxGroupBy);
  591. this.pgDataProcessing.Controls.Add(this.lblGroupBy);
  592. this.pgDataProcessing.Controls.Add(this.cbxGroupFunction);
  593. this.pgDataProcessing.Controls.Add(this.lblGroupFunction);
  594. this.pgDataProcessing.Dock = System.Windows.Forms.DockStyle.Fill;
  595. this.pgDataProcessing.Location = new System.Drawing.Point(120, 1);
  596. this.pgDataProcessing.Name = "pgDataProcessing";
  597. this.pgDataProcessing.Size = new System.Drawing.Size(315, 502);
  598. this.pgDataProcessing.TabIndex = 1;
  599. this.pgDataProcessing.Text = "Data processing";
  600. //
  601. // pnExplode
  602. //
  603. this.pnExplode.Controls.Add(this.cbxExplode);
  604. this.pnExplode.Controls.Add(this.tbExplodedValue);
  605. this.pnExplode.Controls.Add(this.lblExplode);
  606. this.pnExplode.Controls.Add(this.lblExplodedValue);
  607. this.pnExplode.Controls.Add(this.labelLine2);
  608. this.pnExplode.Location = new System.Drawing.Point(16, 292);
  609. this.pnExplode.Name = "pnExplode";
  610. this.pnExplode.Size = new System.Drawing.Size(284, 72);
  611. this.pnExplode.TabIndex = 32;
  612. //
  613. // cbxExplode
  614. //
  615. this.cbxExplode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  616. this.cbxExplode.FormattingEnabled = true;
  617. this.cbxExplode.Location = new System.Drawing.Point(112, 16);
  618. this.cbxExplode.Name = "cbxExplode";
  619. this.cbxExplode.Size = new System.Drawing.Size(172, 21);
  620. this.cbxExplode.TabIndex = 21;
  621. this.cbxExplode.SelectedIndexChanged += new System.EventHandler(this.cbxExplode_SelectedIndexChanged);
  622. //
  623. // tbExplodedValue
  624. //
  625. this.tbExplodedValue.Image = null;
  626. this.tbExplodedValue.Location = new System.Drawing.Point(112, 44);
  627. this.tbExplodedValue.Name = "tbExplodedValue";
  628. this.tbExplodedValue.Size = new System.Drawing.Size(172, 21);
  629. this.tbExplodedValue.TabIndex = 31;
  630. this.tbExplodedValue.ButtonClick += new System.EventHandler(this.tbExplodedValue_ButtonClick);
  631. this.tbExplodedValue.Leave += new System.EventHandler(this.tbExplodedValue_Leave);
  632. //
  633. // lblExplode
  634. //
  635. this.lblExplode.AutoSize = true;
  636. this.lblExplode.Location = new System.Drawing.Point(0, 20);
  637. this.lblExplode.Name = "lblExplode";
  638. this.lblExplode.Size = new System.Drawing.Size(48, 13);
  639. this.lblExplode.TabIndex = 18;
  640. this.lblExplode.Text = "Explode:";
  641. //
  642. // lblExplodedValue
  643. //
  644. this.lblExplodedValue.AutoSize = true;
  645. this.lblExplodedValue.Location = new System.Drawing.Point(0, 48);
  646. this.lblExplodedValue.Name = "lblExplodedValue";
  647. this.lblExplodedValue.Size = new System.Drawing.Size(37, 13);
  648. this.lblExplodedValue.TabIndex = 26;
  649. this.lblExplodedValue.Text = "Value:";
  650. //
  651. // labelLine2
  652. //
  653. this.labelLine2.Location = new System.Drawing.Point(0, 0);
  654. this.labelLine2.Name = "labelLine2";
  655. this.labelLine2.Size = new System.Drawing.Size(284, 12);
  656. this.labelLine2.TabIndex = 28;
  657. //
  658. // pnCollectData
  659. //
  660. this.pnCollectData.Controls.Add(this.cbxCollectedItemColor);
  661. this.pnCollectData.Controls.Add(this.lblCollectedItemColor);
  662. this.pnCollectData.Controls.Add(this.udCollectValue);
  663. this.pnCollectData.Controls.Add(this.lblCollectValue);
  664. this.pnCollectData.Controls.Add(this.lblCollectedItemText);
  665. this.pnCollectData.Controls.Add(this.tbCollectedItemText);
  666. this.pnCollectData.Location = new System.Drawing.Point(16, 208);
  667. this.pnCollectData.Name = "pnCollectData";
  668. this.pnCollectData.Size = new System.Drawing.Size(284, 80);
  669. this.pnCollectData.TabIndex = 30;
  670. //
  671. // cbxCollectedItemColor
  672. //
  673. this.cbxCollectedItemColor.Color = System.Drawing.Color.Transparent;
  674. this.cbxCollectedItemColor.Location = new System.Drawing.Point(112, 56);
  675. this.cbxCollectedItemColor.Name = "cbxCollectedItemColor";
  676. this.cbxCollectedItemColor.ShowColorName = true;
  677. this.cbxCollectedItemColor.Size = new System.Drawing.Size(172, 21);
  678. this.cbxCollectedItemColor.TabIndex = 29;
  679. this.cbxCollectedItemColor.ColorSelected += new System.EventHandler(this.cbxCollectedItemColor_ColorSelected);
  680. //
  681. // lblCollectedItemColor
  682. //
  683. this.lblCollectedItemColor.AutoSize = true;
  684. this.lblCollectedItemColor.Location = new System.Drawing.Point(0, 60);
  685. this.lblCollectedItemColor.Name = "lblCollectedItemColor";
  686. this.lblCollectedItemColor.Size = new System.Drawing.Size(80, 13);
  687. this.lblCollectedItemColor.TabIndex = 28;
  688. this.lblCollectedItemColor.Text = "Collected color:";
  689. //
  690. // udCollectValue
  691. //
  692. this.udCollectValue.Location = new System.Drawing.Point(112, 0);
  693. this.udCollectValue.Name = "udCollectValue";
  694. this.udCollectValue.Size = new System.Drawing.Size(60, 20);
  695. this.udCollectValue.TabIndex = 25;
  696. this.udCollectValue.Leave += new System.EventHandler(this.udCollectValue_Leave);
  697. //
  698. // lblCollectValue
  699. //
  700. this.lblCollectValue.AutoSize = true;
  701. this.lblCollectValue.Location = new System.Drawing.Point(0, 4);
  702. this.lblCollectValue.Name = "lblCollectValue";
  703. this.lblCollectValue.Size = new System.Drawing.Size(37, 13);
  704. this.lblCollectValue.TabIndex = 24;
  705. this.lblCollectValue.Text = "Value:";
  706. //
  707. // lblCollectedItemText
  708. //
  709. this.lblCollectedItemText.AutoSize = true;
  710. this.lblCollectedItemText.Location = new System.Drawing.Point(0, 32);
  711. this.lblCollectedItemText.Name = "lblCollectedItemText";
  712. this.lblCollectedItemText.Size = new System.Drawing.Size(74, 13);
  713. this.lblCollectedItemText.TabIndex = 26;
  714. this.lblCollectedItemText.Text = "Collected text:";
  715. //
  716. // tbCollectedItemText
  717. //
  718. this.tbCollectedItemText.Location = new System.Drawing.Point(112, 28);
  719. this.tbCollectedItemText.Name = "tbCollectedItemText";
  720. this.tbCollectedItemText.Size = new System.Drawing.Size(172, 20);
  721. this.tbCollectedItemText.TabIndex = 27;
  722. this.tbCollectedItemText.Leave += new System.EventHandler(this.tbCollectedItemText_Leave);
  723. //
  724. // udGroupInterval
  725. //
  726. this.udGroupInterval.DecimalPlaces = 2;
  727. this.udGroupInterval.Location = new System.Drawing.Point(128, 112);
  728. this.udGroupInterval.Maximum = new decimal(new int[] {
  729. 100000000,
  730. 0,
  731. 0,
  732. 0});
  733. this.udGroupInterval.Name = "udGroupInterval";
  734. this.udGroupInterval.Size = new System.Drawing.Size(60, 20);
  735. this.udGroupInterval.TabIndex = 25;
  736. this.udGroupInterval.Leave += new System.EventHandler(this.udGroupInterval_Leave);
  737. //
  738. // lblGroupInterval
  739. //
  740. this.lblGroupInterval.AutoSize = true;
  741. this.lblGroupInterval.Location = new System.Drawing.Point(16, 116);
  742. this.lblGroupInterval.Name = "lblGroupInterval";
  743. this.lblGroupInterval.Size = new System.Drawing.Size(76, 13);
  744. this.lblGroupInterval.TabIndex = 24;
  745. this.lblGroupInterval.Text = "Group interval:";
  746. //
  747. // labelLine12
  748. //
  749. this.labelLine12.Location = new System.Drawing.Point(16, 164);
  750. this.labelLine12.Name = "labelLine12";
  751. this.labelLine12.Size = new System.Drawing.Size(284, 12);
  752. this.labelLine12.TabIndex = 28;
  753. //
  754. // labelLine13
  755. //
  756. this.labelLine13.Location = new System.Drawing.Point(16, 68);
  757. this.labelLine13.Name = "labelLine13";
  758. this.labelLine13.Size = new System.Drawing.Size(284, 12);
  759. this.labelLine13.TabIndex = 29;
  760. //
  761. // lblSortOrder
  762. //
  763. this.lblSortOrder.AutoSize = true;
  764. this.lblSortOrder.Location = new System.Drawing.Point(16, 48);
  765. this.lblSortOrder.Name = "lblSortOrder";
  766. this.lblSortOrder.Size = new System.Drawing.Size(56, 13);
  767. this.lblSortOrder.TabIndex = 23;
  768. this.lblSortOrder.Text = "Sort order:";
  769. //
  770. // lblSortBy
  771. //
  772. this.lblSortBy.AutoSize = true;
  773. this.lblSortBy.Location = new System.Drawing.Point(16, 20);
  774. this.lblSortBy.Name = "lblSortBy";
  775. this.lblSortBy.Size = new System.Drawing.Size(43, 13);
  776. this.lblSortBy.TabIndex = 22;
  777. this.lblSortBy.Text = "Sort by:";
  778. //
  779. // cbxSortOrder
  780. //
  781. this.cbxSortOrder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  782. this.cbxSortOrder.FormattingEnabled = true;
  783. this.cbxSortOrder.Location = new System.Drawing.Point(128, 44);
  784. this.cbxSortOrder.Name = "cbxSortOrder";
  785. this.cbxSortOrder.Size = new System.Drawing.Size(172, 21);
  786. this.cbxSortOrder.TabIndex = 19;
  787. this.cbxSortOrder.Leave += new System.EventHandler(this.cbxSortOrder_Leave);
  788. //
  789. // cbxSortBy
  790. //
  791. this.cbxSortBy.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  792. this.cbxSortBy.FormattingEnabled = true;
  793. this.cbxSortBy.Location = new System.Drawing.Point(128, 16);
  794. this.cbxSortBy.Name = "cbxSortBy";
  795. this.cbxSortBy.Size = new System.Drawing.Size(172, 21);
  796. this.cbxSortBy.TabIndex = 20;
  797. this.cbxSortBy.SelectedIndexChanged += new System.EventHandler(this.cbxSortBy_SelectedIndexChanged);
  798. //
  799. // cbxCollectData
  800. //
  801. this.cbxCollectData.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  802. this.cbxCollectData.FormattingEnabled = true;
  803. this.cbxCollectData.Location = new System.Drawing.Point(128, 180);
  804. this.cbxCollectData.Name = "cbxCollectData";
  805. this.cbxCollectData.Size = new System.Drawing.Size(172, 21);
  806. this.cbxCollectData.TabIndex = 21;
  807. this.cbxCollectData.SelectedIndexChanged += new System.EventHandler(this.cbxCollectData_SelectedIndexChanged);
  808. //
  809. // lblCollectData
  810. //
  811. this.lblCollectData.AutoSize = true;
  812. this.lblCollectData.Location = new System.Drawing.Point(16, 184);
  813. this.lblCollectData.Name = "lblCollectData";
  814. this.lblCollectData.Size = new System.Drawing.Size(66, 13);
  815. this.lblCollectData.TabIndex = 18;
  816. this.lblCollectData.Text = "Collect data:";
  817. //
  818. // cbxGroupBy
  819. //
  820. this.cbxGroupBy.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  821. this.cbxGroupBy.FormattingEnabled = true;
  822. this.cbxGroupBy.Location = new System.Drawing.Point(128, 84);
  823. this.cbxGroupBy.Name = "cbxGroupBy";
  824. this.cbxGroupBy.Size = new System.Drawing.Size(172, 21);
  825. this.cbxGroupBy.TabIndex = 21;
  826. this.cbxGroupBy.SelectedIndexChanged += new System.EventHandler(this.cbxGroupBy_SelectedIndexChanged);
  827. //
  828. // lblGroupBy
  829. //
  830. this.lblGroupBy.AutoSize = true;
  831. this.lblGroupBy.Location = new System.Drawing.Point(16, 88);
  832. this.lblGroupBy.Name = "lblGroupBy";
  833. this.lblGroupBy.Size = new System.Drawing.Size(53, 13);
  834. this.lblGroupBy.TabIndex = 18;
  835. this.lblGroupBy.Text = "Group by:";
  836. //
  837. // cbxGroupFunction
  838. //
  839. this.cbxGroupFunction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  840. this.cbxGroupFunction.FormattingEnabled = true;
  841. this.cbxGroupFunction.Location = new System.Drawing.Point(128, 140);
  842. this.cbxGroupFunction.Name = "cbxGroupFunction";
  843. this.cbxGroupFunction.Size = new System.Drawing.Size(172, 21);
  844. this.cbxGroupFunction.TabIndex = 21;
  845. this.cbxGroupFunction.Leave += new System.EventHandler(this.cbxGroupFunction_Leave);
  846. //
  847. // lblGroupFunction
  848. //
  849. this.lblGroupFunction.AutoSize = true;
  850. this.lblGroupFunction.Location = new System.Drawing.Point(16, 144);
  851. this.lblGroupFunction.Name = "lblGroupFunction";
  852. this.lblGroupFunction.Size = new System.Drawing.Size(80, 13);
  853. this.lblGroupFunction.TabIndex = 18;
  854. this.lblGroupFunction.Text = "Group function:";
  855. //
  856. // pgAppearance
  857. //
  858. this.pgAppearance.BackColor = System.Drawing.SystemColors.Window;
  859. this.pgAppearance.Dock = System.Windows.Forms.DockStyle.Fill;
  860. this.pgAppearance.Location = new System.Drawing.Point(120, 1);
  861. this.pgAppearance.Name = "pgAppearance";
  862. this.pgAppearance.Size = new System.Drawing.Size(315, 502);
  863. this.pgAppearance.TabIndex = 8;
  864. this.pgAppearance.Text = "Appearance";
  865. //
  866. // pgFillBorder
  867. //
  868. this.pgFillBorder.BackColor = System.Drawing.SystemColors.Window;
  869. this.pgFillBorder.Controls.Add(this.cbxHatchStyle);
  870. this.pgFillBorder.Controls.Add(this.labelLine1);
  871. this.pgFillBorder.Controls.Add(this.labelLine14);
  872. this.pgFillBorder.Controls.Add(this.labelLine15);
  873. this.pgFillBorder.Controls.Add(this.udShadowOffset);
  874. this.pgFillBorder.Controls.Add(this.udBorderWidth);
  875. this.pgFillBorder.Controls.Add(this.cbxShadowColor);
  876. this.pgFillBorder.Controls.Add(this.cbxBorderColor);
  877. this.pgFillBorder.Controls.Add(this.cbxBackColor);
  878. this.pgFillBorder.Controls.Add(this.cbxSecondaryColor);
  879. this.pgFillBorder.Controls.Add(this.cbxBorderStyle);
  880. this.pgFillBorder.Controls.Add(this.lblBorderStyle);
  881. this.pgFillBorder.Controls.Add(this.cbxGradient);
  882. this.pgFillBorder.Controls.Add(this.lblShadowOffset);
  883. this.pgFillBorder.Controls.Add(this.lblShadowColor);
  884. this.pgFillBorder.Controls.Add(this.lblBorderWidth);
  885. this.pgFillBorder.Controls.Add(this.lblBorderColor);
  886. this.pgFillBorder.Controls.Add(this.lblBackColor);
  887. this.pgFillBorder.Controls.Add(this.lblHatchStyle);
  888. this.pgFillBorder.Controls.Add(this.lblSecondaryColor);
  889. this.pgFillBorder.Controls.Add(this.lblGradient);
  890. this.pgFillBorder.Controls.Add(this.cbxPalette);
  891. this.pgFillBorder.Controls.Add(this.lblPalette);
  892. this.pgFillBorder.Dock = System.Windows.Forms.DockStyle.Fill;
  893. this.pgFillBorder.Location = new System.Drawing.Point(120, 1);
  894. this.pgFillBorder.Name = "pgFillBorder";
  895. this.pgFillBorder.Size = new System.Drawing.Size(315, 502);
  896. this.pgFillBorder.TabIndex = 2;
  897. this.pgFillBorder.Text = "Fill && Border";
  898. //
  899. // cbxHatchStyle
  900. //
  901. this.cbxHatchStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  902. this.cbxHatchStyle.FormattingEnabled = true;
  903. this.cbxHatchStyle.Location = new System.Drawing.Point(128, 140);
  904. this.cbxHatchStyle.Name = "cbxHatchStyle";
  905. this.cbxHatchStyle.Size = new System.Drawing.Size(172, 21);
  906. this.cbxHatchStyle.TabIndex = 25;
  907. this.cbxHatchStyle.SelectedIndexChanged += new System.EventHandler(this.cbxHatchStyle_SelectedIndexChanged);
  908. //
  909. // labelLine1
  910. //
  911. this.labelLine1.Location = new System.Drawing.Point(16, 40);
  912. this.labelLine1.Name = "labelLine1";
  913. this.labelLine1.Size = new System.Drawing.Size(284, 12);
  914. this.labelLine1.TabIndex = 23;
  915. //
  916. // labelLine14
  917. //
  918. this.labelLine14.Location = new System.Drawing.Point(16, 260);
  919. this.labelLine14.Name = "labelLine14";
  920. this.labelLine14.Size = new System.Drawing.Size(284, 12);
  921. this.labelLine14.TabIndex = 23;
  922. //
  923. // labelLine15
  924. //
  925. this.labelLine15.Location = new System.Drawing.Point(16, 164);
  926. this.labelLine15.Name = "labelLine15";
  927. this.labelLine15.Size = new System.Drawing.Size(284, 12);
  928. this.labelLine15.TabIndex = 24;
  929. //
  930. // udShadowOffset
  931. //
  932. this.udShadowOffset.Location = new System.Drawing.Point(128, 304);
  933. this.udShadowOffset.Name = "udShadowOffset";
  934. this.udShadowOffset.Size = new System.Drawing.Size(60, 20);
  935. this.udShadowOffset.TabIndex = 22;
  936. this.udShadowOffset.ValueChanged += new System.EventHandler(this.udShadowOffset_ValueChanged);
  937. //
  938. // udBorderWidth
  939. //
  940. this.udBorderWidth.Location = new System.Drawing.Point(128, 236);
  941. this.udBorderWidth.Name = "udBorderWidth";
  942. this.udBorderWidth.Size = new System.Drawing.Size(60, 20);
  943. this.udBorderWidth.TabIndex = 21;
  944. this.udBorderWidth.ValueChanged += new System.EventHandler(this.udBorderWidth_ValueChanged);
  945. //
  946. // cbxShadowColor
  947. //
  948. this.cbxShadowColor.Color = System.Drawing.Color.Transparent;
  949. this.cbxShadowColor.Location = new System.Drawing.Point(128, 276);
  950. this.cbxShadowColor.Name = "cbxShadowColor";
  951. this.cbxShadowColor.ShowColorName = true;
  952. this.cbxShadowColor.Size = new System.Drawing.Size(172, 21);
  953. this.cbxShadowColor.TabIndex = 18;
  954. this.cbxShadowColor.ColorSelected += new System.EventHandler(this.cbxShadowColor_ColorSelected);
  955. //
  956. // cbxBorderColor
  957. //
  958. this.cbxBorderColor.Color = System.Drawing.Color.Transparent;
  959. this.cbxBorderColor.Location = new System.Drawing.Point(128, 180);
  960. this.cbxBorderColor.Name = "cbxBorderColor";
  961. this.cbxBorderColor.ShowColorName = true;
  962. this.cbxBorderColor.Size = new System.Drawing.Size(172, 21);
  963. this.cbxBorderColor.TabIndex = 19;
  964. this.cbxBorderColor.ColorSelected += new System.EventHandler(this.cbxBorderColor_ColorSelected);
  965. //
  966. // cbxBackColor
  967. //
  968. this.cbxBackColor.Color = System.Drawing.Color.Transparent;
  969. this.cbxBackColor.Location = new System.Drawing.Point(128, 56);
  970. this.cbxBackColor.Name = "cbxBackColor";
  971. this.cbxBackColor.ShowColorName = true;
  972. this.cbxBackColor.Size = new System.Drawing.Size(172, 21);
  973. this.cbxBackColor.TabIndex = 20;
  974. this.cbxBackColor.ColorSelected += new System.EventHandler(this.cbxBackColor_ColorSelected);
  975. //
  976. // cbxSecondaryColor
  977. //
  978. this.cbxSecondaryColor.Color = System.Drawing.Color.Transparent;
  979. this.cbxSecondaryColor.Location = new System.Drawing.Point(128, 84);
  980. this.cbxSecondaryColor.Name = "cbxSecondaryColor";
  981. this.cbxSecondaryColor.ShowColorName = true;
  982. this.cbxSecondaryColor.Size = new System.Drawing.Size(172, 21);
  983. this.cbxSecondaryColor.TabIndex = 20;
  984. this.cbxSecondaryColor.ColorSelected += new System.EventHandler(this.cbxSecondaryColor_ColorSelected);
  985. //
  986. // cbxBorderStyle
  987. //
  988. this.cbxBorderStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  989. this.cbxBorderStyle.FormattingEnabled = true;
  990. this.cbxBorderStyle.Location = new System.Drawing.Point(128, 208);
  991. this.cbxBorderStyle.Name = "cbxBorderStyle";
  992. this.cbxBorderStyle.Size = new System.Drawing.Size(172, 21);
  993. this.cbxBorderStyle.TabIndex = 16;
  994. this.cbxBorderStyle.SelectedIndexChanged += new System.EventHandler(this.cbxBorderStyle_SelectedIndexChanged);
  995. //
  996. // lblBorderStyle
  997. //
  998. this.lblBorderStyle.AutoSize = true;
  999. this.lblBorderStyle.Location = new System.Drawing.Point(16, 212);
  1000. this.lblBorderStyle.Name = "lblBorderStyle";
  1001. this.lblBorderStyle.Size = new System.Drawing.Size(65, 13);
  1002. this.lblBorderStyle.TabIndex = 13;
  1003. this.lblBorderStyle.Text = "Border style:";
  1004. //
  1005. // cbxGradient
  1006. //
  1007. this.cbxGradient.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1008. this.cbxGradient.FormattingEnabled = true;
  1009. this.cbxGradient.Location = new System.Drawing.Point(128, 112);
  1010. this.cbxGradient.Name = "cbxGradient";
  1011. this.cbxGradient.Size = new System.Drawing.Size(172, 21);
  1012. this.cbxGradient.TabIndex = 17;
  1013. this.cbxGradient.SelectedIndexChanged += new System.EventHandler(this.cbxGradient_SelectedIndexChanged);
  1014. //
  1015. // lblShadowOffset
  1016. //
  1017. this.lblShadowOffset.AutoSize = true;
  1018. this.lblShadowOffset.Location = new System.Drawing.Point(16, 308);
  1019. this.lblShadowOffset.Name = "lblShadowOffset";
  1020. this.lblShadowOffset.Size = new System.Drawing.Size(78, 13);
  1021. this.lblShadowOffset.TabIndex = 8;
  1022. this.lblShadowOffset.Text = "Shadow offset:";
  1023. //
  1024. // lblShadowColor
  1025. //
  1026. this.lblShadowColor.AutoSize = true;
  1027. this.lblShadowColor.Location = new System.Drawing.Point(16, 280);
  1028. this.lblShadowColor.Name = "lblShadowColor";
  1029. this.lblShadowColor.Size = new System.Drawing.Size(75, 13);
  1030. this.lblShadowColor.TabIndex = 5;
  1031. this.lblShadowColor.Text = "Shadow color:";
  1032. //
  1033. // lblBorderWidth
  1034. //
  1035. this.lblBorderWidth.AutoSize = true;
  1036. this.lblBorderWidth.Location = new System.Drawing.Point(16, 240);
  1037. this.lblBorderWidth.Name = "lblBorderWidth";
  1038. this.lblBorderWidth.Size = new System.Drawing.Size(69, 13);
  1039. this.lblBorderWidth.TabIndex = 6;
  1040. this.lblBorderWidth.Text = "Border width:";
  1041. //
  1042. // lblBorderColor
  1043. //
  1044. this.lblBorderColor.AutoSize = true;
  1045. this.lblBorderColor.Location = new System.Drawing.Point(16, 184);
  1046. this.lblBorderColor.Name = "lblBorderColor";
  1047. this.lblBorderColor.Size = new System.Drawing.Size(67, 13);
  1048. this.lblBorderColor.TabIndex = 11;
  1049. this.lblBorderColor.Text = "Border color:";
  1050. //
  1051. // lblBackColor
  1052. //
  1053. this.lblBackColor.AutoSize = true;
  1054. this.lblBackColor.Location = new System.Drawing.Point(16, 60);
  1055. this.lblBackColor.Name = "lblBackColor";
  1056. this.lblBackColor.Size = new System.Drawing.Size(61, 13);
  1057. this.lblBackColor.TabIndex = 9;
  1058. this.lblBackColor.Text = "Back color:";
  1059. //
  1060. // lblHatchStyle
  1061. //
  1062. this.lblHatchStyle.AutoSize = true;
  1063. this.lblHatchStyle.Location = new System.Drawing.Point(16, 144);
  1064. this.lblHatchStyle.Name = "lblHatchStyle";
  1065. this.lblHatchStyle.Size = new System.Drawing.Size(63, 13);
  1066. this.lblHatchStyle.TabIndex = 12;
  1067. this.lblHatchStyle.Text = "Hatch style:";
  1068. //
  1069. // lblSecondaryColor
  1070. //
  1071. this.lblSecondaryColor.AutoSize = true;
  1072. this.lblSecondaryColor.Location = new System.Drawing.Point(16, 88);
  1073. this.lblSecondaryColor.Name = "lblSecondaryColor";
  1074. this.lblSecondaryColor.Size = new System.Drawing.Size(87, 13);
  1075. this.lblSecondaryColor.TabIndex = 9;
  1076. this.lblSecondaryColor.Text = "Secondary color:";
  1077. //
  1078. // lblGradient
  1079. //
  1080. this.lblGradient.AutoSize = true;
  1081. this.lblGradient.Location = new System.Drawing.Point(16, 116);
  1082. this.lblGradient.Name = "lblGradient";
  1083. this.lblGradient.Size = new System.Drawing.Size(50, 13);
  1084. this.lblGradient.TabIndex = 10;
  1085. this.lblGradient.Text = "Gradient:";
  1086. //
  1087. // cbxPalette
  1088. //
  1089. this.cbxPalette.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1090. this.cbxPalette.FormattingEnabled = true;
  1091. this.cbxPalette.Location = new System.Drawing.Point(128, 16);
  1092. this.cbxPalette.Name = "cbxPalette";
  1093. this.cbxPalette.Size = new System.Drawing.Size(172, 21);
  1094. this.cbxPalette.TabIndex = 14;
  1095. this.cbxPalette.SelectedIndexChanged += new System.EventHandler(this.cbxPalette_SelectedIndexChanged);
  1096. //
  1097. // lblPalette
  1098. //
  1099. this.lblPalette.AutoSize = true;
  1100. this.lblPalette.Location = new System.Drawing.Point(16, 20);
  1101. this.lblPalette.Name = "lblPalette";
  1102. this.lblPalette.Size = new System.Drawing.Size(43, 13);
  1103. this.lblPalette.TabIndex = 7;
  1104. this.lblPalette.Text = "Palette:";
  1105. //
  1106. // pgLabels
  1107. //
  1108. this.pgLabels.BackColor = System.Drawing.SystemColors.Window;
  1109. this.pgLabels.Controls.Add(this.labelLine16);
  1110. this.pgLabels.Controls.Add(this.labelLine17);
  1111. this.pgLabels.Controls.Add(this.udLabelBorderWidth);
  1112. this.pgLabels.Controls.Add(this.cbxLabelBorderColor);
  1113. this.pgLabels.Controls.Add(this.cbxLabelBorderStyle);
  1114. this.pgLabels.Controls.Add(this.lblLabelBorderStyle);
  1115. this.pgLabels.Controls.Add(this.lblLabelBorderWidth);
  1116. this.pgLabels.Controls.Add(this.lblLabelBorderColor);
  1117. this.pgLabels.Controls.Add(this.cbxLabelBackColor);
  1118. this.pgLabels.Controls.Add(this.lblLabelBackColor);
  1119. this.pgLabels.Controls.Add(this.cbxLabelForeColor);
  1120. this.pgLabels.Controls.Add(this.lblLabelForeColor);
  1121. this.pgLabels.Controls.Add(this.tbLabelFont);
  1122. this.pgLabels.Controls.Add(this.lblLabelFont);
  1123. this.pgLabels.Controls.Add(this.tbLabelFormat);
  1124. this.pgLabels.Controls.Add(this.lblLabelFormat);
  1125. this.pgLabels.Controls.Add(this.tbLabelPattern);
  1126. this.pgLabels.Controls.Add(this.lblLabelPattern);
  1127. this.pgLabels.Controls.Add(this.cbxLabelView);
  1128. this.pgLabels.Controls.Add(this.lblLabelView);
  1129. this.pgLabels.Dock = System.Windows.Forms.DockStyle.Fill;
  1130. this.pgLabels.Location = new System.Drawing.Point(120, 1);
  1131. this.pgLabels.Name = "pgLabels";
  1132. this.pgLabels.Size = new System.Drawing.Size(315, 502);
  1133. this.pgLabels.TabIndex = 3;
  1134. this.pgLabels.Text = "Labels";
  1135. //
  1136. // labelLine16
  1137. //
  1138. this.labelLine16.Location = new System.Drawing.Point(16, 96);
  1139. this.labelLine16.Name = "labelLine16";
  1140. this.labelLine16.Size = new System.Drawing.Size(284, 12);
  1141. this.labelLine16.TabIndex = 36;
  1142. //
  1143. // labelLine17
  1144. //
  1145. this.labelLine17.Location = new System.Drawing.Point(16, 192);
  1146. this.labelLine17.Name = "labelLine17";
  1147. this.labelLine17.Size = new System.Drawing.Size(284, 12);
  1148. this.labelLine17.TabIndex = 37;
  1149. //
  1150. // udLabelBorderWidth
  1151. //
  1152. this.udLabelBorderWidth.Location = new System.Drawing.Point(128, 264);
  1153. this.udLabelBorderWidth.Name = "udLabelBorderWidth";
  1154. this.udLabelBorderWidth.Size = new System.Drawing.Size(60, 20);
  1155. this.udLabelBorderWidth.TabIndex = 35;
  1156. this.udLabelBorderWidth.ValueChanged += new System.EventHandler(this.udLabelBorderWidth_ValueChanged);
  1157. //
  1158. // cbxLabelBorderColor
  1159. //
  1160. this.cbxLabelBorderColor.Color = System.Drawing.Color.Transparent;
  1161. this.cbxLabelBorderColor.Location = new System.Drawing.Point(128, 208);
  1162. this.cbxLabelBorderColor.Name = "cbxLabelBorderColor";
  1163. this.cbxLabelBorderColor.ShowColorName = true;
  1164. this.cbxLabelBorderColor.Size = new System.Drawing.Size(172, 21);
  1165. this.cbxLabelBorderColor.TabIndex = 34;
  1166. this.cbxLabelBorderColor.ColorSelected += new System.EventHandler(this.cbxLabelBorderColor_ColorSelected);
  1167. //
  1168. // cbxLabelBorderStyle
  1169. //
  1170. this.cbxLabelBorderStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1171. this.cbxLabelBorderStyle.FormattingEnabled = true;
  1172. this.cbxLabelBorderStyle.Location = new System.Drawing.Point(128, 236);
  1173. this.cbxLabelBorderStyle.Name = "cbxLabelBorderStyle";
  1174. this.cbxLabelBorderStyle.Size = new System.Drawing.Size(172, 21);
  1175. this.cbxLabelBorderStyle.TabIndex = 33;
  1176. this.cbxLabelBorderStyle.SelectedIndexChanged += new System.EventHandler(this.cbxLabelBorderStyle_SelectedIndexChanged);
  1177. //
  1178. // lblLabelBorderStyle
  1179. //
  1180. this.lblLabelBorderStyle.AutoSize = true;
  1181. this.lblLabelBorderStyle.Location = new System.Drawing.Point(16, 240);
  1182. this.lblLabelBorderStyle.Name = "lblLabelBorderStyle";
  1183. this.lblLabelBorderStyle.Size = new System.Drawing.Size(65, 13);
  1184. this.lblLabelBorderStyle.TabIndex = 30;
  1185. this.lblLabelBorderStyle.Text = "Border style:";
  1186. //
  1187. // lblLabelBorderWidth
  1188. //
  1189. this.lblLabelBorderWidth.AutoSize = true;
  1190. this.lblLabelBorderWidth.Location = new System.Drawing.Point(16, 268);
  1191. this.lblLabelBorderWidth.Name = "lblLabelBorderWidth";
  1192. this.lblLabelBorderWidth.Size = new System.Drawing.Size(69, 13);
  1193. this.lblLabelBorderWidth.TabIndex = 31;
  1194. this.lblLabelBorderWidth.Text = "Border width:";
  1195. //
  1196. // lblLabelBorderColor
  1197. //
  1198. this.lblLabelBorderColor.AutoSize = true;
  1199. this.lblLabelBorderColor.Location = new System.Drawing.Point(16, 212);
  1200. this.lblLabelBorderColor.Name = "lblLabelBorderColor";
  1201. this.lblLabelBorderColor.Size = new System.Drawing.Size(67, 13);
  1202. this.lblLabelBorderColor.TabIndex = 32;
  1203. this.lblLabelBorderColor.Text = "Border color:";
  1204. //
  1205. // cbxLabelBackColor
  1206. //
  1207. this.cbxLabelBackColor.Color = System.Drawing.Color.Transparent;
  1208. this.cbxLabelBackColor.Location = new System.Drawing.Point(128, 168);
  1209. this.cbxLabelBackColor.Name = "cbxLabelBackColor";
  1210. this.cbxLabelBackColor.ShowColorName = true;
  1211. this.cbxLabelBackColor.Size = new System.Drawing.Size(172, 21);
  1212. this.cbxLabelBackColor.TabIndex = 28;
  1213. this.cbxLabelBackColor.ColorSelected += new System.EventHandler(this.cbxLabelBackColor_ColorSelected);
  1214. //
  1215. // lblLabelBackColor
  1216. //
  1217. this.lblLabelBackColor.AutoSize = true;
  1218. this.lblLabelBackColor.Location = new System.Drawing.Point(16, 172);
  1219. this.lblLabelBackColor.Name = "lblLabelBackColor";
  1220. this.lblLabelBackColor.Size = new System.Drawing.Size(61, 13);
  1221. this.lblLabelBackColor.TabIndex = 27;
  1222. this.lblLabelBackColor.Text = "Back color:";
  1223. //
  1224. // cbxLabelForeColor
  1225. //
  1226. this.cbxLabelForeColor.Color = System.Drawing.Color.Transparent;
  1227. this.cbxLabelForeColor.Location = new System.Drawing.Point(128, 140);
  1228. this.cbxLabelForeColor.Name = "cbxLabelForeColor";
  1229. this.cbxLabelForeColor.ShowColorName = true;
  1230. this.cbxLabelForeColor.Size = new System.Drawing.Size(172, 21);
  1231. this.cbxLabelForeColor.TabIndex = 29;
  1232. this.cbxLabelForeColor.ColorSelected += new System.EventHandler(this.cbxLabelForeColor_ColorSelected);
  1233. //
  1234. // lblLabelForeColor
  1235. //
  1236. this.lblLabelForeColor.AutoSize = true;
  1237. this.lblLabelForeColor.Location = new System.Drawing.Point(16, 144);
  1238. this.lblLabelForeColor.Name = "lblLabelForeColor";
  1239. this.lblLabelForeColor.Size = new System.Drawing.Size(57, 13);
  1240. this.lblLabelForeColor.TabIndex = 26;
  1241. this.lblLabelForeColor.Text = "Fore color:";
  1242. //
  1243. // tbLabelFont
  1244. //
  1245. this.tbLabelFont.Image = null;
  1246. this.tbLabelFont.Location = new System.Drawing.Point(128, 112);
  1247. this.tbLabelFont.Name = "tbLabelFont";
  1248. this.tbLabelFont.Size = new System.Drawing.Size(172, 21);
  1249. this.tbLabelFont.TabIndex = 25;
  1250. this.tbLabelFont.ButtonClick += new System.EventHandler(this.tbLabelFont_ButtonClick);
  1251. //
  1252. // lblLabelFont
  1253. //
  1254. this.lblLabelFont.AutoSize = true;
  1255. this.lblLabelFont.Location = new System.Drawing.Point(16, 116);
  1256. this.lblLabelFont.Name = "lblLabelFont";
  1257. this.lblLabelFont.Size = new System.Drawing.Size(31, 13);
  1258. this.lblLabelFont.TabIndex = 24;
  1259. this.lblLabelFont.Text = "Font:";
  1260. //
  1261. // tbLabelFormat
  1262. //
  1263. this.tbLabelFormat.Location = new System.Drawing.Point(128, 72);
  1264. this.tbLabelFormat.Name = "tbLabelFormat";
  1265. this.tbLabelFormat.Size = new System.Drawing.Size(172, 20);
  1266. this.tbLabelFormat.TabIndex = 21;
  1267. this.tbLabelFormat.Leave += new System.EventHandler(this.tbLabelFormat_Leave);
  1268. //
  1269. // lblLabelFormat
  1270. //
  1271. this.lblLabelFormat.AutoSize = true;
  1272. this.lblLabelFormat.Location = new System.Drawing.Point(16, 76);
  1273. this.lblLabelFormat.Name = "lblLabelFormat";
  1274. this.lblLabelFormat.Size = new System.Drawing.Size(42, 13);
  1275. this.lblLabelFormat.TabIndex = 18;
  1276. this.lblLabelFormat.Text = "Format:";
  1277. //
  1278. // tbLabelPattern
  1279. //
  1280. this.tbLabelPattern.Location = new System.Drawing.Point(128, 44);
  1281. this.tbLabelPattern.Name = "tbLabelPattern";
  1282. this.tbLabelPattern.Size = new System.Drawing.Size(172, 20);
  1283. this.tbLabelPattern.TabIndex = 22;
  1284. this.tbLabelPattern.Leave += new System.EventHandler(this.tbLabelPattern_Leave);
  1285. //
  1286. // lblLabelPattern
  1287. //
  1288. this.lblLabelPattern.AutoSize = true;
  1289. this.lblLabelPattern.Location = new System.Drawing.Point(16, 48);
  1290. this.lblLabelPattern.Name = "lblLabelPattern";
  1291. this.lblLabelPattern.Size = new System.Drawing.Size(44, 13);
  1292. this.lblLabelPattern.TabIndex = 20;
  1293. this.lblLabelPattern.Text = "Pattern:";
  1294. //
  1295. // cbxLabelView
  1296. //
  1297. this.cbxLabelView.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1298. this.cbxLabelView.FormattingEnabled = true;
  1299. this.cbxLabelView.Location = new System.Drawing.Point(128, 16);
  1300. this.cbxLabelView.Name = "cbxLabelView";
  1301. this.cbxLabelView.Size = new System.Drawing.Size(172, 21);
  1302. this.cbxLabelView.TabIndex = 17;
  1303. this.cbxLabelView.SelectedIndexChanged += new System.EventHandler(this.cbxLabelView_SelectedIndexChanged);
  1304. //
  1305. // lblLabelView
  1306. //
  1307. this.lblLabelView.AutoSize = true;
  1308. this.lblLabelView.Location = new System.Drawing.Point(16, 20);
  1309. this.lblLabelView.Name = "lblLabelView";
  1310. this.lblLabelView.Size = new System.Drawing.Size(61, 13);
  1311. this.lblLabelView.TabIndex = 16;
  1312. this.lblLabelView.Text = "Label view:";
  1313. //
  1314. // pgMarkers
  1315. //
  1316. this.pgMarkers.BackColor = System.Drawing.SystemColors.Window;
  1317. this.pgMarkers.Controls.Add(this.labelLine18);
  1318. this.pgMarkers.Controls.Add(this.udMarkerBorderWidth);
  1319. this.pgMarkers.Controls.Add(this.cbxMarkerBorderColor);
  1320. this.pgMarkers.Controls.Add(this.lblMarkerBorderWidth);
  1321. this.pgMarkers.Controls.Add(this.lblMarkerBorderColor);
  1322. this.pgMarkers.Controls.Add(this.cbxMarkerColor);
  1323. this.pgMarkers.Controls.Add(this.lblMarkerColor);
  1324. this.pgMarkers.Controls.Add(this.udMarkerStep);
  1325. this.pgMarkers.Controls.Add(this.lblMarkerStep);
  1326. this.pgMarkers.Controls.Add(this.udMarkerSize);
  1327. this.pgMarkers.Controls.Add(this.lblMarkerSize);
  1328. this.pgMarkers.Controls.Add(this.cbxMarkerStyle);
  1329. this.pgMarkers.Controls.Add(this.lblMarkerStyle);
  1330. this.pgMarkers.Dock = System.Windows.Forms.DockStyle.Fill;
  1331. this.pgMarkers.Location = new System.Drawing.Point(120, 1);
  1332. this.pgMarkers.Name = "pgMarkers";
  1333. this.pgMarkers.Size = new System.Drawing.Size(315, 502);
  1334. this.pgMarkers.TabIndex = 4;
  1335. this.pgMarkers.Text = "Markers";
  1336. //
  1337. // labelLine18
  1338. //
  1339. this.labelLine18.Location = new System.Drawing.Point(16, 96);
  1340. this.labelLine18.Name = "labelLine18";
  1341. this.labelLine18.Size = new System.Drawing.Size(284, 12);
  1342. this.labelLine18.TabIndex = 35;
  1343. //
  1344. // udMarkerBorderWidth
  1345. //
  1346. this.udMarkerBorderWidth.Location = new System.Drawing.Point(128, 168);
  1347. this.udMarkerBorderWidth.Name = "udMarkerBorderWidth";
  1348. this.udMarkerBorderWidth.Size = new System.Drawing.Size(60, 20);
  1349. this.udMarkerBorderWidth.TabIndex = 34;
  1350. this.udMarkerBorderWidth.ValueChanged += new System.EventHandler(this.udMarkerBorderWidth_ValueChanged);
  1351. //
  1352. // cbxMarkerBorderColor
  1353. //
  1354. this.cbxMarkerBorderColor.Color = System.Drawing.Color.Transparent;
  1355. this.cbxMarkerBorderColor.Location = new System.Drawing.Point(128, 140);
  1356. this.cbxMarkerBorderColor.Name = "cbxMarkerBorderColor";
  1357. this.cbxMarkerBorderColor.ShowColorName = true;
  1358. this.cbxMarkerBorderColor.Size = new System.Drawing.Size(172, 21);
  1359. this.cbxMarkerBorderColor.TabIndex = 33;
  1360. this.cbxMarkerBorderColor.ColorSelected += new System.EventHandler(this.cbxMarkerBorderColor_ColorSelected);
  1361. //
  1362. // lblMarkerBorderWidth
  1363. //
  1364. this.lblMarkerBorderWidth.AutoSize = true;
  1365. this.lblMarkerBorderWidth.Location = new System.Drawing.Point(16, 172);
  1366. this.lblMarkerBorderWidth.Name = "lblMarkerBorderWidth";
  1367. this.lblMarkerBorderWidth.Size = new System.Drawing.Size(69, 13);
  1368. this.lblMarkerBorderWidth.TabIndex = 31;
  1369. this.lblMarkerBorderWidth.Text = "Border width:";
  1370. //
  1371. // lblMarkerBorderColor
  1372. //
  1373. this.lblMarkerBorderColor.AutoSize = true;
  1374. this.lblMarkerBorderColor.Location = new System.Drawing.Point(16, 144);
  1375. this.lblMarkerBorderColor.Name = "lblMarkerBorderColor";
  1376. this.lblMarkerBorderColor.Size = new System.Drawing.Size(67, 13);
  1377. this.lblMarkerBorderColor.TabIndex = 32;
  1378. this.lblMarkerBorderColor.Text = "Border color:";
  1379. //
  1380. // cbxMarkerColor
  1381. //
  1382. this.cbxMarkerColor.Color = System.Drawing.Color.Transparent;
  1383. this.cbxMarkerColor.Location = new System.Drawing.Point(128, 112);
  1384. this.cbxMarkerColor.Name = "cbxMarkerColor";
  1385. this.cbxMarkerColor.ShowColorName = true;
  1386. this.cbxMarkerColor.Size = new System.Drawing.Size(172, 21);
  1387. this.cbxMarkerColor.TabIndex = 30;
  1388. this.cbxMarkerColor.ColorSelected += new System.EventHandler(this.cbxMarkerColor_ColorSelected);
  1389. //
  1390. // lblMarkerColor
  1391. //
  1392. this.lblMarkerColor.AutoSize = true;
  1393. this.lblMarkerColor.Location = new System.Drawing.Point(16, 116);
  1394. this.lblMarkerColor.Name = "lblMarkerColor";
  1395. this.lblMarkerColor.Size = new System.Drawing.Size(34, 13);
  1396. this.lblMarkerColor.TabIndex = 29;
  1397. this.lblMarkerColor.Text = "Color:";
  1398. //
  1399. // udMarkerStep
  1400. //
  1401. this.udMarkerStep.Location = new System.Drawing.Point(128, 72);
  1402. this.udMarkerStep.Name = "udMarkerStep";
  1403. this.udMarkerStep.Size = new System.Drawing.Size(60, 20);
  1404. this.udMarkerStep.TabIndex = 27;
  1405. this.udMarkerStep.Minimum = new decimal(1);
  1406. this.udMarkerStep.ValueChanged += new System.EventHandler(this.udMarkerStep_ValueChanged);
  1407. //
  1408. // lblMarkerStep
  1409. //
  1410. this.lblMarkerStep.AutoSize = true;
  1411. this.lblMarkerStep.Location = new System.Drawing.Point(16, 76);
  1412. this.lblMarkerStep.Name = "lblMarkerStep";
  1413. this.lblMarkerStep.Size = new System.Drawing.Size(32, 13);
  1414. this.lblMarkerStep.TabIndex = 25;
  1415. this.lblMarkerStep.Text = "Step:";
  1416. //
  1417. // udMarkerSize
  1418. //
  1419. this.udMarkerSize.Location = new System.Drawing.Point(128, 44);
  1420. this.udMarkerSize.Name = "udMarkerSize";
  1421. this.udMarkerSize.Size = new System.Drawing.Size(60, 20);
  1422. this.udMarkerSize.TabIndex = 28;
  1423. this.udMarkerSize.ValueChanged += new System.EventHandler(this.udMarkerSize_ValueChanged);
  1424. //
  1425. // lblMarkerSize
  1426. //
  1427. this.lblMarkerSize.AutoSize = true;
  1428. this.lblMarkerSize.Location = new System.Drawing.Point(16, 48);
  1429. this.lblMarkerSize.Name = "lblMarkerSize";
  1430. this.lblMarkerSize.Size = new System.Drawing.Size(30, 13);
  1431. this.lblMarkerSize.TabIndex = 26;
  1432. this.lblMarkerSize.Text = "Size:";
  1433. //
  1434. // cbxMarkerStyle
  1435. //
  1436. this.cbxMarkerStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1437. this.cbxMarkerStyle.FormattingEnabled = true;
  1438. this.cbxMarkerStyle.Location = new System.Drawing.Point(128, 16);
  1439. this.cbxMarkerStyle.Name = "cbxMarkerStyle";
  1440. this.cbxMarkerStyle.Size = new System.Drawing.Size(172, 21);
  1441. this.cbxMarkerStyle.TabIndex = 24;
  1442. this.cbxMarkerStyle.SelectedIndexChanged += new System.EventHandler(this.cbxMarkerStyle_SelectedIndexChanged);
  1443. //
  1444. // lblMarkerStyle
  1445. //
  1446. this.lblMarkerStyle.AutoSize = true;
  1447. this.lblMarkerStyle.Location = new System.Drawing.Point(16, 20);
  1448. this.lblMarkerStyle.Name = "lblMarkerStyle";
  1449. this.lblMarkerStyle.Size = new System.Drawing.Size(33, 13);
  1450. this.lblMarkerStyle.TabIndex = 23;
  1451. this.lblMarkerStyle.Text = "Style:";
  1452. //
  1453. // SeriesEditorControl
  1454. //
  1455. this.Controls.Add(this.pageControl2);
  1456. this.Name = "SeriesEditorControl";
  1457. this.Size = new System.Drawing.Size(436, 504);
  1458. this.pageControl2.ResumeLayout(false);
  1459. this.pgData.ResumeLayout(false);
  1460. this.pgData.PerformLayout();
  1461. this.pnOtherData.ResumeLayout(false);
  1462. this.pnOtherData.PerformLayout();
  1463. this.pnData.ResumeLayout(false);
  1464. this.pnData.PerformLayout();
  1465. this.pgValues.ResumeLayout(false);
  1466. ((System.ComponentModel.ISupportInitialize)(this.gvValues)).EndInit();
  1467. this.pgDataProcessing.ResumeLayout(false);
  1468. this.pgDataProcessing.PerformLayout();
  1469. this.pnExplode.ResumeLayout(false);
  1470. this.pnExplode.PerformLayout();
  1471. this.pnCollectData.ResumeLayout(false);
  1472. this.pnCollectData.PerformLayout();
  1473. ((System.ComponentModel.ISupportInitialize)(this.udCollectValue)).EndInit();
  1474. ((System.ComponentModel.ISupportInitialize)(this.udGroupInterval)).EndInit();
  1475. this.pgFillBorder.ResumeLayout(false);
  1476. this.pgFillBorder.PerformLayout();
  1477. ((System.ComponentModel.ISupportInitialize)(this.udShadowOffset)).EndInit();
  1478. ((System.ComponentModel.ISupportInitialize)(this.udBorderWidth)).EndInit();
  1479. this.pgLabels.ResumeLayout(false);
  1480. this.pgLabels.PerformLayout();
  1481. ((System.ComponentModel.ISupportInitialize)(this.udLabelBorderWidth)).EndInit();
  1482. this.pgMarkers.ResumeLayout(false);
  1483. this.pgMarkers.PerformLayout();
  1484. ((System.ComponentModel.ISupportInitialize)(this.udMarkerBorderWidth)).EndInit();
  1485. ((System.ComponentModel.ISupportInitialize)(this.udMarkerStep)).EndInit();
  1486. ((System.ComponentModel.ISupportInitialize)(this.udMarkerSize)).EndInit();
  1487. this.ResumeLayout(false);
  1488. }
  1489. #endregion
  1490. private FastReport.Controls.PageControl pageControl2;
  1491. private FastReport.Controls.PageControlPage pgData;
  1492. private FastReport.Controls.PageControlPage pgValues;
  1493. private System.Windows.Forms.DataGridView gvValues;
  1494. private FastReport.Controls.PageControlPage pgDataProcessing;
  1495. private FastReport.Controls.PageControlPage pgFillBorder;
  1496. private FastReport.Controls.PageControlPage pgLabels;
  1497. private FastReport.Controls.PageControlPage pgMarkers;
  1498. private FastReport.Controls.LabelLine labelLine10;
  1499. private FastReport.Controls.LabelLine labelLine11;
  1500. private FastReport.Controls.TextBoxButton tbFilter;
  1501. private System.Windows.Forms.Label lblFilter;
  1502. private System.Windows.Forms.ComboBox cbxYValueType;
  1503. private System.Windows.Forms.ComboBox cbxXValueType;
  1504. private System.Windows.Forms.Label lblYValueType;
  1505. private System.Windows.Forms.Label lblXValueType;
  1506. private System.Windows.Forms.TextBox tbName;
  1507. private System.Windows.Forms.Label lblName;
  1508. private System.Windows.Forms.Panel pnData;
  1509. private FastReport.Controls.DataColumnComboBox cbxYValue4;
  1510. private System.Windows.Forms.Label lblYValue4;
  1511. private FastReport.Controls.DataColumnComboBox cbxYValue3;
  1512. private System.Windows.Forms.Label lblYValue3;
  1513. private FastReport.Controls.DataColumnComboBox cbxYValue2;
  1514. private System.Windows.Forms.Label lblYValue2;
  1515. private FastReport.Controls.DataColumnComboBox cbxYValue1;
  1516. private System.Windows.Forms.Label lblYValue1;
  1517. private FastReport.Controls.DataColumnComboBox cbxXValue;
  1518. private System.Windows.Forms.Label lblXValue;
  1519. private FastReport.Controls.LabelLine labelLine12;
  1520. private FastReport.Controls.LabelLine labelLine13;
  1521. private System.Windows.Forms.TextBox tbCollectedItemText;
  1522. private System.Windows.Forms.Label lblCollectedItemText;
  1523. private System.Windows.Forms.NumericUpDown udCollectValue;
  1524. private System.Windows.Forms.Label lblCollectValue;
  1525. private System.Windows.Forms.Label lblSortOrder;
  1526. private System.Windows.Forms.Label lblSortBy;
  1527. private System.Windows.Forms.ComboBox cbxSortOrder;
  1528. private System.Windows.Forms.ComboBox cbxSortBy;
  1529. private System.Windows.Forms.ComboBox cbxGroupFunction;
  1530. private System.Windows.Forms.Label lblGroupFunction;
  1531. private FastReport.Controls.LabelLine labelLine14;
  1532. private FastReport.Controls.LabelLine labelLine15;
  1533. private System.Windows.Forms.NumericUpDown udShadowOffset;
  1534. private System.Windows.Forms.NumericUpDown udBorderWidth;
  1535. private FastReport.Controls.ColorComboBox cbxShadowColor;
  1536. private FastReport.Controls.ColorComboBox cbxBorderColor;
  1537. private FastReport.Controls.ColorComboBox cbxSecondaryColor;
  1538. private System.Windows.Forms.ComboBox cbxBorderStyle;
  1539. private System.Windows.Forms.Label lblBorderStyle;
  1540. private System.Windows.Forms.ComboBox cbxGradient;
  1541. private System.Windows.Forms.Label lblShadowOffset;
  1542. private System.Windows.Forms.Label lblShadowColor;
  1543. private System.Windows.Forms.Label lblBorderWidth;
  1544. private System.Windows.Forms.Label lblBorderColor;
  1545. private System.Windows.Forms.Label lblHatchStyle;
  1546. private System.Windows.Forms.Label lblSecondaryColor;
  1547. private System.Windows.Forms.Label lblGradient;
  1548. private System.Windows.Forms.ComboBox cbxPalette;
  1549. private System.Windows.Forms.Label lblPalette;
  1550. private FastReport.Controls.LabelLine labelLine16;
  1551. private FastReport.Controls.LabelLine labelLine17;
  1552. private System.Windows.Forms.NumericUpDown udLabelBorderWidth;
  1553. private FastReport.Controls.ColorComboBox cbxLabelBorderColor;
  1554. private System.Windows.Forms.ComboBox cbxLabelBorderStyle;
  1555. private System.Windows.Forms.Label lblLabelBorderStyle;
  1556. private System.Windows.Forms.Label lblLabelBorderWidth;
  1557. private System.Windows.Forms.Label lblLabelBorderColor;
  1558. private FastReport.Controls.ColorComboBox cbxLabelBackColor;
  1559. private System.Windows.Forms.Label lblLabelBackColor;
  1560. private FastReport.Controls.ColorComboBox cbxLabelForeColor;
  1561. private System.Windows.Forms.Label lblLabelForeColor;
  1562. private FastReport.Controls.TextBoxButton tbLabelFont;
  1563. private System.Windows.Forms.Label lblLabelFont;
  1564. private System.Windows.Forms.TextBox tbLabelFormat;
  1565. private System.Windows.Forms.Label lblLabelFormat;
  1566. private System.Windows.Forms.TextBox tbLabelPattern;
  1567. private System.Windows.Forms.Label lblLabelPattern;
  1568. private System.Windows.Forms.ComboBox cbxLabelView;
  1569. private System.Windows.Forms.Label lblLabelView;
  1570. private FastReport.Controls.LabelLine labelLine18;
  1571. private System.Windows.Forms.NumericUpDown udMarkerBorderWidth;
  1572. private FastReport.Controls.ColorComboBox cbxMarkerBorderColor;
  1573. private System.Windows.Forms.Label lblMarkerBorderWidth;
  1574. private System.Windows.Forms.Label lblMarkerBorderColor;
  1575. private FastReport.Controls.ColorComboBox cbxMarkerColor;
  1576. private System.Windows.Forms.Label lblMarkerColor;
  1577. private System.Windows.Forms.NumericUpDown udMarkerStep;
  1578. private System.Windows.Forms.Label lblMarkerStep;
  1579. private System.Windows.Forms.NumericUpDown udMarkerSize;
  1580. private System.Windows.Forms.Label lblMarkerSize;
  1581. private System.Windows.Forms.ComboBox cbxMarkerStyle;
  1582. private System.Windows.Forms.Label lblMarkerStyle;
  1583. private FastReport.Controls.DataColumnComboBox cbxColor;
  1584. private System.Windows.Forms.Label lblColor;
  1585. private System.Windows.Forms.Panel pnOtherData;
  1586. private System.Windows.Forms.DataGridViewTextBoxColumn colX;
  1587. private System.Windows.Forms.DataGridViewTextBoxColumn colY1;
  1588. private System.Windows.Forms.DataGridViewTextBoxColumn colY2;
  1589. private System.Windows.Forms.DataGridViewTextBoxColumn colY3;
  1590. private System.Windows.Forms.DataGridViewTextBoxColumn colY4;
  1591. private System.Windows.Forms.ComboBox cbxHatchStyle;
  1592. private FastReport.Controls.ColorComboBox cbxBackColor;
  1593. private System.Windows.Forms.Label lblBackColor;
  1594. private FastReport.Controls.LabelLine labelLine1;
  1595. private System.Windows.Forms.Label lblXAxisType;
  1596. private System.Windows.Forms.Label lblYAxisType;
  1597. private System.Windows.Forms.ComboBox cbxXAxisType;
  1598. private System.Windows.Forms.ComboBox cbxYAxisType;
  1599. private FastReport.Controls.PageControlPage pgAppearance;
  1600. private System.Windows.Forms.Panel pnCollectData;
  1601. private System.Windows.Forms.ComboBox cbxCollectData;
  1602. private System.Windows.Forms.Label lblCollectData;
  1603. private FastReport.Controls.ColorComboBox cbxCollectedItemColor;
  1604. private System.Windows.Forms.Label lblCollectedItemColor;
  1605. private FastReport.Controls.LabelLine labelLine2;
  1606. private System.Windows.Forms.ComboBox cbxExplode;
  1607. private System.Windows.Forms.Label lblExplode;
  1608. private FastReport.Controls.TextBoxButton tbExplodedValue;
  1609. private System.Windows.Forms.Label lblExplodedValue;
  1610. private System.Windows.Forms.Panel pnExplode;
  1611. private System.Windows.Forms.NumericUpDown udGroupInterval;
  1612. private System.Windows.Forms.Label lblGroupInterval;
  1613. private System.Windows.Forms.ComboBox cbxGroupBy;
  1614. private System.Windows.Forms.Label lblGroupBy;
  1615. private System.Windows.Forms.CheckBox cbAutoSeriesForce;
  1616. private System.Windows.Forms.Label lblAutoSeriesData;
  1617. private Controls.LabelLine lblAutoSeries;
  1618. private Controls.DataColumnComboBox cbxAutoSeriesData;
  1619. }
  1620. }