Newer
Older
LSPipeline / Backup / FrmTextureParamSetting.designer.cs
wxn on 1 Dec 2016 14 KB first
namespace WorldGIS
{
    partial class FrmTextureParamSetting
    {
        /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
            this.buttonTexPath = new System.Windows.Forms.Button();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.tboxUOrg = new System.Windows.Forms.TextBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.cboxRepeatV = new System.Windows.Forms.ComboBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.tboxVVal = new System.Windows.Forms.TextBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.cboxRepeatU = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.tBoxUVal = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.tboxRotate = new System.Windows.Forms.TextBox();
            this.tboxTexPath = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.tboxVOrg = new System.Windows.Forms.TextBox();
            this.buttonCancel = new System.Windows.Forms.Button();
            this.buttonOk = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.buttonTexPath);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.label9);
            this.groupBox1.Controls.Add(this.tboxUOrg);
            this.groupBox1.Controls.Add(this.groupBox3);
            this.groupBox1.Controls.Add(this.groupBox2);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.tboxRotate);
            this.groupBox1.Controls.Add(this.tboxTexPath);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.tboxVOrg);
            this.groupBox1.Location = new System.Drawing.Point(24, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(328, 314);
            this.groupBox1.TabIndex = 42;
            this.groupBox1.TabStop = false;
            // 
            // buttonTexPath
            // 
            this.buttonTexPath.Location = new System.Drawing.Point(34, 265);
            this.buttonTexPath.Name = "buttonTexPath";
            this.buttonTexPath.Size = new System.Drawing.Size(84, 23);
            this.buttonTexPath.TabIndex = 45;
            this.buttonTexPath.Text = "纹理路径...";
            this.buttonTexPath.UseVisualStyleBackColor = true;
            this.buttonTexPath.Click += new System.EventHandler(this.buttonTexPath_Click);
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(290, 241);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(17, 12);
            this.label10.TabIndex = 44;
            this.label10.Text = "度";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(32, 186);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(89, 12);
            this.label9.TabIndex = 43;
            this.label9.Text = "横向起始偏移:";
            // 
            // tboxUOrg
            // 
            this.tboxUOrg.Location = new System.Drawing.Point(125, 183);
            this.tboxUOrg.Name = "tboxUOrg";
            this.tboxUOrg.Size = new System.Drawing.Size(160, 21);
            this.tboxUOrg.TabIndex = 42;
            this.tboxUOrg.TextChanged += new System.EventHandler(this.tboxUOrg_TextChanged);
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.cboxRepeatV);
            this.groupBox3.Controls.Add(this.label7);
            this.groupBox3.Controls.Add(this.label8);
            this.groupBox3.Controls.Add(this.tboxVVal);
            this.groupBox3.Location = new System.Drawing.Point(20, 98);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(287, 70);
            this.groupBox3.TabIndex = 41;
            this.groupBox3.TabStop = false;
            // 
            // cboxRepeatV
            // 
            this.cboxRepeatV.FormattingEnabled = true;
            this.cboxRepeatV.Items.AddRange(new object[] {
            "纹理长度(米)",
            "重复次数"});
            this.cboxRepeatV.Location = new System.Drawing.Point(106, 16);
            this.cboxRepeatV.Name = "cboxRepeatV";
            this.cboxRepeatV.Size = new System.Drawing.Size(159, 20);
            this.cboxRepeatV.TabIndex = 34;
            this.cboxRepeatV.Text = "长度(米)";
            this.cboxRepeatV.SelectedIndexChanged += new System.EventHandler(this.cboxRepeatV_SelectedIndexChanged);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(12, 20);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(89, 12);
            this.label7.TabIndex = 33;
            this.label7.Text = "纵向尺寸类型:";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(12, 45);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(29, 12);
            this.label8.TabIndex = 32;
            this.label8.Text = "值:";
            // 
            // tboxVVal
            // 
            this.tboxVVal.Location = new System.Drawing.Point(105, 41);
            this.tboxVVal.Name = "tboxVVal";
            this.tboxVVal.Size = new System.Drawing.Size(160, 21);
            this.tboxVVal.TabIndex = 31;
            this.tboxVVal.TextChanged += new System.EventHandler(this.tboxVVal_TextChanged);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.cboxRepeatU);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Controls.Add(this.tBoxUVal);
            this.groupBox2.Location = new System.Drawing.Point(19, 22);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(287, 70);
            this.groupBox2.TabIndex = 40;
            this.groupBox2.TabStop = false;
            // 
            // cboxRepeatU
            // 
            this.cboxRepeatU.FormattingEnabled = true;
            this.cboxRepeatU.Items.AddRange(new object[] {
            "纹理长度(米)",
            "重复次数"});
            this.cboxRepeatU.Location = new System.Drawing.Point(106, 16);
            this.cboxRepeatU.Name = "cboxRepeatU";
            this.cboxRepeatU.Size = new System.Drawing.Size(160, 20);
            this.cboxRepeatU.TabIndex = 34;
            this.cboxRepeatU.Text = "长度(米)";
            this.cboxRepeatU.SelectedIndexChanged += new System.EventHandler(this.cboxRepeatU_SelectedIndexChanged);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(12, 20);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(89, 12);
            this.label2.TabIndex = 33;
            this.label2.Text = "横向尺寸类型:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(12, 45);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(29, 12);
            this.label3.TabIndex = 32;
            this.label3.Text = "值:";
            // 
            // tBoxUVal
            // 
            this.tBoxUVal.Location = new System.Drawing.Point(105, 41);
            this.tBoxUVal.Name = "tBoxUVal";
            this.tBoxUVal.Size = new System.Drawing.Size(161, 21);
            this.tBoxUVal.TabIndex = 31;
            this.tBoxUVal.TextChanged += new System.EventHandler(this.tBoxUVal_TextChanged);
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(32, 240);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(65, 12);
            this.label6.TabIndex = 39;
            this.label6.Text = "纹理旋转:";
            // 
            // tboxRotate
            // 
            this.tboxRotate.Location = new System.Drawing.Point(124, 237);
            this.tboxRotate.Name = "tboxRotate";
            this.tboxRotate.Size = new System.Drawing.Size(160, 21);
            this.tboxRotate.TabIndex = 38;
            this.tboxRotate.TextChanged += new System.EventHandler(this.tboxRotate_TextChanged);
            // 
            // tboxTexPath
            // 
            this.tboxTexPath.Location = new System.Drawing.Point(124, 265);
            this.tboxTexPath.Name = "tboxTexPath";
            this.tboxTexPath.Size = new System.Drawing.Size(160, 21);
            this.tboxTexPath.TabIndex = 35;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(32, 213);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(89, 12);
            this.label1.TabIndex = 34;
            this.label1.Text = "纵向起始偏移:";
            // 
            // tboxVOrg
            // 
            this.tboxVOrg.Location = new System.Drawing.Point(124, 210);
            this.tboxVOrg.Name = "tboxVOrg";
            this.tboxVOrg.Size = new System.Drawing.Size(160, 21);
            this.tboxVOrg.TabIndex = 33;
            this.tboxVOrg.TextChanged += new System.EventHandler(this.tboxVOrg_TextChanged);
            // 
            // buttonCancel
            // 
            this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.buttonCancel.Location = new System.Drawing.Point(230, 345);
            this.buttonCancel.Name = "buttonCancel";
            this.buttonCancel.Size = new System.Drawing.Size(61, 22);
            this.buttonCancel.TabIndex = 44;
            this.buttonCancel.Text = "取消";
            this.buttonCancel.UseVisualStyleBackColor = true;
            this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
            // 
            // buttonOk
            // 
            this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.buttonOk.Location = new System.Drawing.Point(94, 345);
            this.buttonOk.Name = "buttonOk";
            this.buttonOk.Size = new System.Drawing.Size(61, 22);
            this.buttonOk.TabIndex = 43;
            this.buttonOk.Text = "确定";
            this.buttonOk.UseVisualStyleBackColor = true;
            this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
            // 
            // FrmTextureParamSetting
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(379, 389);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.buttonCancel);
            this.Controls.Add(this.buttonOk);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.MinimizeBox = false;
            this.Name = "FrmTextureParamSetting";
            this.Text = "纹理参数设置";
            this.Load += new System.EventHandler(this.FrmTextureParamSetting_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox tboxRotate;
        private System.Windows.Forms.TextBox tboxTexPath;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox tboxVOrg;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox tBoxUVal;
        private System.Windows.Forms.Button buttonCancel;
        private System.Windows.Forms.Button buttonOk;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.TextBox tboxUOrg;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.ComboBox cboxRepeatV;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.TextBox tboxVVal;
        private System.Windows.Forms.ComboBox cboxRepeatU;
        private System.Windows.Forms.Button buttonTexPath;
        private System.Windows.Forms.Label label10;
    }
}