Пример #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Size2DDialog));
     this.dialogButtons1 = new DialogButtons();
     this.dbxHeight      = new DoubleBox();
     this.dbxWidth       = new DoubleBox();
     this.SuspendLayout();
     //
     // dialogButtons1
     //
     resources.ApplyResources(this.dialogButtons1, "dialogButtons1");
     this.dialogButtons1.Name = "dialogButtons1";
     //
     // dbxHeight
     //
     resources.ApplyResources(this.dbxHeight, "dbxHeight");
     this.dbxHeight.BackColorInvalid = System.Drawing.Color.Salmon;
     this.dbxHeight.BackColorRegular = System.Drawing.Color.Empty;
     this.dbxHeight.InvalidHelp      = "The value entered could not be correctly parsed into a valid double precision flo" +
                                       "ating point value.";
     this.dbxHeight.IsValid      = true;
     this.dbxHeight.Name         = "dbxHeight";
     this.dbxHeight.NumberFormat = null;
     this.dbxHeight.RegularHelp  = "Enter a double precision floating point value.";
     this.dbxHeight.Value        = 0D;
     this.dbxHeight.TextChanged += new System.EventHandler(this.dbxHeight_TextChanged);
     //
     // dbxWidth
     //
     resources.ApplyResources(this.dbxWidth, "dbxWidth");
     this.dbxWidth.BackColorInvalid = System.Drawing.Color.Salmon;
     this.dbxWidth.BackColorRegular = System.Drawing.Color.Empty;
     this.dbxWidth.InvalidHelp      = "The value entered could not be correctly parsed into a valid double precision flo" +
                                      "ating point value.";
     this.dbxWidth.IsValid      = true;
     this.dbxWidth.Name         = "dbxWidth";
     this.dbxWidth.NumberFormat = null;
     this.dbxWidth.RegularHelp  = "Enter a double precision floating point value.";
     this.dbxWidth.Value        = 0D;
     this.dbxWidth.TextChanged += new System.EventHandler(this.dbxWidth_TextChanged);
     //
     // Size2DDialog
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.dialogButtons1);
     this.Controls.Add(this.dbxHeight);
     this.Controls.Add(this.dbxWidth);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.HelpButton      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Size2DDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.ResumeLayout(false);
 }
Пример #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panel1 = new System.Windows.Forms.Panel();
     this.detailedPointSymbolControl1 = new DetailedPointSymbolControl();
     this.dialogButtons1 = new GIS.Common.Dialogs.DialogButtons();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.Control;
     this.panel1.Controls.Add(this.dialogButtons1);
     this.panel1.Controls.Add(this.detailedPointSymbolControl1);
     this.panel1.Location = new System.Drawing.Point(12, 3);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(705, 494);
     this.panel1.TabIndex = 1;
     //
     // detailedPointSymbolControl1
     //
     this.detailedPointSymbolControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.detailedPointSymbolControl1.Location = new System.Drawing.Point(14, 12);
     this.detailedPointSymbolControl1.Name     = "detailedPointSymbolControl1";
     this.detailedPointSymbolControl1.Size     = new System.Drawing.Size(681, 445);
     this.detailedPointSymbolControl1.TabIndex = 0;
     //
     // dialogButtons1
     //
     this.dialogButtons1.Location = new System.Drawing.Point(451, 459);
     this.dialogButtons1.Name     = "dialogButtons1";
     this.dialogButtons1.Size     = new System.Drawing.Size(244, 32);
     this.dialogButtons1.TabIndex = 1;
     //
     // DetailedPointSymbolDialog
     //
     this.ClientSize = new System.Drawing.Size(719, 509);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.HelpButton      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DetailedPointSymbolDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.Text = _pointSymbolDialog;
 }
Пример #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.panel1 = new System.Windows.Forms.Panel();
     this.detailedLineSymbolControl = new DetailedLineSymbolControl();
     this.dialogButtons1            = new GIS.Common.Dialogs.DialogButtons();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.dialogButtons1);
     this.panel1.Controls.Add(this.detailedLineSymbolControl);
     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(926, 520);
     this.panel1.TabIndex = 1;
     //
     // detailedLineSymbolControl
     //
     this.detailedLineSymbolControl.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.detailedLineSymbolControl.Location = new System.Drawing.Point(0, 0);
     this.detailedLineSymbolControl.Name     = "detailedLineSymbolControl";
     this.detailedLineSymbolControl.Size     = new System.Drawing.Size(926, 520);
     this.detailedLineSymbolControl.TabIndex = 1;
     //
     // dialogButtons1
     //
     this.dialogButtons1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.dialogButtons1.Location = new System.Drawing.Point(0, 488);
     this.dialogButtons1.Name     = "dialogButtons1";
     this.dialogButtons1.Size     = new System.Drawing.Size(926, 32);
     this.dialogButtons1.TabIndex = 0;
     //
     // DetailedLineSymbolDialog
     //
     this.ClientSize = new System.Drawing.Size(926, 520);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.HelpButton      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DetailedLineSymbolDialog";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.Text = _lineSymbolDialog;
 }
Пример #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._panel1 = new System.Windows.Forms.Panel();
     this._detailedPolygonSymbolControl1 = new DetailedPolygonSymbolControl();
     this.dialogButtons1 = new GIS.Common.Dialogs.DialogButtons();
     this._panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // _panel1
     //
     this._panel1.Controls.Add(this.dialogButtons1);
     this._panel1.Controls.Add(this._detailedPolygonSymbolControl1);
     this._panel1.Location = new System.Drawing.Point(0, 0);
     this._panel1.Name     = "_panel1";
     this._panel1.Size     = new System.Drawing.Size(726, 464);
     this._panel1.TabIndex = 1;
     //
     // _detailedPolygonSymbolControl1
     //
     this._detailedPolygonSymbolControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this._detailedPolygonSymbolControl1.Location = new System.Drawing.Point(12, 12);
     this._detailedPolygonSymbolControl1.Name     = "_detailedPolygonSymbolControl1";
     this._detailedPolygonSymbolControl1.Size     = new System.Drawing.Size(699, 394);
     this._detailedPolygonSymbolControl1.TabIndex = 0;
     //
     // dialogButtons1
     //
     this.dialogButtons1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.dialogButtons1.Location = new System.Drawing.Point(467, 421);
     this.dialogButtons1.Name     = "dialogButtons1";
     this.dialogButtons1.Size     = new System.Drawing.Size(244, 32);
     this.dialogButtons1.TabIndex = 1;
     //
     // DetailedPolygonSymbolDialog
     //
     this.ClientSize = new System.Drawing.Size(723, 465);
     this.Controls.Add(this._panel1);
     this.HelpButton    = true;
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "DetailedPolygonSymbolDialog";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this._panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.Text            = _polygonSymbolDialog;
     this.FormBorderStyle = FormBorderStyle.Fixed3D;
 }
Пример #5
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LayerDialog));
     this.tabControl1    = new System.Windows.Forms.TabControl();
     this.tabSymbology   = new System.Windows.Forms.TabPage();
     this.pnlContent     = new System.Windows.Forms.Panel();
     this.tabDetails     = new System.Windows.Forms.TabPage();
     this.propertyGrid1  = new System.Windows.Forms.PropertyGrid();
     this.panel1         = new System.Windows.Forms.Panel();
     this.dialogButtons1 = new DialogButtons();
     this.tabControl1.SuspendLayout();
     this.tabSymbology.SuspendLayout();
     this.tabDetails.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabSymbology);
     this.tabControl1.Controls.Add(this.tabDetails);
     resources.ApplyResources(this.tabControl1, "tabControl1");
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     //
     // tabSymbology
     //
     this.tabSymbology.Controls.Add(this.pnlContent);
     resources.ApplyResources(this.tabSymbology, "tabSymbology");
     this.tabSymbology.Name = "tabSymbology";
     this.tabSymbology.UseVisualStyleBackColor = true;
     //
     // pnlContent
     //
     //pnlContent.Controls.Add(RasCon);
     resources.ApplyResources(this.pnlContent, "pnlContent");
     this.pnlContent.Name = "pnlContent";
     //
     // tabDetails
     //
     this.tabDetails.Controls.Add(this.propertyGrid1);
     resources.ApplyResources(this.tabDetails, "tabDetails");
     this.tabDetails.Name = "tabDetails";
     this.tabDetails.UseVisualStyleBackColor = true;
     //
     // propertyGrid1
     //
     resources.ApplyResources(this.propertyGrid1, "propertyGrid1");
     this.propertyGrid1.Name = "propertyGrid1";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.dialogButtons1);
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.Name = "panel1";
     //
     // dialogButtons1
     //
     resources.ApplyResources(this.dialogButtons1, "dialogButtons1");
     this.dialogButtons1.Name           = "dialogButtons1";
     this.dialogButtons1.OkClicked     += new System.EventHandler(this.dialogButtons1_OkClicked);
     this.dialogButtons1.ApplyClicked  += new System.EventHandler(this.dialogButtons1_ApplyClicked);
     this.dialogButtons1.CancelClicked += new System.EventHandler(this.dialogButtons1_CancelClicked);
     //
     // LayerDialog
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.panel1);
     this.HelpButton    = true;
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "LayerDialog";
     this.ShowInTaskbar = false;
     this.tabControl1.ResumeLayout(false);
     this.tabSymbology.ResumeLayout(false);
     this.tabDetails.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CollectionPropertyGrid));
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.ccItems         = new CollectionControl();
     this.propertyGrid1   = new System.Windows.Forms.PropertyGrid();
     this.panel1          = new System.Windows.Forms.Panel();
     this.dialogButtons1  = new DialogButtons();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     resources.ApplyResources(this.splitContainer1, "splitContainer1");
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     resources.ApplyResources(this.splitContainer1.Panel1, "splitContainer1.Panel1");
     this.splitContainer1.Panel1.Controls.Add(this.ccItems);
     //
     // splitContainer1.Panel2
     //
     resources.ApplyResources(this.splitContainer1.Panel2, "splitContainer1.Panel2");
     this.splitContainer1.Panel2.Controls.Add(this.propertyGrid1);
     //
     // ccItems
     //
     resources.ApplyResources(this.ccItems, "ccItems");
     this.ccItems.Name           = "ccItems";
     this.ccItems.SelectedName   = null;
     this.ccItems.SelectedObject = null;
     //
     // propertyGrid1
     //
     resources.ApplyResources(this.propertyGrid1, "propertyGrid1");
     this.propertyGrid1.Name = "propertyGrid1";
     //
     // panel1
     //
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.Controls.Add(this.dialogButtons1);
     this.panel1.Name = "panel1";
     //
     // dialogButtons1
     //
     resources.ApplyResources(this.dialogButtons1, "dialogButtons1");
     this.dialogButtons1.Name = "dialogButtons1";
     //
     // CollectionPropertyGrid
     //
     resources.ApplyResources(this, "$this");
     this.AllowDrop = true;
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.panel1);
     this.Name          = "CollectionPropertyGrid";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #7
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LineSymbolDialog));
     this.lblSymbologyType             = new System.Windows.Forms.Label();
     this.lblPredefinedSymbol          = new System.Windows.Forms.Label();
     this.lblSymbolPreview             = new System.Windows.Forms.Label();
     this.btnSymbolDetails             = new System.Windows.Forms.Button();
     this.cmbCategories                = new System.Windows.Forms.ComboBox();
     this.predefinedLineSymbolControl1 = new PredefinedLineSymbolControl();
     this.symbolPreview1               = new SymbolPreview();
     this.dialogButtons1               = new DialogButtons();
     this.SuspendLayout();
     //
     // lblSymbologyType
     //
     resources.ApplyResources(this.lblSymbologyType, "lblSymbologyType");
     this.lblSymbologyType.Name = "lblSymbologyType";
     //
     // lblPredefinedSymbol
     //
     resources.ApplyResources(this.lblPredefinedSymbol, "lblPredefinedSymbol");
     this.lblPredefinedSymbol.Name = "lblPredefinedSymbol";
     //
     // lblSymbolPreview
     //
     resources.ApplyResources(this.lblSymbolPreview, "lblSymbolPreview");
     this.lblSymbolPreview.Name = "lblSymbolPreview";
     //
     // btnSymbolDetails
     //
     resources.ApplyResources(this.btnSymbolDetails, "btnSymbolDetails");
     this.btnSymbolDetails.Name = "btnSymbolDetails";
     this.btnSymbolDetails.UseVisualStyleBackColor = true;
     this.btnSymbolDetails.Click += new System.EventHandler(this.btnSymbolDetails_Click);
     //
     // cmbCategories
     //
     resources.ApplyResources(this.cmbCategories, "cmbCategories");
     this.cmbCategories.FormattingEnabled = true;
     this.cmbCategories.Name = "cmbCategories";
     this.cmbCategories.SelectedIndexChanged += new System.EventHandler(this.cmbCategories_SelectedIndexChanged);
     //
     // predefinedLineSymbolControl1
     //
     resources.ApplyResources(this.predefinedLineSymbolControl1, "predefinedLineSymbolControl1");
     this.predefinedLineSymbolControl1.BackColor             = System.Drawing.Color.White;
     this.predefinedLineSymbolControl1.CategoryFilter        = String.Empty;
     this.predefinedLineSymbolControl1.CellMargin            = 8;
     this.predefinedLineSymbolControl1.CellSize              = new System.Drawing.Size(62, 62);
     this.predefinedLineSymbolControl1.ControlRectangle      = new System.Drawing.Rectangle(0, 0, 272, 253);
     this.predefinedLineSymbolControl1.DefaultCategoryFilter = "All";
     this.predefinedLineSymbolControl1.DynamicColumns        = true;
     this.predefinedLineSymbolControl1.IsInitialized         = false;
     this.predefinedLineSymbolControl1.IsSelected            = true;
     this.predefinedLineSymbolControl1.Name                  = "predefinedLineSymbolControl1";
     this.predefinedLineSymbolControl1.SelectedIndex         = -1;
     this.predefinedLineSymbolControl1.SelectionBackColor    = System.Drawing.Color.LightGray;
     this.predefinedLineSymbolControl1.SelectionForeColor    = System.Drawing.Color.White;
     this.predefinedLineSymbolControl1.ShowSymbolNames       = true;
     this.predefinedLineSymbolControl1.TextFont              = new System.Drawing.Font("Arial", 8F);
     this.predefinedLineSymbolControl1.VerticalScrollEnabled = true;
     //
     // symbolPreview1
     //
     resources.ApplyResources(this.symbolPreview1, "symbolPreview1");
     this.symbolPreview1.BackColor = System.Drawing.Color.White;
     this.symbolPreview1.Name      = "symbolPreview1";
     //
     // dialogButtons1
     //
     resources.ApplyResources(this.dialogButtons1, "dialogButtons1");
     this.dialogButtons1.Name = "dialogButtons1";
     //
     // LineSymbolDialog
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.dialogButtons1);
     this.Controls.Add(this.predefinedLineSymbolControl1);
     this.Controls.Add(this.cmbCategories);
     this.Controls.Add(this.symbolPreview1);
     this.Controls.Add(this.btnSymbolDetails);
     this.Controls.Add(this.lblSymbolPreview);
     this.Controls.Add(this.lblPredefinedSymbol);
     this.Controls.Add(this.lblSymbologyType);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.HelpButton      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "LineSymbolDialog";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ColorPicker));
     this.grpPreview           = new System.Windows.Forms.GroupBox();
     this.lblPreview           = new System.Windows.Forms.Label();
     this.dialogButtons1       = new GIS.Common.Dialogs.DialogButtons();
     this.grdSlider            = new GIS.Common.Dialogs.GradientControl();
     this._spatialStatusStrip1 = new GIS.Common.Dialogs.SymbologyStatusStrip();
     this.statusText           = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusProgress       = new System.Windows.Forms.ToolStripProgressBar();
     this.tableLayoutPanel1    = new System.Windows.Forms.TableLayoutPanel();
     this.helpProvider1        = new System.Windows.Forms.HelpProvider();
     this.grpPreview.SuspendLayout();
     this._spatialStatusStrip1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // grpPreview
     //
     resources.ApplyResources(this.grpPreview, "grpPreview");
     this.grpPreview.Controls.Add(this.lblPreview);
     this.helpProvider1.SetHelpString(this.grpPreview, resources.GetString("grpPreview.HelpString"));
     this.grpPreview.Name = "grpPreview";
     this.helpProvider1.SetShowHelp(this.grpPreview, ((bool)(resources.GetObject("grpPreview.ShowHelp"))));
     this.grpPreview.TabStop = false;
     //
     // lblPreview
     //
     this.lblPreview.BackColor   = System.Drawing.Color.White;
     this.lblPreview.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     resources.ApplyResources(this.lblPreview, "lblPreview");
     this.lblPreview.Name = "lblPreview";
     this.helpProvider1.SetShowHelp(this.lblPreview, ((bool)(resources.GetObject("lblPreview.ShowHelp"))));
     //
     // dialogButtons1
     //
     resources.ApplyResources(this.dialogButtons1, "dialogButtons1");
     this.dialogButtons1.Name = "dialogButtons1";
     this.helpProvider1.SetShowHelp(this.dialogButtons1, ((bool)(resources.GetObject("dialogButtons1.ShowHelp"))));
     //
     // grdSlider
     //
     resources.ApplyResources(this.grdSlider, "grdSlider");
     this.grdSlider.EndValue = 0.8F;
     this.helpProvider1.SetHelpString(this.grdSlider, resources.GetString("grdSlider.HelpString"));
     this.grdSlider.MaximumColor = System.Drawing.Color.Blue;
     this.grdSlider.MinimumColor = System.Drawing.Color.Lime;
     this.grdSlider.Name         = "grdSlider";
     this.helpProvider1.SetShowHelp(this.grdSlider, ((bool)(resources.GetObject("grdSlider.ShowHelp"))));
     this.grdSlider.SlidersEnabled = true;
     this.grdSlider.StartValue     = 0.2F;
     //
     // _spatialStatusStrip1
     //
     this._spatialStatusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.statusText,
         this.statusProgress
     });
     resources.ApplyResources(this._spatialStatusStrip1, "_spatialStatusStrip1");
     this._spatialStatusStrip1.Name          = "_spatialStatusStrip1";
     this._spatialStatusStrip1.ProgressBar   = null;
     this._spatialStatusStrip1.ProgressLabel = this.statusText;
     this.helpProvider1.SetShowHelp(this._spatialStatusStrip1, ((bool)(resources.GetObject("_spatialStatusStrip1.ShowHelp"))));
     //
     // statusText
     //
     this.statusText.IsLink = true;
     this.statusText.Name   = "statusText";
     resources.ApplyResources(this.statusText, "statusText");
     this.statusText.Text   = ICSharpCode.Core.StringParser.Parse("${res:UI.Ready}");
     this.statusText.Spring = true;
     //
     // statusProgress
     //
     this.statusProgress.Name = "statusProgress";
     resources.ApplyResources(this.statusProgress, "statusProgress");
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
     this.tableLayoutPanel1.Controls.Add(this.dialogButtons1, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.grdSlider, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.grpPreview, 0, 0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.helpProvider1.SetShowHelp(this.tableLayoutPanel1, ((bool)(resources.GetObject("tableLayoutPanel1.ShowHelp"))));
     //
     // ColorPicker
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.tableLayoutPanel1);
     this.Controls.Add(this._spatialStatusStrip1);
     this.HelpButton  = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "ColorPicker";
     this.helpProvider1.SetShowHelp(this, ((bool)(resources.GetObject("$this.ShowHelp"))));
     this.ShowInTaskbar = false;
     this.grpPreview.ResumeLayout(false);
     this._spatialStatusStrip1.ResumeLayout(false);
     this._spatialStatusStrip1.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }