private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RasterCategoryControl)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.ttHelp = new System.Windows.Forms.ToolTip(this.components); this.btnRamp = new System.Windows.Forms.Button(); this.cmdRefresh = new System.Windows.Forms.Button(); this.btnQuick = new System.Windows.Forms.Button(); this.angLightDirection = new MapWindow.Components.AngleControl(); this.btnAdd = new System.Windows.Forms.Button(); this.btnDelete = new System.Windows.Forms.Button(); this.tabScheme = new System.Windows.Forms.TabControl(); this.tabStatistics = new System.Windows.Forms.TabPage(); this.dbxMax = new MapWindow.Components.DoubleBox(); this.dbxMin = new MapWindow.Components.DoubleBox(); this.nudSigFig = new System.Windows.Forms.NumericUpDown(); this.lblSigFig = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.cmbIntervalSnapping = new System.Windows.Forms.ComboBox(); this.dgvStatistics = new System.Windows.Forms.DataGridView(); this.Stat = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Value = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.label2 = new System.Windows.Forms.Label(); this.cmbInterval = new System.Windows.Forms.ComboBox(); this.nudCategoryCount = new System.Windows.Forms.NumericUpDown(); this.lblBreaks = new System.Windows.Forms.Label(); this.tabGraph = new System.Windows.Forms.TabPage(); this.lblColumns = new System.Windows.Forms.Label(); this.nudColumns = new System.Windows.Forms.NumericUpDown(); this.chkLog = new System.Windows.Forms.CheckBox(); this.chkShowStd = new System.Windows.Forms.CheckBox(); this.chkShowMean = new System.Windows.Forms.CheckBox(); this.breakSliderGraph1 = new MapWindow.Components.BreakSliderGraph(); this.dgvCategories = new System.Windows.Forms.DataGridView(); this.colSymbol = new System.Windows.Forms.DataGridViewImageColumn(); this.colValues = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colLegendText = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colCount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.chkHillshade = new System.Windows.Forms.CheckBox(); this.btnShadedRelief = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.dbxElevationFactor = new MapWindow.Components.DoubleBox(); this.mwProgressBar1 = new MapWindow.Components.mwProgressBar(); this.tccColorRange = new MapWindow.Components.TabColorControl(); this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn(); this.tabScheme.SuspendLayout(); this.tabStatistics.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudSigFig)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvStatistics)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudCategoryCount)).BeginInit(); this.tabGraph.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudColumns)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvCategories)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // btnRamp // this.btnRamp.AccessibleDescription = null; this.btnRamp.AccessibleName = null; resources.ApplyResources(this.btnRamp, "btnRamp"); this.btnRamp.BackgroundImage = null; this.btnRamp.Font = null; this.btnRamp.Name = "btnRamp"; this.ttHelp.SetToolTip(this.btnRamp, resources.GetString("btnRamp.ToolTip")); this.btnRamp.UseVisualStyleBackColor = true; this.btnRamp.Click += new System.EventHandler(this.btnRamp_Click); // // cmdRefresh // this.cmdRefresh.AccessibleDescription = null; this.cmdRefresh.AccessibleName = null; resources.ApplyResources(this.cmdRefresh, "cmdRefresh"); this.cmdRefresh.BackgroundImage = null; this.cmdRefresh.Font = null; this.cmdRefresh.Name = "cmdRefresh"; this.ttHelp.SetToolTip(this.cmdRefresh, resources.GetString("cmdRefresh.ToolTip")); this.cmdRefresh.UseVisualStyleBackColor = true; this.cmdRefresh.Click += new System.EventHandler(this.cmdRefresh_Click); // // btnQuick // this.btnQuick.AccessibleDescription = null; this.btnQuick.AccessibleName = null; resources.ApplyResources(this.btnQuick, "btnQuick"); this.btnQuick.BackgroundImage = null; this.btnQuick.Font = null; this.btnQuick.Name = "btnQuick"; this.ttHelp.SetToolTip(this.btnQuick, resources.GetString("btnQuick.ToolTip")); this.btnQuick.UseVisualStyleBackColor = true; this.btnQuick.Click += new System.EventHandler(this.btnQuick_Click); // // angLightDirection // this.angLightDirection.AccessibleDescription = null; this.angLightDirection.AccessibleName = null; resources.ApplyResources(this.angLightDirection, "angLightDirection"); this.angLightDirection.Angle = 45; this.angLightDirection.BackColor = System.Drawing.SystemColors.Control; this.angLightDirection.BackgroundImage = null; this.angLightDirection.Caption = "Light Direction:"; this.angLightDirection.Clockwise = true; this.angLightDirection.Font = null; this.angLightDirection.KnobColor = System.Drawing.Color.Green; this.angLightDirection.Name = "angLightDirection"; this.angLightDirection.StartAngle = 90; this.ttHelp.SetToolTip(this.angLightDirection, resources.GetString("angLightDirection.ToolTip")); this.angLightDirection.AngleChanged += new System.EventHandler(this.angLightDirection_AngleChanged); // // btnAdd // this.btnAdd.AccessibleDescription = null; this.btnAdd.AccessibleName = null; resources.ApplyResources(this.btnAdd, "btnAdd"); this.btnAdd.BackgroundImage = null; this.btnAdd.Font = null; this.btnAdd.Image = global::MapWindow.Images.add; this.btnAdd.Name = "btnAdd"; this.ttHelp.SetToolTip(this.btnAdd, resources.GetString("btnAdd.ToolTip")); this.btnAdd.UseVisualStyleBackColor = true; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // btnDelete // this.btnDelete.AccessibleDescription = null; this.btnDelete.AccessibleName = null; resources.ApplyResources(this.btnDelete, "btnDelete"); this.btnDelete.BackgroundImage = null; this.btnDelete.Font = null; this.btnDelete.Image = global::MapWindow.Images.delete; this.btnDelete.Name = "btnDelete"; this.ttHelp.SetToolTip(this.btnDelete, resources.GetString("btnDelete.ToolTip")); this.btnDelete.UseVisualStyleBackColor = true; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // tabScheme // this.tabScheme.AccessibleDescription = null; this.tabScheme.AccessibleName = null; resources.ApplyResources(this.tabScheme, "tabScheme"); this.tabScheme.BackgroundImage = null; this.tabScheme.Controls.Add(this.tabStatistics); this.tabScheme.Controls.Add(this.tabGraph); this.tabScheme.Font = null; this.tabScheme.Name = "tabScheme"; this.tabScheme.SelectedIndex = 0; this.ttHelp.SetToolTip(this.tabScheme, resources.GetString("tabScheme.ToolTip")); // // tabStatistics // this.tabStatistics.AccessibleDescription = null; this.tabStatistics.AccessibleName = null; resources.ApplyResources(this.tabStatistics, "tabStatistics"); this.tabStatistics.BackgroundImage = null; this.tabStatistics.Controls.Add(this.dbxMax); this.tabStatistics.Controls.Add(this.dbxMin); this.tabStatistics.Controls.Add(this.nudSigFig); this.tabStatistics.Controls.Add(this.lblSigFig); this.tabStatistics.Controls.Add(this.label1); this.tabStatistics.Controls.Add(this.cmbIntervalSnapping); this.tabStatistics.Controls.Add(this.dgvStatistics); this.tabStatistics.Controls.Add(this.label2); this.tabStatistics.Controls.Add(this.cmbInterval); this.tabStatistics.Controls.Add(this.nudCategoryCount); this.tabStatistics.Controls.Add(this.lblBreaks); this.tabStatistics.Font = null; this.tabStatistics.Name = "tabStatistics"; this.ttHelp.SetToolTip(this.tabStatistics, resources.GetString("tabStatistics.ToolTip")); this.tabStatistics.UseVisualStyleBackColor = true; // // dbxMax // this.dbxMax.AccessibleDescription = null; this.dbxMax.AccessibleName = null; resources.ApplyResources(this.dbxMax, "dbxMax"); this.dbxMax.BackColorInvalid = System.Drawing.Color.Salmon; this.dbxMax.BackColorRegular = System.Drawing.Color.Empty; this.dbxMax.BackgroundImage = null; this.dbxMax.Caption = "Exclude values >"; this.dbxMax.Font = null; this.dbxMax.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" + "ating point value."; this.dbxMax.IsValid = true; this.dbxMax.Name = "dbxMax"; this.dbxMax.NumberFormat = null; this.dbxMax.RegularHelp = "Enter a double precision floating point value."; this.ttHelp.SetToolTip(this.dbxMax, resources.GetString("dbxMax.ToolTip")); this.dbxMax.Value = 1000000; this.dbxMax.TextChanged += new System.EventHandler(this.dbxMax_TextChanged); // // dbxMin // this.dbxMin.AccessibleDescription = null; this.dbxMin.AccessibleName = null; resources.ApplyResources(this.dbxMin, "dbxMin"); this.dbxMin.BackColorInvalid = System.Drawing.Color.Salmon; this.dbxMin.BackColorRegular = System.Drawing.Color.Empty; this.dbxMin.BackgroundImage = null; this.dbxMin.Caption = "Exclude Values < "; this.dbxMin.Font = null; this.dbxMin.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" + "ating point value."; this.dbxMin.IsValid = true; this.dbxMin.Name = "dbxMin"; this.dbxMin.NumberFormat = null; this.dbxMin.RegularHelp = "Enter a double precision floating point value."; this.ttHelp.SetToolTip(this.dbxMin, resources.GetString("dbxMin.ToolTip")); this.dbxMin.Value = -100000; this.dbxMin.TextChanged += new System.EventHandler(this.dbxMin_TextChanged); // // nudSigFig // this.nudSigFig.AccessibleDescription = null; this.nudSigFig.AccessibleName = null; resources.ApplyResources(this.nudSigFig, "nudSigFig"); this.nudSigFig.Font = null; this.nudSigFig.Maximum = new decimal(new int[] { 16, 0, 0, 0}); this.nudSigFig.Name = "nudSigFig"; this.ttHelp.SetToolTip(this.nudSigFig, resources.GetString("nudSigFig.ToolTip")); this.nudSigFig.ValueChanged += new System.EventHandler(this.nudSigFig_ValueChanged); // // lblSigFig // this.lblSigFig.AccessibleDescription = null; this.lblSigFig.AccessibleName = null; resources.ApplyResources(this.lblSigFig, "lblSigFig"); this.lblSigFig.Font = null; this.lblSigFig.Name = "lblSigFig"; this.ttHelp.SetToolTip(this.lblSigFig, resources.GetString("lblSigFig.ToolTip")); // // label1 // this.label1.AccessibleDescription = null; this.label1.AccessibleName = null; resources.ApplyResources(this.label1, "label1"); this.label1.Font = null; this.label1.Name = "label1"; this.ttHelp.SetToolTip(this.label1, resources.GetString("label1.ToolTip")); // // cmbIntervalSnapping // this.cmbIntervalSnapping.AccessibleDescription = null; this.cmbIntervalSnapping.AccessibleName = null; resources.ApplyResources(this.cmbIntervalSnapping, "cmbIntervalSnapping"); this.cmbIntervalSnapping.BackgroundImage = null; this.cmbIntervalSnapping.Font = null; this.cmbIntervalSnapping.FormattingEnabled = true; this.cmbIntervalSnapping.Name = "cmbIntervalSnapping"; this.ttHelp.SetToolTip(this.cmbIntervalSnapping, resources.GetString("cmbIntervalSnapping.ToolTip")); this.cmbIntervalSnapping.SelectedIndexChanged += new System.EventHandler(this.cmbIntervalSnapping_SelectedIndexChanged); // // dgvStatistics // this.dgvStatistics.AccessibleDescription = null; this.dgvStatistics.AccessibleName = null; this.dgvStatistics.AllowUserToAddRows = false; this.dgvStatistics.AllowUserToDeleteRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.AntiqueWhite; this.dgvStatistics.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; resources.ApplyResources(this.dgvStatistics, "dgvStatistics"); this.dgvStatistics.BackgroundImage = null; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvStatistics.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvStatistics.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvStatistics.ColumnHeadersVisible = false; this.dgvStatistics.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Stat, this.Value}); this.dgvStatistics.Font = null; this.dgvStatistics.Name = "dgvStatistics"; this.dgvStatistics.RowHeadersVisible = false; this.dgvStatistics.ShowCellErrors = false; this.ttHelp.SetToolTip(this.dgvStatistics, resources.GetString("dgvStatistics.ToolTip")); // // Stat // resources.ApplyResources(this.Stat, "Stat"); this.Stat.Name = "Stat"; // // Value // this.Value.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; resources.ApplyResources(this.Value, "Value"); this.Value.Name = "Value"; // // label2 // this.label2.AccessibleDescription = null; this.label2.AccessibleName = null; resources.ApplyResources(this.label2, "label2"); this.label2.Font = null; this.label2.Name = "label2"; this.ttHelp.SetToolTip(this.label2, resources.GetString("label2.ToolTip")); // // cmbInterval // this.cmbInterval.AccessibleDescription = null; this.cmbInterval.AccessibleName = null; resources.ApplyResources(this.cmbInterval, "cmbInterval"); this.cmbInterval.BackgroundImage = null; this.cmbInterval.Font = null; this.cmbInterval.FormattingEnabled = true; this.cmbInterval.Items.AddRange(new object[] { resources.GetString("cmbInterval.Items"), resources.GetString("cmbInterval.Items1"), resources.GetString("cmbInterval.Items2")}); this.cmbInterval.Name = "cmbInterval"; this.ttHelp.SetToolTip(this.cmbInterval, resources.GetString("cmbInterval.ToolTip")); this.cmbInterval.SelectedIndexChanged += new System.EventHandler(this.cmbInterval_SelectedIndexChanged); // // nudCategoryCount // this.nudCategoryCount.AccessibleDescription = null; this.nudCategoryCount.AccessibleName = null; resources.ApplyResources(this.nudCategoryCount, "nudCategoryCount"); this.nudCategoryCount.Font = null; this.nudCategoryCount.Name = "nudCategoryCount"; this.ttHelp.SetToolTip(this.nudCategoryCount, resources.GetString("nudCategoryCount.ToolTip")); this.nudCategoryCount.Value = new decimal(new int[] { 5, 0, 0, 0}); this.nudCategoryCount.ValueChanged += new System.EventHandler(this.nudCategoryCount_ValueChanged); // // lblBreaks // this.lblBreaks.AccessibleDescription = null; this.lblBreaks.AccessibleName = null; resources.ApplyResources(this.lblBreaks, "lblBreaks"); this.lblBreaks.Font = null; this.lblBreaks.Name = "lblBreaks"; this.ttHelp.SetToolTip(this.lblBreaks, resources.GetString("lblBreaks.ToolTip")); // // tabGraph // this.tabGraph.AccessibleDescription = null; this.tabGraph.AccessibleName = null; resources.ApplyResources(this.tabGraph, "tabGraph"); this.tabGraph.BackgroundImage = null; this.tabGraph.Controls.Add(this.lblColumns); this.tabGraph.Controls.Add(this.nudColumns); this.tabGraph.Controls.Add(this.chkLog); this.tabGraph.Controls.Add(this.chkShowStd); this.tabGraph.Controls.Add(this.chkShowMean); this.tabGraph.Controls.Add(this.breakSliderGraph1); this.tabGraph.Font = null; this.tabGraph.Name = "tabGraph"; this.ttHelp.SetToolTip(this.tabGraph, resources.GetString("tabGraph.ToolTip")); this.tabGraph.UseVisualStyleBackColor = true; // // lblColumns // this.lblColumns.AccessibleDescription = null; this.lblColumns.AccessibleName = null; resources.ApplyResources(this.lblColumns, "lblColumns"); this.lblColumns.Font = null; this.lblColumns.Name = "lblColumns"; this.ttHelp.SetToolTip(this.lblColumns, resources.GetString("lblColumns.ToolTip")); // // nudColumns // this.nudColumns.AccessibleDescription = null; this.nudColumns.AccessibleName = null; resources.ApplyResources(this.nudColumns, "nudColumns"); this.nudColumns.Font = null; this.nudColumns.Increment = new decimal(new int[] { 10, 0, 0, 0}); this.nudColumns.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.nudColumns.Minimum = new decimal(new int[] { 10, 0, 0, 0}); this.nudColumns.Name = "nudColumns"; this.ttHelp.SetToolTip(this.nudColumns, resources.GetString("nudColumns.ToolTip")); this.nudColumns.Value = new decimal(new int[] { 40, 0, 0, 0}); this.nudColumns.ValueChanged += new System.EventHandler(this.nudColumns_ValueChanged); // // chkLog // this.chkLog.AccessibleDescription = null; this.chkLog.AccessibleName = null; resources.ApplyResources(this.chkLog, "chkLog"); this.chkLog.BackgroundImage = null; this.chkLog.Font = null; this.chkLog.Name = "chkLog"; this.ttHelp.SetToolTip(this.chkLog, resources.GetString("chkLog.ToolTip")); this.chkLog.UseVisualStyleBackColor = true; this.chkLog.CheckedChanged += new System.EventHandler(this.chkLog_CheckedChanged); // // chkShowStd // this.chkShowStd.AccessibleDescription = null; this.chkShowStd.AccessibleName = null; resources.ApplyResources(this.chkShowStd, "chkShowStd"); this.chkShowStd.BackgroundImage = null; this.chkShowStd.Font = null; this.chkShowStd.Name = "chkShowStd"; this.ttHelp.SetToolTip(this.chkShowStd, resources.GetString("chkShowStd.ToolTip")); this.chkShowStd.UseVisualStyleBackColor = true; this.chkShowStd.CheckedChanged += new System.EventHandler(this.chkShowStd_CheckedChanged); // // chkShowMean // this.chkShowMean.AccessibleDescription = null; this.chkShowMean.AccessibleName = null; resources.ApplyResources(this.chkShowMean, "chkShowMean"); this.chkShowMean.BackgroundImage = null; this.chkShowMean.Font = null; this.chkShowMean.Name = "chkShowMean"; this.ttHelp.SetToolTip(this.chkShowMean, resources.GetString("chkShowMean.ToolTip")); this.chkShowMean.UseVisualStyleBackColor = true; this.chkShowMean.CheckedChanged += new System.EventHandler(this.chkShowMean_CheckedChanged); // // breakSliderGraph1 // this.breakSliderGraph1.AccessibleDescription = null; this.breakSliderGraph1.AccessibleName = null; resources.ApplyResources(this.breakSliderGraph1, "breakSliderGraph1"); this.breakSliderGraph1.AttributeSource = null; this.breakSliderGraph1.BackColor = System.Drawing.Color.White; this.breakSliderGraph1.BackgroundImage = null; this.breakSliderGraph1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.breakSliderGraph1.BreakColor = System.Drawing.Color.Blue; this.breakSliderGraph1.BreakSelectedColor = System.Drawing.Color.Red; this.breakSliderGraph1.Font = null; this.breakSliderGraph1.FontColor = System.Drawing.Color.Black; this.breakSliderGraph1.IntervalMethod = MapWindow.Drawing.IntervalMethods.EqualInterval; this.breakSliderGraph1.LogY = false; this.breakSliderGraph1.MaximumSampleSize = 10000; this.breakSliderGraph1.MinHeight = 20; this.breakSliderGraph1.Name = "breakSliderGraph1"; this.breakSliderGraph1.NumColumns = 40; this.breakSliderGraph1.RasterLayer = null; this.breakSliderGraph1.Scheme = null; this.breakSliderGraph1.ShowMean = false; this.breakSliderGraph1.ShowStandardDeviation = false; this.breakSliderGraph1.Title = "Statistical Breaks:"; this.breakSliderGraph1.TitleColor = System.Drawing.Color.Black; this.breakSliderGraph1.TitleFont = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); this.ttHelp.SetToolTip(this.breakSliderGraph1, resources.GetString("breakSliderGraph1.ToolTip")); this.breakSliderGraph1.SliderMoved += new System.EventHandler<MapWindow.Components.BreakSliderEventArgs>(this.breakSliderGraph1_SliderMoved); // // dgvCategories // this.dgvCategories.AccessibleDescription = null; this.dgvCategories.AccessibleName = null; this.dgvCategories.AllowUserToAddRows = false; resources.ApplyResources(this.dgvCategories, "dgvCategories"); this.dgvCategories.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgvCategories.BackgroundImage = null; this.dgvCategories.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvCategories.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.colSymbol, this.colValues, this.colLegendText, this.colCount}); this.dgvCategories.Font = null; this.dgvCategories.MultiSelect = false; this.dgvCategories.Name = "dgvCategories"; this.dgvCategories.RowHeadersVisible = false; this.dgvCategories.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.ttHelp.SetToolTip(this.dgvCategories, resources.GetString("dgvCategories.ToolTip")); // // colSymbol // this.colSymbol.FillWeight = 49.97129F; resources.ApplyResources(this.colSymbol, "colSymbol"); this.colSymbol.Image = global::MapWindow.Images.info; this.colSymbol.Name = "colSymbol"; this.colSymbol.Resizable = System.Windows.Forms.DataGridViewTriState.True; // // colValues // this.colValues.FillWeight = 142.132F; resources.ApplyResources(this.colValues, "colValues"); this.colValues.Name = "colValues"; this.colValues.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // colLegendText // this.colLegendText.FillWeight = 157.008F; resources.ApplyResources(this.colLegendText, "colLegendText"); this.colLegendText.Name = "colLegendText"; // // colCount // this.colCount.FillWeight = 50.88878F; resources.ApplyResources(this.colCount, "colCount"); this.colCount.Name = "colCount"; this.colCount.ReadOnly = true; this.colCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // chkHillshade // this.chkHillshade.AccessibleDescription = null; this.chkHillshade.AccessibleName = null; resources.ApplyResources(this.chkHillshade, "chkHillshade"); this.chkHillshade.BackgroundImage = null; this.chkHillshade.Font = null; this.chkHillshade.Name = "chkHillshade"; this.ttHelp.SetToolTip(this.chkHillshade, resources.GetString("chkHillshade.ToolTip")); this.chkHillshade.UseVisualStyleBackColor = true; this.chkHillshade.CheckedChanged += new System.EventHandler(this.chkHillshade_CheckedChanged); // // btnShadedRelief // this.btnShadedRelief.AccessibleDescription = null; this.btnShadedRelief.AccessibleName = null; resources.ApplyResources(this.btnShadedRelief, "btnShadedRelief"); this.btnShadedRelief.BackgroundImage = null; this.btnShadedRelief.Font = null; this.btnShadedRelief.Name = "btnShadedRelief"; this.ttHelp.SetToolTip(this.btnShadedRelief, resources.GetString("btnShadedRelief.ToolTip")); this.btnShadedRelief.UseVisualStyleBackColor = true; this.btnShadedRelief.Click += new System.EventHandler(this.btnShadedRelief_Click); // // groupBox1 // this.groupBox1.AccessibleDescription = null; this.groupBox1.AccessibleName = null; resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.BackgroundImage = null; this.groupBox1.Controls.Add(this.dbxElevationFactor); this.groupBox1.Controls.Add(this.angLightDirection); this.groupBox1.Controls.Add(this.chkHillshade); this.groupBox1.Controls.Add(this.btnShadedRelief); this.groupBox1.Font = null; this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; this.ttHelp.SetToolTip(this.groupBox1, resources.GetString("groupBox1.ToolTip")); // // dbxElevationFactor // this.dbxElevationFactor.AccessibleDescription = null; this.dbxElevationFactor.AccessibleName = null; resources.ApplyResources(this.dbxElevationFactor, "dbxElevationFactor"); this.dbxElevationFactor.BackColorInvalid = System.Drawing.Color.Salmon; this.dbxElevationFactor.BackColorRegular = System.Drawing.Color.Empty; this.dbxElevationFactor.BackgroundImage = null; this.dbxElevationFactor.Caption = "Elevation Factor"; this.dbxElevationFactor.Font = null; this.dbxElevationFactor.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" + "ating point value."; this.dbxElevationFactor.IsValid = true; this.dbxElevationFactor.Name = "dbxElevationFactor"; this.dbxElevationFactor.NumberFormat = "E7"; this.dbxElevationFactor.RegularHelp = "The Elevation Factor is a constant multiplier that converts the elevation unit (e" + "g. feet) into the projection units (eg. decimal degrees)."; this.ttHelp.SetToolTip(this.dbxElevationFactor, resources.GetString("dbxElevationFactor.ToolTip")); this.dbxElevationFactor.Value = 0; this.dbxElevationFactor.TextChanged += new System.EventHandler(this.dbxElevationFactor_TextChanged); // // mwProgressBar1 // this.mwProgressBar1.AccessibleDescription = null; this.mwProgressBar1.AccessibleName = null; resources.ApplyResources(this.mwProgressBar1, "mwProgressBar1"); this.mwProgressBar1.BackgroundImage = null; this.mwProgressBar1.Font = null; this.mwProgressBar1.Name = "mwProgressBar1"; this.ttHelp.SetToolTip(this.mwProgressBar1, resources.GetString("mwProgressBar1.ToolTip")); // // tccColorRange // this.tccColorRange.AccessibleDescription = null; this.tccColorRange.AccessibleName = null; resources.ApplyResources(this.tccColorRange, "tccColorRange"); this.tccColorRange.BackgroundImage = null; this.tccColorRange.EndColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.tccColorRange.Font = null; this.tccColorRange.HueShift = 0; this.tccColorRange.Name = "tccColorRange"; this.tccColorRange.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.ttHelp.SetToolTip(this.tccColorRange, resources.GetString("tccColorRange.ToolTip")); this.tccColorRange.UseRangeChecked = true; this.tccColorRange.ColorChanged += new System.EventHandler<MapWindow.Components.ColorRangeEventArgs>(this.tccColorRange_ColorChanged); // // dataGridViewImageColumn1 // this.dataGridViewImageColumn1.FillWeight = 76.14214F; resources.ApplyResources(this.dataGridViewImageColumn1, "dataGridViewImageColumn1"); this.dataGridViewImageColumn1.Image = global::MapWindow.Images.info; this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1"; this.dataGridViewImageColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewImageColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // RasterCategoryControl // this.AccessibleDescription = null; this.AccessibleName = null; resources.ApplyResources(this, "$this"); this.BackgroundImage = null; this.Controls.Add(this.groupBox1); this.Controls.Add(this.mwProgressBar1); this.Controls.Add(this.btnQuick); this.Controls.Add(this.tccColorRange); this.Controls.Add(this.tabScheme); this.Controls.Add(this.dgvCategories); this.Controls.Add(this.btnDelete); this.Controls.Add(this.btnAdd); this.Controls.Add(this.btnRamp); this.Controls.Add(this.cmdRefresh); this.Font = null; this.Name = "RasterCategoryControl"; this.ttHelp.SetToolTip(this, resources.GetString("$this.ToolTip")); this.tabScheme.ResumeLayout(false); this.tabStatistics.ResumeLayout(false); this.tabStatistics.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudSigFig)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvStatistics)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudCategoryCount)).EndInit(); this.tabGraph.ResumeLayout(false); this.tabGraph.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudColumns)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvCategories)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FeatureCategoryControl)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.cmbField = new System.Windows.Forms.ComboBox(); this.lblFieldName = new System.Windows.Forms.Label(); this.ttHelp = new System.Windows.Forms.ToolTip(this.components); this.btnRamp = new System.Windows.Forms.Button(); this.cmdRefresh = new System.Windows.Forms.Button(); this.btnExclude = new System.Windows.Forms.Button(); this.radUniqueValues = new System.Windows.Forms.RadioButton(); this.radQuantities = new System.Windows.Forms.RadioButton(); this.btnAdd = new System.Windows.Forms.Button(); this.btnDelete = new System.Windows.Forms.Button(); this.btnUp = new System.Windows.Forms.Button(); this.btnDown = new System.Windows.Forms.Button(); this.tabScheme = new System.Windows.Forms.TabControl(); this.tabStatistics = new System.Windows.Forms.TabPage(); this.label3 = new System.Windows.Forms.Label(); this.cmbNormField = new System.Windows.Forms.ComboBox(); this.nudSigFig = new System.Windows.Forms.NumericUpDown(); this.lblSigFig = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.cmbIntervalSnapping = new System.Windows.Forms.ComboBox(); this.dgvStatistics = new System.Windows.Forms.DataGridView(); this.Stat = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Value = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.label2 = new System.Windows.Forms.Label(); this.cmbInterval = new System.Windows.Forms.ComboBox(); this.nudCategoryCount = new System.Windows.Forms.NumericUpDown(); this.lblBreaks = new System.Windows.Forms.Label(); this.tabGraph = new System.Windows.Forms.TabPage(); this.lblColumns = new System.Windows.Forms.Label(); this.nudColumns = new System.Windows.Forms.NumericUpDown(); this.chkLog = new System.Windows.Forms.CheckBox(); this.chkShowStd = new System.Windows.Forms.CheckBox(); this.chkShowMean = new System.Windows.Forms.CheckBox(); this.breakSliderGraph1 = new MapWindow.Components.BreakSliderGraph(); this.featureSizeRangeControl1 = new MapWindow.Components.FeatureSizeRangeControl(); this.chkUseGradients = new System.Windows.Forms.CheckBox(); this.angGradientAngle = new MapWindow.Components.AngleControl(); this.dgvCategories = new System.Windows.Forms.DataGridView(); this.colSymbol = new System.Windows.Forms.DataGridViewImageColumn(); this.colValues = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colLegendText = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colCount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.radCustom = new System.Windows.Forms.RadioButton(); this.tccColorRange = new MapWindow.Components.TabColorControl(); this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn(); this.tabScheme.SuspendLayout(); this.tabStatistics.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudSigFig)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvStatistics)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudCategoryCount)).BeginInit(); this.tabGraph.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudColumns)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvCategories)).BeginInit(); this.SuspendLayout(); // // cmbField // this.cmbField.AccessibleDescription = null; this.cmbField.AccessibleName = null; resources.ApplyResources(this.cmbField, "cmbField"); this.cmbField.BackgroundImage = null; this.cmbField.Font = null; this.cmbField.FormattingEnabled = true; this.cmbField.Name = "cmbField"; this.ttHelp.SetToolTip(this.cmbField, resources.GetString("cmbField.ToolTip")); this.cmbField.SelectedIndexChanged += new System.EventHandler(this.cmbField_SelectedIndexChanged); // // lblFieldName // this.lblFieldName.AccessibleDescription = null; this.lblFieldName.AccessibleName = null; resources.ApplyResources(this.lblFieldName, "lblFieldName"); this.lblFieldName.Font = null; this.lblFieldName.Name = "lblFieldName"; this.ttHelp.SetToolTip(this.lblFieldName, resources.GetString("lblFieldName.ToolTip")); // // btnRamp // this.btnRamp.AccessibleDescription = null; this.btnRamp.AccessibleName = null; resources.ApplyResources(this.btnRamp, "btnRamp"); this.btnRamp.BackgroundImage = null; this.btnRamp.Font = null; this.btnRamp.Name = "btnRamp"; this.ttHelp.SetToolTip(this.btnRamp, resources.GetString("btnRamp.ToolTip")); this.btnRamp.UseVisualStyleBackColor = true; this.btnRamp.Click += new System.EventHandler(this.btnRamp_Click); // // cmdRefresh // this.cmdRefresh.AccessibleDescription = null; this.cmdRefresh.AccessibleName = null; resources.ApplyResources(this.cmdRefresh, "cmdRefresh"); this.cmdRefresh.BackgroundImage = null; this.cmdRefresh.Font = null; this.cmdRefresh.Name = "cmdRefresh"; this.ttHelp.SetToolTip(this.cmdRefresh, resources.GetString("cmdRefresh.ToolTip")); this.cmdRefresh.UseVisualStyleBackColor = true; this.cmdRefresh.Click += new System.EventHandler(this.cmdRefresh_Click); // // btnExclude // this.btnExclude.AccessibleDescription = null; this.btnExclude.AccessibleName = null; resources.ApplyResources(this.btnExclude, "btnExclude"); this.btnExclude.BackgroundImage = null; this.btnExclude.Font = null; this.btnExclude.Name = "btnExclude"; this.ttHelp.SetToolTip(this.btnExclude, resources.GetString("btnExclude.ToolTip")); this.btnExclude.UseVisualStyleBackColor = true; this.btnExclude.Click += new System.EventHandler(this.btnExclude_Click); // // radUniqueValues // this.radUniqueValues.AccessibleDescription = null; this.radUniqueValues.AccessibleName = null; resources.ApplyResources(this.radUniqueValues, "radUniqueValues"); this.radUniqueValues.BackgroundImage = null; this.radUniqueValues.Checked = true; this.radUniqueValues.Font = null; this.radUniqueValues.Name = "radUniqueValues"; this.radUniqueValues.TabStop = true; this.ttHelp.SetToolTip(this.radUniqueValues, resources.GetString("radUniqueValues.ToolTip")); this.radUniqueValues.UseVisualStyleBackColor = true; this.radUniqueValues.CheckedChanged += new System.EventHandler(this.radUniqueValues_CheckedChanged); // // radQuantities // this.radQuantities.AccessibleDescription = null; this.radQuantities.AccessibleName = null; resources.ApplyResources(this.radQuantities, "radQuantities"); this.radQuantities.BackgroundImage = null; this.radQuantities.Font = null; this.radQuantities.Name = "radQuantities"; this.ttHelp.SetToolTip(this.radQuantities, resources.GetString("radQuantities.ToolTip")); this.radQuantities.UseVisualStyleBackColor = true; this.radQuantities.CheckedChanged += new System.EventHandler(this.radQuantities_CheckedChanged); // // btnAdd // this.btnAdd.AccessibleDescription = null; this.btnAdd.AccessibleName = null; resources.ApplyResources(this.btnAdd, "btnAdd"); this.btnAdd.BackgroundImage = null; this.btnAdd.Font = null; this.btnAdd.Image = global::MapWindow.Images.add; this.btnAdd.Name = "btnAdd"; this.ttHelp.SetToolTip(this.btnAdd, resources.GetString("btnAdd.ToolTip")); this.btnAdd.UseVisualStyleBackColor = true; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // btnDelete // this.btnDelete.AccessibleDescription = null; this.btnDelete.AccessibleName = null; resources.ApplyResources(this.btnDelete, "btnDelete"); this.btnDelete.BackgroundImage = null; this.btnDelete.Font = null; this.btnDelete.Image = global::MapWindow.Images.delete; this.btnDelete.Name = "btnDelete"; this.ttHelp.SetToolTip(this.btnDelete, resources.GetString("btnDelete.ToolTip")); this.btnDelete.UseVisualStyleBackColor = true; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // btnUp // this.btnUp.AccessibleDescription = null; this.btnUp.AccessibleName = null; resources.ApplyResources(this.btnUp, "btnUp"); this.btnUp.BackgroundImage = null; this.btnUp.Font = null; this.btnUp.Image = global::MapWindow.Images.up; this.btnUp.Name = "btnUp"; this.ttHelp.SetToolTip(this.btnUp, resources.GetString("btnUp.ToolTip")); this.btnUp.UseVisualStyleBackColor = true; this.btnUp.Click += new System.EventHandler(this.btnUp_Click); // // btnDown // this.btnDown.AccessibleDescription = null; this.btnDown.AccessibleName = null; resources.ApplyResources(this.btnDown, "btnDown"); this.btnDown.BackgroundImage = null; this.btnDown.Font = null; this.btnDown.Image = global::MapWindow.Images.down; this.btnDown.Name = "btnDown"; this.ttHelp.SetToolTip(this.btnDown, resources.GetString("btnDown.ToolTip")); this.btnDown.UseVisualStyleBackColor = true; this.btnDown.Click += new System.EventHandler(this.btnDown_Click); // // tabScheme // this.tabScheme.AccessibleDescription = null; this.tabScheme.AccessibleName = null; resources.ApplyResources(this.tabScheme, "tabScheme"); this.tabScheme.BackgroundImage = null; this.tabScheme.Controls.Add(this.tabStatistics); this.tabScheme.Controls.Add(this.tabGraph); this.tabScheme.Font = null; this.tabScheme.Name = "tabScheme"; this.tabScheme.SelectedIndex = 0; this.ttHelp.SetToolTip(this.tabScheme, resources.GetString("tabScheme.ToolTip")); // // tabStatistics // this.tabStatistics.AccessibleDescription = null; this.tabStatistics.AccessibleName = null; resources.ApplyResources(this.tabStatistics, "tabStatistics"); this.tabStatistics.BackgroundImage = null; this.tabStatistics.Controls.Add(this.label3); this.tabStatistics.Controls.Add(this.cmbNormField); this.tabStatistics.Controls.Add(this.btnExclude); this.tabStatistics.Controls.Add(this.nudSigFig); this.tabStatistics.Controls.Add(this.lblSigFig); this.tabStatistics.Controls.Add(this.label1); this.tabStatistics.Controls.Add(this.cmbIntervalSnapping); this.tabStatistics.Controls.Add(this.dgvStatistics); this.tabStatistics.Controls.Add(this.label2); this.tabStatistics.Controls.Add(this.cmbInterval); this.tabStatistics.Controls.Add(this.nudCategoryCount); this.tabStatistics.Controls.Add(this.lblBreaks); this.tabStatistics.Font = null; this.tabStatistics.Name = "tabStatistics"; this.ttHelp.SetToolTip(this.tabStatistics, resources.GetString("tabStatistics.ToolTip")); this.tabStatistics.UseVisualStyleBackColor = true; // // label3 // this.label3.AccessibleDescription = null; this.label3.AccessibleName = null; resources.ApplyResources(this.label3, "label3"); this.label3.Font = null; this.label3.Name = "label3"; this.ttHelp.SetToolTip(this.label3, resources.GetString("label3.ToolTip")); // // cmbNormField // this.cmbNormField.AccessibleDescription = null; this.cmbNormField.AccessibleName = null; resources.ApplyResources(this.cmbNormField, "cmbNormField"); this.cmbNormField.BackgroundImage = null; this.cmbNormField.Font = null; this.cmbNormField.FormattingEnabled = true; this.cmbNormField.Name = "cmbNormField"; this.ttHelp.SetToolTip(this.cmbNormField, resources.GetString("cmbNormField.ToolTip")); this.cmbNormField.SelectedIndexChanged += new System.EventHandler(this.cmbNormField_SelectedIndexChanged); // // nudSigFig // this.nudSigFig.AccessibleDescription = null; this.nudSigFig.AccessibleName = null; resources.ApplyResources(this.nudSigFig, "nudSigFig"); this.nudSigFig.Font = null; this.nudSigFig.Maximum = new decimal(new int[] { 16, 0, 0, 0}); this.nudSigFig.Name = "nudSigFig"; this.ttHelp.SetToolTip(this.nudSigFig, resources.GetString("nudSigFig.ToolTip")); this.nudSigFig.ValueChanged += new System.EventHandler(this.nudSigFig_ValueChanged); // // lblSigFig // this.lblSigFig.AccessibleDescription = null; this.lblSigFig.AccessibleName = null; resources.ApplyResources(this.lblSigFig, "lblSigFig"); this.lblSigFig.Font = null; this.lblSigFig.Name = "lblSigFig"; this.ttHelp.SetToolTip(this.lblSigFig, resources.GetString("lblSigFig.ToolTip")); // // label1 // this.label1.AccessibleDescription = null; this.label1.AccessibleName = null; resources.ApplyResources(this.label1, "label1"); this.label1.Font = null; this.label1.Name = "label1"; this.ttHelp.SetToolTip(this.label1, resources.GetString("label1.ToolTip")); // // cmbIntervalSnapping // this.cmbIntervalSnapping.AccessibleDescription = null; this.cmbIntervalSnapping.AccessibleName = null; resources.ApplyResources(this.cmbIntervalSnapping, "cmbIntervalSnapping"); this.cmbIntervalSnapping.BackgroundImage = null; this.cmbIntervalSnapping.Font = null; this.cmbIntervalSnapping.FormattingEnabled = true; this.cmbIntervalSnapping.Name = "cmbIntervalSnapping"; this.ttHelp.SetToolTip(this.cmbIntervalSnapping, resources.GetString("cmbIntervalSnapping.ToolTip")); this.cmbIntervalSnapping.SelectedIndexChanged += new System.EventHandler(this.cmbIntervalSnapping_SelectedIndexChanged); // // dgvStatistics // this.dgvStatistics.AccessibleDescription = null; this.dgvStatistics.AccessibleName = null; this.dgvStatistics.AllowUserToAddRows = false; this.dgvStatistics.AllowUserToDeleteRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.AntiqueWhite; this.dgvStatistics.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; resources.ApplyResources(this.dgvStatistics, "dgvStatistics"); this.dgvStatistics.BackgroundImage = null; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvStatistics.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvStatistics.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvStatistics.ColumnHeadersVisible = false; this.dgvStatistics.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Stat, this.Value}); this.dgvStatistics.Font = null; this.dgvStatistics.Name = "dgvStatistics"; this.dgvStatistics.RowHeadersVisible = false; this.dgvStatistics.ShowCellErrors = false; this.ttHelp.SetToolTip(this.dgvStatistics, resources.GetString("dgvStatistics.ToolTip")); // // Stat // resources.ApplyResources(this.Stat, "Stat"); this.Stat.Name = "Stat"; // // Value // this.Value.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; resources.ApplyResources(this.Value, "Value"); this.Value.Name = "Value"; // // label2 // this.label2.AccessibleDescription = null; this.label2.AccessibleName = null; resources.ApplyResources(this.label2, "label2"); this.label2.Font = null; this.label2.Name = "label2"; this.ttHelp.SetToolTip(this.label2, resources.GetString("label2.ToolTip")); // // cmbInterval // this.cmbInterval.AccessibleDescription = null; this.cmbInterval.AccessibleName = null; resources.ApplyResources(this.cmbInterval, "cmbInterval"); this.cmbInterval.BackgroundImage = null; this.cmbInterval.Font = null; this.cmbInterval.FormattingEnabled = true; this.cmbInterval.Items.AddRange(new object[] { resources.GetString("cmbInterval.Items"), resources.GetString("cmbInterval.Items1"), resources.GetString("cmbInterval.Items2")}); this.cmbInterval.Name = "cmbInterval"; this.ttHelp.SetToolTip(this.cmbInterval, resources.GetString("cmbInterval.ToolTip")); this.cmbInterval.SelectedIndexChanged += new System.EventHandler(this.cmbInterval_SelectedIndexChanged); // // nudCategoryCount // this.nudCategoryCount.AccessibleDescription = null; this.nudCategoryCount.AccessibleName = null; resources.ApplyResources(this.nudCategoryCount, "nudCategoryCount"); this.nudCategoryCount.Font = null; this.nudCategoryCount.Name = "nudCategoryCount"; this.ttHelp.SetToolTip(this.nudCategoryCount, resources.GetString("nudCategoryCount.ToolTip")); this.nudCategoryCount.Value = new decimal(new int[] { 5, 0, 0, 0}); this.nudCategoryCount.ValueChanged += new System.EventHandler(this.nudCategoryCount_ValueChanged); // // lblBreaks // this.lblBreaks.AccessibleDescription = null; this.lblBreaks.AccessibleName = null; resources.ApplyResources(this.lblBreaks, "lblBreaks"); this.lblBreaks.Font = null; this.lblBreaks.Name = "lblBreaks"; this.ttHelp.SetToolTip(this.lblBreaks, resources.GetString("lblBreaks.ToolTip")); // // tabGraph // this.tabGraph.AccessibleDescription = null; this.tabGraph.AccessibleName = null; resources.ApplyResources(this.tabGraph, "tabGraph"); this.tabGraph.BackgroundImage = null; this.tabGraph.Controls.Add(this.lblColumns); this.tabGraph.Controls.Add(this.nudColumns); this.tabGraph.Controls.Add(this.chkLog); this.tabGraph.Controls.Add(this.chkShowStd); this.tabGraph.Controls.Add(this.chkShowMean); this.tabGraph.Controls.Add(this.breakSliderGraph1); this.tabGraph.Font = null; this.tabGraph.Name = "tabGraph"; this.ttHelp.SetToolTip(this.tabGraph, resources.GetString("tabGraph.ToolTip")); this.tabGraph.UseVisualStyleBackColor = true; // // lblColumns // this.lblColumns.AccessibleDescription = null; this.lblColumns.AccessibleName = null; resources.ApplyResources(this.lblColumns, "lblColumns"); this.lblColumns.Font = null; this.lblColumns.Name = "lblColumns"; this.ttHelp.SetToolTip(this.lblColumns, resources.GetString("lblColumns.ToolTip")); // // nudColumns // this.nudColumns.AccessibleDescription = null; this.nudColumns.AccessibleName = null; resources.ApplyResources(this.nudColumns, "nudColumns"); this.nudColumns.Font = null; this.nudColumns.Increment = new decimal(new int[] { 10, 0, 0, 0}); this.nudColumns.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.nudColumns.Minimum = new decimal(new int[] { 10, 0, 0, 0}); this.nudColumns.Name = "nudColumns"; this.ttHelp.SetToolTip(this.nudColumns, resources.GetString("nudColumns.ToolTip")); this.nudColumns.Value = new decimal(new int[] { 40, 0, 0, 0}); this.nudColumns.ValueChanged += new System.EventHandler(this.nudColumns_ValueChanged); // // chkLog // this.chkLog.AccessibleDescription = null; this.chkLog.AccessibleName = null; resources.ApplyResources(this.chkLog, "chkLog"); this.chkLog.BackgroundImage = null; this.chkLog.Font = null; this.chkLog.Name = "chkLog"; this.ttHelp.SetToolTip(this.chkLog, resources.GetString("chkLog.ToolTip")); this.chkLog.UseVisualStyleBackColor = true; this.chkLog.CheckedChanged += new System.EventHandler(this.chkLog_CheckedChanged); // // chkShowStd // this.chkShowStd.AccessibleDescription = null; this.chkShowStd.AccessibleName = null; resources.ApplyResources(this.chkShowStd, "chkShowStd"); this.chkShowStd.BackgroundImage = null; this.chkShowStd.Font = null; this.chkShowStd.Name = "chkShowStd"; this.ttHelp.SetToolTip(this.chkShowStd, resources.GetString("chkShowStd.ToolTip")); this.chkShowStd.UseVisualStyleBackColor = true; this.chkShowStd.CheckedChanged += new System.EventHandler(this.chkShowStd_CheckedChanged); // // chkShowMean // this.chkShowMean.AccessibleDescription = null; this.chkShowMean.AccessibleName = null; resources.ApplyResources(this.chkShowMean, "chkShowMean"); this.chkShowMean.BackgroundImage = null; this.chkShowMean.Font = null; this.chkShowMean.Name = "chkShowMean"; this.ttHelp.SetToolTip(this.chkShowMean, resources.GetString("chkShowMean.ToolTip")); this.chkShowMean.UseVisualStyleBackColor = true; this.chkShowMean.CheckedChanged += new System.EventHandler(this.chkShowMean_CheckedChanged); // // breakSliderGraph1 // this.breakSliderGraph1.AccessibleDescription = null; this.breakSliderGraph1.AccessibleName = null; resources.ApplyResources(this.breakSliderGraph1, "breakSliderGraph1"); this.breakSliderGraph1.AttributeSource = null; this.breakSliderGraph1.BackColor = System.Drawing.Color.White; this.breakSliderGraph1.BackgroundImage = null; this.breakSliderGraph1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.breakSliderGraph1.BreakColor = System.Drawing.Color.Blue; this.breakSliderGraph1.BreakSelectedColor = System.Drawing.Color.Red; this.breakSliderGraph1.Font = null; this.breakSliderGraph1.FontColor = System.Drawing.Color.Black; this.breakSliderGraph1.IntervalMethod = MapWindow.Drawing.IntervalMethods.EqualInterval; this.breakSliderGraph1.LogY = false; this.breakSliderGraph1.MaximumSampleSize = 10000; this.breakSliderGraph1.MinHeight = 20; this.breakSliderGraph1.Name = "breakSliderGraph1"; this.breakSliderGraph1.NumColumns = 40; this.breakSliderGraph1.RasterLayer = null; this.breakSliderGraph1.Scheme = null; this.breakSliderGraph1.ShowMean = false; this.breakSliderGraph1.ShowStandardDeviation = false; this.breakSliderGraph1.Title = "Statistical Breaks:"; this.breakSliderGraph1.TitleColor = System.Drawing.Color.Black; this.breakSliderGraph1.TitleFont = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); this.ttHelp.SetToolTip(this.breakSliderGraph1, resources.GetString("breakSliderGraph1.ToolTip")); this.breakSliderGraph1.SliderMoved += new System.EventHandler<MapWindow.Components.BreakSliderEventArgs>(this.breakSliderGraph1_SliderMoved); // // featureSizeRangeControl1 // this.featureSizeRangeControl1.AccessibleDescription = null; this.featureSizeRangeControl1.AccessibleName = null; resources.ApplyResources(this.featureSizeRangeControl1, "featureSizeRangeControl1"); this.featureSizeRangeControl1.BackgroundImage = null; this.featureSizeRangeControl1.Font = null; this.featureSizeRangeControl1.Name = "featureSizeRangeControl1"; this.featureSizeRangeControl1.Scheme = null; this.featureSizeRangeControl1.SizeRange = null; this.ttHelp.SetToolTip(this.featureSizeRangeControl1, resources.GetString("featureSizeRangeControl1.ToolTip")); this.featureSizeRangeControl1.SizeRangeChanged += new System.EventHandler<MapWindow.Components.SizeRangeEventArgs>(this.pointSizeRangeControl1_SizeRangeChanged); // // chkUseGradients // this.chkUseGradients.AccessibleDescription = null; this.chkUseGradients.AccessibleName = null; resources.ApplyResources(this.chkUseGradients, "chkUseGradients"); this.chkUseGradients.BackgroundImage = null; this.chkUseGradients.Font = null; this.chkUseGradients.Name = "chkUseGradients"; this.ttHelp.SetToolTip(this.chkUseGradients, resources.GetString("chkUseGradients.ToolTip")); this.chkUseGradients.UseVisualStyleBackColor = true; this.chkUseGradients.CheckedChanged += new System.EventHandler(this.chkUseGradients_CheckedChanged); // // angGradientAngle // this.angGradientAngle.AccessibleDescription = null; this.angGradientAngle.AccessibleName = null; resources.ApplyResources(this.angGradientAngle, "angGradientAngle"); this.angGradientAngle.Angle = 0; this.angGradientAngle.BackColor = System.Drawing.Color.Transparent; this.angGradientAngle.BackgroundImage = null; this.angGradientAngle.Caption = "&Angle:"; this.angGradientAngle.Clockwise = false; this.angGradientAngle.Font = null; this.angGradientAngle.KnobColor = System.Drawing.Color.Green; this.angGradientAngle.Name = "angGradientAngle"; this.angGradientAngle.StartAngle = 0; this.ttHelp.SetToolTip(this.angGradientAngle, resources.GetString("angGradientAngle.ToolTip")); this.angGradientAngle.AngleChanged += new System.EventHandler(this.angGradientAngle_AngleChanged); // // dgvCategories // this.dgvCategories.AccessibleDescription = null; this.dgvCategories.AccessibleName = null; this.dgvCategories.AllowUserToAddRows = false; resources.ApplyResources(this.dgvCategories, "dgvCategories"); this.dgvCategories.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgvCategories.BackgroundImage = null; this.dgvCategories.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvCategories.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.colSymbol, this.colValues, this.colLegendText, this.colCount}); this.dgvCategories.Font = null; this.dgvCategories.MultiSelect = false; this.dgvCategories.Name = "dgvCategories"; this.dgvCategories.RowHeadersVisible = false; this.dgvCategories.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.ttHelp.SetToolTip(this.dgvCategories, resources.GetString("dgvCategories.ToolTip")); // // colSymbol // this.colSymbol.FillWeight = 49.97129F; resources.ApplyResources(this.colSymbol, "colSymbol"); this.colSymbol.Image = global::MapWindow.Images.info; this.colSymbol.Name = "colSymbol"; this.colSymbol.Resizable = System.Windows.Forms.DataGridViewTriState.True; // // colValues // this.colValues.FillWeight = 142.132F; resources.ApplyResources(this.colValues, "colValues"); this.colValues.Name = "colValues"; this.colValues.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // colLegendText // this.colLegendText.FillWeight = 157.008F; resources.ApplyResources(this.colLegendText, "colLegendText"); this.colLegendText.Name = "colLegendText"; // // colCount // this.colCount.FillWeight = 50.88878F; resources.ApplyResources(this.colCount, "colCount"); this.colCount.Name = "colCount"; this.colCount.ReadOnly = true; this.colCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // radCustom // this.radCustom.AccessibleDescription = null; this.radCustom.AccessibleName = null; resources.ApplyResources(this.radCustom, "radCustom"); this.radCustom.BackgroundImage = null; this.radCustom.Font = null; this.radCustom.Name = "radCustom"; this.radCustom.TabStop = true; this.ttHelp.SetToolTip(this.radCustom, resources.GetString("radCustom.ToolTip")); this.radCustom.UseVisualStyleBackColor = true; this.radCustom.CheckedChanged += new System.EventHandler(this.radCustom_CheckedChanged); // // tccColorRange // this.tccColorRange.AccessibleDescription = null; this.tccColorRange.AccessibleName = null; resources.ApplyResources(this.tccColorRange, "tccColorRange"); this.tccColorRange.BackgroundImage = null; this.tccColorRange.EndColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.tccColorRange.Font = null; this.tccColorRange.HueShift = 0; this.tccColorRange.Name = "tccColorRange"; this.tccColorRange.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.ttHelp.SetToolTip(this.tccColorRange, resources.GetString("tccColorRange.ToolTip")); this.tccColorRange.UseRangeChecked = true; this.tccColorRange.ColorChanged += new System.EventHandler<MapWindow.Components.ColorRangeEventArgs>(this.tccColorRange_ColorChanged); // // dataGridViewImageColumn1 // this.dataGridViewImageColumn1.FillWeight = 76.14214F; resources.ApplyResources(this.dataGridViewImageColumn1, "dataGridViewImageColumn1"); this.dataGridViewImageColumn1.Image = global::MapWindow.Images.info; this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1"; this.dataGridViewImageColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewImageColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // FeatureCategoryControl // this.AccessibleDescription = null; this.AccessibleName = null; resources.ApplyResources(this, "$this"); this.BackgroundImage = null; this.Controls.Add(this.chkUseGradients); this.Controls.Add(this.angGradientAngle); this.Controls.Add(this.featureSizeRangeControl1); this.Controls.Add(this.tccColorRange); this.Controls.Add(this.tabScheme); this.Controls.Add(this.dgvCategories); this.Controls.Add(this.radCustom); this.Controls.Add(this.btnDown); this.Controls.Add(this.btnUp); this.Controls.Add(this.btnDelete); this.Controls.Add(this.btnAdd); this.Controls.Add(this.radQuantities); this.Controls.Add(this.radUniqueValues); this.Controls.Add(this.btnRamp); this.Controls.Add(this.cmdRefresh); this.Controls.Add(this.lblFieldName); this.Controls.Add(this.cmbField); this.Font = null; this.Name = "FeatureCategoryControl"; this.ttHelp.SetToolTip(this, resources.GetString("$this.ToolTip")); this.tabScheme.ResumeLayout(false); this.tabStatistics.ResumeLayout(false); this.tabStatistics.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudSigFig)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvStatistics)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudCategoryCount)).EndInit(); this.tabGraph.ResumeLayout(false); this.tabGraph.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudColumns)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvCategories)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }