Example #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 DotSpatial.Symbology.Forms.DialogButtons();
            this.dbxHeight = new DotSpatial.Symbology.Forms.DoubleBox();
            this.dbxWidth = new DotSpatial.Symbology.Forms.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);

        }
Example #2
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 DotSpatial.Symbology.Forms.DialogButtons();
     this.dbxHeight      = new DotSpatial.Symbology.Forms.DoubleBox();
     this.dbxWidth       = new DotSpatial.Symbology.Forms.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);
 }
 /// <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(DetailedPointSymbolDialog));
     this.panel1 = new System.Windows.Forms.Panel();
     this.dialogButtons1 = new DotSpatial.Symbology.Forms.DialogButtons();
     this.detailedPointSymbolControl1 = new DotSpatial.Symbology.Forms.DetailedPointSymbolControl();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // 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";
     //
     // detailedPointSymbolControl1
     //
     resources.ApplyResources(this.detailedPointSymbolControl1, "detailedPointSymbolControl1");
     this.detailedPointSymbolControl1.Name = "detailedPointSymbolControl1";
     //
     // DetailedPointSymbolDialog
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.detailedPointSymbolControl1);
     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);
 }
 /// <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(DetailedLineSymbolDialog));
     this.panel1                    = new System.Windows.Forms.Panel();
     this.dialogButtons1            = new DotSpatial.Symbology.Forms.DialogButtons();
     this.detailedLineSymbolControl = new DotSpatial.Symbology.Forms.DetailedLineSymbolControl();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // 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";
     //
     // detailedLineSymbolControl
     //
     resources.ApplyResources(this.detailedLineSymbolControl, "detailedLineSymbolControl");
     this.detailedLineSymbolControl.Name = "detailedLineSymbolControl";
     //
     // DetailedLineSymbolDialog
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.detailedLineSymbolControl);
     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);
 }
 /// <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(DetailedPolygonSymbolDialog));
     this._panel1         = new System.Windows.Forms.Panel();
     this._dialogButtons1 = new DotSpatial.Symbology.Forms.DialogButtons();
     this._detailedPolygonSymbolControl1 = new DotSpatial.Symbology.Forms.DetailedPolygonSymbolControl();
     this._panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // _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";
     //
     // _detailedPolygonSymbolControl1
     //
     resources.ApplyResources(this._detailedPolygonSymbolControl1, "_detailedPolygonSymbolControl1");
     this._detailedPolygonSymbolControl1.Name = "_detailedPolygonSymbolControl1";
     //
     // DetailedPolygonSymbolDialog
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this._detailedPolygonSymbolControl1);
     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);
 }
Example #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(ColorPicker));
     this.grpPreview = new System.Windows.Forms.GroupBox();
     this.lblPreview = new System.Windows.Forms.Label();
     this.dialogButtons1 = new DotSpatial.Symbology.Forms.DialogButtons();
     this.grdSlider = new DotSpatial.Symbology.Forms.GradientControl();
     this._spatialStatusStrip1 = new DotSpatial.Symbology.Forms.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.helpProvider1.SetShowHelp(this._spatialStatusStrip1, ((bool)(resources.GetObject("_spatialStatusStrip1.ShowHelp"))));
     //
     // statusText
     //
     this.statusText.Name = "statusText";
     resources.ApplyResources(this.statusText, "statusText");
     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();
 }
 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 DotSpatial.Symbology.Forms.PredefinedLineSymbolControl();
     this.symbolPreview1               = new DotSpatial.Symbology.Forms.SymbolPreview();
     this.dialogButtons1               = new DotSpatial.Symbology.Forms.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();
 }
Example #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(CollectionPropertyGrid));
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.ccItems         = new DotSpatial.Symbology.Forms.CollectionControl();
     this.propertyGrid1   = new System.Windows.Forms.PropertyGrid();
     this.panel1          = new System.Windows.Forms.Panel();
     this.dialogButtons1  = new DotSpatial.Symbology.Forms.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);
 }
Example #9
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 DotSpatial.Symbology.Forms.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
     //
     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);
 }
 /// <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 DotSpatial.Symbology.Forms.CollectionControl();
     this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
     this.panel1 = new System.Windows.Forms.Panel();
     this.dialogButtons1 = new DotSpatial.Symbology.Forms.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);
 }
Example #11
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 DotSpatial.Symbology.Forms.DialogButtons();
     this.grdSlider            = new DotSpatial.Symbology.Forms.GradientControl();
     this._spatialStatusStrip1 = new DotSpatial.Symbology.Forms.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.helpProvider1.SetShowHelp(this._spatialStatusStrip1, ((bool)(resources.GetObject("_spatialStatusStrip1.ShowHelp"))));
     //
     // statusText
     //
     this.statusText.Name = "statusText";
     resources.ApplyResources(this.statusText, "statusText");
     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();
 }
Example #12
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 DotSpatial.Symbology.Forms.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
     //
     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);
     //
     // RasterLayerDialog
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.HelpButton = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "RasterLayerDialog";
     this.ShowInTaskbar = false;
     this.tabControl1.ResumeLayout(false);
     this.tabSymbology.ResumeLayout(false);
     this.tabDetails.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #13
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 DotSpatial.Symbology.Forms.PredefinedLineSymbolControl();
     this.symbolPreview1 = new DotSpatial.Symbology.Forms.SymbolPreview();
     this.dialogButtons1 = new DotSpatial.Symbology.Forms.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();
 }