namespace WorldGIS { partial class FrmLineToPowerLine { /// <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.label1 = new System.Windows.Forms.Label(); this.txtRadius = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtCurveFactor = new System.Windows.Forms.TextBox(); this.btnOK = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.txtSlice = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.pictureBoxFillColor = new System.Windows.Forms.PictureBox(); this.label7 = new System.Windows.Forms.Label(); this.textBoxPath = new System.Windows.Forms.TextBox(); this.buttonSelPath = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.buttonCancel = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxFillColor)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(14, 88); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 0; this.label1.Text = "半径:"; // // txtRadius // this.txtRadius.Location = new System.Drawing.Point(100, 81); this.txtRadius.Name = "txtRadius"; this.txtRadius.Size = new System.Drawing.Size(100, 21); this.txtRadius.TabIndex = 1; this.txtRadius.Text = "0.05"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(14, 118); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 0; this.label2.Text = "弧度:"; // // txtCurveFactor // this.txtCurveFactor.Location = new System.Drawing.Point(100, 112); this.txtCurveFactor.Name = "txtCurveFactor"; this.txtCurveFactor.Size = new System.Drawing.Size(100, 21); this.txtCurveFactor.TabIndex = 1; this.txtCurveFactor.Text = "0.00001"; // // btnOK // this.btnOK.Location = new System.Drawing.Point(60, 197); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 2; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(206, 84); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(17, 12); this.label3.TabIndex = 0; this.label3.Text = "米"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(206, 119); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(17, 12); this.label4.TabIndex = 0; this.label4.Text = "度"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(14, 152); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(77, 12); this.label5.TabIndex = 0; this.label5.Text = "线轮廓片数:"; // // txtSlice // this.txtSlice.Location = new System.Drawing.Point(100, 143); this.txtSlice.Name = "txtSlice"; this.txtSlice.Size = new System.Drawing.Size(100, 21); this.txtSlice.TabIndex = 1; this.txtSlice.Text = "5"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(14, 55); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(41, 12); this.label6.TabIndex = 0; this.label6.Text = "颜色:"; // // pictureBoxFillColor // this.pictureBoxFillColor.BackColor = System.Drawing.Color.White; this.pictureBoxFillColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pictureBoxFillColor.Location = new System.Drawing.Point(100, 51); this.pictureBoxFillColor.Name = "pictureBoxFillColor"; this.pictureBoxFillColor.Size = new System.Drawing.Size(100, 18); this.pictureBoxFillColor.TabIndex = 9; this.pictureBoxFillColor.TabStop = false; this.pictureBoxFillColor.Click += new System.EventHandler(this.pictureBoxFillColor_Click); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(14, 24); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(65, 12); this.label7.TabIndex = 0; this.label7.Text = "模板路径:"; // // textBoxPath // this.textBoxPath.Location = new System.Drawing.Point(100, 20); this.textBoxPath.Name = "textBoxPath"; this.textBoxPath.Size = new System.Drawing.Size(100, 21); this.textBoxPath.TabIndex = 10; // // buttonSelPath // this.buttonSelPath.Location = new System.Drawing.Point(219, 20); this.buttonSelPath.Name = "buttonSelPath"; this.buttonSelPath.Size = new System.Drawing.Size(67, 23); this.buttonSelPath.TabIndex = 11; this.buttonSelPath.Text = "浏览"; this.buttonSelPath.UseVisualStyleBackColor = true; this.buttonSelPath.Click += new System.EventHandler(this.buttonSelPath_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.buttonSelPath); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.textBoxPath); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.pictureBoxFillColor); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.txtSlice); this.groupBox1.Controls.Add(this.txtRadius); this.groupBox1.Controls.Add(this.txtCurveFactor); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(297, 176); this.groupBox1.TabIndex = 12; this.groupBox1.TabStop = false; this.groupBox1.Text = "参数设置"; // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(201, 197); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.TabIndex = 2; this.buttonCancel.Text = "取消"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // FrmLineToPowerLine // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(323, 230); this.Controls.Add(this.groupBox1); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.btnOK); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmLineToPowerLine"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "线转换电力线"; ((System.ComponentModel.ISupportInitialize)(this.pictureBoxFillColor)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtRadius; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtCurveFactor; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtSlice; private System.Windows.Forms.Label label6; private System.Windows.Forms.PictureBox pictureBoxFillColor; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox textBoxPath; private System.Windows.Forms.Button buttonSelPath; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button buttonCancel; } }