namespace Cyberpipe { partial class FrmAccessoriesgather { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); this.buttonX9 = new DevComponents.DotNetBar.ButtonX(); this.labelX5 = new DevComponents.DotNetBar.LabelX(); this.buttonX8 = new DevComponents.DotNetBar.ButtonX(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.btnExport = new DevComponents.DotNetBar.ButtonX(); this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.clbPipeLine2 = new System.Windows.Forms.ComboBox(); this.buttonX3 = new DevComponents.DotNetBar.ButtonX(); this.clbPipeLine = new System.Windows.Forms.CheckedListBox(); this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.图层名称 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.数量 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // buttonX9 // this.buttonX9.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX9.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX9.Location = new System.Drawing.Point(538, 15); this.buttonX9.Margin = new System.Windows.Forms.Padding(4); this.buttonX9.Name = "buttonX9"; this.buttonX9.Size = new System.Drawing.Size(148, 29); this.buttonX9.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX9.TabIndex = 19; this.buttonX9.Text = "绘制区域分类汇总"; this.buttonX9.Click += new System.EventHandler(this.buttonX9_Click); // // labelX5 // // // // this.labelX5.BackgroundStyle.Class = ""; this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX5.Location = new System.Drawing.Point(4, 71); this.labelX5.Margin = new System.Windows.Forms.Padding(4); this.labelX5.Name = "labelX5"; this.labelX5.Size = new System.Drawing.Size(100, 29); this.labelX5.TabIndex = 18; this.labelX5.Text = "统计信息:"; // // buttonX8 // this.buttonX8.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX8.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX8.Location = new System.Drawing.Point(375, 15); this.buttonX8.Margin = new System.Windows.Forms.Padding(4); this.buttonX8.Name = "buttonX8"; this.buttonX8.Size = new System.Drawing.Size(148, 29); this.buttonX8.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX8.TabIndex = 16; this.buttonX8.Text = "全区域分类汇总"; this.buttonX8.Click += new System.EventHandler(this.buttonX8_Click); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Location = new System.Drawing.Point(1, 97); this.tabControl1.Margin = new System.Windows.Forms.Padding(4); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(699, 345); this.tabControl1.TabIndex = 17; // // tabPage1 // this.tabPage1.Controls.Add(this.btnExport); this.tabPage1.Controls.Add(this.dataGridViewX1); this.tabPage1.Location = new System.Drawing.Point(4, 25); this.tabPage1.Margin = new System.Windows.Forms.Padding(4); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(4); this.tabPage1.Size = new System.Drawing.Size(691, 316); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "统计值"; this.tabPage1.UseVisualStyleBackColor = true; // // btnExport // this.btnExport.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnExport.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnExport.Location = new System.Drawing.Point(8, 281); this.btnExport.Margin = new System.Windows.Forms.Padding(4); this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(100, 29); this.btnExport.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnExport.TabIndex = 1; this.btnExport.Text = "导出Excel"; this.btnExport.Click += new System.EventHandler(this.btnExport_Click); // // dataGridViewX1 // this.dataGridViewX1.AllowUserToAddRows = false; this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewX1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.图层名称, this.数量}); dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle1; this.dataGridViewX1.Dock = System.Windows.Forms.DockStyle.Top; this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170))))); this.dataGridViewX1.Location = new System.Drawing.Point(4, 4); this.dataGridViewX1.Margin = new System.Windows.Forms.Padding(4); this.dataGridViewX1.Name = "dataGridViewX1"; this.dataGridViewX1.ReadOnly = true; this.dataGridViewX1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.dataGridViewX1.RowTemplate.Height = 23; this.dataGridViewX1.Size = new System.Drawing.Size(683, 270); this.dataGridViewX1.TabIndex = 0; // // tabPage2 // this.tabPage2.Controls.Add(this.chart1); this.tabPage2.Location = new System.Drawing.Point(4, 25); this.tabPage2.Margin = new System.Windows.Forms.Padding(4); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(4); this.tabPage2.Size = new System.Drawing.Size(691, 316); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "统计图"; this.tabPage2.UseVisualStyleBackColor = true; // // chart1 // chartArea1.AxisX.MajorGrid.Enabled = false; chartArea1.Name = "ChartArea1"; this.chart1.ChartAreas.Add(chartArea1); this.chart1.Dock = System.Windows.Forms.DockStyle.Fill; this.chart1.Location = new System.Drawing.Point(4, 4); this.chart1.Margin = new System.Windows.Forms.Padding(4); this.chart1.Name = "chart1"; this.chart1.Size = new System.Drawing.Size(683, 313); this.chart1.TabIndex = 0; this.chart1.Text = "chart1"; // // groupBox1 // this.groupBox1.Controls.Add(this.buttonX9); this.groupBox1.Controls.Add(this.clbPipeLine2); this.groupBox1.Controls.Add(this.buttonX3); this.groupBox1.Controls.Add(this.buttonX8); this.groupBox1.Controls.Add(this.clbPipeLine); this.groupBox1.Controls.Add(this.buttonX2); this.groupBox1.Controls.Add(this.buttonX1); this.groupBox1.Controls.Add(this.labelX1); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Margin = new System.Windows.Forms.Padding(4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(4); this.groupBox1.Size = new System.Drawing.Size(699, 63); this.groupBox1.TabIndex = 15; this.groupBox1.TabStop = false; this.groupBox1.Text = "参数"; // // clbPipeLine2 // this.clbPipeLine2.FormattingEnabled = true; this.clbPipeLine2.Location = new System.Drawing.Point(94, 20); this.clbPipeLine2.Name = "clbPipeLine2"; this.clbPipeLine2.Size = new System.Drawing.Size(256, 23); this.clbPipeLine2.TabIndex = 5; // // buttonX3 // this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX3.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX3.Location = new System.Drawing.Point(334, 120); this.buttonX3.Margin = new System.Windows.Forms.Padding(4); this.buttonX3.Name = "buttonX3"; this.buttonX3.Size = new System.Drawing.Size(103, 29); this.buttonX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX3.TabIndex = 4; this.buttonX3.Text = "清空"; this.buttonX3.Visible = false; this.buttonX3.Click += new System.EventHandler(this.buttonX3_Click); // // clbPipeLine // this.clbPipeLine.CheckOnClick = true; this.clbPipeLine.FormattingEnabled = true; this.clbPipeLine.Location = new System.Drawing.Point(-1, 124); this.clbPipeLine.Margin = new System.Windows.Forms.Padding(4); this.clbPipeLine.Name = "clbPipeLine"; this.clbPipeLine.Size = new System.Drawing.Size(384, 164); this.clbPipeLine.TabIndex = 1; // // buttonX2 // this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX2.Location = new System.Drawing.Point(334, 81); this.buttonX2.Margin = new System.Windows.Forms.Padding(4); this.buttonX2.Name = "buttonX2"; this.buttonX2.Size = new System.Drawing.Size(103, 29); this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX2.TabIndex = 3; this.buttonX2.Text = "反选"; this.buttonX2.Visible = false; this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click); // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(334, 45); this.buttonX1.Margin = new System.Windows.Forms.Padding(4); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(103, 29); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 2; this.buttonX1.Text = "全选"; this.buttonX1.Visible = false; this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click); // // labelX1 // // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(8, 20); this.labelX1.Margin = new System.Windows.Forms.Padding(4); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(100, 29); this.labelX1.TabIndex = 0; this.labelX1.Text = "指定图层:"; // // 图层名称 // this.图层名称.HeaderText = "图层名称"; this.图层名称.Name = "图层名称"; this.图层名称.ReadOnly = true; this.图层名称.Width = 200; // // 数量 // this.数量.HeaderText = "数量"; this.数量.Name = "数量"; this.数量.ReadOnly = true; // // FrmAccessoriesgather // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(699, 443); this.Controls.Add(this.labelX5); this.Controls.Add(this.tabControl1); this.Controls.Add(this.groupBox1); this.DoubleBuffered = true; this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Margin = new System.Windows.Forms.Padding(4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmAccessoriesgather"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "附属物分类汇总"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmAccessoriesgather_FormClosing); this.Load += new System.EventHandler(this.FrmAccessoriesgather_Load); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit(); this.tabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit(); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.ButtonX buttonX9; private DevComponents.DotNetBar.LabelX labelX5; private DevComponents.DotNetBar.ButtonX buttonX8; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private DevComponents.DotNetBar.ButtonX btnExport; private DevComponents.DotNetBar.Controls.DataGridViewX dataGridViewX1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.DataVisualization.Charting.Chart chart1; private System.Windows.Forms.GroupBox groupBox1; private DevComponents.DotNetBar.ButtonX buttonX3; private DevComponents.DotNetBar.ButtonX buttonX2; private DevComponents.DotNetBar.ButtonX buttonX1; private System.Windows.Forms.CheckedListBox clbPipeLine; private DevComponents.DotNetBar.LabelX labelX1; private System.Windows.Forms.ComboBox clbPipeLine2; private System.Windows.Forms.DataGridViewTextBoxColumn 图层名称; private System.Windows.Forms.DataGridViewTextBoxColumn 数量; } }