/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ConfigChartExChartType));
     this.panel1          = new System.Windows.Forms.Panel();
     this.C_ListChartType = new DevExpress.XtraEditors.ImageListBoxControl();
     this.C_ImageList     = new System.Windows.Forms.ImageList(this.components);
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.C_ListChartType)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.C_ListChartType);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(768, 364);
     this.panel1.TabIndex = 0;
     //
     // C_ListChartType
     //
     this.C_ListChartType.ColumnWidth = 199;
     this.C_ListChartType.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.C_ListChartType.ImageList   = this.C_ImageList;
     this.C_ListChartType.ItemHeight  = 140;
     this.C_ListChartType.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageListBoxItem[] {
         new DevExpress.XtraEditors.Controls.ImageListBoxItem(null, 0),
         new DevExpress.XtraEditors.Controls.ImageListBoxItem(null, 1),
         new DevExpress.XtraEditors.Controls.ImageListBoxItem(null, 2),
         new DevExpress.XtraEditors.Controls.ImageListBoxItem(null, 3),
         new DevExpress.XtraEditors.Controls.ImageListBoxItem(null, 4),
         new DevExpress.XtraEditors.Controls.ImageListBoxItem(null, 5),
         new DevExpress.XtraEditors.Controls.ImageListBoxItem(null, 6),
         new DevExpress.XtraEditors.Controls.ImageListBoxItem(null, 7)
     });
     this.C_ListChartType.Location              = new System.Drawing.Point(0, 0);
     this.C_ListChartType.MultiColumn           = true;
     this.C_ListChartType.Name                  = "C_ListChartType";
     this.C_ListChartType.Size                  = new System.Drawing.Size(768, 364);
     this.C_ListChartType.TabIndex              = 0;
     this.C_ListChartType.SelectedIndexChanged += new System.EventHandler(this.C_ListChartType_SelectedIndexChanged);
     //
     // C_ImageList
     //
     this.C_ImageList.ColorDepth       = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.C_ImageList.ImageSize        = new System.Drawing.Size(195, 135);
     this.C_ImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("C_ImageList.ImageStream")));
     this.C_ImageList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // ConfigChartExChartType
     //
     this.Controls.Add(this.panel1);
     this.Name = "ConfigChartExChartType";
     this.Size = new System.Drawing.Size(768, 364);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.C_ListChartType)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PaletteEditControl));
     this.paletteImages = new DevExpress.Utils.ImageCollection(this.components);
     this.lbPalettes = new DevExpress.XtraEditors.ImageListBoxControl();
     ((System.ComponentModel.ISupportInitialize)(this.paletteImages)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lbPalettes)).BeginInit();
     this.SuspendLayout();
     //
     // paletteImages
     //
     this.paletteImages.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("paletteImages.ImageStream")));
     //
     // lbPalettes
     //
     this.lbPalettes.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lbPalettes.GlyphAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.lbPalettes.ImageList = this.paletteImages;
     this.lbPalettes.Location = new System.Drawing.Point(0, 0);
     this.lbPalettes.Name = "lbPalettes";
     this.lbPalettes.Size = new System.Drawing.Size(258, 293);
     this.lbPalettes.TabIndex = 2;
     this.lbPalettes.SelectedIndexChanged += new System.EventHandler(this.lbPalettes_SelectedIndexChanged);
     this.lbPalettes.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lbPalettes_KeyDown);
     this.lbPalettes.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lbPalettes_MouseDoubleClick);
     //
     // PaletteEditControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.lbPalettes);
     this.Name = "PaletteEditControl";
     this.Size = new System.Drawing.Size(258, 293);
     ((System.ComponentModel.ISupportInitialize)(this.paletteImages)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lbPalettes)).EndInit();
     this.ResumeLayout(false);
 }
示例#3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfighorizontalGridColumn));
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.C_ListHorizontalColumns = new DevExpress.XtraEditors.ImageListBoxControl();
     this.C_ImageList             = new System.Windows.Forms.ImageList(this.components);
     this.panel3         = new System.Windows.Forms.Panel();
     this.btnProperties  = new System.Windows.Forms.Button();
     this.C_BtnRemove    = new System.Windows.Forms.Button();
     this.C_BtnAdd       = new System.Windows.Forms.Button();
     this.C_BtnMoveDown  = new System.Windows.Forms.Button();
     this.C_BtnMoveUp    = new System.Windows.Forms.Button();
     this.splitter1      = new System.Windows.Forms.Splitter();
     this.C_PropertyGrid = new System.Windows.Forms.PropertyGrid();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.C_ListHorizontalColumns)).BeginInit();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.splitter1);
     this.panel1.Controls.Add(this.C_PropertyGrid);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(680, 364);
     this.panel1.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.C_ListHorizontalColumns);
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(477, 364);
     this.panel2.TabIndex = 7;
     //
     // C_ListHorizontalColumns
     //
     this.C_ListHorizontalColumns.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.C_ListHorizontalColumns.ImageList             = this.C_ImageList;
     this.C_ListHorizontalColumns.Location              = new System.Drawing.Point(0, 0);
     this.C_ListHorizontalColumns.Name                  = "C_ListSeries";
     this.C_ListHorizontalColumns.Size                  = new System.Drawing.Size(477, 308);
     this.C_ListHorizontalColumns.TabIndex              = 9;
     this.C_ListHorizontalColumns.SelectedIndexChanged += new System.EventHandler(this.C_ListSeries_SelectedIndexChanged);
     //
     // C_ImageList
     //
     this.C_ImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("C_ImageList.ImageStream")));
     this.C_ImageList.TransparentColor = System.Drawing.Color.Magenta;
     this.C_ImageList.Images.SetKeyName(0, "XRTable.bmp");
     //
     // panel3
     //
     this.panel3.Controls.Add(this.btnProperties);
     this.panel3.Controls.Add(this.C_BtnRemove);
     this.panel3.Controls.Add(this.C_BtnAdd);
     this.panel3.Controls.Add(this.C_BtnMoveDown);
     this.panel3.Controls.Add(this.C_BtnMoveUp);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location = new System.Drawing.Point(0, 308);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(477, 56);
     this.panel3.TabIndex = 8;
     //
     // btnProperties
     //
     this.btnProperties.Location = new System.Drawing.Point(354, 16);
     this.btnProperties.Name     = "btnProperties";
     this.btnProperties.Size     = new System.Drawing.Size(96, 23);
     this.btnProperties.TabIndex = 7;
     this.btnProperties.Text     = "Properties";
     this.btnProperties.UseVisualStyleBackColor = true;
     this.btnProperties.Click += new System.EventHandler(this.btnProperties_Click);
     //
     // C_BtnRemove
     //
     this.C_BtnRemove.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.C_BtnRemove.Location = new System.Drawing.Point(88, 16);
     this.C_BtnRemove.Name     = "C_BtnRemove";
     this.C_BtnRemove.Size     = new System.Drawing.Size(75, 23);
     this.C_BtnRemove.TabIndex = 4;
     this.C_BtnRemove.Text     = "Remove";
     this.C_BtnRemove.Click   += new System.EventHandler(this.C_BtnRemove_Click);
     //
     // C_BtnAdd
     //
     this.C_BtnAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.C_BtnAdd.Location = new System.Drawing.Point(8, 16);
     this.C_BtnAdd.Name     = "C_BtnAdd";
     this.C_BtnAdd.Size     = new System.Drawing.Size(75, 23);
     this.C_BtnAdd.TabIndex = 3;
     this.C_BtnAdd.Text     = "Add";
     this.C_BtnAdd.Click   += new System.EventHandler(this.C_BtnAdd_Click);
     //
     // C_BtnMoveDown
     //
     this.C_BtnMoveDown.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.C_BtnMoveDown.Location = new System.Drawing.Point(252, 16);
     this.C_BtnMoveDown.Name     = "C_BtnMoveDown";
     this.C_BtnMoveDown.Size     = new System.Drawing.Size(96, 23);
     this.C_BtnMoveDown.TabIndex = 6;
     this.C_BtnMoveDown.Text     = "Move Down";
     this.C_BtnMoveDown.Click   += new System.EventHandler(this.C_BtnMoveDown_Click);
     //
     // C_BtnMoveUp
     //
     this.C_BtnMoveUp.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.C_BtnMoveUp.Location = new System.Drawing.Point(168, 16);
     this.C_BtnMoveUp.Name     = "C_BtnMoveUp";
     this.C_BtnMoveUp.Size     = new System.Drawing.Size(80, 23);
     this.C_BtnMoveUp.TabIndex = 5;
     this.C_BtnMoveUp.Text     = "Move Up";
     this.C_BtnMoveUp.Click   += new System.EventHandler(this.C_BtnMoveUp_Click);
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.splitter1.Location = new System.Drawing.Point(477, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 364);
     this.splitter1.TabIndex = 2;
     this.splitter1.TabStop  = false;
     //
     // C_PropertyGrid
     //
     this.C_PropertyGrid.Dock                  = System.Windows.Forms.DockStyle.Right;
     this.C_PropertyGrid.LineColor             = System.Drawing.SystemColors.ScrollBar;
     this.C_PropertyGrid.Location              = new System.Drawing.Point(480, 0);
     this.C_PropertyGrid.Name                  = "C_PropertyGrid";
     this.C_PropertyGrid.Size                  = new System.Drawing.Size(200, 364);
     this.C_PropertyGrid.TabIndex              = 1;
     this.C_PropertyGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.C_PropertyGrid_PropertyValueChanged);
     //
     // ConfighorizontalGridColumn
     //
     this.Controls.Add(this.panel1);
     this.Name = "ConfighorizontalGridColumn";
     this.Size = new System.Drawing.Size(680, 364);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.C_ListHorizontalColumns)).EndInit();
     this.panel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }