namespace Cyberpipe { partial class FrmAccessoryAnalysis { /// <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 dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.图层名称 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.附属物名称 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.编号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btnCancel = new DevComponents.DotNetBar.ButtonX(); this.btnEnter = new DevComponents.DotNetBar.ButtonX(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.FlyToMenu = new System.Windows.Forms.ToolStripMenuItem(); this.LightMenu = new System.Windows.Forms.ToolStripMenuItem(); this.labelX3 = new DevComponents.DotNetBar.LabelX(); this.txtRadius = new System.Windows.Forms.TextBox(); this.combo_layer = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.labelX4 = new DevComponents.DotNetBar.LabelX(); this.labelX5 = new DevComponents.DotNetBar.LabelX(); this.combo_annex = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // labelX1 // // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(4, 45); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(67, 23); this.labelX1.TabIndex = 0; this.labelX1.Text = "区域半径:"; // // labelX2 // // // // this.labelX2.BackgroundStyle.Class = ""; this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Location = new System.Drawing.Point(138, 45); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(26, 23); this.labelX2.TabIndex = 2; this.labelX2.Text = "米"; // // groupBox2 // this.groupBox2.Controls.Add(this.dataGridViewX1); this.groupBox2.Location = new System.Drawing.Point(2, 74); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(599, 211); this.groupBox2.TabIndex = 4; this.groupBox2.TabStop = false; this.groupBox2.Text = "分析信息"; // // dataGridViewX1 // this.dataGridViewX1.AllowUserToAddRows = false; this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewX1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.图层名称, this.附属物名称, this.编号}); dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle2; this.dataGridViewX1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170))))); this.dataGridViewX1.Location = new System.Drawing.Point(3, 17); this.dataGridViewX1.Name = "dataGridViewX1"; this.dataGridViewX1.ReadOnly = true; this.dataGridViewX1.RowTemplate.Height = 23; this.dataGridViewX1.Size = new System.Drawing.Size(593, 191); 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.图层名称.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.图层名称.HeaderText = "图层名称"; this.图层名称.Name = "图层名称"; this.图层名称.ReadOnly = true; // // 附属物名称 // this.附属物名称.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.附属物名称.HeaderText = "附属物名称"; this.附属物名称.Name = "附属物名称"; this.附属物名称.ReadOnly = true; // // 编号 // this.编号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.编号.HeaderText = "编号"; this.编号.Name = "编号"; this.编号.ReadOnly = true; // // btnCancel // this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnCancel.Location = new System.Drawing.Point(381, 290); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnCancel.TabIndex = 7; 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(131, 289); this.btnEnter.Name = "btnEnter"; this.btnEnter.Size = new System.Drawing.Size(75, 23); this.btnEnter.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnEnter.TabIndex = 6; this.btnEnter.Text = "确定"; this.btnEnter.Click += new System.EventHandler(this.btnEnter_Click); // // timer1 // this.timer1.Interval = 500; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.FlyToMenu, this.LightMenu}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(101, 48); // // FlyToMenu // this.FlyToMenu.Name = "FlyToMenu"; this.FlyToMenu.Size = new System.Drawing.Size(100, 22); this.FlyToMenu.Text = "定位"; this.FlyToMenu.Click += new System.EventHandler(this.FlyToMenu_Click); // // LightMenu // this.LightMenu.Name = "LightMenu"; this.LightMenu.Size = new System.Drawing.Size(100, 22); this.LightMenu.Text = "闪烁"; this.LightMenu.Click += new System.EventHandler(this.LightMenu_Click); // // labelX3 // // // // this.labelX3.BackgroundStyle.Class = ""; this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX3.ForeColor = System.Drawing.Color.Red; this.labelX3.Location = new System.Drawing.Point(4, 12); this.labelX3.Name = "labelX3"; this.labelX3.Size = new System.Drawing.Size(193, 23); this.labelX3.TabIndex = 2; this.labelX3.Text = "请在场景中点击鼠标选取分析位置"; // // txtRadius // this.txtRadius.Location = new System.Drawing.Point(77, 45); this.txtRadius.Name = "txtRadius"; this.txtRadius.Size = new System.Drawing.Size(51, 21); this.txtRadius.TabIndex = 8; this.txtRadius.Text = "2"; this.txtRadius.TextChanged += new System.EventHandler(this.txtRadius_TextChanged); // // combo_layer // this.combo_layer.DisplayMember = "Text"; this.combo_layer.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.combo_layer.FormattingEnabled = true; this.combo_layer.ItemHeight = 15; this.combo_layer.Location = new System.Drawing.Point(250, 45); this.combo_layer.Name = "combo_layer"; this.combo_layer.Size = new System.Drawing.Size(140, 21); this.combo_layer.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.combo_layer.TabIndex = 9; this.combo_layer.TextChanged += new System.EventHandler(this.combo_layer_TextChanged); // // labelX4 // // // // this.labelX4.BackgroundStyle.Class = ""; this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX4.Location = new System.Drawing.Point(171, 45); this.labelX4.Name = "labelX4"; this.labelX4.Size = new System.Drawing.Size(66, 23); this.labelX4.TabIndex = 10; this.labelX4.Text = "管线图层:"; // // labelX5 // // // // this.labelX5.BackgroundStyle.Class = ""; this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX5.Location = new System.Drawing.Point(408, 45); this.labelX5.Name = "labelX5"; this.labelX5.Size = new System.Drawing.Size(82, 23); this.labelX5.TabIndex = 12; this.labelX5.Text = "附属物名称:"; // // combo_annex // this.combo_annex.DisplayMember = "Text"; this.combo_annex.FormattingEnabled = true; this.combo_annex.ItemHeight = 12; this.combo_annex.Location = new System.Drawing.Point(492, 45); this.combo_annex.Name = "combo_annex"; this.combo_annex.Size = new System.Drawing.Size(106, 20); this.combo_annex.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.combo_annex.TabIndex = 11; // // FrmAccessoryAnalysis // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(603, 325); this.Controls.Add(this.labelX5); this.Controls.Add(this.combo_annex); this.Controls.Add(this.labelX4); this.Controls.Add(this.combo_layer); this.Controls.Add(this.txtRadius); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnEnter); this.Controls.Add(this.groupBox2); this.Controls.Add(this.labelX3); this.Controls.Add(this.labelX2); this.Controls.Add(this.labelX1); this.DoubleBuffered = true; this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmAccessoryAnalysis"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "附属物分析"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmAccessoryAnalysis_FormClosing); this.Load += new System.EventHandler(this.FrmAccessoryAnalysis_Load); this.groupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.LabelX labelX2; 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.Timer timer1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem FlyToMenu; private System.Windows.Forms.ToolStripMenuItem LightMenu; private DevComponents.DotNetBar.LabelX labelX3; private System.Windows.Forms.TextBox txtRadius; private System.Windows.Forms.DataGridViewTextBoxColumn 图层名称; private System.Windows.Forms.DataGridViewTextBoxColumn 附属物名称; private System.Windows.Forms.DataGridViewTextBoxColumn 编号; private DevComponents.DotNetBar.Controls.ComboBoxEx combo_layer; private DevComponents.DotNetBar.LabelX labelX4; private DevComponents.DotNetBar.LabelX labelX5; private DevComponents.DotNetBar.Controls.ComboBoxEx combo_annex; } }