using System.ComponentModel; using System.Windows.Forms; using DevComponents.DotNetBar; namespace PipeLine.Forms { partial class FrmAddPipelineCoordinate { /// <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.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtY1 = new System.Windows.Forms.TextBox(); this.txtX1 = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.txtY2 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.txtX2 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.btnCancel = new DevComponents.DotNetBar.ButtonX(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(173, 25); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 12); this.label4.TabIndex = 10; this.label4.Text = "纵轴:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(26, 24); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 12); this.label3.TabIndex = 12; this.label3.Text = "横轴:"; // // txtY1 // this.txtY1.Location = new System.Drawing.Point(216, 20); this.txtY1.Name = "txtY1"; this.txtY1.Size = new System.Drawing.Size(85, 21); this.txtY1.TabIndex = 8; this.txtY1.Text = "32306.52"; // // txtX1 // this.txtX1.Location = new System.Drawing.Point(69, 20); this.txtX1.Name = "txtX1"; this.txtX1.Size = new System.Drawing.Size(90, 21); this.txtX1.TabIndex = 5; this.txtX1.Text = "24537.766"; // // groupBox1 // this.groupBox1.Controls.Add(this.txtY1); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.txtX1); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Location = new System.Drawing.Point(8, 4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(330, 52); this.groupBox1.TabIndex = 13; this.groupBox1.TabStop = false; this.groupBox1.Text = "起点"; // // groupBox2 // this.groupBox2.Controls.Add(this.txtY2); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.txtX2); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Location = new System.Drawing.Point(8, 68); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(330, 52); this.groupBox2.TabIndex = 13; this.groupBox2.TabStop = false; this.groupBox2.Text = "终点"; // // txtY2 // this.txtY2.Location = new System.Drawing.Point(216, 20); this.txtY2.Name = "txtY2"; this.txtY2.Size = new System.Drawing.Size(85, 21); this.txtY2.TabIndex = 8; this.txtY2.Text = "32326.52"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(173, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 10; this.label1.Text = "纵轴:"; // // txtX2 // this.txtX2.Location = new System.Drawing.Point(69, 18); this.txtX2.Name = "txtX2"; this.txtX2.Size = new System.Drawing.Size(89, 21); this.txtX2.TabIndex = 5; this.txtX2.Text = "24520"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(26, 22); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 12; this.label2.Text = "横轴:"; // // btnCancel // this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnCancel.Location = new System.Drawing.Point(245, 129); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(64, 25); this.btnCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnCancel.TabIndex = 28; this.btnCancel.Text = "取消"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(160, 129); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(64, 25); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 27; this.buttonX1.Text = "下一步"; this.buttonX1.Click += new System.EventHandler(this.btnOK_Click); // // FrmAddPipelineCoordinate // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(346, 163); this.Controls.Add(this.btnCancel); this.Controls.Add(this.buttonX1); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.Name = "FrmAddPipelineCoordinate"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "添加管线坐标点"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); } #endregion private Label label4; private Label label3; private TextBox txtY1; private TextBox txtX1; private GroupBox groupBox1; private GroupBox groupBox2; private TextBox txtY2; private Label label1; private TextBox txtX2; private Label label2; private ButtonX btnCancel; private ButtonX buttonX1; } }