namespace GeoSigmaViewer { partial class PointAddDialog { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.pointNameTextBox = new System.Windows.Forms.TextBox(); this.okButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.nextButton = new System.Windows.Forms.Button(); this.continueCheckBox = new System.Windows.Forms.CheckBox(); this.label3 = new System.Windows.Forms.Label(); this.angleTextBox = new System.Windows.Forms.TextBox(); this.yCoordTextBox = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.xCoordTextBox = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // pointNameTextBox // this.pointNameTextBox.Location = new System.Drawing.Point(13, 13); this.pointNameTextBox.Name = "pointNameTextBox"; this.pointNameTextBox.Size = new System.Drawing.Size(267, 21); this.pointNameTextBox.TabIndex = 0; this.pointNameTextBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.pointNameTextBox_KeyUp); // // okButton // this.okButton.Location = new System.Drawing.Point(299, 11); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 23); this.okButton.TabIndex = 1; this.okButton.Text = "确定"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // cancelButton // this.cancelButton.Location = new System.Drawing.Point(299, 50); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 8; this.cancelButton.Text = "取消"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // nextButton // this.nextButton.Location = new System.Drawing.Point(299, 91); this.nextButton.Name = "nextButton"; this.nextButton.Size = new System.Drawing.Size(75, 23); this.nextButton.TabIndex = 9; this.nextButton.Text = "下一个"; this.nextButton.UseVisualStyleBackColor = true; this.nextButton.Click += new System.EventHandler(this.nextButton_Click); // // continueCheckBox // this.continueCheckBox.AutoSize = true; this.continueCheckBox.Location = new System.Drawing.Point(299, 129); this.continueCheckBox.Name = "continueCheckBox"; this.continueCheckBox.Size = new System.Drawing.Size(84, 16); this.continueCheckBox.TabIndex = 10; this.continueCheckBox.Text = "连续输出点"; this.continueCheckBox.UseVisualStyleBackColor = true; this.continueCheckBox.CheckStateChanged += new System.EventHandler(this.continueCheckBox_CheckStateChanged); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(24, 85); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(29, 12); this.label3.TabIndex = 4; this.label3.Text = "角度"; // // angleTextBox // this.angleTextBox.Location = new System.Drawing.Point(61, 81); this.angleTextBox.Name = "angleTextBox"; this.angleTextBox.Size = new System.Drawing.Size(197, 21); this.angleTextBox.TabIndex = 7; this.angleTextBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.angleTextBox_KeyUp); // // yCoordTextBox // this.yCoordTextBox.Location = new System.Drawing.Point(61, 47); this.yCoordTextBox.Name = "yCoordTextBox"; this.yCoordTextBox.Size = new System.Drawing.Size(197, 21); this.yCoordTextBox.TabIndex = 6; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(14, 52); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 3; this.label2.Text = "纵坐标"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 20); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 2; this.label1.Text = "横坐标"; // // xCoordTextBox // this.xCoordTextBox.Location = new System.Drawing.Point(61, 18); this.xCoordTextBox.Name = "xCoordTextBox"; this.xCoordTextBox.Size = new System.Drawing.Size(197, 21); this.xCoordTextBox.TabIndex = 12; // // groupBox1 // this.groupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Client; this.groupBox1.Controls.Add(this.xCoordTextBox); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.yCoordTextBox); this.groupBox1.Controls.Add(this.angleTextBox); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Location = new System.Drawing.Point(12, 46); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(268, 112); this.groupBox1.TabIndex = 11; this.groupBox1.TabStop = false; // // PointAddDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(384, 171); this.Controls.Add(this.groupBox1); this.Controls.Add(this.continueCheckBox); this.Controls.Add(this.nextButton); this.Controls.Add(this.cancelButton); this.Controls.Add(this.okButton); this.Controls.Add(this.pointNameTextBox); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(400, 210); this.MinimumSize = new System.Drawing.Size(400, 210); this.Name = "PointAddDialog"; this.Text = "插入点"; this.TopMost = true; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PointAddDialog_FormClosing); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button okButton; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Button nextButton; private System.Windows.Forms.CheckBox continueCheckBox; private System.Windows.Forms.TextBox pointNameTextBox; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox angleTextBox; private System.Windows.Forms.TextBox yCoordTextBox; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox xCoordTextBox; private System.Windows.Forms.GroupBox groupBox1; } }