namespace Cyberpipe { partial class FrmBufferAnalysisBSQ { /// <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() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtRadius = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.buttonXSelectAll = new DevComponents.DotNetBar.ButtonX(); this.clbLayers = new System.Windows.Forms.CheckedListBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.btnCancel = new DevComponents.DotNetBar.ButtonX(); this.btnEnter = new DevComponents.DotNetBar.ButtonX(); this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.图层名称 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.编号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.timer1 = new System.Windows.Forms.Timer(this.components); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(14, 17); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 0; this.label1.Text = "缓冲半径:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(191, 17); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(17, 12); this.label2.TabIndex = 1; this.label2.Text = "米"; // // txtRadius // this.txtRadius.Location = new System.Drawing.Point(82, 12); this.txtRadius.Name = "txtRadius"; this.txtRadius.Size = new System.Drawing.Size(100, 21); this.txtRadius.TabIndex = 2; this.txtRadius.TextChanged += new System.EventHandler(this.txtRadius_TextChanged); // // groupBox1 // this.groupBox1.Controls.Add(this.buttonX2); this.groupBox1.Controls.Add(this.buttonXSelectAll); this.groupBox1.Controls.Add(this.clbLayers); this.groupBox1.Location = new System.Drawing.Point(16, 48); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(443, 193); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Text = "图层信息"; // // buttonX2 // this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX2.Location = new System.Drawing.Point(276, 115); this.buttonX2.Name = "buttonX2"; this.buttonX2.Size = new System.Drawing.Size(64, 23); this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX2.TabIndex = 2; this.buttonX2.Text = "清空"; this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click); // // buttonXSelectAll // this.buttonXSelectAll.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonXSelectAll.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonXSelectAll.Location = new System.Drawing.Point(276, 47); this.buttonXSelectAll.Name = "buttonXSelectAll"; this.buttonXSelectAll.Size = new System.Drawing.Size(64, 23); this.buttonXSelectAll.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonXSelectAll.TabIndex = 1; this.buttonXSelectAll.Text = "全选"; this.buttonXSelectAll.Click += new System.EventHandler(this.buttonXSelectAll_Click); // // clbLayers // this.clbLayers.CheckOnClick = true; this.clbLayers.FormattingEnabled = true; this.clbLayers.Location = new System.Drawing.Point(6, 20); this.clbLayers.Name = "clbLayers"; this.clbLayers.Size = new System.Drawing.Size(259, 196); this.clbLayers.TabIndex = 0; // // groupBox2 // this.groupBox2.Controls.Add(this.btnCancel); this.groupBox2.Controls.Add(this.btnEnter); this.groupBox2.Controls.Add(this.dataGridViewX1); this.groupBox2.Location = new System.Drawing.Point(16, 247); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(443, 298); this.groupBox2.TabIndex = 4; this.groupBox2.TabStop = false; this.groupBox2.Text = "分析结果"; // // btnCancel // this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnCancel.Location = new System.Drawing.Point(321, 256); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 28); this.btnCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnCancel.TabIndex = 2; this.btnCancel.Text = "取消"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnEnter // this.btnEnter.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnEnter.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnEnter.Location = new System.Drawing.Point(15, 256); this.btnEnter.Name = "btnEnter"; this.btnEnter.Size = new System.Drawing.Size(75, 28); this.btnEnter.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnEnter.TabIndex = 1; this.btnEnter.Text = "确定"; this.btnEnter.Click += new System.EventHandler(this.btnEnter_Click); // // dataGridViewX1 // this.dataGridViewX1.AllowUserToAddRows = false; this.dataGridViewX1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; 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.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170))))); this.dataGridViewX1.Location = new System.Drawing.Point(2, 13); this.dataGridViewX1.Name = "dataGridViewX1"; this.dataGridViewX1.ReadOnly = true; this.dataGridViewX1.RowTemplate.Height = 23; this.dataGridViewX1.Size = new System.Drawing.Size(441, 237); this.dataGridViewX1.TabIndex = 0; this.dataGridViewX1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.dataGridViewX1_MouseClick); this.dataGridViewX1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.dataGridViewX1_MouseDoubleClick); // // 图层名称 // this.图层名称.HeaderText = "图层名称"; this.图层名称.Name = "图层名称"; this.图层名称.ReadOnly = true; // // 编号 // this.编号.HeaderText = "编号"; this.编号.Name = "编号"; this.编号.ReadOnly = true; // // contextMenuStrip1 // this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4); // // timer1 // this.timer1.Interval = 500; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // FrmBufferAnalysisBSQ // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(463, 547); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.txtRadius); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.DoubleBuffered = true; this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmBufferAnalysisBSQ"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "缓冲区分析"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmBufferAnalysis_FormClosing); this.Load += new System.EventHandler(this.FrmBufferAnalysis_Load); this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtRadius; private System.Windows.Forms.GroupBox groupBox1; private DevComponents.DotNetBar.ButtonX buttonX2; private DevComponents.DotNetBar.ButtonX buttonXSelectAll; private System.Windows.Forms.CheckedListBox clbLayers; private System.Windows.Forms.GroupBox groupBox2; private DevComponents.DotNetBar.Controls.DataGridViewX dataGridViewX1; private DevComponents.DotNetBar.ButtonX btnCancel; private DevComponents.DotNetBar.ButtonX btnEnter; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.DataGridViewTextBoxColumn 图层名称; private System.Windows.Forms.DataGridViewTextBoxColumn 编号; } }