Newer
Older
LSPipeline / PolygonDlg.Designer.cs
wxn on 1 Dec 2016 32 KB first
namespace WorldGIS
{
    partial class PolygonDlg
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PolygonDlg));
            this.textBoxCameraHeading = new System.Windows.Forms.TextBox();
            this.textBoxCameraTilt = new System.Windows.Forms.TextBox();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.label19 = new System.Windows.Forms.Label();
            this.textBoxAlt = new System.Windows.Forms.TextBox();
            this.comboBoxAltMode = new System.Windows.Forms.ComboBox();
            this.label18 = new System.Windows.Forms.Label();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.textBoxCameraLon = new System.Windows.Forms.TextBox();
            this.textBoxCameraAlt = new System.Windows.Forms.TextBox();
            this.textBoxCameraLat = new System.Windows.Forms.TextBox();
            this.buttonResetCamera = new System.Windows.Forms.Button();
            this.buttonCurCamera = new System.Windows.Forms.Button();
            this.label16 = new System.Windows.Forms.Label();
            this.label17 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.checkBoxEnableCamera = new System.Windows.Forms.CheckBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.buttonOK = new System.Windows.Forms.Button();
            this.pictureBoxTextColor = new System.Windows.Forms.PictureBox();
            this.button3 = new System.Windows.Forms.Button();
            this.label5 = new System.Windows.Forms.Label();
            this.numericUpDownIcon = new System.Windows.Forms.NumericUpDown();
            this.textBoxAttribute = new System.Windows.Forms.TextBox();
            this.numericUpDownTextOpaque = new System.Windows.Forms.NumericUpDown();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.label21 = new System.Windows.Forms.Label();
            this.numericUpDownText = new System.Windows.Forms.NumericUpDown();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.label20 = new System.Windows.Forms.Label();
            this.numericUpDownIconOpaque = new System.Windows.Forms.NumericUpDown();
            this.pictureBoxIconColor = new System.Windows.Forms.PictureBox();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.label4 = new System.Windows.Forms.Label();
            this.textBoxLat = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.textBoxLon = new System.Windows.Forms.TextBox();
            this.textBoxName = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.tabPage4.SuspendLayout();
            this.tabPage3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxTextColor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownIcon)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTextOpaque)).BeginInit();
            this.tabPage2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownText)).BeginInit();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownIconOpaque)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxIconColor)).BeginInit();
            this.tabPage1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.SuspendLayout();
            // 
            // textBoxCameraHeading
            // 
            this.textBoxCameraHeading.Location = new System.Drawing.Point(90, 138);
            this.textBoxCameraHeading.Name = "textBoxCameraHeading";
            this.textBoxCameraHeading.Size = new System.Drawing.Size(125, 21);
            this.textBoxCameraHeading.TabIndex = 21;
            // 
            // textBoxCameraTilt
            // 
            this.textBoxCameraTilt.Location = new System.Drawing.Point(90, 165);
            this.textBoxCameraTilt.Name = "textBoxCameraTilt";
            this.textBoxCameraTilt.Size = new System.Drawing.Size(125, 21);
            this.textBoxCameraTilt.TabIndex = 22;
            // 
            // tabPage4
            // 
            this.tabPage4.Controls.Add(this.label19);
            this.tabPage4.Controls.Add(this.textBoxAlt);
            this.tabPage4.Controls.Add(this.comboBoxAltMode);
            this.tabPage4.Controls.Add(this.label18);
            this.tabPage4.Location = new System.Drawing.Point(4, 22);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Size = new System.Drawing.Size(321, 261);
            this.tabPage4.TabIndex = 3;
            this.tabPage4.Text = "高度";
            this.tabPage4.UseVisualStyleBackColor = true;
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Location = new System.Drawing.Point(32, 76);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(41, 12);
            this.label19.TabIndex = 20;
            this.label19.Text = "模式:";
            // 
            // textBoxAlt
            // 
            this.textBoxAlt.Location = new System.Drawing.Point(75, 46);
            this.textBoxAlt.Name = "textBoxAlt";
            this.textBoxAlt.Size = new System.Drawing.Size(175, 21);
            this.textBoxAlt.TabIndex = 19;
            // 
            // comboBoxAltMode
            // 
            this.comboBoxAltMode.FormattingEnabled = true;
            this.comboBoxAltMode.Items.AddRange(new object[] {
            "海拔高度",
            "紧贴地表",
            "相对地表"});
            this.comboBoxAltMode.Location = new System.Drawing.Point(75, 73);
            this.comboBoxAltMode.Name = "comboBoxAltMode";
            this.comboBoxAltMode.Size = new System.Drawing.Size(175, 20);
            this.comboBoxAltMode.TabIndex = 2;
            this.comboBoxAltMode.Text = "紧贴地表";
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Location = new System.Drawing.Point(32, 49);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(41, 12);
            this.label18.TabIndex = 0;
            this.label18.Text = "高度:";
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.textBoxCameraTilt);
            this.tabPage3.Controls.Add(this.textBoxCameraHeading);
            this.tabPage3.Controls.Add(this.textBoxCameraLon);
            this.tabPage3.Controls.Add(this.textBoxCameraAlt);
            this.tabPage3.Controls.Add(this.textBoxCameraLat);
            this.tabPage3.Controls.Add(this.buttonResetCamera);
            this.tabPage3.Controls.Add(this.buttonCurCamera);
            this.tabPage3.Controls.Add(this.label16);
            this.tabPage3.Controls.Add(this.label17);
            this.tabPage3.Controls.Add(this.label14);
            this.tabPage3.Controls.Add(this.label15);
            this.tabPage3.Controls.Add(this.label12);
            this.tabPage3.Controls.Add(this.label13);
            this.tabPage3.Controls.Add(this.label10);
            this.tabPage3.Controls.Add(this.label11);
            this.tabPage3.Controls.Add(this.label9);
            this.tabPage3.Controls.Add(this.checkBoxEnableCamera);
            this.tabPage3.Controls.Add(this.label8);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(321, 261);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "相机";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // textBoxCameraLon
            // 
            this.textBoxCameraLon.Location = new System.Drawing.Point(90, 58);
            this.textBoxCameraLon.Name = "textBoxCameraLon";
            this.textBoxCameraLon.Size = new System.Drawing.Size(125, 21);
            this.textBoxCameraLon.TabIndex = 20;
            // 
            // textBoxCameraAlt
            // 
            this.textBoxCameraAlt.Location = new System.Drawing.Point(90, 112);
            this.textBoxCameraAlt.Name = "textBoxCameraAlt";
            this.textBoxCameraAlt.Size = new System.Drawing.Size(125, 21);
            this.textBoxCameraAlt.TabIndex = 19;
            // 
            // textBoxCameraLat
            // 
            this.textBoxCameraLat.Location = new System.Drawing.Point(90, 85);
            this.textBoxCameraLat.Name = "textBoxCameraLat";
            this.textBoxCameraLat.Size = new System.Drawing.Size(125, 21);
            this.textBoxCameraLat.TabIndex = 18;
            // 
            // buttonResetCamera
            // 
            this.buttonResetCamera.Location = new System.Drawing.Point(191, 214);
            this.buttonResetCamera.Name = "buttonResetCamera";
            this.buttonResetCamera.Size = new System.Drawing.Size(83, 21);
            this.buttonResetCamera.TabIndex = 17;
            this.buttonResetCamera.Text = "重置";
            this.buttonResetCamera.UseVisualStyleBackColor = true;
            // 
            // buttonCurCamera
            // 
            this.buttonCurCamera.Location = new System.Drawing.Point(34, 214);
            this.buttonCurCamera.Name = "buttonCurCamera";
            this.buttonCurCamera.Size = new System.Drawing.Size(130, 22);
            this.buttonCurCamera.TabIndex = 16;
            this.buttonCurCamera.Text = "获取当前场景相机";
            this.buttonCurCamera.UseVisualStyleBackColor = true;
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(224, 168);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(17, 12);
            this.label16.TabIndex = 15;
            this.label16.Text = "度";
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(35, 168);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(41, 12);
            this.label17.TabIndex = 13;
            this.label17.Text = "倾斜:";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(224, 141);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(17, 12);
            this.label14.TabIndex = 12;
            this.label14.Text = "度";
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(35, 141);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(41, 12);
            this.label15.TabIndex = 10;
            this.label15.Text = "偏北:";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(224, 114);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(17, 12);
            this.label12.TabIndex = 9;
            this.label12.Text = "米";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(35, 114);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(41, 12);
            this.label13.TabIndex = 7;
            this.label13.Text = "视高:";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(224, 61);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(17, 12);
            this.label10.TabIndex = 6;
            this.label10.Text = "度";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(35, 61);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(41, 12);
            this.label11.TabIndex = 4;
            this.label11.Text = "经度:";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(224, 90);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(17, 12);
            this.label9.TabIndex = 3;
            this.label9.Text = "度";
            // 
            // checkBoxEnableCamera
            // 
            this.checkBoxEnableCamera.AutoSize = true;
            this.checkBoxEnableCamera.Location = new System.Drawing.Point(222, 17);
            this.checkBoxEnableCamera.Name = "checkBoxEnableCamera";
            this.checkBoxEnableCamera.Size = new System.Drawing.Size(96, 16);
            this.checkBoxEnableCamera.TabIndex = 2;
            this.checkBoxEnableCamera.Text = "使用相机定位";
            this.checkBoxEnableCamera.UseVisualStyleBackColor = true;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(35, 90);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(41, 12);
            this.label8.TabIndex = 0;
            this.label8.Text = "纬度:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(14, 31);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 12);
            this.label2.TabIndex = 0;
            this.label2.Text = "颜色:";
            // 
            // buttonOK
            // 
            this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.buttonOK.Location = new System.Drawing.Point(223, 445);
            this.buttonOK.Name = "buttonOK";
            this.buttonOK.Size = new System.Drawing.Size(61, 22);
            this.buttonOK.TabIndex = 9;
            this.buttonOK.Text = "确定";
            this.buttonOK.UseVisualStyleBackColor = true;
            // 
            // pictureBoxTextColor
            // 
            this.pictureBoxTextColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBoxTextColor.Location = new System.Drawing.Point(85, 31);
            this.pictureBoxTextColor.Name = "pictureBoxTextColor";
            this.pictureBoxTextColor.Size = new System.Drawing.Size(50, 18);
            this.pictureBoxTextColor.TabIndex = 4;
            this.pictureBoxTextColor.TabStop = false;
            // 
            // button3
            // 
            this.button3.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.button3.Location = new System.Drawing.Point(294, 445);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(61, 22);
            this.button3.TabIndex = 10;
            this.button3.Text = "取消";
            this.button3.UseVisualStyleBackColor = true;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(173, 31);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(41, 12);
            this.label5.TabIndex = 1;
            this.label5.Text = "缩放:";
            // 
            // numericUpDownIcon
            // 
            this.numericUpDownIcon.DecimalPlaces = 1;
            this.numericUpDownIcon.Increment = new decimal(new int[] {
            1,
            0,
            0,
            65536});
            this.numericUpDownIcon.Location = new System.Drawing.Point(223, 28);
            this.numericUpDownIcon.Name = "numericUpDownIcon";
            this.numericUpDownIcon.Size = new System.Drawing.Size(56, 21);
            this.numericUpDownIcon.TabIndex = 4;
            this.numericUpDownIcon.Value = new decimal(new int[] {
            10,
            0,
            0,
            65536});
            // 
            // textBoxAttribute
            // 
            this.textBoxAttribute.Location = new System.Drawing.Point(17, 17);
            this.textBoxAttribute.Multiline = true;
            this.textBoxAttribute.Name = "textBoxAttribute";
            this.textBoxAttribute.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.textBoxAttribute.Size = new System.Drawing.Size(285, 228);
            this.textBoxAttribute.TabIndex = 0;
            // 
            // numericUpDownTextOpaque
            // 
            this.numericUpDownTextOpaque.Location = new System.Drawing.Point(85, 55);
            this.numericUpDownTextOpaque.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.numericUpDownTextOpaque.Name = "numericUpDownTextOpaque";
            this.numericUpDownTextOpaque.Size = new System.Drawing.Size(50, 21);
            this.numericUpDownTextOpaque.TabIndex = 8;
            this.numericUpDownTextOpaque.Value = new decimal(new int[] {
            255,
            0,
            0,
            0});
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.groupBox3);
            this.tabPage2.Controls.Add(this.groupBox2);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Size = new System.Drawing.Size(321, 261);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "风格";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.numericUpDownTextOpaque);
            this.groupBox3.Controls.Add(this.label21);
            this.groupBox3.Controls.Add(this.pictureBoxTextColor);
            this.groupBox3.Controls.Add(this.numericUpDownText);
            this.groupBox3.Controls.Add(this.label7);
            this.groupBox3.Controls.Add(this.label6);
            this.groupBox3.Location = new System.Drawing.Point(18, 133);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(285, 104);
            this.groupBox3.TabIndex = 1;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "标签风格";
            // 
            // label21
            // 
            this.label21.AutoSize = true;
            this.label21.Location = new System.Drawing.Point(14, 61);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(65, 12);
            this.label21.TabIndex = 7;
            this.label21.Text = "不透明度:";
            // 
            // numericUpDownText
            // 
            this.numericUpDownText.DecimalPlaces = 1;
            this.numericUpDownText.Increment = new decimal(new int[] {
            1,
            0,
            0,
            65536});
            this.numericUpDownText.Location = new System.Drawing.Point(224, 32);
            this.numericUpDownText.Name = "numericUpDownText";
            this.numericUpDownText.Size = new System.Drawing.Size(56, 21);
            this.numericUpDownText.TabIndex = 3;
            this.numericUpDownText.Value = new decimal(new int[] {
            10,
            0,
            0,
            65536});
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(174, 37);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(41, 12);
            this.label7.TabIndex = 2;
            this.label7.Text = "缩放:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(15, 36);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(41, 12);
            this.label6.TabIndex = 1;
            this.label6.Text = "颜色:";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.label20);
            this.groupBox2.Controls.Add(this.numericUpDownIconOpaque);
            this.groupBox2.Controls.Add(this.numericUpDownIcon);
            this.groupBox2.Controls.Add(this.pictureBoxIconColor);
            this.groupBox2.Controls.Add(this.label5);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Location = new System.Drawing.Point(18, 23);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(285, 93);
            this.groupBox2.TabIndex = 0;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "图标风格";
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.Location = new System.Drawing.Point(14, 61);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(65, 12);
            this.label20.TabIndex = 6;
            this.label20.Text = "不透明度:";
            // 
            // numericUpDownIconOpaque
            // 
            this.numericUpDownIconOpaque.Location = new System.Drawing.Point(85, 52);
            this.numericUpDownIconOpaque.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.numericUpDownIconOpaque.Name = "numericUpDownIconOpaque";
            this.numericUpDownIconOpaque.Size = new System.Drawing.Size(50, 21);
            this.numericUpDownIconOpaque.TabIndex = 5;
            this.numericUpDownIconOpaque.Value = new decimal(new int[] {
            255,
            0,
            0,
            0});
            // 
            // pictureBoxIconColor
            // 
            this.pictureBoxIconColor.BackColor = System.Drawing.Color.White;
            this.pictureBoxIconColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBoxIconColor.Location = new System.Drawing.Point(85, 28);
            this.pictureBoxIconColor.Name = "pictureBoxIconColor";
            this.pictureBoxIconColor.Size = new System.Drawing.Size(51, 18);
            this.pictureBoxIconColor.TabIndex = 3;
            this.pictureBoxIconColor.TabStop = false;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.textBoxAttribute);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(321, 261);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "属性";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.textBoxLat);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.textBoxLon);
            this.groupBox1.Controls.Add(this.textBoxName);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.tabControl1);
            this.groupBox1.Location = new System.Drawing.Point(13, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(366, 427);
            this.groupBox1.TabIndex = 8;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "输入地标信息";
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Controls.Add(this.tabPage4);
            this.tabControl1.Location = new System.Drawing.Point(17, 134);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(329, 287);
            this.tabControl1.TabIndex = 4;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(67, 91);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(41, 12);
            this.label4.TabIndex = 15;
            this.label4.Text = "纬度:";
            // 
            // textBoxLat
            // 
            this.textBoxLat.Location = new System.Drawing.Point(110, 87);
            this.textBoxLat.Name = "textBoxLat";
            this.textBoxLat.Size = new System.Drawing.Size(175, 21);
            this.textBoxLat.TabIndex = 14;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(67, 65);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(41, 12);
            this.label3.TabIndex = 13;
            this.label3.Text = "经度:";
            // 
            // textBoxLon
            // 
            this.textBoxLon.Location = new System.Drawing.Point(110, 60);
            this.textBoxLon.Name = "textBoxLon";
            this.textBoxLon.Size = new System.Drawing.Size(175, 21);
            this.textBoxLon.TabIndex = 12;
            // 
            // textBoxName
            // 
            this.textBoxName.Location = new System.Drawing.Point(110, 33);
            this.textBoxName.Name = "textBoxName";
            this.textBoxName.Size = new System.Drawing.Size(175, 21);
            this.textBoxName.TabIndex = 11;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(67, 36);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(41, 12);
            this.label1.TabIndex = 10;
            this.label1.Text = "名称:";
            // 
            // PolygonDlg
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(392, 479);
            this.Controls.Add(this.buttonOK);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.groupBox1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "PolygonDlg";
            this.Text = "PolygonDlg";
            this.tabPage4.ResumeLayout(false);
            this.tabPage4.PerformLayout();
            this.tabPage3.ResumeLayout(false);
            this.tabPage3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxTextColor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownIcon)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownTextOpaque)).EndInit();
            this.tabPage2.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownText)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownIconOpaque)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxIconColor)).EndInit();
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TextBox textBoxCameraHeading;
        private System.Windows.Forms.TextBox textBoxCameraTilt;
        private System.Windows.Forms.TabPage tabPage4;
        private System.Windows.Forms.Label label19;
        private System.Windows.Forms.TextBox textBoxAlt;
        private System.Windows.Forms.ComboBox comboBoxAltMode;
        private System.Windows.Forms.Label label18;
        private System.Windows.Forms.TabPage tabPage3;
        private System.Windows.Forms.TextBox textBoxCameraLon;
        private System.Windows.Forms.TextBox textBoxCameraAlt;
        private System.Windows.Forms.TextBox textBoxCameraLat;
        private System.Windows.Forms.Button buttonResetCamera;
        private System.Windows.Forms.Button buttonCurCamera;
        private System.Windows.Forms.Label label16;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.CheckBox checkBoxEnableCamera;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button buttonOK;
        private System.Windows.Forms.PictureBox pictureBoxTextColor;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.NumericUpDown numericUpDownIcon;
        private System.Windows.Forms.TextBox textBoxAttribute;
        private System.Windows.Forms.NumericUpDown numericUpDownTextOpaque;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.Label label21;
        private System.Windows.Forms.NumericUpDown numericUpDownText;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Label label20;
        private System.Windows.Forms.NumericUpDown numericUpDownIconOpaque;
        private System.Windows.Forms.PictureBox pictureBoxIconColor;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox textBoxLat;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox textBoxLon;
        private System.Windows.Forms.TextBox textBoxName;
        private System.Windows.Forms.Label label1;
    }
}