namespace WorldGIS { partial class FrmSetPipelineStyle { /// <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(FrmSetPipelineStyle)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label6 = new System.Windows.Forms.Label(); this.textBoxSlice = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.textBoxCornerSliceAngle = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.textBoxThickness = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.textBoxLineRadius = new System.Windows.Forms.TextBox(); this.label20 = new System.Windows.Forms.Label(); this.numericUpDownLineOpaque = new System.Windows.Forms.NumericUpDown(); this.pictureBoxLineColor = new System.Windows.Forms.PictureBox(); this.label2 = new System.Windows.Forms.Label(); this.buttonCancel = new System.Windows.Forms.Button(); this.buttonOk = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownLineOpaque)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLineColor)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.textBoxSlice); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.textBoxCornerSliceAngle); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.textBoxThickness); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.textBoxLineRadius); this.groupBox1.Controls.Add(this.label20); this.groupBox1.Controls.Add(this.numericUpDownLineOpaque); this.groupBox1.Controls.Add(this.pictureBoxLineColor); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Location = new System.Drawing.Point(18, 13); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(333, 218); this.groupBox1.TabIndex = 39; this.groupBox1.TabStop = false; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(43, 142); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(77, 12); this.label6.TabIndex = 39; this.label6.Text = "截面分段数:"; // // textBoxSlice // this.textBoxSlice.Location = new System.Drawing.Point(124, 139); this.textBoxSlice.Name = "textBoxSlice"; this.textBoxSlice.Size = new System.Drawing.Size(160, 21); this.textBoxSlice.TabIndex = 38; this.textBoxSlice.TextChanged += new System.EventHandler(this.textBoxSlice_TextChanged); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(290, 172); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(17, 12); this.label5.TabIndex = 37; this.label5.Text = "度"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(43, 171); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(77, 12); this.label4.TabIndex = 36; this.label4.Text = "拐弯平滑度:"; // // textBoxCornerSliceAngle // this.textBoxCornerSliceAngle.Location = new System.Drawing.Point(124, 167); this.textBoxCornerSliceAngle.Name = "textBoxCornerSliceAngle"; this.textBoxCornerSliceAngle.Size = new System.Drawing.Size(160, 21); this.textBoxCornerSliceAngle.TabIndex = 35; this.textBoxCornerSliceAngle.TextChanged += new System.EventHandler(this.textBoxCornerSliceAngle_TextChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(43, 115); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 34; this.label1.Text = "厚度:"; // // textBoxThickness // this.textBoxThickness.Location = new System.Drawing.Point(124, 112); this.textBoxThickness.Name = "textBoxThickness"; this.textBoxThickness.Size = new System.Drawing.Size(160, 21); this.textBoxThickness.TabIndex = 33; this.textBoxThickness.TextChanged += new System.EventHandler(this.textBoxThickness_TextChanged); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(43, 88); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 12); this.label3.TabIndex = 32; this.label3.Text = "管径:"; // // textBoxLineRadius // this.textBoxLineRadius.Location = new System.Drawing.Point(124, 85); this.textBoxLineRadius.Name = "textBoxLineRadius"; this.textBoxLineRadius.Size = new System.Drawing.Size(160, 21); this.textBoxLineRadius.TabIndex = 31; this.textBoxLineRadius.TextChanged += new System.EventHandler(this.textBoxLineRadius_TextChanged); // // label20 // this.label20.AutoSize = true; this.label20.Location = new System.Drawing.Point(43, 59); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(65, 12); this.label20.TabIndex = 30; this.label20.Text = "不透明度:"; // // numericUpDownLineOpaque // this.numericUpDownLineOpaque.Location = new System.Drawing.Point(124, 57); this.numericUpDownLineOpaque.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this.numericUpDownLineOpaque.Name = "numericUpDownLineOpaque"; this.numericUpDownLineOpaque.Size = new System.Drawing.Size(160, 21); this.numericUpDownLineOpaque.TabIndex = 29; this.numericUpDownLineOpaque.Value = new decimal(new int[] { 255, 0, 0, 0}); this.numericUpDownLineOpaque.ValueChanged += new System.EventHandler(this.numericUpDownLineOpaque_ValueChanged); // // pictureBoxLineColor // this.pictureBoxLineColor.BackColor = System.Drawing.Color.White; this.pictureBoxLineColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pictureBoxLineColor.Location = new System.Drawing.Point(124, 33); this.pictureBoxLineColor.Name = "pictureBoxLineColor"; this.pictureBoxLineColor.Size = new System.Drawing.Size(160, 18); this.pictureBoxLineColor.TabIndex = 28; this.pictureBoxLineColor.TabStop = false; this.pictureBoxLineColor.Click += new System.EventHandler(this.pictureBoxLineColor_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(43, 33); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 27; this.label2.Text = "颜色:"; // // buttonCancel // this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.Location = new System.Drawing.Point(232, 245); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(61, 22); this.buttonCancel.TabIndex = 41; 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(96, 245); this.buttonOk.Name = "buttonOk"; this.buttonOk.Size = new System.Drawing.Size(61, 22); this.buttonOk.TabIndex = 40; this.buttonOk.Text = "确定"; this.buttonOk.UseVisualStyleBackColor = true; this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click); // // FormPipelineStyleSetting // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(369, 281); this.Controls.Add(this.groupBox1); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonOk); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "FormPipelineStyleSetting"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "管线风格"; this.Load += new System.EventHandler(this.FormPipelineStyleSetting_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownLineOpaque)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLineColor)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBoxLineRadius; private System.Windows.Forms.Label label20; private System.Windows.Forms.NumericUpDown numericUpDownLineOpaque; private System.Windows.Forms.PictureBox pictureBoxLineColor; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Button buttonOk; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox textBoxCornerSliceAngle; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBoxThickness; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox textBoxSlice; } }