namespace PMSUI { partial class CStationIDRelatedForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.DGVNodeIDRelated = new System.Windows.Forms.DataGridView(); this.gp_Opt = new System.Windows.Forms.GroupBox(); this.btHelps = new System.Windows.Forms.Button(); this.tbReserved3 = new System.Windows.Forms.TextBox(); this.lbReserved3 = new System.Windows.Forms.Label(); this.tbReserved2 = new System.Windows.Forms.TextBox(); this.lbReserved2 = new System.Windows.Forms.Label(); this.tbReserved1 = new System.Windows.Forms.TextBox(); this.lbReserved1 = new System.Windows.Forms.Label(); this.tbRemark = new System.Windows.Forms.TextBox(); this.lbRemark = new System.Windows.Forms.Label(); this.tbRelatedVertex3 = new System.Windows.Forms.TextBox(); this.tbRelatedStationID3 = new System.Windows.Forms.TextBox(); this.lbRelatedVertex3 = new System.Windows.Forms.Label(); this.lbRelatedStationID3 = new System.Windows.Forms.Label(); this.tbRelatedVertex2 = new System.Windows.Forms.TextBox(); this.tbRelatedStationID2 = new System.Windows.Forms.TextBox(); this.lbRelatedVertex2 = new System.Windows.Forms.Label(); this.lbRelatedStationID2 = new System.Windows.Forms.Label(); this.tbRelatedVertex1 = new System.Windows.Forms.TextBox(); this.tbRelatedStationID1 = new System.Windows.Forms.TextBox(); this.btModfiy = new System.Windows.Forms.Button(); this.btDelete = new System.Windows.Forms.Button(); this.btAdd = new System.Windows.Forms.Button(); this.lbRelatedVertex1 = new System.Windows.Forms.Label(); this.lbRelatedStationID1 = new System.Windows.Forms.Label(); this.lbStation = new System.Windows.Forms.Label(); this.tbStationID = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DGVNodeIDRelated)).BeginInit(); this.gp_Opt.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.BackColor = System.Drawing.Color.Transparent; this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.DGVNodeIDRelated); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.btHelps); this.splitContainer1.Panel2.Controls.Add(this.gp_Opt); this.splitContainer1.Size = new System.Drawing.Size(763, 501); this.splitContainer1.SplitterDistance = 443; this.splitContainer1.TabIndex = 1; // // DGVNodeIDRelated // this.DGVNodeIDRelated.AllowUserToAddRows = false; this.DGVNodeIDRelated.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.DGVNodeIDRelated.BackgroundColor = System.Drawing.SystemColors.Control; this.DGVNodeIDRelated.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DGVNodeIDRelated.Dock = System.Windows.Forms.DockStyle.Fill; this.DGVNodeIDRelated.Location = new System.Drawing.Point(0, 0); this.DGVNodeIDRelated.MultiSelect = false; this.DGVNodeIDRelated.Name = "DGVNodeIDRelated"; this.DGVNodeIDRelated.ReadOnly = true; this.DGVNodeIDRelated.RowHeadersVisible = false; this.DGVNodeIDRelated.RowTemplate.Height = 23; this.DGVNodeIDRelated.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.DGVNodeIDRelated.Size = new System.Drawing.Size(443, 501); this.DGVNodeIDRelated.TabIndex = 0; this.DGVNodeIDRelated.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DGVNodeIDRelated_CellMouseClick); // // gp_Opt // this.gp_Opt.BackColor = System.Drawing.Color.Transparent; this.gp_Opt.Controls.Add(this.tbReserved3); this.gp_Opt.Controls.Add(this.lbReserved3); this.gp_Opt.Controls.Add(this.tbReserved2); this.gp_Opt.Controls.Add(this.lbReserved2); this.gp_Opt.Controls.Add(this.tbReserved1); this.gp_Opt.Controls.Add(this.lbReserved1); this.gp_Opt.Controls.Add(this.tbRemark); this.gp_Opt.Controls.Add(this.lbRemark); this.gp_Opt.Controls.Add(this.tbRelatedVertex3); this.gp_Opt.Controls.Add(this.tbRelatedStationID3); this.gp_Opt.Controls.Add(this.lbRelatedVertex3); this.gp_Opt.Controls.Add(this.lbRelatedStationID3); this.gp_Opt.Controls.Add(this.tbRelatedVertex2); this.gp_Opt.Controls.Add(this.tbRelatedStationID2); this.gp_Opt.Controls.Add(this.lbRelatedVertex2); this.gp_Opt.Controls.Add(this.lbRelatedStationID2); this.gp_Opt.Controls.Add(this.tbRelatedVertex1); this.gp_Opt.Controls.Add(this.tbRelatedStationID1); this.gp_Opt.Controls.Add(this.btModfiy); this.gp_Opt.Controls.Add(this.btDelete); this.gp_Opt.Controls.Add(this.btAdd); this.gp_Opt.Controls.Add(this.lbRelatedVertex1); this.gp_Opt.Controls.Add(this.lbRelatedStationID1); this.gp_Opt.Controls.Add(this.lbStation); this.gp_Opt.Controls.Add(this.tbStationID); this.gp_Opt.Location = new System.Drawing.Point(3, 41); this.gp_Opt.Name = "gp_Opt"; this.gp_Opt.Size = new System.Drawing.Size(282, 420); this.gp_Opt.TabIndex = 0; this.gp_Opt.TabStop = false; this.gp_Opt.Text = "设置"; // // btHelps // this.btHelps.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btHelps.Location = new System.Drawing.Point(3, 12); this.btHelps.Name = "btHelps"; this.btHelps.Size = new System.Drawing.Size(85, 23); this.btHelps.TabIndex = 47; this.btHelps.Text = "帮助信息"; this.btHelps.UseVisualStyleBackColor = true; this.btHelps.Click += new System.EventHandler(this.btHelps_Click); // // tbReserved3 // this.tbReserved3.BackColor = System.Drawing.SystemColors.Window; this.tbReserved3.Location = new System.Drawing.Point(130, 329); this.tbReserved3.Name = "tbReserved3"; this.tbReserved3.Size = new System.Drawing.Size(121, 21); this.tbReserved3.TabIndex = 41; // // lbReserved3 // this.lbReserved3.AutoSize = true; this.lbReserved3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbReserved3.Location = new System.Drawing.Point(15, 328); this.lbReserved3.Name = "lbReserved3"; this.lbReserved3.Size = new System.Drawing.Size(39, 17); this.lbReserved3.TabIndex = 40; this.lbReserved3.Text = "备用3"; // // tbReserved2 // this.tbReserved2.BackColor = System.Drawing.SystemColors.Window; this.tbReserved2.Location = new System.Drawing.Point(130, 302); this.tbReserved2.Name = "tbReserved2"; this.tbReserved2.Size = new System.Drawing.Size(121, 21); this.tbReserved2.TabIndex = 39; // // lbReserved2 // this.lbReserved2.AutoSize = true; this.lbReserved2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbReserved2.Location = new System.Drawing.Point(15, 301); this.lbReserved2.Name = "lbReserved2"; this.lbReserved2.Size = new System.Drawing.Size(39, 17); this.lbReserved2.TabIndex = 38; this.lbReserved2.Text = "备用2"; // // tbReserved1 // this.tbReserved1.BackColor = System.Drawing.SystemColors.Window; this.tbReserved1.Location = new System.Drawing.Point(130, 275); this.tbReserved1.Name = "tbReserved1"; this.tbReserved1.Size = new System.Drawing.Size(121, 21); this.tbReserved1.TabIndex = 37; // // lbReserved1 // this.lbReserved1.AutoSize = true; this.lbReserved1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbReserved1.Location = new System.Drawing.Point(15, 274); this.lbReserved1.Name = "lbReserved1"; this.lbReserved1.Size = new System.Drawing.Size(39, 17); this.lbReserved1.TabIndex = 36; this.lbReserved1.Text = "备用1"; // // tbRemark // this.tbRemark.BackColor = System.Drawing.SystemColors.Window; this.tbRemark.Location = new System.Drawing.Point(130, 248); this.tbRemark.Name = "tbRemark"; this.tbRemark.Size = new System.Drawing.Size(121, 21); this.tbRemark.TabIndex = 35; // // lbRemark // this.lbRemark.AutoSize = true; this.lbRemark.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbRemark.Location = new System.Drawing.Point(15, 247); this.lbRemark.Name = "lbRemark"; this.lbRemark.Size = new System.Drawing.Size(32, 17); this.lbRemark.TabIndex = 34; this.lbRemark.Text = "备注"; // // tbRelatedVertex3 // this.tbRelatedVertex3.BackColor = System.Drawing.SystemColors.Window; this.tbRelatedVertex3.Location = new System.Drawing.Point(130, 212); this.tbRelatedVertex3.Name = "tbRelatedVertex3"; this.tbRelatedVertex3.Size = new System.Drawing.Size(121, 21); this.tbRelatedVertex3.TabIndex = 33; // // tbRelatedStationID3 // this.tbRelatedStationID3.BackColor = System.Drawing.SystemColors.Window; this.tbRelatedStationID3.Location = new System.Drawing.Point(131, 185); this.tbRelatedStationID3.Name = "tbRelatedStationID3"; this.tbRelatedStationID3.Size = new System.Drawing.Size(121, 21); this.tbRelatedStationID3.TabIndex = 32; // // lbRelatedVertex3 // this.lbRelatedVertex3.AutoSize = true; this.lbRelatedVertex3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbRelatedVertex3.Location = new System.Drawing.Point(15, 211); this.lbRelatedVertex3.Name = "lbRelatedVertex3"; this.lbRelatedVertex3.Size = new System.Drawing.Size(75, 17); this.lbRelatedVertex3.TabIndex = 31; this.lbRelatedVertex3.Text = "关联导航点3"; // // lbRelatedStationID3 // this.lbRelatedStationID3.AutoSize = true; this.lbRelatedStationID3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbRelatedStationID3.Location = new System.Drawing.Point(16, 184); this.lbRelatedStationID3.Name = "lbRelatedStationID3"; this.lbRelatedStationID3.Size = new System.Drawing.Size(87, 17); this.lbRelatedStationID3.TabIndex = 30; this.lbRelatedStationID3.Text = "关联活动站点3"; // // tbRelatedVertex2 // this.tbRelatedVertex2.BackColor = System.Drawing.SystemColors.Window; this.tbRelatedVertex2.Location = new System.Drawing.Point(131, 147); this.tbRelatedVertex2.Name = "tbRelatedVertex2"; this.tbRelatedVertex2.Size = new System.Drawing.Size(121, 21); this.tbRelatedVertex2.TabIndex = 29; // // tbRelatedStationID2 // this.tbRelatedStationID2.BackColor = System.Drawing.SystemColors.Window; this.tbRelatedStationID2.Location = new System.Drawing.Point(132, 120); this.tbRelatedStationID2.Name = "tbRelatedStationID2"; this.tbRelatedStationID2.Size = new System.Drawing.Size(121, 21); this.tbRelatedStationID2.TabIndex = 28; // // lbRelatedVertex2 // this.lbRelatedVertex2.AutoSize = true; this.lbRelatedVertex2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbRelatedVertex2.Location = new System.Drawing.Point(16, 146); this.lbRelatedVertex2.Name = "lbRelatedVertex2"; this.lbRelatedVertex2.Size = new System.Drawing.Size(75, 17); this.lbRelatedVertex2.TabIndex = 27; this.lbRelatedVertex2.Text = "关联导航点2"; // // lbRelatedStationID2 // this.lbRelatedStationID2.AutoSize = true; this.lbRelatedStationID2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbRelatedStationID2.Location = new System.Drawing.Point(17, 119); this.lbRelatedStationID2.Name = "lbRelatedStationID2"; this.lbRelatedStationID2.Size = new System.Drawing.Size(87, 17); this.lbRelatedStationID2.TabIndex = 26; this.lbRelatedStationID2.Text = "关联活动站点2"; // // tbRelatedVertex1 // this.tbRelatedVertex1.BackColor = System.Drawing.SystemColors.Window; this.tbRelatedVertex1.Location = new System.Drawing.Point(131, 84); this.tbRelatedVertex1.Name = "tbRelatedVertex1"; this.tbRelatedVertex1.Size = new System.Drawing.Size(121, 21); this.tbRelatedVertex1.TabIndex = 25; // // tbRelatedStationID1 // this.tbRelatedStationID1.BackColor = System.Drawing.SystemColors.Window; this.tbRelatedStationID1.Location = new System.Drawing.Point(132, 57); this.tbRelatedStationID1.Name = "tbRelatedStationID1"; this.tbRelatedStationID1.Size = new System.Drawing.Size(121, 21); this.tbRelatedStationID1.TabIndex = 24; // // btModfiy // this.btModfiy.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btModfiy.Location = new System.Drawing.Point(96, 366); this.btModfiy.Name = "btModfiy"; this.btModfiy.Size = new System.Drawing.Size(75, 28); this.btModfiy.TabIndex = 23; this.btModfiy.Text = "修改"; this.btModfiy.UseVisualStyleBackColor = true; this.btModfiy.Click += new System.EventHandler(this.btModfiy_Click); // // btDelete // this.btDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btDelete.Location = new System.Drawing.Point(184, 366); this.btDelete.Name = "btDelete"; this.btDelete.Size = new System.Drawing.Size(75, 28); this.btDelete.TabIndex = 22; this.btDelete.Text = "删除"; this.btDelete.UseVisualStyleBackColor = true; this.btDelete.Click += new System.EventHandler(this.btDelete_Click); // // btAdd // this.btAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btAdd.Location = new System.Drawing.Point(8, 366); this.btAdd.Name = "btAdd"; this.btAdd.Size = new System.Drawing.Size(75, 28); this.btAdd.TabIndex = 21; this.btAdd.Text = "增加"; this.btAdd.UseVisualStyleBackColor = true; this.btAdd.Click += new System.EventHandler(this.btAdd_Click); // // lbRelatedVertex1 // this.lbRelatedVertex1.AutoSize = true; this.lbRelatedVertex1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbRelatedVertex1.Location = new System.Drawing.Point(16, 83); this.lbRelatedVertex1.Name = "lbRelatedVertex1"; this.lbRelatedVertex1.Size = new System.Drawing.Size(75, 17); this.lbRelatedVertex1.TabIndex = 20; this.lbRelatedVertex1.Text = "关联导航点1"; // // lbRelatedStationID1 // this.lbRelatedStationID1.AutoSize = true; this.lbRelatedStationID1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbRelatedStationID1.Location = new System.Drawing.Point(17, 56); this.lbRelatedStationID1.Name = "lbRelatedStationID1"; this.lbRelatedStationID1.Size = new System.Drawing.Size(87, 17); this.lbRelatedStationID1.TabIndex = 16; this.lbRelatedStationID1.Text = "关联活动站点1"; // // lbStation // this.lbStation.AutoSize = true; this.lbStation.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbStation.Location = new System.Drawing.Point(17, 28); this.lbStation.Name = "lbStation"; this.lbStation.Size = new System.Drawing.Size(56, 17); this.lbStation.TabIndex = 15; this.lbStation.Text = "活动站点"; // // tbStationID // this.tbStationID.BackColor = System.Drawing.SystemColors.Window; this.tbStationID.Location = new System.Drawing.Point(132, 29); this.tbStationID.Name = "tbStationID"; this.tbStationID.Size = new System.Drawing.Size(121, 21); this.tbStationID.TabIndex = 14; // // CStationIDRelatedForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(763, 501); this.Controls.Add(this.splitContainer1); this.Name = "CStationIDRelatedForm"; this.Text = "节点关联设置"; this.Load += new System.EventHandler(this.CStationIDRelatedForm_Load); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DGVNodeIDRelated)).EndInit(); this.gp_Opt.ResumeLayout(false); this.gp_Opt.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.DataGridView DGVNodeIDRelated; private System.Windows.Forms.GroupBox gp_Opt; private System.Windows.Forms.TextBox tbRemark; private System.Windows.Forms.Label lbRemark; private System.Windows.Forms.TextBox tbRelatedVertex3; private System.Windows.Forms.TextBox tbRelatedStationID3; private System.Windows.Forms.Label lbRelatedVertex3; private System.Windows.Forms.Label lbRelatedStationID3; private System.Windows.Forms.TextBox tbRelatedVertex2; private System.Windows.Forms.TextBox tbRelatedStationID2; private System.Windows.Forms.Label lbRelatedVertex2; private System.Windows.Forms.Label lbRelatedStationID2; private System.Windows.Forms.TextBox tbRelatedVertex1; private System.Windows.Forms.TextBox tbRelatedStationID1; private System.Windows.Forms.Button btModfiy; private System.Windows.Forms.Button btDelete; private System.Windows.Forms.Button btAdd; private System.Windows.Forms.Label lbRelatedVertex1; private System.Windows.Forms.Label lbRelatedStationID1; private System.Windows.Forms.Label lbStation; private System.Windows.Forms.TextBox tbStationID; private System.Windows.Forms.TextBox tbReserved3; private System.Windows.Forms.Label lbReserved3; private System.Windows.Forms.TextBox tbReserved2; private System.Windows.Forms.Label lbReserved2; private System.Windows.Forms.TextBox tbReserved1; private System.Windows.Forms.Label lbReserved1; private System.Windows.Forms.Button btHelps; } }