namespace Cyberpipe { partial class FrmAddSinMark { /// <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.btnCancel = new DevComponents.DotNetBar.ButtonX(); this.btnAdd = new DevComponents.DotNetBar.ButtonX(); this.listBoxSize = new System.Windows.Forms.ListBox(); this.label2 = new System.Windows.Forms.Label(); this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel(); this.textBoxXLat = new DevComponents.DotNetBar.Controls.TextBoxX(); this.textBoxXLon = new DevComponents.DotNetBar.Controls.TextBoxX(); this.labelLat = new System.Windows.Forms.Label(); this.groupPanel3 = new DevComponents.DotNetBar.Controls.GroupPanel(); this.textBox7 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBoxX4 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.label22 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label21 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.labelLon = new System.Windows.Forms.Label(); this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel(); this.panel1 = new System.Windows.Forms.Panel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.comboBox3 = new System.Windows.Forms.ComboBox(); this.textBox16 = new System.Windows.Forms.TextBox(); this.textBox15 = new System.Windows.Forms.TextBox(); this.textBox14 = new System.Windows.Forms.TextBox(); this.textBox13 = new System.Windows.Forms.TextBox(); this.textBox12 = new System.Windows.Forms.TextBox(); this.label19 = new System.Windows.Forms.Label(); this.textBox11 = new System.Windows.Forms.TextBox(); this.textBox10 = new System.Windows.Forms.TextBox(); this.textBox9 = new System.Windows.Forms.TextBox(); this.textBox6 = new System.Windows.Forms.TextBox(); this.textBox5 = new System.Windows.Forms.TextBox(); this.textBox4 = new System.Windows.Forms.TextBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.groupPanel1.SuspendLayout(); this.groupPanel3.SuspendLayout(); this.groupPanel2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // btnCancel // this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnCancel.Location = new System.Drawing.Point(189, 514); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnCancel.TabIndex = 18; this.btnCancel.Text = "关闭"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnAdd // this.btnAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnAdd.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnAdd.Location = new System.Drawing.Point(43, 514); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(75, 23); this.btnAdd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnAdd.TabIndex = 17; this.btnAdd.Text = "添加"; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // listBoxSize // this.listBoxSize.FormattingEnabled = true; this.listBoxSize.ItemHeight = 12; this.listBoxSize.Location = new System.Drawing.Point(72, 9); this.listBoxSize.Name = "listBoxSize"; this.listBoxSize.Size = new System.Drawing.Size(177, 112); this.listBoxSize.TabIndex = 8; this.listBoxSize.SelectedIndexChanged += new System.EventHandler(this.listBoxSize_SelectedIndexChanged); // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("宋体", 9F); this.label2.Location = new System.Drawing.Point(6, 9); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 1; this.label2.Text = "模型规格:"; // // groupPanel1 // this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control; this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.groupPanel1.Controls.Add(this.listBoxSize); this.groupPanel1.Controls.Add(this.label2); this.groupPanel1.Location = new System.Drawing.Point(12, 70); this.groupPanel1.Name = "groupPanel1"; this.groupPanel1.Size = new System.Drawing.Size(268, 136); // // // this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.groupPanel1.Style.BackColorGradientAngle = 90; this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel1.Style.BorderBottomWidth = 1; this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel1.Style.BorderLeftWidth = 1; this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel1.Style.BorderRightWidth = 1; this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel1.Style.BorderTopWidth = 1; this.groupPanel1.Style.Class = ""; this.groupPanel1.Style.CornerDiameter = 4; this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; // // // this.groupPanel1.StyleMouseDown.Class = ""; this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.groupPanel1.StyleMouseOver.Class = ""; this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.groupPanel1.TabIndex = 19; // // textBoxXLat // // // // this.textBoxXLat.Border.Class = "TextBoxBorder"; this.textBoxXLat.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.textBoxXLat.Location = new System.Drawing.Point(229, 2); this.textBoxXLat.Name = "textBoxXLat"; this.textBoxXLat.Size = new System.Drawing.Size(128, 21); this.textBoxXLat.TabIndex = 3; this.textBoxXLat.TextChanged += new System.EventHandler(this.textBoxXLat_TextChanged); // // textBoxXLon // // // // this.textBoxXLon.Border.Class = "TextBoxBorder"; this.textBoxXLon.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.textBoxXLon.Location = new System.Drawing.Point(46, 2); this.textBoxXLon.Name = "textBoxXLon"; this.textBoxXLon.Size = new System.Drawing.Size(128, 21); this.textBoxXLon.TabIndex = 2; this.textBoxXLon.TextChanged += new System.EventHandler(this.textBoxXLon_TextChanged); // // labelLat // this.labelLat.AutoSize = true; this.labelLat.BackColor = System.Drawing.Color.Transparent; this.labelLat.Font = new System.Drawing.Font("宋体", 9F); this.labelLat.Location = new System.Drawing.Point(183, 9); this.labelLat.Name = "labelLat"; this.labelLat.Size = new System.Drawing.Size(41, 12); this.labelLat.TabIndex = 1; this.labelLat.Text = "纬度:"; // // groupPanel3 // this.groupPanel3.CanvasColor = System.Drawing.SystemColors.Control; this.groupPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.groupPanel3.Controls.Add(this.textBox7); this.groupPanel3.Controls.Add(this.textBox2); this.groupPanel3.Controls.Add(this.textBoxX4); this.groupPanel3.Controls.Add(this.textBoxX1); this.groupPanel3.Controls.Add(this.textBoxXLat); this.groupPanel3.Controls.Add(this.textBoxXLon); this.groupPanel3.Controls.Add(this.label22); this.groupPanel3.Controls.Add(this.label5); this.groupPanel3.Controls.Add(this.label21); this.groupPanel3.Controls.Add(this.labelLat); this.groupPanel3.Controls.Add(this.label20); this.groupPanel3.Controls.Add(this.labelLon); this.groupPanel3.Location = new System.Drawing.Point(12, 5); this.groupPanel3.Name = "groupPanel3"; this.groupPanel3.Size = new System.Drawing.Size(591, 59); // // // this.groupPanel3.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.groupPanel3.Style.BackColorGradientAngle = 90; this.groupPanel3.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.groupPanel3.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel3.Style.BorderBottomWidth = 1; this.groupPanel3.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.groupPanel3.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel3.Style.BorderLeftWidth = 1; this.groupPanel3.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel3.Style.BorderRightWidth = 1; this.groupPanel3.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel3.Style.BorderTopWidth = 1; this.groupPanel3.Style.Class = ""; this.groupPanel3.Style.CornerDiameter = 4; this.groupPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.groupPanel3.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.groupPanel3.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.groupPanel3.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; // // // this.groupPanel3.StyleMouseDown.Class = ""; this.groupPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.groupPanel3.StyleMouseOver.Class = ""; this.groupPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.groupPanel3.TabIndex = 20; // // textBox7 // this.textBox7.Location = new System.Drawing.Point(46, 29); this.textBox7.Name = "textBox7"; this.textBox7.Size = new System.Drawing.Size(128, 21); this.textBox7.TabIndex = 0; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(229, 28); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(128, 21); this.textBox2.TabIndex = 0; // // textBoxX4 // // // // this.textBoxX4.Border.Class = "TextBoxBorder"; this.textBoxX4.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.textBoxX4.Location = new System.Drawing.Point(451, 27); this.textBoxX4.Name = "textBoxX4"; this.textBoxX4.Size = new System.Drawing.Size(128, 21); this.textBoxX4.TabIndex = 3; this.textBoxX4.TextChanged += new System.EventHandler(this.textBoxXLat_TextChanged); // // textBoxX1 // // // // this.textBoxX1.Border.Class = "TextBoxBorder"; this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.textBoxX1.Location = new System.Drawing.Point(451, 2); this.textBoxX1.Name = "textBoxX1"; this.textBoxX1.Size = new System.Drawing.Size(128, 21); this.textBoxX1.TabIndex = 3; this.textBoxX1.TextChanged += new System.EventHandler(this.textBoxXLat_TextChanged); // // label22 // this.label22.AutoSize = true; this.label22.BackColor = System.Drawing.Color.Transparent; this.label22.Font = new System.Drawing.Font("宋体", 9F); this.label22.Location = new System.Drawing.Point(380, 30); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(65, 12); this.label22.TabIndex = 1; this.label22.Text = "标识埋深:"; // // label5 // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.Font = new System.Drawing.Font("宋体", 9F); this.label5.Location = new System.Drawing.Point(380, 7); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(65, 12); this.label5.TabIndex = 1; this.label5.Text = "地面高程:"; // // label21 // this.label21.AutoSize = true; this.label21.BackColor = System.Drawing.Color.Transparent; this.label21.Font = new System.Drawing.Font("宋体", 9F); this.label21.Location = new System.Drawing.Point(183, 31); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(47, 12); this.label21.TabIndex = 1; this.label21.Text = "Y坐标:"; // // label20 // this.label20.AutoSize = true; this.label20.BackColor = System.Drawing.Color.Transparent; this.label20.Font = new System.Drawing.Font("宋体", 9F); this.label20.Location = new System.Drawing.Point(3, 33); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(47, 12); this.label20.TabIndex = 1; this.label20.Text = "X坐标:"; // // labelLon // this.labelLon.AutoSize = true; this.labelLon.BackColor = System.Drawing.Color.Transparent; this.labelLon.Font = new System.Drawing.Font("宋体", 9F); this.labelLon.Location = new System.Drawing.Point(3, 9); this.labelLon.Name = "labelLon"; this.labelLon.Size = new System.Drawing.Size(41, 12); this.labelLon.TabIndex = 1; this.labelLon.Text = "经度:"; // // groupPanel2 // this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control; this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.groupPanel2.Controls.Add(this.panel1); this.groupPanel2.Location = new System.Drawing.Point(12, 222); this.groupPanel2.Name = "groupPanel2"; this.groupPanel2.Size = new System.Drawing.Size(271, 277); // // // this.groupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.groupPanel2.Style.BackColorGradientAngle = 90; this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel2.Style.BorderBottomWidth = 1; this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel2.Style.BorderLeftWidth = 1; this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel2.Style.BorderRightWidth = 1; this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel2.Style.BorderTopWidth = 1; this.groupPanel2.Style.Class = ""; this.groupPanel2.Style.CornerDiameter = 4; this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; // // // this.groupPanel2.StyleMouseDown.Class = ""; this.groupPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.groupPanel2.StyleMouseOver.Class = ""; this.groupPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.groupPanel2.TabIndex = 21; this.groupPanel2.Text = "模型预览"; // // panel1 // this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(265, 255); this.panel1.TabIndex = 0; // // groupBox1 // this.groupBox1.Controls.Add(this.dateTimePicker1); this.groupBox1.Controls.Add(this.comboBox2); this.groupBox1.Controls.Add(this.comboBox1); this.groupBox1.Controls.Add(this.comboBox3); this.groupBox1.Controls.Add(this.textBox16); this.groupBox1.Controls.Add(this.textBox15); this.groupBox1.Controls.Add(this.textBox14); this.groupBox1.Controls.Add(this.textBox13); this.groupBox1.Controls.Add(this.textBox12); this.groupBox1.Controls.Add(this.label19); this.groupBox1.Controls.Add(this.textBox11); this.groupBox1.Controls.Add(this.textBox10); this.groupBox1.Controls.Add(this.textBox9); this.groupBox1.Controls.Add(this.textBox6); this.groupBox1.Controls.Add(this.textBox5); this.groupBox1.Controls.Add(this.textBox4); this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.Controls.Add(this.textBox3); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.label18); this.groupBox1.Controls.Add(this.label17); this.groupBox1.Controls.Add(this.label16); this.groupBox1.Controls.Add(this.label15); this.groupBox1.Controls.Add(this.label14); this.groupBox1.Controls.Add(this.label13); this.groupBox1.Controls.Add(this.label12); this.groupBox1.Controls.Add(this.label11); this.groupBox1.Controls.Add(this.label10); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Location = new System.Drawing.Point(304, 70); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(299, 480); this.groupBox1.TabIndex = 22; this.groupBox1.TabStop = false; this.groupBox1.Text = "标识属性"; // // dateTimePicker1 // this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dateTimePicker1.Location = new System.Drawing.Point(94, 185); this.dateTimePicker1.Name = "dateTimePicker1"; this.dateTimePicker1.Size = new System.Drawing.Size(186, 21); this.dateTimePicker1.TabIndex = 23; this.dateTimePicker1.Value = new System.DateTime(2014, 4, 4, 8, 25, 0, 0); // // comboBox2 // this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox2.FormattingEnabled = true; this.comboBox2.Location = new System.Drawing.Point(93, 215); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(186, 20); this.comboBox2.TabIndex = 5; // // comboBox1 // this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(94, 79); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(186, 20); this.comboBox1.TabIndex = 5; // // comboBox3 // this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox3.FormattingEnabled = true; this.comboBox3.Location = new System.Drawing.Point(95, 241); this.comboBox3.Name = "comboBox3"; this.comboBox3.Size = new System.Drawing.Size(185, 20); this.comboBox3.TabIndex = 5; // // textBox16 // this.textBox16.Location = new System.Drawing.Point(96, 446); this.textBox16.Name = "textBox16"; this.textBox16.Size = new System.Drawing.Size(184, 21); this.textBox16.TabIndex = 3; // // textBox15 // this.textBox15.Location = new System.Drawing.Point(96, 419); this.textBox15.Name = "textBox15"; this.textBox15.Size = new System.Drawing.Size(184, 21); this.textBox15.TabIndex = 3; // // textBox14 // this.textBox14.Location = new System.Drawing.Point(96, 395); this.textBox14.Name = "textBox14"; this.textBox14.Size = new System.Drawing.Size(184, 21); this.textBox14.TabIndex = 3; // // textBox13 // this.textBox13.Location = new System.Drawing.Point(95, 370); this.textBox13.Name = "textBox13"; this.textBox13.Size = new System.Drawing.Size(185, 21); this.textBox13.TabIndex = 3; // // textBox12 // this.textBox12.Location = new System.Drawing.Point(96, 346); this.textBox12.Name = "textBox12"; this.textBox12.Size = new System.Drawing.Size(184, 21); this.textBox12.TabIndex = 3; // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(19, 451); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(41, 12); this.label19.TabIndex = 2; this.label19.Text = "备注:"; // // textBox11 // this.textBox11.Location = new System.Drawing.Point(96, 321); this.textBox11.Name = "textBox11"; this.textBox11.Size = new System.Drawing.Size(184, 21); this.textBox11.TabIndex = 3; // // textBox10 // this.textBox10.Location = new System.Drawing.Point(96, 294); this.textBox10.Name = "textBox10"; this.textBox10.Size = new System.Drawing.Size(184, 21); this.textBox10.TabIndex = 3; // // textBox9 // this.textBox9.Location = new System.Drawing.Point(95, 267); this.textBox9.Name = "textBox9"; this.textBox9.Size = new System.Drawing.Size(185, 21); this.textBox9.TabIndex = 3; // // textBox6 // this.textBox6.Location = new System.Drawing.Point(95, 158); this.textBox6.Name = "textBox6"; this.textBox6.Size = new System.Drawing.Size(185, 21); this.textBox6.TabIndex = 3; // // textBox5 // this.textBox5.Location = new System.Drawing.Point(95, 132); this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(185, 21); this.textBox5.TabIndex = 3; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(95, 105); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(185, 21); this.textBox4.TabIndex = 3; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(94, 47); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(186, 21); this.textBox1.TabIndex = 3; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(94, 18); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(186, 21); this.textBox3.TabIndex = 3; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(15, 54); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(77, 12); this.label1.TabIndex = 2; this.label1.Text = "标识器ID号:"; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(16, 426); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(77, 12); this.label18.TabIndex = 2; this.label18.Text = "监理责任人:"; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(16, 401); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(65, 12); this.label17.TabIndex = 2; this.label17.Text = "施工监理:"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(16, 375); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(77, 12); this.label16.TabIndex = 2; this.label16.Text = "施工责任人:"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(16, 353); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(65, 12); this.label15.TabIndex = 2; this.label15.Text = "施工单位:"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(16, 328); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(77, 12); this.label14.TabIndex = 2; this.label14.Text = "设计人姓名:"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(16, 301); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(65, 12); this.label13.TabIndex = 2; this.label13.Text = "设计单位:"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(16, 271); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(65, 12); this.label12.TabIndex = 2; this.label12.Text = "权属单位:"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(15, 245); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(65, 12); this.label11.TabIndex = 2; this.label11.Text = "使用状态:"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(15, 218); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(65, 12); this.label10.TabIndex = 2; this.label10.Text = "所属道路:"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(16, 192); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(65, 12); this.label9.TabIndex = 2; this.label9.Text = "埋设时间:"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(16, 164); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(65, 12); this.label8.TabIndex = 2; this.label8.Text = "对象名称:"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(16, 139); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(65, 12); this.label6.TabIndex = 2; this.label6.Text = "对象类型:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(15, 112); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 12); this.label4.TabIndex = 2; this.label4.Text = "对象编号:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(15, 85); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(77, 12); this.label3.TabIndex = 2; this.label3.Text = "标识器型号:"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(15, 24); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(41, 12); this.label7.TabIndex = 2; this.label7.Text = "编号:"; // // FrmAddSinMark // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.GradientActiveCaption; this.ClientSize = new System.Drawing.Size(606, 556); this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupPanel2); this.Controls.Add(this.groupPanel3); this.Controls.Add(this.groupPanel1); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnAdd); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmAddSinMark"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "单个标识器添加"; this.TopMost = true; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmAddSinMark_FormClosing); this.Load += new System.EventHandler(this.FrmAddSinMark_Load); this.groupPanel1.ResumeLayout(false); this.groupPanel1.PerformLayout(); this.groupPanel3.ResumeLayout(false); this.groupPanel3.PerformLayout(); this.groupPanel2.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.ButtonX btnCancel; private DevComponents.DotNetBar.ButtonX btnAdd; private System.Windows.Forms.ListBox listBoxSize; private System.Windows.Forms.Label label2; private DevComponents.DotNetBar.Controls.GroupPanel groupPanel1; private DevComponents.DotNetBar.Controls.TextBoxX textBoxXLat; private DevComponents.DotNetBar.Controls.TextBoxX textBoxXLon; private System.Windows.Forms.Label labelLat; private DevComponents.DotNetBar.Controls.GroupPanel groupPanel3; private System.Windows.Forms.Label labelLon; private DevComponents.DotNetBar.Controls.GroupPanel groupPanel2; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label7; private DevComponents.DotNetBar.Controls.TextBoxX textBoxX1; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBox9; private System.Windows.Forms.TextBox textBox6; private System.Windows.Forms.TextBox textBox5; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label6; private System.Windows.Forms.ComboBox comboBox3; private System.Windows.Forms.TextBox textBox15; private System.Windows.Forms.TextBox textBox14; private System.Windows.Forms.TextBox textBox13; private System.Windows.Forms.TextBox textBox12; private System.Windows.Forms.TextBox textBox11; private System.Windows.Forms.TextBox textBox10; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label19; private System.Windows.Forms.TextBox textBox16; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.DateTimePicker dateTimePicker1; private DevComponents.DotNetBar.Controls.TextBoxX textBoxX4; private System.Windows.Forms.Label label22; private System.Windows.Forms.Label label21; private System.Windows.Forms.Label label20; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox7; private System.Windows.Forms.ComboBox comboBox2; } }