namespace WorldGIS { partial class FrmShowValveInformation { /// <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.labelValveInformation = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.splitter1 = new System.Windows.Forms.Splitter(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.飞行ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.闪烁ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // labelValveInformation // this.labelValveInformation.AutoSize = true; this.labelValveInformation.Dock = System.Windows.Forms.DockStyle.Bottom; this.labelValveInformation.Location = new System.Drawing.Point(0, 9); this.labelValveInformation.Name = "labelValveInformation"; this.labelValveInformation.Size = new System.Drawing.Size(41, 12); this.labelValveInformation.TabIndex = 1; this.labelValveInformation.Text = "label1"; // // panel1 // this.panel1.Controls.Add(this.labelValveInformation); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(587, 21); this.panel1.TabIndex = 2; // // splitter1 // this.splitter1.Dock = System.Windows.Forms.DockStyle.Top; this.splitter1.Location = new System.Drawing.Point(0, 21); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(587, 3); this.splitter1.TabIndex = 3; this.splitter1.TabStop = false; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(0, 24); this.dataGridView1.MultiSelect = false; this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(587, 242); this.dataGridView1.TabIndex = 4; this.dataGridView1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.dataGridViewX1_MouseClick); this.dataGridView1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.dataGridViewX1_MouseDoubleClick); // // 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(95, 48); // // 飞行ToolStripMenuItem // this.飞行ToolStripMenuItem.Name = "飞行ToolStripMenuItem"; this.飞行ToolStripMenuItem.Size = new System.Drawing.Size(94, 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(94, 22); this.闪烁ToolStripMenuItem.Text = "闪烁"; this.闪烁ToolStripMenuItem.Click += new System.EventHandler(this.闪烁ToolStripMenuItem_Click); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // FrmShowValveInformation // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(587, 266); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.splitter1); this.Controls.Add(this.panel1); this.Name = "FrmShowValveInformation"; this.ShowIcon = false; this.Text = "关联阀门信息"; this.Load += new System.EventHandler(this.FrmShowValveInformation_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label labelValveInformation; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Splitter splitter1; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 飞行ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 闪烁ToolStripMenuItem; private System.Windows.Forms.Timer timer1; } }