1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627 |
- using FastReport.Controls;
- using System.ComponentModel;
- namespace FastReport.MSChart
- {
- #if !DEBUG
- [DesignTimeVisible(false)]
- #endif
- partial class SeriesEditorControl
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Component Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.pageControl2 = new FastReport.Controls.PageControl();
- this.pgData = new FastReport.Controls.PageControlPage();
- this.cbxAutoSeriesData = new FastReport.Controls.DataColumnComboBox();
- this.lblAutoSeries = new FastReport.Controls.LabelLine();
- this.lblAutoSeriesData = new System.Windows.Forms.Label();
- this.cbAutoSeriesForce = new System.Windows.Forms.CheckBox();
- this.tbFilter = new FastReport.Controls.TextBoxButton();
- this.pnOtherData = new System.Windows.Forms.Panel();
- this.cbxColor = new FastReport.Controls.DataColumnComboBox();
- this.lblColor = new System.Windows.Forms.Label();
- this.lblXAxisType = new System.Windows.Forms.Label();
- this.lblXValueType = new System.Windows.Forms.Label();
- this.lblYAxisType = new System.Windows.Forms.Label();
- this.lblYValueType = new System.Windows.Forms.Label();
- this.labelLine10 = new FastReport.Controls.LabelLine();
- this.cbxXAxisType = new System.Windows.Forms.ComboBox();
- this.cbxXValueType = new System.Windows.Forms.ComboBox();
- this.cbxYAxisType = new System.Windows.Forms.ComboBox();
- this.cbxYValueType = new System.Windows.Forms.ComboBox();
- this.labelLine11 = new FastReport.Controls.LabelLine();
- this.tbName = new System.Windows.Forms.TextBox();
- this.lblName = new System.Windows.Forms.Label();
- this.pnData = new System.Windows.Forms.Panel();
- this.cbxYValue4 = new FastReport.Controls.DataColumnComboBox();
- this.lblYValue4 = new System.Windows.Forms.Label();
- this.cbxYValue3 = new FastReport.Controls.DataColumnComboBox();
- this.lblYValue3 = new System.Windows.Forms.Label();
- this.cbxYValue2 = new FastReport.Controls.DataColumnComboBox();
- this.lblYValue2 = new System.Windows.Forms.Label();
- this.cbxYValue1 = new FastReport.Controls.DataColumnComboBox();
- this.lblYValue1 = new System.Windows.Forms.Label();
- this.cbxXValue = new FastReport.Controls.DataColumnComboBox();
- this.lblXValue = new System.Windows.Forms.Label();
- this.lblFilter = new System.Windows.Forms.Label();
- this.pgValues = new FastReport.Controls.PageControlPage();
- this.gvValues = new System.Windows.Forms.DataGridView();
- this.colX = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colY1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colY2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colY3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colY4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pgDataProcessing = new FastReport.Controls.PageControlPage();
- this.pnExplode = new System.Windows.Forms.Panel();
- this.cbxExplode = new System.Windows.Forms.ComboBox();
- this.tbExplodedValue = new FastReport.Controls.TextBoxButton();
- this.lblExplode = new System.Windows.Forms.Label();
- this.lblExplodedValue = new System.Windows.Forms.Label();
- this.labelLine2 = new FastReport.Controls.LabelLine();
- this.pnCollectData = new System.Windows.Forms.Panel();
- this.cbxCollectedItemColor = new FastReport.Controls.ColorComboBox();
- this.lblCollectedItemColor = new System.Windows.Forms.Label();
- this.udCollectValue = new System.Windows.Forms.NumericUpDown();
- this.lblCollectValue = new System.Windows.Forms.Label();
- this.lblCollectedItemText = new System.Windows.Forms.Label();
- this.tbCollectedItemText = new System.Windows.Forms.TextBox();
- this.udGroupInterval = new System.Windows.Forms.NumericUpDown();
- this.lblGroupInterval = new System.Windows.Forms.Label();
- this.labelLine12 = new FastReport.Controls.LabelLine();
- this.labelLine13 = new FastReport.Controls.LabelLine();
- this.lblSortOrder = new System.Windows.Forms.Label();
- this.lblSortBy = new System.Windows.Forms.Label();
- this.cbxSortOrder = new System.Windows.Forms.ComboBox();
- this.cbxSortBy = new System.Windows.Forms.ComboBox();
- this.cbxCollectData = new System.Windows.Forms.ComboBox();
- this.lblCollectData = new System.Windows.Forms.Label();
- this.cbxGroupBy = new System.Windows.Forms.ComboBox();
- this.lblGroupBy = new System.Windows.Forms.Label();
- this.cbxGroupFunction = new System.Windows.Forms.ComboBox();
- this.lblGroupFunction = new System.Windows.Forms.Label();
- this.pgAppearance = new FastReport.Controls.PageControlPage();
- this.pgFillBorder = new FastReport.Controls.PageControlPage();
- this.cbxHatchStyle = new System.Windows.Forms.ComboBox();
- this.labelLine1 = new FastReport.Controls.LabelLine();
- this.labelLine14 = new FastReport.Controls.LabelLine();
- this.labelLine15 = new FastReport.Controls.LabelLine();
- this.udShadowOffset = new System.Windows.Forms.NumericUpDown();
- this.udBorderWidth = new System.Windows.Forms.NumericUpDown();
- this.cbxShadowColor = new FastReport.Controls.ColorComboBox();
- this.cbxBorderColor = new FastReport.Controls.ColorComboBox();
- this.cbxBackColor = new FastReport.Controls.ColorComboBox();
- this.cbxSecondaryColor = new FastReport.Controls.ColorComboBox();
- this.cbxBorderStyle = new System.Windows.Forms.ComboBox();
- this.lblBorderStyle = new System.Windows.Forms.Label();
- this.cbxGradient = new System.Windows.Forms.ComboBox();
- this.lblShadowOffset = new System.Windows.Forms.Label();
- this.lblShadowColor = new System.Windows.Forms.Label();
- this.lblBorderWidth = new System.Windows.Forms.Label();
- this.lblBorderColor = new System.Windows.Forms.Label();
- this.lblBackColor = new System.Windows.Forms.Label();
- this.lblHatchStyle = new System.Windows.Forms.Label();
- this.lblSecondaryColor = new System.Windows.Forms.Label();
- this.lblGradient = new System.Windows.Forms.Label();
- this.cbxPalette = new System.Windows.Forms.ComboBox();
- this.lblPalette = new System.Windows.Forms.Label();
- this.pgLabels = new FastReport.Controls.PageControlPage();
- this.labelLine16 = new FastReport.Controls.LabelLine();
- this.labelLine17 = new FastReport.Controls.LabelLine();
- this.udLabelBorderWidth = new System.Windows.Forms.NumericUpDown();
- this.cbxLabelBorderColor = new FastReport.Controls.ColorComboBox();
- this.cbxLabelBorderStyle = new System.Windows.Forms.ComboBox();
- this.lblLabelBorderStyle = new System.Windows.Forms.Label();
- this.lblLabelBorderWidth = new System.Windows.Forms.Label();
- this.lblLabelBorderColor = new System.Windows.Forms.Label();
- this.cbxLabelBackColor = new FastReport.Controls.ColorComboBox();
- this.lblLabelBackColor = new System.Windows.Forms.Label();
- this.cbxLabelForeColor = new FastReport.Controls.ColorComboBox();
- this.lblLabelForeColor = new System.Windows.Forms.Label();
- this.tbLabelFont = new FastReport.Controls.TextBoxButton();
- this.lblLabelFont = new System.Windows.Forms.Label();
- this.tbLabelFormat = new System.Windows.Forms.TextBox();
- this.lblLabelFormat = new System.Windows.Forms.Label();
- this.tbLabelPattern = new System.Windows.Forms.TextBox();
- this.lblLabelPattern = new System.Windows.Forms.Label();
- this.cbxLabelView = new System.Windows.Forms.ComboBox();
- this.lblLabelView = new System.Windows.Forms.Label();
- this.pgMarkers = new FastReport.Controls.PageControlPage();
- this.labelLine18 = new FastReport.Controls.LabelLine();
- this.udMarkerBorderWidth = new System.Windows.Forms.NumericUpDown();
- this.cbxMarkerBorderColor = new FastReport.Controls.ColorComboBox();
- this.lblMarkerBorderWidth = new System.Windows.Forms.Label();
- this.lblMarkerBorderColor = new System.Windows.Forms.Label();
- this.cbxMarkerColor = new FastReport.Controls.ColorComboBox();
- this.lblMarkerColor = new System.Windows.Forms.Label();
- this.udMarkerStep = new System.Windows.Forms.NumericUpDown();
- this.lblMarkerStep = new System.Windows.Forms.Label();
- this.udMarkerSize = new System.Windows.Forms.NumericUpDown();
- this.lblMarkerSize = new System.Windows.Forms.Label();
- this.cbxMarkerStyle = new System.Windows.Forms.ComboBox();
- this.lblMarkerStyle = new System.Windows.Forms.Label();
- this.pageControl2.SuspendLayout();
- this.pgData.SuspendLayout();
- this.pnOtherData.SuspendLayout();
- this.pnData.SuspendLayout();
- this.pgValues.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.gvValues)).BeginInit();
- this.pgDataProcessing.SuspendLayout();
- this.pnExplode.SuspendLayout();
- this.pnCollectData.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.udCollectValue)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.udGroupInterval)).BeginInit();
- this.pgFillBorder.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.udShadowOffset)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.udBorderWidth)).BeginInit();
- this.pgLabels.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.udLabelBorderWidth)).BeginInit();
- this.pgMarkers.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.udMarkerBorderWidth)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.udMarkerStep)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.udMarkerSize)).BeginInit();
- this.SuspendLayout();
- //
- // pageControl2
- //
- this.pageControl2.Controls.Add(this.pgData);
- this.pageControl2.Controls.Add(this.pgValues);
- this.pageControl2.Controls.Add(this.pgDataProcessing);
- this.pageControl2.Controls.Add(this.pgAppearance);
- this.pageControl2.Controls.Add(this.pgFillBorder);
- this.pageControl2.Controls.Add(this.pgLabels);
- this.pageControl2.Controls.Add(this.pgMarkers);
- this.pageControl2.HighlightPageIndex = -1;
- this.pageControl2.Location = new System.Drawing.Point(0, 0);
- this.pageControl2.Name = "pageControl2";
- this.pageControl2.SelectorWidth = 120;
- this.pageControl2.Size = new System.Drawing.Size(436, 504);
- this.pageControl2.TabIndex = 3;
- this.pageControl2.Text = "pageControl2";
- //
- // pgData
- //
- this.pgData.BackColor = System.Drawing.SystemColors.Window;
- this.pgData.Controls.Add(this.cbxAutoSeriesData);
- this.pgData.Controls.Add(this.lblAutoSeries);
- this.pgData.Controls.Add(this.lblAutoSeriesData);
- this.pgData.Controls.Add(this.cbAutoSeriesForce);
- this.pgData.Controls.Add(this.tbFilter);
- this.pgData.Controls.Add(this.pnOtherData);
- this.pgData.Controls.Add(this.labelLine11);
- this.pgData.Controls.Add(this.tbName);
- this.pgData.Controls.Add(this.lblName);
- this.pgData.Controls.Add(this.pnData);
- this.pgData.Controls.Add(this.lblFilter);
- this.pgData.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pgData.Location = new System.Drawing.Point(120, 1);
- this.pgData.Name = "pgData";
- this.pgData.Size = new System.Drawing.Size(315, 502);
- this.pgData.TabIndex = 0;
- this.pgData.Text = "Data";
- //
- // cbxAutoSeriesData
- //
- this.cbxAutoSeriesData.Location = new System.Drawing.Point(128, 115);
- this.cbxAutoSeriesData.Name = "cbxAutoSeriesData";
- this.cbxAutoSeriesData.Size = new System.Drawing.Size(172, 21);
- this.cbxAutoSeriesData.TabIndex = 34;
- this.cbxAutoSeriesData.Leave += new System.EventHandler(this.cbxAutoSeriesData_Leave);
- //
- // lblAutoSeries
- //
- this.lblAutoSeries.Location = new System.Drawing.Point(16, 70);
- this.lblAutoSeries.Name = "lblAutoSeries";
- this.lblAutoSeries.Size = new System.Drawing.Size(284, 16);
- this.lblAutoSeries.TabIndex = 33;
- this.lblAutoSeries.Text = "Auto-created series";
- //
- // lblAutoSeriesData
- //
- this.lblAutoSeriesData.AutoSize = true;
- this.lblAutoSeriesData.Location = new System.Drawing.Point(16, 119);
- this.lblAutoSeriesData.Name = "lblAutoSeriesData";
- this.lblAutoSeriesData.Size = new System.Drawing.Size(70, 13);
- this.lblAutoSeriesData.TabIndex = 31;
- this.lblAutoSeriesData.Text = "Data column:";
- //
- // cbAutoSeriesForce
- //
- this.cbAutoSeriesForce.AutoSize = true;
- this.cbAutoSeriesForce.Location = new System.Drawing.Point(128, 92);
- this.cbAutoSeriesForce.Name = "cbAutoSeriesForce";
- this.cbAutoSeriesForce.Size = new System.Drawing.Size(116, 17);
- this.cbAutoSeriesForce.TabIndex = 30;
- this.cbAutoSeriesForce.Text = "Force create series";
- this.cbAutoSeriesForce.UseVisualStyleBackColor = true;
- this.cbAutoSeriesForce.Leave += new System.EventHandler(this.cbAutoSeriesForce_Leave);
- //
- // tbFilter
- //
- this.tbFilter.Image = null;
- this.tbFilter.Location = new System.Drawing.Point(128, 44);
- this.tbFilter.Name = "tbFilter";
- this.tbFilter.Size = new System.Drawing.Size(172, 21);
- this.tbFilter.TabIndex = 26;
- this.tbFilter.ButtonClick += new System.EventHandler(this.tbFilter_ButtonClick);
- this.tbFilter.Leave += new System.EventHandler(this.tbFilter_Leave);
- //
- // pnOtherData
- //
- this.pnOtherData.Controls.Add(this.cbxColor);
- this.pnOtherData.Controls.Add(this.lblColor);
- this.pnOtherData.Controls.Add(this.lblXAxisType);
- this.pnOtherData.Controls.Add(this.lblXValueType);
- this.pnOtherData.Controls.Add(this.lblYAxisType);
- this.pnOtherData.Controls.Add(this.lblYValueType);
- this.pnOtherData.Controls.Add(this.labelLine10);
- this.pnOtherData.Controls.Add(this.cbxXAxisType);
- this.pnOtherData.Controls.Add(this.cbxXValueType);
- this.pnOtherData.Controls.Add(this.cbxYAxisType);
- this.pnOtherData.Controls.Add(this.cbxYValueType);
- this.pnOtherData.Location = new System.Drawing.Point(16, 291);
- this.pnOtherData.Name = "pnOtherData";
- this.pnOtherData.Size = new System.Drawing.Size(284, 204);
- this.pnOtherData.TabIndex = 29;
- //
- // cbxColor
- //
- this.cbxColor.Location = new System.Drawing.Point(112, 0);
- this.cbxColor.Name = "cbxColor";
- this.cbxColor.Size = new System.Drawing.Size(172, 21);
- this.cbxColor.TabIndex = 1;
- this.cbxColor.Leave += new System.EventHandler(this.cbxColor_Leave);
- //
- // lblColor
- //
- this.lblColor.AutoSize = true;
- this.lblColor.Location = new System.Drawing.Point(0, 4);
- this.lblColor.Name = "lblColor";
- this.lblColor.Size = new System.Drawing.Size(34, 13);
- this.lblColor.TabIndex = 0;
- this.lblColor.Text = "Color:";
- //
- // lblXAxisType
- //
- this.lblXAxisType.AutoSize = true;
- this.lblXAxisType.Location = new System.Drawing.Point(0, 100);
- this.lblXAxisType.Name = "lblXAxisType";
- this.lblXAxisType.Size = new System.Drawing.Size(38, 13);
- this.lblXAxisType.TabIndex = 19;
- this.lblXAxisType.Text = "X axis:";
- //
- // lblXValueType
- //
- this.lblXValueType.AutoSize = true;
- this.lblXValueType.Location = new System.Drawing.Point(0, 44);
- this.lblXValueType.Name = "lblXValueType";
- this.lblXValueType.Size = new System.Drawing.Size(69, 13);
- this.lblXValueType.TabIndex = 19;
- this.lblXValueType.Text = "X value type:";
- //
- // lblYAxisType
- //
- this.lblYAxisType.AutoSize = true;
- this.lblYAxisType.Location = new System.Drawing.Point(0, 128);
- this.lblYAxisType.Name = "lblYAxisType";
- this.lblYAxisType.Size = new System.Drawing.Size(38, 13);
- this.lblYAxisType.TabIndex = 18;
- this.lblYAxisType.Text = "Y axis:";
- //
- // lblYValueType
- //
- this.lblYValueType.AutoSize = true;
- this.lblYValueType.Location = new System.Drawing.Point(0, 72);
- this.lblYValueType.Name = "lblYValueType";
- this.lblYValueType.Size = new System.Drawing.Size(69, 13);
- this.lblYValueType.TabIndex = 18;
- this.lblYValueType.Text = "Y value type:";
- //
- // labelLine10
- //
- this.labelLine10.Location = new System.Drawing.Point(0, 24);
- this.labelLine10.Name = "labelLine10";
- this.labelLine10.Size = new System.Drawing.Size(284, 12);
- this.labelLine10.TabIndex = 28;
- //
- // cbxXAxisType
- //
- this.cbxXAxisType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbxXAxisType.FormattingEnabled = true;
- this.cbxXAxisType.Location = new System.Drawing.Point(112, 96);
- this.cbxXAxisType.Name = "cbxXAxisType";
- this.cbxXAxisType.Size = new System.Drawing.Size(172, 21);
- this.cbxXAxisType.TabIndex = 23;
- this.cbxXAxisType.SelectedIndexChanged += new System.EventHandler(this.cbxXAxisType_SelectedIndexChanged);
- //
- // cbxXValueType
- //
- this.cbxXValueType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbxXValueType.FormattingEnabled = true;
- this.cbxXValueType.Location = new System.Drawing.Point(112, 40);
- this.cbxXValueType.Name = "cbxXValueType";
- this.cbxXValueType.Size = new System.Drawing.Size(172, 21);
- this.cbxXValueType.TabIndex = 23;
- this.cbxXValueType.SelectedIndexChanged += new System.EventHandler(this.cbxXValueType_SelectedIndexChanged);
- //
- // cbxYAxisType
- //
- this.cbxYAxisType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbxYAxisType.FormattingEnabled = true;
- this.cbxYAxisType.Location = new System.Drawing.Point(112, 124);
- this.cbxYAxisType.Name = "cbxYAxisType";
- this.cbxYAxisType.Size = new System.Drawing.Size(172, 21);
- this.cbxYAxisType.TabIndex = 24;
- this.cbxYAxisType.SelectedIndexChanged += new System.EventHandler(this.cbxYAxisType_SelectedIndexChanged);
- //
- // cbxYValueType
- //
- this.cbxYValueType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbxYValueType.FormattingEnabled = true;
- this.cbxYValueType.Location = new System.Drawing.Point(112, 68);
- this.cbxYValueType.Name = "cbxYValueType";
- this.cbxYValueType.Size = new System.Drawing.Size(172, 21);
- this.cbxYValueType.TabIndex = 24;
- this.cbxYValueType.SelectedIndexChanged += new System.EventHandler(this.cbxYValueType_SelectedIndexChanged);
- //
- // labelLine11
- //
- this.labelLine11.Location = new System.Drawing.Point(16, 135);
- this.labelLine11.Name = "labelLine11";
- this.labelLine11.Size = new System.Drawing.Size(284, 12);
- this.labelLine11.TabIndex = 27;
- //
- // tbName
- //
- this.tbName.Location = new System.Drawing.Point(128, 16);
- this.tbName.Name = "tbName";
- this.tbName.Size = new System.Drawing.Size(172, 20);
- this.tbName.TabIndex = 22;
- this.tbName.Leave += new System.EventHandler(this.tbName_Leave);
- //
- // lblName
- //
- this.lblName.AutoSize = true;
- this.lblName.Location = new System.Drawing.Point(16, 20);
- this.lblName.Name = "lblName";
- this.lblName.Size = new System.Drawing.Size(38, 13);
- this.lblName.TabIndex = 21;
- this.lblName.Text = "Name:";
- //
- // pnData
- //
- this.pnData.Controls.Add(this.cbxYValue4);
- this.pnData.Controls.Add(this.lblYValue4);
- this.pnData.Controls.Add(this.cbxYValue3);
- this.pnData.Controls.Add(this.lblYValue3);
- this.pnData.Controls.Add(this.cbxYValue2);
- this.pnData.Controls.Add(this.lblYValue2);
- this.pnData.Controls.Add(this.cbxYValue1);
- this.pnData.Controls.Add(this.lblYValue1);
- this.pnData.Controls.Add(this.cbxXValue);
- this.pnData.Controls.Add(this.lblXValue);
- this.pnData.Location = new System.Drawing.Point(16, 151);
- this.pnData.Name = "pnData";
- this.pnData.Size = new System.Drawing.Size(284, 140);
- this.pnData.TabIndex = 20;
- //
- // cbxYValue4
- //
- this.cbxYValue4.Location = new System.Drawing.Point(112, 112);
- this.cbxYValue4.Name = "cbxYValue4";
- this.cbxYValue4.Size = new System.Drawing.Size(172, 21);
- this.cbxYValue4.TabIndex = 1;
- this.cbxYValue4.Leave += new System.EventHandler(this.cbxYValue4_Leave);
- //
- // lblYValue4
- //
- this.lblYValue4.AutoSize = true;
- this.lblYValue4.Location = new System.Drawing.Point(0, 116);
- this.lblYValue4.Name = "lblYValue4";
- this.lblYValue4.Size = new System.Drawing.Size(43, 13);
- this.lblYValue4.TabIndex = 0;
- this.lblYValue4.Text = "Y value";
- //
- // cbxYValue3
- //
- this.cbxYValue3.Location = new System.Drawing.Point(112, 84);
- this.cbxYValue3.Name = "cbxYValue3";
- this.cbxYValue3.Size = new System.Drawing.Size(172, 21);
- this.cbxYValue3.TabIndex = 1;
- this.cbxYValue3.Leave += new System.EventHandler(this.cbxYValue3_Leave);
- //
- // lblYValue3
- //
- this.lblYValue3.AutoSize = true;
- this.lblYValue3.Location = new System.Drawing.Point(0, 88);
- this.lblYValue3.Name = "lblYValue3";
- this.lblYValue3.Size = new System.Drawing.Size(43, 13);
- this.lblYValue3.TabIndex = 0;
- this.lblYValue3.Text = "Y value";
- //
- // cbxYValue2
- //
- this.cbxYValue2.Location = new System.Drawing.Point(112, 56);
- this.cbxYValue2.Name = "cbxYValue2";
- this.cbxYValue2.Size = new System.Drawing.Size(172, 21);
- this.cbxYValue2.TabIndex = 1;
- this.cbxYValue2.Leave += new System.EventHandler(this.cbxYValue2_Leave);
- //
- // lblYValue2
- //
- this.lblYValue2.AutoSize = true;
- this.lblYValue2.Location = new System.Drawing.Point(0, 60);
- this.lblYValue2.Name = "lblYValue2";
- this.lblYValue2.Size = new System.Drawing.Size(43, 13);
- this.lblYValue2.TabIndex = 0;
- this.lblYValue2.Text = "Y value";
- //
- // cbxYValue1
- //
- this.cbxYValue1.Location = new System.Drawing.Point(112, 28);
- this.cbxYValue1.Name = "cbxYValue1";
- this.cbxYValue1.Size = new System.Drawing.Size(172, 21);
- this.cbxYValue1.TabIndex = 1;
- this.cbxYValue1.Leave += new System.EventHandler(this.cbxYValue1_Leave);
- //
- // lblYValue1
- //
- this.lblYValue1.AutoSize = true;
- this.lblYValue1.Location = new System.Drawing.Point(0, 32);
- this.lblYValue1.Name = "lblYValue1";
- this.lblYValue1.Size = new System.Drawing.Size(43, 13);
- this.lblYValue1.TabIndex = 0;
- this.lblYValue1.Text = "Y value";
- //
- // cbxXValue
- //
- this.cbxXValue.Location = new System.Drawing.Point(112, 0);
- this.cbxXValue.Name = "cbxXValue";
- this.cbxXValue.Size = new System.Drawing.Size(172, 21);
- this.cbxXValue.TabIndex = 1;
- this.cbxXValue.Leave += new System.EventHandler(this.cbxXValue_Leave);
- //
- // lblXValue
- //
- this.lblXValue.AutoSize = true;
- this.lblXValue.Location = new System.Drawing.Point(0, 4);
- this.lblXValue.Name = "lblXValue";
- this.lblXValue.Size = new System.Drawing.Size(46, 13);
- this.lblXValue.TabIndex = 0;
- this.lblXValue.Text = "X value:";
- //
- // lblFilter
- //
- this.lblFilter.AutoSize = true;
- this.lblFilter.Location = new System.Drawing.Point(16, 48);
- this.lblFilter.Name = "lblFilter";
- this.lblFilter.Size = new System.Drawing.Size(32, 13);
- this.lblFilter.TabIndex = 25;
- this.lblFilter.Text = "Filter:";
- //
- // pgValues
- //
- this.pgValues.BackColor = System.Drawing.SystemColors.Window;
- this.pgValues.Controls.Add(this.gvValues);
- this.pgValues.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pgValues.Location = new System.Drawing.Point(120, 1);
- this.pgValues.Name = "pgValues";
- this.pgValues.Size = new System.Drawing.Size(315, 502);
- this.pgValues.TabIndex = 7;
- this.pgValues.Text = "Values";
- //
- // gvValues
- //
- this.gvValues.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.gvValues.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.colX,
- this.colY1,
- this.colY2,
- this.colY3,
- this.colY4});
- this.gvValues.Location = new System.Drawing.Point(16, 16);
- this.gvValues.Name = "gvValues";
- this.gvValues.RowHeadersWidth = 20;
- this.gvValues.Size = new System.Drawing.Size(284, 468);
- this.gvValues.TabIndex = 0;
- this.gvValues.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.gvValues_CellEndEdit);
- this.gvValues.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.gvValues_UserAddedRow);
- this.gvValues.UserDeletedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.gvValues_UserDeletedRow);
- //
- // colX
- //
- this.colX.HeaderText = "X Value";
- this.colX.Name = "colX";
- //
- // colY1
- //
- this.colY1.HeaderText = "Y Value 1";
- this.colY1.Name = "colY1";
- //
- // colY2
- //
- this.colY2.HeaderText = "Y Value 2";
- this.colY2.Name = "colY2";
- //
- // colY3
- //
- this.colY3.HeaderText = "Y Value 3";
- this.colY3.Name = "colY3";
- //
- // colY4
- //
- this.colY4.HeaderText = "Y Value 4";
- this.colY4.Name = "colY4";
- //
- // pgDataProcessing
- //
- this.pgDataProcessing.BackColor = System.Drawing.SystemColors.Window;
- this.pgDataProcessing.Controls.Add(this.pnExplode);
- this.pgDataProcessing.Controls.Add(this.pnCollectData);
- this.pgDataProcessing.Controls.Add(this.udGroupInterval);
- this.pgDataProcessing.Controls.Add(this.lblGroupInterval);
- this.pgDataProcessing.Controls.Add(this.labelLine12);
- this.pgDataProcessing.Controls.Add(this.labelLine13);
- this.pgDataProcessing.Controls.Add(this.lblSortOrder);
- this.pgDataProcessing.Controls.Add(this.lblSortBy);
- this.pgDataProcessing.Controls.Add(this.cbxSortOrder);
- this.pgDataProcessing.Controls.Add(this.cbxSortBy);
- this.pgDataProcessing.Controls.Add(this.cbxCollectData);
- this.pgDataProcessing.Controls.Add(this.lblCollectData);
- this.pgDataProcessing.Controls.Add(this.cbxGroupBy);
- this.pgDataProcessing.Controls.Add(this.lblGroupBy);
- this.pgDataProcessing.Controls.Add(this.cbxGroupFunction);
- this.pgDataProcessing.Controls.Add(this.lblGroupFunction);
- this.pgDataProcessing.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pgDataProcessing.Location = new System.Drawing.Point(120, 1);
- this.pgDataProcessing.Name = "pgDataProcessing";
- this.pgDataProcessing.Size = new System.Drawing.Size(315, 502);
- this.pgDataProcessing.TabIndex = 1;
- this.pgDataProcessing.Text = "Data processing";
- //
- // pnExplode
- //
- this.pnExplode.Controls.Add(this.cbxExplode);
- this.pnExplode.Controls.Add(this.tbExplodedValue);
- this.pnExplode.Controls.Add(this.lblExplode);
- this.pnExplode.Controls.Add(this.lblExplodedValue);
- this.pnExplode.Controls.Add(this.labelLine2);
- this.pnExplode.Location = new System.Drawing.Point(16, 292);
- this.pnExplode.Name = "pnExplode";
- this.pnExplode.Size = new System.Drawing.Size(284, 72);
- this.pnExplode.TabIndex = 32;
- //
- // cbxExplode
- //
- this.cbxExplode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbxExplode.FormattingEnabled = true;
- this.cbxExplode.Location = new System.Drawing.Point(112, 16);
- this.cbxExplode.Name = "cbxExplode";
- this.cbxExplode.Size = new System.Drawing.Size(172, 21);
- this.cbxExplode.TabIndex = 21;
- this.cbxExplode.SelectedIndexChanged += new System.EventHandler(this.cbxExplode_SelectedIndexChanged);
- //
- // tbExplodedValue
- //
- this.tbExplodedValue.Image = null;
- this.tbExplodedValue.Location = new System.Drawing.Point(112, 44);
- this.tbExplodedValue.Name = "tbExplodedValue";
- this.tbExplodedValue.Size = new System.Drawing.Size(172, 21);
- this.tbExplodedValue.TabIndex = 31;
- this.tbExplodedValue.ButtonClick += new System.EventHandler(this.tbExplodedValue_ButtonClick);
- this.tbExplodedValue.Leave += new System.EventHandler(this.tbExplodedValue_Leave);
- //
- // lblExplode
- //
- this.lblExplode.AutoSize = true;
- this.lblExplode.Location = new System.Drawing.Point(0, 20);
- this.lblExplode.Name = "lblExplode";
- this.lblExplode.Size = new System.Drawing.Size(48, 13);
- this.lblExplode.TabIndex = 18;
- this.lblExplode.Text = "Explode:";
- //
- // lblExplodedValue
- //
- this.lblExplodedValue.AutoSize = true;
- this.lblExplodedValue.Location = new System.Drawing.Point(0, 48);
- this.lblExplodedValue.Name = "lblExplodedValue";
- this.lblExplodedValue.Size = new System.Drawing.Size(37, 13);
- this.lblExplodedValue.TabIndex = 26;
- this.lblExplodedValue.Text = "Value:";
- //
- // labelLine2
- //
- this.labelLine2.Location = new System.Drawing.Point(0, 0);
- this.labelLine2.Name = "labelLine2";
- this.labelLine2.Size = new System.Drawing.Size(284, 12);
- this.labelLine2.TabIndex = 28;
- //
- // pnCollectData
- //
- this.pnCollectData.Controls.Add(this.cbxCollectedItemColor);
- this.pnCollectData.Controls.Add(this.lblCollectedItemColor);
- this.pnCollectData.Controls.Add(this.udCollectValue);
- this.pnCollectData.Controls.Add(this.lblCollectValue);
- this.pnCollectData.Controls.Add(this.lblCollectedItemText);
- this.pnCollectData.Controls.Add(this.tbCollectedItemText);
- this.pnCollectData.Location = new System.Drawing.Point(16, 208);
- this.pnCollectData.Name = "pnCollectData";
- this.pnCollectData.Size = new System.Drawing.Size(284, 80);
- this.pnCollectData.TabIndex = 30;
- //
- // cbxCollectedItemColor
- //
- this.cbxCollectedItemColor.Color = System.Drawing.Color.Transparent;
- this.cbxCollectedItemColor.Location = new System.Drawing.Point(112, 56);
- this.cbxCollectedItemColor.Name = "cbxCollectedItemColor";
- this.cbxCollectedItemColor.ShowColorName = true;
- this.cbxCollectedItemColor.Size = new System.Drawing.Size(172, 21);
- this.cbxCollectedItemColor.TabIndex = 29;
- this.cbxCollectedItemColor.ColorSelected += new System.EventHandler(this.cbxCollectedItemColor_ColorSelected);
- //
- // lblCollectedItemColor
- //
- this.lblCollectedItemColor.AutoSize = true;
- this.lblCollectedItemColor.Location = new System.Drawing.Point(0, 60);
- this.lblCollectedItemColor.Name = "lblCollectedItemColor";
- this.lblCollectedItemColor.Size = new System.Drawing.Size(80, 13);
- this.lblCollectedItemColor.TabIndex = 28;
- this.lblCollectedItemColor.Text = "Collected color:";
- //
- // udCollectValue
- //
- this.udCollectValue.Location = new System.Drawing.Point(112, 0);
- this.udCollectValue.Name = "udCollectValue";
- this.udCollectValue.Size = new System.Drawing.Size(60, 20);
- this.udCollectValue.TabIndex = 25;
- this.udCollectValue.Leave += new System.EventHandler(this.udCollectValue_Leave);
- //
- // lblCollectValue
- //
- this.lblCollectValue.AutoSize = true;
- this.lblCollectValue.Location = new System.Drawing.Point(0, 4);
- this.lblCollectValue.Name = "lblCollectValue";
- this.lblCollectValue.Size = new System.Drawing.Size(37, 13);
- this.lblCollectValue.TabIndex = 24;
- this.lblCollectValue.Text = "Value:";
- //
- // lblCollectedItemText
- //
- this.lblCollectedItemText.AutoSize = true;
- this.lblCollectedItemText.Location = new System.Drawing.Point(0, 32);
- this.lblCollectedItemText.Name = "lblCollectedItemText";
- this.lblCollectedItemText.Size = new System.Drawing.Size(74, 13);
- this.lblCollectedItemText.TabIndex = 26;
- this.lblCollectedItemText.Text = "Collected text:";
- //
- // tbCollectedItemText
- //
- this.tbCollectedItemText.Location = new System.Drawing.Point(112, 28);
- this.tbCollectedItemText.Name = "tbCollectedItemText";
- this.tbCollectedItemText.Size = new System.Drawing.Size(172, 20);
- this.tbCollectedItemText.TabIndex = 27;
- this.tbCollectedItemText.Leave += new System.EventHandler(this.tbCollectedItemText_Leave);
- //
- // udGroupInterval
- //
- this.udGroupInterval.DecimalPlaces = 2;
- this.udGroupInterval.Location = new System.Drawing.Point(128, 112);
- this.udGroupInterval.Maximum = new decimal(new int[] {
- 100000000,
- 0,
- 0,
- 0});
- this.udGroupInterval.Name = "udGroupInterval";
- this.udGroupInterval.Size = new System.Drawing.Size(60, 20);
- this.udGroupInterval.TabIndex = 25;
- this.udGroupInterval.Leave += new System.EventHandler(this.udGroupInterval_Leave);
- //
- // lblGroupInterval
- //
- this.lblGroupInterval.AutoSize = true;
- this.lblGroupInterval.Location = new System.Drawing.Point(16, 116);
- this.lblGroupInterval.Name = "lblGroupInterval";
- this.lblGroupInterval.Size = new System.Drawing.Size(76, 13);
- this.lblGroupInterval.TabIndex = 24;
- this.lblGroupInterval.Text = "Group interval:";
- //
- // labelLine12
- //
- this.labelLine12.Location = new System.Drawing.Point(16, 164);
- this.labelLine12.Name = "labelLine12";
- this.labelLine12.Size = new System.Drawing.Size(284, 12);
- this.labelLine12.TabIndex = 28;
- //
- // labelLine13
- //
- this.labelLine13.Location = new System.Drawing.Point(16, 68);
- this.labelLine13.Name = "labelLine13";
- this.labelLine13.Size = new System.Drawing.Size(284, 12);
- this.labelLine13.TabIndex = 29;
- //
- // lblSortOrder
- //
- this.lblSortOrder.AutoSize = true;
- this.lblSortOrder.Location = new System.Drawing.Point(16, 48);
- this.lblSortOrder.Name = "lblSortOrder";
- this.lblSortOrder.Size = new System.Drawing.Size(56, 13);
- this.lblSortOrder.TabIndex = 23;
- this.lblSortOrder.Text = "Sort order:";
- //
- // lblSortBy
- //
- this.lblSortBy.AutoSize = true;
- this.lblSortBy.Location = new System.Drawing.Point(16, 20);
- this.lblSortBy.Name = "lblSortBy";
- this.lblSortBy.Size = new System.Drawing.Size(43, 13);
- this.lblSortBy.TabIndex = 22;
- this.lblSortBy.Text = "Sort by:";
- //
- // cbxSortOrder
- //
- this.cbxSortOrder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbxSortOrder.FormattingEnabled = true;
- this.cbxSortOrder.Location = new System.Drawing.Point(128, 44);
- this.cbxSortOrder.Name = "cbxSortOrder";
- this.cbxSortOrder.Size = new System.Drawing.Size(172, 21);
- this.cbxSortOrder.TabIndex = 19;
- this.cbxSortOrder.Leave += new System.EventHandler(this.cbxSortOrder_Leave);
- //
- // cbxSortBy
- //
- this.cbxSortBy.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbxSortBy.FormattingEnabled = true;
- this.cbxSortBy.Location = new System.Drawing.Point(128, 16);
- this.cbxSortBy.Name = "cbxSortBy";
- this.cbxSortBy.Size = new System.Drawing.Size(172, 21);
- this.cbxSortBy.TabIndex = 20;
- this.cbxSortBy.SelectedIndexChanged += new System.EventHandler(this.cbxSortBy_SelectedIndexChanged);
- //
- // cbxCollectData
- //
- this.cbxCollectData.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbxCollectData.FormattingEnabled = true;
- this.cbxCollectData.Location = new System.Drawing.Point(128, 180);
- this.cbxCollectData.Name = "cbxCollectData";
- this.cbxCollectData.Size = new System.Drawing.Size(172, 21);
- this.cbxCollectData.TabIndex = 21;
- this.cbxCollectData.SelectedIndexChanged += new System.EventHandler(this.cbxCollectData_SelectedIndexChanged);
- //
- // lblCollectData
- //
- this.lblCollectData.AutoSize = true;
- this.lblCollectData.Location = new System.Drawing.Point(16, 184);
- this.lblCollectData.Name = "lblCollectData";
- this.lblCollectData.Size = new System.Drawing.Size(66, 13);
- this.lblCollectData.TabIndex = 18;
- this.lblCollectData.Text = "Collect data:";
- //
- // cbxGroupBy
- //
- this.cbxGroupBy.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbxGroupBy.FormattingEnabled = true;
- this.cbxGroupBy.Location = new System.Drawing.Point(128, 84);
- this.cbxGroupBy.Name = "cbxGroupBy";
- this.cbxGroupBy.Size = new System.Drawing.Size(172, 21);
- this.cbxGroupBy.TabIndex = 21;
- this.cbxGroupBy.SelectedIndexChanged += new System.EventHandler(this.cbxGroupBy_SelectedIndexChanged);
- //
- // lblGroupBy
- //
- this.lblGroupBy.AutoSize = true;
- this.lblGroupBy.Location = new System.Drawing.Point(16, 88);
- this.lblGroupBy.Name = "lblGroupBy";
- this.lblGroupBy.Size = new System.Drawing.Size(53, 13);
- this.lblGroupBy.TabIndex = 18;
- this.lblGroupBy.Text = "Group by:";
- //
- // cbxGroupFunction
- //
- this.cbxGroupFunction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbxGroupFunction.FormattingEnabled = true;
- this.cbxGroupFunction.Location = new System.Drawing.Point(128, 140);
- this.cbxGroupFunction.Name = "cbxGroupFunction";
- this.cbxGroupFunction.Size = new System.Drawing.Size(172, 21);
- this.cbxGroupFunction.TabIndex = 21;
- this.cbxGroupFunction.Leave += new System.EventHandler(this.cbxGroupFunction_Leave);
- //
- // lblGroupFunction
- //
- this.lblGroupFunction.AutoSize = true;
- this.lblGroupFunction.Location = new System.Drawing.Point(16, 144);
- this.lblGroupFunction.Name = "lblGroupFunction";
- this.lblGroupFunction.Size = new System.Drawing.Size(80, 13);
- this.lblGroupFunction.TabIndex = 18;
- this.lblGroupFunction.Text = "Group function:";
- //
- // pgAppearance
- //
- this.pgAppearance.BackColor = System.Drawing.SystemColors.Window;
- this.pgAppearance.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pgAppearance.Location = new System.Drawing.Point(120, 1);
- this.pgAppearance.Name = "pgAppearance";
- this.pgAppearance.Size = new System.Drawing.Size(315, 502);
- this.pgAppearance.TabIndex = 8;
- this.pgAppearance.Text = "Appearance";
- //
- // pgFillBorder
- //
- this.pgFillBorder.BackColor = System.Drawing.SystemColors.Window;
- this.pgFillBorder.Controls.Add(this.cbxHatchStyle);
- this.pgFillBorder.Controls.Add(this.labelLine1);
- this.pgFillBorder.Controls.Add(this.labelLine14);
- this.pgFillBorder.Controls.Add(this.labelLine15);
- this.pgFillBorder.Controls.Add(this.udShadowOffset);
- this.pgFillBorder.Controls.Add(this.udBorderWidth);
- this.pgFillBorder.Controls.Add(this.cbxShadowColor);
- this.pgFillBorder.Controls.Add(this.cbxBorderColor);
- this.pgFillBorder.Controls.Add(this.cbxBackColor);
- this.pgFillBorder.Controls.Add(this.cbxSecondaryColor);
- this.pgFillBorder.Controls.Add(this.cbxBorderStyle);
- this.pgFillBorder.Controls.Add(this.lblBorderStyle);
- this.pgFillBorder.Controls.Add(this.cbxGradient);
- this.pgFillBorder.Controls.Add(this.lblShadowOffset);
- this.pgFillBorder.Controls.Add(this.lblShadowColor);
- this.pgFillBorder.Controls.Add(this.lblBorderWidth);
- this.pgFillBorder.Controls.Add(this.lblBorderColor);
- this.pgFillBorder.Controls.Add(this.lblBackColor);
- this.pgFillBorder.Controls.Add(this.lblHatchStyle);
- this.pgFillBorder.Controls.Add(this.lblSecondaryColor);
- this.pgFillBorder.Controls.Add(this.lblGradient);
- this.pgFillBorder.Controls.Add(this.cbxPalette);
- this.pgFillBorder.Controls.Add(this.lblPalette);
- this.pgFillBorder.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pgFillBorder.Location = new System.Drawing.Point(120, 1);
- this.pgFillBorder.Name = "pgFillBorder";
- this.pgFillBorder.Size = new System.Drawing.Size(315, 502);
- this.pgFillBorder.TabIndex = 2;
- this.pgFillBorder.Text = "Fill && Border";
- //
- // cbxHatchStyle
- //
- this.cbxHatchStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbxHatchStyle.FormattingEnabled = true;
- this.cbxHatchStyle.Location = new System.Drawing.Point(128, 140);
- this.cbxHatchStyle.Name = "cbxHatchStyle";
- this.cbxHatchStyle.Size = new System.Drawing.Size(172, 21);
- this.cbxHatchStyle.TabIndex = 25;
- this.cbxHatchStyle.SelectedIndexChanged += new System.EventHandler(this.cbxHatchStyle_SelectedIndexChanged);
- //
- // labelLine1
- //
- this.labelLine1.Location = new System.Drawing.Point(16, 40);
- this.labelLine1.Name = "labelLine1";
- this.labelLine1.Size = new System.Drawing.Size(284, 12);
- this.labelLine1.TabIndex = 23;
- //
- // labelLine14
- //
- this.labelLine14.Location = new System.Drawing.Point(16, 260);
- this.labelLine14.Name = "labelLine14";
- this.labelLine14.Size = new System.Drawing.Size(284, 12);
- this.labelLine14.TabIndex = 23;
- //
- // labelLine15
- //
- this.labelLine15.Location = new System.Drawing.Point(16, 164);
- this.labelLine15.Name = "labelLine15";
- this.labelLine15.Size = new System.Drawing.Size(284, 12);
- this.labelLine15.TabIndex = 24;
- //
- // udShadowOffset
- //
- this.udShadowOffset.Location = new System.Drawing.Point(128, 304);
- this.udShadowOffset.Name = "udShadowOffset";
- this.udShadowOffset.Size = new System.Drawing.Size(60, 20);
- this.udShadowOffset.TabIndex = 22;
- this.udShadowOffset.ValueChanged += new System.EventHandler(this.udShadowOffset_ValueChanged);
- //
- // udBorderWidth
- //
- this.udBorderWidth.Location = new System.Drawing.Point(128, 236);
- this.udBorderWidth.Name = "udBorderWidth";
- this.udBorderWidth.Size = new System.Drawing.Size(60, 20);
- this.udBorderWidth.TabIndex = 21;
- this.udBorderWidth.ValueChanged += new System.EventHandler(this.udBorderWidth_ValueChanged);
- //
- // cbxShadowColor
- //
- this.cbxShadowColor.Color = System.Drawing.Color.Transparent;
- this.cbxShadowColor.Location = new System.Drawing.Point(128, 276);
- this.cbxShadowColor.Name = "cbxShadowColor";
- this.cbxShadowColor.ShowColorName = true;
- this.cbxShadowColor.Size = new System.Drawing.Size(172, 21);
- this.cbxShadowColor.TabIndex = 18;
- this.cbxShadowColor.ColorSelected += new System.EventHandler(this.cbxShadowColor_ColorSelected);
- //
- // cbxBorderColor
- //
- this.cbxBorderColor.Color = System.Drawing.Color.Transparent;
- this.cbxBorderColor.Location = new System.Drawing.Point(128, 180);
- this.cbxBorderColor.Name = "cbxBorderColor";
- this.cbxBorderColor.ShowColorName = true;
- this.cbxBorderColor.Size = new System.Drawing.Size(172, 21);
- this.cbxBorderColor.TabIndex = 19;
- this.cbxBorderColor.ColorSelected += new System.EventHandler(this.cbxBorderColor_ColorSelected);
- //
- // cbxBackColor
- //
- this.cbxBackColor.Color = System.Drawing.Color.Transparent;
- this.cbxBackColor.Location = new System.Drawing.Point(128, 56);
- this.cbxBackColor.Name = "cbxBackColor";
- this.cbxBackColor.ShowColorName = true;
- this.cbxBackColor.Size = new System.Drawing.Size(172, 21);
- this.cbxBackColor.TabIndex = 20;
- this.cbxBackColor.ColorSelected += new System.EventHandler(this.cbxBackColor_ColorSelected);
- //
- // cbxSecondaryColor
- //
- this.cbxSecondaryColor.Color = System.Drawing.Color.Transparent;
- this.cbxSecondaryColor.Location = new System.Drawing.Point(128, 84);
- this.cbxSecondaryColor.Name = "cbxSecondaryColor";
- this.cbxSecondaryColor.ShowColorName = true;
- this.cbxSecondaryColor.Size = new System.Drawing.Size(172, 21);
- this.cbxSecondaryColor.TabIndex = 20;
- this.cbxSecondaryColor.ColorSelected += new System.EventHandler(this.cbxSecondaryColor_ColorSelected);
- //
- // cbxBorderStyle
- //
- this.cbxBorderStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbxBorderStyle.FormattingEnabled = true;
- this.cbxBorderStyle.Location = new System.Drawing.Point(128, 208);
- this.cbxBorderStyle.Name = "cbxBorderStyle";
- this.cbxBorderStyle.Size = new System.Drawing.Size(172, 21);
- this.cbxBorderStyle.TabIndex = 16;
- this.cbxBorderStyle.SelectedIndexChanged += new System.EventHandler(this.cbxBorderStyle_SelectedIndexChanged);
- //
- // lblBorderStyle
- //
- this.lblBorderStyle.AutoSize = true;
- this.lblBorderStyle.Location = new System.Drawing.Point(16, 212);
- this.lblBorderStyle.Name = "lblBorderStyle";
- this.lblBorderStyle.Size = new System.Drawing.Size(65, 13);
- this.lblBorderStyle.TabIndex = 13;
- this.lblBorderStyle.Text = "Border style:";
- //
- // cbxGradient
- //
- this.cbxGradient.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbxGradient.FormattingEnabled = true;
- this.cbxGradient.Location = new System.Drawing.Point(128, 112);
- this.cbxGradient.Name = "cbxGradient";
- this.cbxGradient.Size = new System.Drawing.Size(172, 21);
- this.cbxGradient.TabIndex = 17;
- this.cbxGradient.SelectedIndexChanged += new System.EventHandler(this.cbxGradient_SelectedIndexChanged);
- //
- // lblShadowOffset
- //
- this.lblShadowOffset.AutoSize = true;
- this.lblShadowOffset.Location = new System.Drawing.Point(16, 308);
- this.lblShadowOffset.Name = "lblShadowOffset";
- this.lblShadowOffset.Size = new System.Drawing.Size(78, 13);
- this.lblShadowOffset.TabIndex = 8;
- this.lblShadowOffset.Text = "Shadow offset:";
- //
- // lblShadowColor
- //
- this.lblShadowColor.AutoSize = true;
- this.lblShadowColor.Location = new System.Drawing.Point(16, 280);
- this.lblShadowColor.Name = "lblShadowColor";
- this.lblShadowColor.Size = new System.Drawing.Size(75, 13);
- this.lblShadowColor.TabIndex = 5;
- this.lblShadowColor.Text = "Shadow color:";
- //
- // lblBorderWidth
- //
- this.lblBorderWidth.AutoSize = true;
- this.lblBorderWidth.Location = new System.Drawing.Point(16, 240);
- this.lblBorderWidth.Name = "lblBorderWidth";
- this.lblBorderWidth.Size = new System.Drawing.Size(69, 13);
- this.lblBorderWidth.TabIndex = 6;
- this.lblBorderWidth.Text = "Border width:";
- //
- // lblBorderColor
- //
- this.lblBorderColor.AutoSize = true;
- this.lblBorderColor.Location = new System.Drawing.Point(16, 184);
- this.lblBorderColor.Name = "lblBorderColor";
- this.lblBorderColor.Size = new System.Drawing.Size(67, 13);
- this.lblBorderColor.TabIndex = 11;
- this.lblBorderColor.Text = "Border color:";
- //
- // lblBackColor
- //
- this.lblBackColor.AutoSize = true;
- this.lblBackColor.Location = new System.Drawing.Point(16, 60);
- this.lblBackColor.Name = "lblBackColor";
- this.lblBackColor.Size = new System.Drawing.Size(61, 13);
- this.lblBackColor.TabIndex = 9;
- this.lblBackColor.Text = "Back color:";
- //
- // lblHatchStyle
- //
- this.lblHatchStyle.AutoSize = true;
- this.lblHatchStyle.Location = new System.Drawing.Point(16, 144);
- this.lblHatchStyle.Name = "lblHatchStyle";
- this.lblHatchStyle.Size = new System.Drawing.Size(63, 13);
- this.lblHatchStyle.TabIndex = 12;
- this.lblHatchStyle.Text = "Hatch style:";
- //
- // lblSecondaryColor
- //
- this.lblSecondaryColor.AutoSize = true;
- this.lblSecondaryColor.Location = new System.Drawing.Point(16, 88);
- this.lblSecondaryColor.Name = "lblSecondaryColor";
- this.lblSecondaryColor.Size = new System.Drawing.Size(87, 13);
- this.lblSecondaryColor.TabIndex = 9;
- this.lblSecondaryColor.Text = "Secondary color:";
- //
- // lblGradient
- //
- this.lblGradient.AutoSize = true;
- this.lblGradient.Location = new System.Drawing.Point(16, 116);
- this.lblGradient.Name = "lblGradient";
- this.lblGradient.Size = new System.Drawing.Size(50, 13);
- this.lblGradient.TabIndex = 10;
- this.lblGradient.Text = "Gradient:";
- //
- // cbxPalette
- //
- this.cbxPalette.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbxPalette.FormattingEnabled = true;
- this.cbxPalette.Location = new System.Drawing.Point(128, 16);
- this.cbxPalette.Name = "cbxPalette";
- this.cbxPalette.Size = new System.Drawing.Size(172, 21);
- this.cbxPalette.TabIndex = 14;
- this.cbxPalette.SelectedIndexChanged += new System.EventHandler(this.cbxPalette_SelectedIndexChanged);
- //
- // lblPalette
- //
- this.lblPalette.AutoSize = true;
- this.lblPalette.Location = new System.Drawing.Point(16, 20);
- this.lblPalette.Name = "lblPalette";
- this.lblPalette.Size = new System.Drawing.Size(43, 13);
- this.lblPalette.TabIndex = 7;
- this.lblPalette.Text = "Palette:";
- //
- // pgLabels
- //
- this.pgLabels.BackColor = System.Drawing.SystemColors.Window;
- this.pgLabels.Controls.Add(this.labelLine16);
- this.pgLabels.Controls.Add(this.labelLine17);
- this.pgLabels.Controls.Add(this.udLabelBorderWidth);
- this.pgLabels.Controls.Add(this.cbxLabelBorderColor);
- this.pgLabels.Controls.Add(this.cbxLabelBorderStyle);
- this.pgLabels.Controls.Add(this.lblLabelBorderStyle);
- this.pgLabels.Controls.Add(this.lblLabelBorderWidth);
- this.pgLabels.Controls.Add(this.lblLabelBorderColor);
- this.pgLabels.Controls.Add(this.cbxLabelBackColor);
- this.pgLabels.Controls.Add(this.lblLabelBackColor);
- this.pgLabels.Controls.Add(this.cbxLabelForeColor);
- this.pgLabels.Controls.Add(this.lblLabelForeColor);
- this.pgLabels.Controls.Add(this.tbLabelFont);
- this.pgLabels.Controls.Add(this.lblLabelFont);
- this.pgLabels.Controls.Add(this.tbLabelFormat);
- this.pgLabels.Controls.Add(this.lblLabelFormat);
- this.pgLabels.Controls.Add(this.tbLabelPattern);
- this.pgLabels.Controls.Add(this.lblLabelPattern);
- this.pgLabels.Controls.Add(this.cbxLabelView);
- this.pgLabels.Controls.Add(this.lblLabelView);
- this.pgLabels.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pgLabels.Location = new System.Drawing.Point(120, 1);
- this.pgLabels.Name = "pgLabels";
- this.pgLabels.Size = new System.Drawing.Size(315, 502);
- this.pgLabels.TabIndex = 3;
- this.pgLabels.Text = "Labels";
- //
- // labelLine16
- //
- this.labelLine16.Location = new System.Drawing.Point(16, 96);
- this.labelLine16.Name = "labelLine16";
- this.labelLine16.Size = new System.Drawing.Size(284, 12);
- this.labelLine16.TabIndex = 36;
- //
- // labelLine17
- //
- this.labelLine17.Location = new System.Drawing.Point(16, 192);
- this.labelLine17.Name = "labelLine17";
- this.labelLine17.Size = new System.Drawing.Size(284, 12);
- this.labelLine17.TabIndex = 37;
- //
- // udLabelBorderWidth
- //
- this.udLabelBorderWidth.Location = new System.Drawing.Point(128, 264);
- this.udLabelBorderWidth.Name = "udLabelBorderWidth";
- this.udLabelBorderWidth.Size = new System.Drawing.Size(60, 20);
- this.udLabelBorderWidth.TabIndex = 35;
- this.udLabelBorderWidth.ValueChanged += new System.EventHandler(this.udLabelBorderWidth_ValueChanged);
- //
- // cbxLabelBorderColor
- //
- this.cbxLabelBorderColor.Color = System.Drawing.Color.Transparent;
- this.cbxLabelBorderColor.Location = new System.Drawing.Point(128, 208);
- this.cbxLabelBorderColor.Name = "cbxLabelBorderColor";
- this.cbxLabelBorderColor.ShowColorName = true;
- this.cbxLabelBorderColor.Size = new System.Drawing.Size(172, 21);
- this.cbxLabelBorderColor.TabIndex = 34;
- this.cbxLabelBorderColor.ColorSelected += new System.EventHandler(this.cbxLabelBorderColor_ColorSelected);
- //
- // cbxLabelBorderStyle
- //
- this.cbxLabelBorderStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbxLabelBorderStyle.FormattingEnabled = true;
- this.cbxLabelBorderStyle.Location = new System.Drawing.Point(128, 236);
- this.cbxLabelBorderStyle.Name = "cbxLabelBorderStyle";
- this.cbxLabelBorderStyle.Size = new System.Drawing.Size(172, 21);
- this.cbxLabelBorderStyle.TabIndex = 33;
- this.cbxLabelBorderStyle.SelectedIndexChanged += new System.EventHandler(this.cbxLabelBorderStyle_SelectedIndexChanged);
- //
- // lblLabelBorderStyle
- //
- this.lblLabelBorderStyle.AutoSize = true;
- this.lblLabelBorderStyle.Location = new System.Drawing.Point(16, 240);
- this.lblLabelBorderStyle.Name = "lblLabelBorderStyle";
- this.lblLabelBorderStyle.Size = new System.Drawing.Size(65, 13);
- this.lblLabelBorderStyle.TabIndex = 30;
- this.lblLabelBorderStyle.Text = "Border style:";
- //
- // lblLabelBorderWidth
- //
- this.lblLabelBorderWidth.AutoSize = true;
- this.lblLabelBorderWidth.Location = new System.Drawing.Point(16, 268);
- this.lblLabelBorderWidth.Name = "lblLabelBorderWidth";
- this.lblLabelBorderWidth.Size = new System.Drawing.Size(69, 13);
- this.lblLabelBorderWidth.TabIndex = 31;
- this.lblLabelBorderWidth.Text = "Border width:";
- //
- // lblLabelBorderColor
- //
- this.lblLabelBorderColor.AutoSize = true;
- this.lblLabelBorderColor.Location = new System.Drawing.Point(16, 212);
- this.lblLabelBorderColor.Name = "lblLabelBorderColor";
- this.lblLabelBorderColor.Size = new System.Drawing.Size(67, 13);
- this.lblLabelBorderColor.TabIndex = 32;
- this.lblLabelBorderColor.Text = "Border color:";
- //
- // cbxLabelBackColor
- //
- this.cbxLabelBackColor.Color = System.Drawing.Color.Transparent;
- this.cbxLabelBackColor.Location = new System.Drawing.Point(128, 168);
- this.cbxLabelBackColor.Name = "cbxLabelBackColor";
- this.cbxLabelBackColor.ShowColorName = true;
- this.cbxLabelBackColor.Size = new System.Drawing.Size(172, 21);
- this.cbxLabelBackColor.TabIndex = 28;
- this.cbxLabelBackColor.ColorSelected += new System.EventHandler(this.cbxLabelBackColor_ColorSelected);
- //
- // lblLabelBackColor
- //
- this.lblLabelBackColor.AutoSize = true;
- this.lblLabelBackColor.Location = new System.Drawing.Point(16, 172);
- this.lblLabelBackColor.Name = "lblLabelBackColor";
- this.lblLabelBackColor.Size = new System.Drawing.Size(61, 13);
- this.lblLabelBackColor.TabIndex = 27;
- this.lblLabelBackColor.Text = "Back color:";
- //
- // cbxLabelForeColor
- //
- this.cbxLabelForeColor.Color = System.Drawing.Color.Transparent;
- this.cbxLabelForeColor.Location = new System.Drawing.Point(128, 140);
- this.cbxLabelForeColor.Name = "cbxLabelForeColor";
- this.cbxLabelForeColor.ShowColorName = true;
- this.cbxLabelForeColor.Size = new System.Drawing.Size(172, 21);
- this.cbxLabelForeColor.TabIndex = 29;
- this.cbxLabelForeColor.ColorSelected += new System.EventHandler(this.cbxLabelForeColor_ColorSelected);
- //
- // lblLabelForeColor
- //
- this.lblLabelForeColor.AutoSize = true;
- this.lblLabelForeColor.Location = new System.Drawing.Point(16, 144);
- this.lblLabelForeColor.Name = "lblLabelForeColor";
- this.lblLabelForeColor.Size = new System.Drawing.Size(57, 13);
- this.lblLabelForeColor.TabIndex = 26;
- this.lblLabelForeColor.Text = "Fore color:";
- //
- // tbLabelFont
- //
- this.tbLabelFont.Image = null;
- this.tbLabelFont.Location = new System.Drawing.Point(128, 112);
- this.tbLabelFont.Name = "tbLabelFont";
- this.tbLabelFont.Size = new System.Drawing.Size(172, 21);
- this.tbLabelFont.TabIndex = 25;
- this.tbLabelFont.ButtonClick += new System.EventHandler(this.tbLabelFont_ButtonClick);
- //
- // lblLabelFont
- //
- this.lblLabelFont.AutoSize = true;
- this.lblLabelFont.Location = new System.Drawing.Point(16, 116);
- this.lblLabelFont.Name = "lblLabelFont";
- this.lblLabelFont.Size = new System.Drawing.Size(31, 13);
- this.lblLabelFont.TabIndex = 24;
- this.lblLabelFont.Text = "Font:";
- //
- // tbLabelFormat
- //
- this.tbLabelFormat.Location = new System.Drawing.Point(128, 72);
- this.tbLabelFormat.Name = "tbLabelFormat";
- this.tbLabelFormat.Size = new System.Drawing.Size(172, 20);
- this.tbLabelFormat.TabIndex = 21;
- this.tbLabelFormat.Leave += new System.EventHandler(this.tbLabelFormat_Leave);
- //
- // lblLabelFormat
- //
- this.lblLabelFormat.AutoSize = true;
- this.lblLabelFormat.Location = new System.Drawing.Point(16, 76);
- this.lblLabelFormat.Name = "lblLabelFormat";
- this.lblLabelFormat.Size = new System.Drawing.Size(42, 13);
- this.lblLabelFormat.TabIndex = 18;
- this.lblLabelFormat.Text = "Format:";
- //
- // tbLabelPattern
- //
- this.tbLabelPattern.Location = new System.Drawing.Point(128, 44);
- this.tbLabelPattern.Name = "tbLabelPattern";
- this.tbLabelPattern.Size = new System.Drawing.Size(172, 20);
- this.tbLabelPattern.TabIndex = 22;
- this.tbLabelPattern.Leave += new System.EventHandler(this.tbLabelPattern_Leave);
- //
- // lblLabelPattern
- //
- this.lblLabelPattern.AutoSize = true;
- this.lblLabelPattern.Location = new System.Drawing.Point(16, 48);
- this.lblLabelPattern.Name = "lblLabelPattern";
- this.lblLabelPattern.Size = new System.Drawing.Size(44, 13);
- this.lblLabelPattern.TabIndex = 20;
- this.lblLabelPattern.Text = "Pattern:";
- //
- // cbxLabelView
- //
- this.cbxLabelView.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbxLabelView.FormattingEnabled = true;
- this.cbxLabelView.Location = new System.Drawing.Point(128, 16);
- this.cbxLabelView.Name = "cbxLabelView";
- this.cbxLabelView.Size = new System.Drawing.Size(172, 21);
- this.cbxLabelView.TabIndex = 17;
- this.cbxLabelView.SelectedIndexChanged += new System.EventHandler(this.cbxLabelView_SelectedIndexChanged);
- //
- // lblLabelView
- //
- this.lblLabelView.AutoSize = true;
- this.lblLabelView.Location = new System.Drawing.Point(16, 20);
- this.lblLabelView.Name = "lblLabelView";
- this.lblLabelView.Size = new System.Drawing.Size(61, 13);
- this.lblLabelView.TabIndex = 16;
- this.lblLabelView.Text = "Label view:";
- //
- // pgMarkers
- //
- this.pgMarkers.BackColor = System.Drawing.SystemColors.Window;
- this.pgMarkers.Controls.Add(this.labelLine18);
- this.pgMarkers.Controls.Add(this.udMarkerBorderWidth);
- this.pgMarkers.Controls.Add(this.cbxMarkerBorderColor);
- this.pgMarkers.Controls.Add(this.lblMarkerBorderWidth);
- this.pgMarkers.Controls.Add(this.lblMarkerBorderColor);
- this.pgMarkers.Controls.Add(this.cbxMarkerColor);
- this.pgMarkers.Controls.Add(this.lblMarkerColor);
- this.pgMarkers.Controls.Add(this.udMarkerStep);
- this.pgMarkers.Controls.Add(this.lblMarkerStep);
- this.pgMarkers.Controls.Add(this.udMarkerSize);
- this.pgMarkers.Controls.Add(this.lblMarkerSize);
- this.pgMarkers.Controls.Add(this.cbxMarkerStyle);
- this.pgMarkers.Controls.Add(this.lblMarkerStyle);
- this.pgMarkers.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pgMarkers.Location = new System.Drawing.Point(120, 1);
- this.pgMarkers.Name = "pgMarkers";
- this.pgMarkers.Size = new System.Drawing.Size(315, 502);
- this.pgMarkers.TabIndex = 4;
- this.pgMarkers.Text = "Markers";
- //
- // labelLine18
- //
- this.labelLine18.Location = new System.Drawing.Point(16, 96);
- this.labelLine18.Name = "labelLine18";
- this.labelLine18.Size = new System.Drawing.Size(284, 12);
- this.labelLine18.TabIndex = 35;
- //
- // udMarkerBorderWidth
- //
- this.udMarkerBorderWidth.Location = new System.Drawing.Point(128, 168);
- this.udMarkerBorderWidth.Name = "udMarkerBorderWidth";
- this.udMarkerBorderWidth.Size = new System.Drawing.Size(60, 20);
- this.udMarkerBorderWidth.TabIndex = 34;
- this.udMarkerBorderWidth.ValueChanged += new System.EventHandler(this.udMarkerBorderWidth_ValueChanged);
- //
- // cbxMarkerBorderColor
- //
- this.cbxMarkerBorderColor.Color = System.Drawing.Color.Transparent;
- this.cbxMarkerBorderColor.Location = new System.Drawing.Point(128, 140);
- this.cbxMarkerBorderColor.Name = "cbxMarkerBorderColor";
- this.cbxMarkerBorderColor.ShowColorName = true;
- this.cbxMarkerBorderColor.Size = new System.Drawing.Size(172, 21);
- this.cbxMarkerBorderColor.TabIndex = 33;
- this.cbxMarkerBorderColor.ColorSelected += new System.EventHandler(this.cbxMarkerBorderColor_ColorSelected);
- //
- // lblMarkerBorderWidth
- //
- this.lblMarkerBorderWidth.AutoSize = true;
- this.lblMarkerBorderWidth.Location = new System.Drawing.Point(16, 172);
- this.lblMarkerBorderWidth.Name = "lblMarkerBorderWidth";
- this.lblMarkerBorderWidth.Size = new System.Drawing.Size(69, 13);
- this.lblMarkerBorderWidth.TabIndex = 31;
- this.lblMarkerBorderWidth.Text = "Border width:";
- //
- // lblMarkerBorderColor
- //
- this.lblMarkerBorderColor.AutoSize = true;
- this.lblMarkerBorderColor.Location = new System.Drawing.Point(16, 144);
- this.lblMarkerBorderColor.Name = "lblMarkerBorderColor";
- this.lblMarkerBorderColor.Size = new System.Drawing.Size(67, 13);
- this.lblMarkerBorderColor.TabIndex = 32;
- this.lblMarkerBorderColor.Text = "Border color:";
- //
- // cbxMarkerColor
- //
- this.cbxMarkerColor.Color = System.Drawing.Color.Transparent;
- this.cbxMarkerColor.Location = new System.Drawing.Point(128, 112);
- this.cbxMarkerColor.Name = "cbxMarkerColor";
- this.cbxMarkerColor.ShowColorName = true;
- this.cbxMarkerColor.Size = new System.Drawing.Size(172, 21);
- this.cbxMarkerColor.TabIndex = 30;
- this.cbxMarkerColor.ColorSelected += new System.EventHandler(this.cbxMarkerColor_ColorSelected);
- //
- // lblMarkerColor
- //
- this.lblMarkerColor.AutoSize = true;
- this.lblMarkerColor.Location = new System.Drawing.Point(16, 116);
- this.lblMarkerColor.Name = "lblMarkerColor";
- this.lblMarkerColor.Size = new System.Drawing.Size(34, 13);
- this.lblMarkerColor.TabIndex = 29;
- this.lblMarkerColor.Text = "Color:";
- //
- // udMarkerStep
- //
- this.udMarkerStep.Location = new System.Drawing.Point(128, 72);
- this.udMarkerStep.Name = "udMarkerStep";
- this.udMarkerStep.Size = new System.Drawing.Size(60, 20);
- this.udMarkerStep.TabIndex = 27;
- this.udMarkerStep.Minimum = new decimal(1);
- this.udMarkerStep.ValueChanged += new System.EventHandler(this.udMarkerStep_ValueChanged);
- //
- // lblMarkerStep
- //
- this.lblMarkerStep.AutoSize = true;
- this.lblMarkerStep.Location = new System.Drawing.Point(16, 76);
- this.lblMarkerStep.Name = "lblMarkerStep";
- this.lblMarkerStep.Size = new System.Drawing.Size(32, 13);
- this.lblMarkerStep.TabIndex = 25;
- this.lblMarkerStep.Text = "Step:";
- //
- // udMarkerSize
- //
- this.udMarkerSize.Location = new System.Drawing.Point(128, 44);
- this.udMarkerSize.Name = "udMarkerSize";
- this.udMarkerSize.Size = new System.Drawing.Size(60, 20);
- this.udMarkerSize.TabIndex = 28;
- this.udMarkerSize.ValueChanged += new System.EventHandler(this.udMarkerSize_ValueChanged);
- //
- // lblMarkerSize
- //
- this.lblMarkerSize.AutoSize = true;
- this.lblMarkerSize.Location = new System.Drawing.Point(16, 48);
- this.lblMarkerSize.Name = "lblMarkerSize";
- this.lblMarkerSize.Size = new System.Drawing.Size(30, 13);
- this.lblMarkerSize.TabIndex = 26;
- this.lblMarkerSize.Text = "Size:";
- //
- // cbxMarkerStyle
- //
- this.cbxMarkerStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbxMarkerStyle.FormattingEnabled = true;
- this.cbxMarkerStyle.Location = new System.Drawing.Point(128, 16);
- this.cbxMarkerStyle.Name = "cbxMarkerStyle";
- this.cbxMarkerStyle.Size = new System.Drawing.Size(172, 21);
- this.cbxMarkerStyle.TabIndex = 24;
- this.cbxMarkerStyle.SelectedIndexChanged += new System.EventHandler(this.cbxMarkerStyle_SelectedIndexChanged);
- //
- // lblMarkerStyle
- //
- this.lblMarkerStyle.AutoSize = true;
- this.lblMarkerStyle.Location = new System.Drawing.Point(16, 20);
- this.lblMarkerStyle.Name = "lblMarkerStyle";
- this.lblMarkerStyle.Size = new System.Drawing.Size(33, 13);
- this.lblMarkerStyle.TabIndex = 23;
- this.lblMarkerStyle.Text = "Style:";
- //
- // SeriesEditorControl
- //
- this.Controls.Add(this.pageControl2);
- this.Name = "SeriesEditorControl";
- this.Size = new System.Drawing.Size(436, 504);
- this.pageControl2.ResumeLayout(false);
- this.pgData.ResumeLayout(false);
- this.pgData.PerformLayout();
- this.pnOtherData.ResumeLayout(false);
- this.pnOtherData.PerformLayout();
- this.pnData.ResumeLayout(false);
- this.pnData.PerformLayout();
- this.pgValues.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.gvValues)).EndInit();
- this.pgDataProcessing.ResumeLayout(false);
- this.pgDataProcessing.PerformLayout();
- this.pnExplode.ResumeLayout(false);
- this.pnExplode.PerformLayout();
- this.pnCollectData.ResumeLayout(false);
- this.pnCollectData.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.udCollectValue)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.udGroupInterval)).EndInit();
- this.pgFillBorder.ResumeLayout(false);
- this.pgFillBorder.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.udShadowOffset)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.udBorderWidth)).EndInit();
- this.pgLabels.ResumeLayout(false);
- this.pgLabels.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.udLabelBorderWidth)).EndInit();
- this.pgMarkers.ResumeLayout(false);
- this.pgMarkers.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.udMarkerBorderWidth)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.udMarkerStep)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.udMarkerSize)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private FastReport.Controls.PageControl pageControl2;
- private FastReport.Controls.PageControlPage pgData;
- private FastReport.Controls.PageControlPage pgValues;
- private System.Windows.Forms.DataGridView gvValues;
- private FastReport.Controls.PageControlPage pgDataProcessing;
- private FastReport.Controls.PageControlPage pgFillBorder;
- private FastReport.Controls.PageControlPage pgLabels;
- private FastReport.Controls.PageControlPage pgMarkers;
- private FastReport.Controls.LabelLine labelLine10;
- private FastReport.Controls.LabelLine labelLine11;
- private FastReport.Controls.TextBoxButton tbFilter;
- private System.Windows.Forms.Label lblFilter;
- private System.Windows.Forms.ComboBox cbxYValueType;
- private System.Windows.Forms.ComboBox cbxXValueType;
- private System.Windows.Forms.Label lblYValueType;
- private System.Windows.Forms.Label lblXValueType;
- private System.Windows.Forms.TextBox tbName;
- private System.Windows.Forms.Label lblName;
- private System.Windows.Forms.Panel pnData;
- private FastReport.Controls.DataColumnComboBox cbxYValue4;
- private System.Windows.Forms.Label lblYValue4;
- private FastReport.Controls.DataColumnComboBox cbxYValue3;
- private System.Windows.Forms.Label lblYValue3;
- private FastReport.Controls.DataColumnComboBox cbxYValue2;
- private System.Windows.Forms.Label lblYValue2;
- private FastReport.Controls.DataColumnComboBox cbxYValue1;
- private System.Windows.Forms.Label lblYValue1;
- private FastReport.Controls.DataColumnComboBox cbxXValue;
- private System.Windows.Forms.Label lblXValue;
- private FastReport.Controls.LabelLine labelLine12;
- private FastReport.Controls.LabelLine labelLine13;
- private System.Windows.Forms.TextBox tbCollectedItemText;
- private System.Windows.Forms.Label lblCollectedItemText;
- private System.Windows.Forms.NumericUpDown udCollectValue;
- private System.Windows.Forms.Label lblCollectValue;
- private System.Windows.Forms.Label lblSortOrder;
- private System.Windows.Forms.Label lblSortBy;
- private System.Windows.Forms.ComboBox cbxSortOrder;
- private System.Windows.Forms.ComboBox cbxSortBy;
- private System.Windows.Forms.ComboBox cbxGroupFunction;
- private System.Windows.Forms.Label lblGroupFunction;
- private FastReport.Controls.LabelLine labelLine14;
- private FastReport.Controls.LabelLine labelLine15;
- private System.Windows.Forms.NumericUpDown udShadowOffset;
- private System.Windows.Forms.NumericUpDown udBorderWidth;
- private FastReport.Controls.ColorComboBox cbxShadowColor;
- private FastReport.Controls.ColorComboBox cbxBorderColor;
- private FastReport.Controls.ColorComboBox cbxSecondaryColor;
- private System.Windows.Forms.ComboBox cbxBorderStyle;
- private System.Windows.Forms.Label lblBorderStyle;
- private System.Windows.Forms.ComboBox cbxGradient;
- private System.Windows.Forms.Label lblShadowOffset;
- private System.Windows.Forms.Label lblShadowColor;
- private System.Windows.Forms.Label lblBorderWidth;
- private System.Windows.Forms.Label lblBorderColor;
- private System.Windows.Forms.Label lblHatchStyle;
- private System.Windows.Forms.Label lblSecondaryColor;
- private System.Windows.Forms.Label lblGradient;
- private System.Windows.Forms.ComboBox cbxPalette;
- private System.Windows.Forms.Label lblPalette;
- private FastReport.Controls.LabelLine labelLine16;
- private FastReport.Controls.LabelLine labelLine17;
- private System.Windows.Forms.NumericUpDown udLabelBorderWidth;
- private FastReport.Controls.ColorComboBox cbxLabelBorderColor;
- private System.Windows.Forms.ComboBox cbxLabelBorderStyle;
- private System.Windows.Forms.Label lblLabelBorderStyle;
- private System.Windows.Forms.Label lblLabelBorderWidth;
- private System.Windows.Forms.Label lblLabelBorderColor;
- private FastReport.Controls.ColorComboBox cbxLabelBackColor;
- private System.Windows.Forms.Label lblLabelBackColor;
- private FastReport.Controls.ColorComboBox cbxLabelForeColor;
- private System.Windows.Forms.Label lblLabelForeColor;
- private FastReport.Controls.TextBoxButton tbLabelFont;
- private System.Windows.Forms.Label lblLabelFont;
- private System.Windows.Forms.TextBox tbLabelFormat;
- private System.Windows.Forms.Label lblLabelFormat;
- private System.Windows.Forms.TextBox tbLabelPattern;
- private System.Windows.Forms.Label lblLabelPattern;
- private System.Windows.Forms.ComboBox cbxLabelView;
- private System.Windows.Forms.Label lblLabelView;
- private FastReport.Controls.LabelLine labelLine18;
- private System.Windows.Forms.NumericUpDown udMarkerBorderWidth;
- private FastReport.Controls.ColorComboBox cbxMarkerBorderColor;
- private System.Windows.Forms.Label lblMarkerBorderWidth;
- private System.Windows.Forms.Label lblMarkerBorderColor;
- private FastReport.Controls.ColorComboBox cbxMarkerColor;
- private System.Windows.Forms.Label lblMarkerColor;
- private System.Windows.Forms.NumericUpDown udMarkerStep;
- private System.Windows.Forms.Label lblMarkerStep;
- private System.Windows.Forms.NumericUpDown udMarkerSize;
- private System.Windows.Forms.Label lblMarkerSize;
- private System.Windows.Forms.ComboBox cbxMarkerStyle;
- private System.Windows.Forms.Label lblMarkerStyle;
- private FastReport.Controls.DataColumnComboBox cbxColor;
- private System.Windows.Forms.Label lblColor;
- private System.Windows.Forms.Panel pnOtherData;
- private System.Windows.Forms.DataGridViewTextBoxColumn colX;
- private System.Windows.Forms.DataGridViewTextBoxColumn colY1;
- private System.Windows.Forms.DataGridViewTextBoxColumn colY2;
- private System.Windows.Forms.DataGridViewTextBoxColumn colY3;
- private System.Windows.Forms.DataGridViewTextBoxColumn colY4;
- private System.Windows.Forms.ComboBox cbxHatchStyle;
- private FastReport.Controls.ColorComboBox cbxBackColor;
- private System.Windows.Forms.Label lblBackColor;
- private FastReport.Controls.LabelLine labelLine1;
- private System.Windows.Forms.Label lblXAxisType;
- private System.Windows.Forms.Label lblYAxisType;
- private System.Windows.Forms.ComboBox cbxXAxisType;
- private System.Windows.Forms.ComboBox cbxYAxisType;
- private FastReport.Controls.PageControlPage pgAppearance;
- private System.Windows.Forms.Panel pnCollectData;
- private System.Windows.Forms.ComboBox cbxCollectData;
- private System.Windows.Forms.Label lblCollectData;
- private FastReport.Controls.ColorComboBox cbxCollectedItemColor;
- private System.Windows.Forms.Label lblCollectedItemColor;
- private FastReport.Controls.LabelLine labelLine2;
- private System.Windows.Forms.ComboBox cbxExplode;
- private System.Windows.Forms.Label lblExplode;
- private FastReport.Controls.TextBoxButton tbExplodedValue;
- private System.Windows.Forms.Label lblExplodedValue;
- private System.Windows.Forms.Panel pnExplode;
- private System.Windows.Forms.NumericUpDown udGroupInterval;
- private System.Windows.Forms.Label lblGroupInterval;
- private System.Windows.Forms.ComboBox cbxGroupBy;
- private System.Windows.Forms.Label lblGroupBy;
- private System.Windows.Forms.CheckBox cbAutoSeriesForce;
- private System.Windows.Forms.Label lblAutoSeriesData;
- private Controls.LabelLine lblAutoSeries;
- private Controls.DataColumnComboBox cbxAutoSeriesData;
- }
- }
|