using System.ComponentModel; using System.Windows.Forms; using DevComponents.DotNetBar; using DevComponents.DotNetBar.Controls; using DevComponents.Editors; namespace Cyberpipe { partial class FrmCreateTunnel { /// <summary> /// Required designer variable. /// </summary> private 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.panel1 = new System.Windows.Forms.Panel(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.txtMS = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.textBoxCornerSliceAngle = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtSlice = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtRadius = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.buttonOK = new DevComponents.DotNetBar.ButtonX(); this.buttonCancel = new DevComponents.DotNetBar.ButtonX(); this.comboBoxTunnelType = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.comboItem1 = new DevComponents.Editors.ComboItem(); this.comboItem2 = new DevComponents.Editors.ComboItem(); this.comboItem3 = new DevComponents.Editors.ComboItem(); this.pictureBoxFillColor = new System.Windows.Forms.PictureBox(); this.numericUpDownLineOpaque = new DevComponents.Editors.DoubleInput(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxFillColor)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownLineOpaque)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.numericUpDownLineOpaque); this.panel1.Controls.Add(this.comboBoxTunnelType); this.panel1.Controls.Add(this.label10); this.panel1.Controls.Add(this.label9); this.panel1.Controls.Add(this.label8); this.panel1.Controls.Add(this.label7); this.panel1.Controls.Add(this.label6); this.panel1.Controls.Add(this.txtMS); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.textBoxCornerSliceAngle); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.txtSlice); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.pictureBoxFillColor); this.panel1.Controls.Add(this.txtRadius); this.panel1.Controls.Add(this.label1); this.panel1.Location = new System.Drawing.Point(12, 12); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(268, 259); this.panel1.TabIndex = 0; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(17, 57); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(41, 12); this.label10.TabIndex = 15; this.label10.Text = "类型:"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(239, 229); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(17, 12); this.label9.TabIndex = 14; this.label9.Text = "米"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(239, 191); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(17, 12); this.label8.TabIndex = 13; this.label8.Text = "度"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(239, 127); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(17, 12); this.label7.TabIndex = 12; this.label7.Text = "米"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(17, 233); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(41, 12); this.label6.TabIndex = 11; this.label6.Text = "埋深:"; // // txtMS // this.txtMS.Location = new System.Drawing.Point(96, 224); this.txtMS.Name = "txtMS"; this.txtMS.Size = new System.Drawing.Size(142, 21); this.txtMS.TabIndex = 10; this.txtMS.Text = "0.8"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(17, 200); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(77, 12); this.label5.TabIndex = 9; this.label5.Text = "拐弯平滑度:"; // // textBoxCornerSliceAngle // this.textBoxCornerSliceAngle.Location = new System.Drawing.Point(96, 191); this.textBoxCornerSliceAngle.Name = "textBoxCornerSliceAngle"; this.textBoxCornerSliceAngle.Size = new System.Drawing.Size(142, 21); this.textBoxCornerSliceAngle.TabIndex = 8; this.textBoxCornerSliceAngle.Text = "10"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(17, 165); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(77, 12); this.label4.TabIndex = 7; this.label4.Text = "截面分段数:"; // // txtSlice // this.txtSlice.Location = new System.Drawing.Point(96, 156); this.txtSlice.Name = "txtSlice"; this.txtSlice.Size = new System.Drawing.Size(142, 21); this.txtSlice.TabIndex = 6; this.txtSlice.Text = "24"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(17, 127); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 12); this.label3.TabIndex = 5; this.label3.Text = "直径:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(17, 91); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 4; this.label2.Text = "透明度:"; // // txtRadius // this.txtRadius.Location = new System.Drawing.Point(96, 119); this.txtRadius.Name = "txtRadius"; this.txtRadius.Size = new System.Drawing.Size(142, 21); this.txtRadius.TabIndex = 1; this.txtRadius.Text = "1"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(17, 21); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 0; this.label1.Text = "颜色:"; // // buttonOK // this.buttonOK.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonOK.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonOK.Location = new System.Drawing.Point(32, 288); this.buttonOK.Name = "buttonOK"; this.buttonOK.Size = new System.Drawing.Size(75, 23); this.buttonOK.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonOK.TabIndex = 3; this.buttonOK.Text = "确定"; this.buttonOK.Click += new System.EventHandler(this.btnOK_Click); // // buttonCancel // this.buttonCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonCancel.Location = new System.Drawing.Point(175, 287); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonCancel.TabIndex = 4; this.buttonCancel.Text = "取消"; this.buttonCancel.Click += new System.EventHandler(this.btnCancel_Click); // // comboBoxTunnelType // this.comboBoxTunnelType.DisplayMember = "Text"; this.comboBoxTunnelType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBoxTunnelType.FormattingEnabled = true; this.comboBoxTunnelType.ItemHeight = 15; this.comboBoxTunnelType.Items.AddRange(new object[] { this.comboItem1, this.comboItem2, this.comboItem3}); this.comboBoxTunnelType.Location = new System.Drawing.Point(96, 48); this.comboBoxTunnelType.Name = "comboBoxTunnelType"; this.comboBoxTunnelType.Size = new System.Drawing.Size(142, 21); this.comboBoxTunnelType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.comboBoxTunnelType.TabIndex = 17; // // comboItem1 // this.comboItem1.Text = "方形"; // // comboItem2 // this.comboItem2.Text = "圆形"; // // comboItem3 // this.comboItem3.Text = "拱形"; // // pictureBoxFillColor // this.pictureBoxFillColor.BackColor = System.Drawing.Color.Silver; this.pictureBoxFillColor.Location = new System.Drawing.Point(96, 14); this.pictureBoxFillColor.Name = "pictureBoxFillColor"; this.pictureBoxFillColor.Size = new System.Drawing.Size(142, 19); this.pictureBoxFillColor.TabIndex = 2; this.pictureBoxFillColor.TabStop = false; this.pictureBoxFillColor.Click += new System.EventHandler(this.pictureBoxFillColor_Click); // // numericUpDownLineOpaque // // // // this.numericUpDownLineOpaque.BackgroundStyle.Class = "DateTimeInputBackground"; this.numericUpDownLineOpaque.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.numericUpDownLineOpaque.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2; this.numericUpDownLineOpaque.Increment = 1; this.numericUpDownLineOpaque.Location = new System.Drawing.Point(96, 83); this.numericUpDownLineOpaque.MaxValue = 255; this.numericUpDownLineOpaque.MinValue = 0; this.numericUpDownLineOpaque.Name = "numericUpDownLineOpaque"; this.numericUpDownLineOpaque.ShowUpDown = true; this.numericUpDownLineOpaque.Size = new System.Drawing.Size(142, 21); this.numericUpDownLineOpaque.TabIndex = 5; this.numericUpDownLineOpaque.Value = 255; // // FrmCreateTunnel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(292, 328); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonOK); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "FrmCreateTunnel"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "创建隧道"; this.Load += new System.EventHandler(this.FrmCreateTunnel_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxFillColor)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownLineOpaque)).EndInit(); this.ResumeLayout(false); } #endregion private Panel panel1; private PictureBox pictureBoxFillColor; private TextBox txtRadius; private Label label1; private Label label6; private TextBox txtMS; private Label label5; private TextBox textBoxCornerSliceAngle; private Label label4; private TextBox txtSlice; private Label label3; private Label label2; private Label label9; private Label label8; private Label label7; private Label label10; private ComboBoxEx comboBoxTunnelType; private ComboItem comboItem1; private ComboItem comboItem2; private ComboItem comboItem3; private ButtonX buttonOK; private ButtonX buttonCancel; private DoubleInput numericUpDownLineOpaque; } }