SeriesEditorControl.Designer.cs 83 KB

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