namespace WorldGIS { partial class FrmOutEarth { /// <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(); this.label1 = new System.Windows.Forms.Label(); this.btnEnter = new System.Windows.Forms.Button(); this.cmbPipeShow = new System.Windows.Forms.ComboBox(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.定位ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.闪烁ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(11, 20); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 5; this.label1.Text = "管线类型:"; // // btnEnter // this.btnEnter.Location = new System.Drawing.Point(421, 12); this.btnEnter.Name = "btnEnter"; this.btnEnter.Size = new System.Drawing.Size(75, 23); this.btnEnter.TabIndex = 4; this.btnEnter.Text = "确定"; this.btnEnter.UseVisualStyleBackColor = true; this.btnEnter.Click += new System.EventHandler(this.btnEnter_Click); // // cmbPipeShow // this.cmbPipeShow.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbPipeShow.FormattingEnabled = true; this.cmbPipeShow.Location = new System.Drawing.Point(93, 15); this.cmbPipeShow.Name = "cmbPipeShow"; this.cmbPipeShow.Size = new System.Drawing.Size(312, 20); this.cmbPipeShow.TabIndex = 3; // // dataGridView1 // this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(11, 46); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.Size = new System.Drawing.Size(483, 283); this.dataGridView1.TabIndex = 6; this.dataGridView1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.dataGridView1_MouseClick); this.dataGridView1.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseDoubleClick); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.定位ToolStripMenuItem, this.闪烁ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(101, 48); // // 定位ToolStripMenuItem // this.定位ToolStripMenuItem.Name = "定位ToolStripMenuItem"; this.定位ToolStripMenuItem.Size = new System.Drawing.Size(100, 22); this.定位ToolStripMenuItem.Text = "定位"; this.定位ToolStripMenuItem.Click += new System.EventHandler(this.定位ToolStripMenuItem_Click); // // 闪烁ToolStripMenuItem // this.闪烁ToolStripMenuItem.Name = "闪烁ToolStripMenuItem"; this.闪烁ToolStripMenuItem.Size = new System.Drawing.Size(100, 22); this.闪烁ToolStripMenuItem.Text = "闪烁"; this.闪烁ToolStripMenuItem.Click += new System.EventHandler(this.闪烁ToolStripMenuItem_Click); // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel1}); this.statusStrip1.Location = new System.Drawing.Point(0, 341); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(506, 22); this.statusStrip1.Stretch = false; this.statusStrip1.TabIndex = 9; this.statusStrip1.Text = "statusStrip1"; // // toolStripStatusLabel1 // this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17); // // FrmOutEarth // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(506, 363); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.label1); this.Controls.Add(this.btnEnter); this.Controls.Add(this.cmbPipeShow); this.Controls.Add(this.statusStrip1); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "FrmOutEarth"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "地上管线"; this.Load += new System.EventHandler(this.FrmOutEarth_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btnEnter; private System.Windows.Forms.ComboBox cmbPipeShow; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 定位ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 闪烁ToolStripMenuItem; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; } }