namespace WorldGIS { partial class FrmUnderGroundFloorSetting { /// <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.buttonOk = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.textBoxAlt = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.buttonCancel = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // buttonOk // this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK; this.buttonOk.Location = new System.Drawing.Point(60, 88); this.buttonOk.Name = "buttonOk"; this.buttonOk.Size = new System.Drawing.Size(61, 22); this.buttonOk.TabIndex = 9; this.buttonOk.Text = "应用"; this.buttonOk.UseVisualStyleBackColor = true; this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.textBoxAlt); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(20, 13); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(252, 67); this.groupBox1.TabIndex = 8; this.groupBox1.TabStop = false; // // textBoxAlt // this.textBoxAlt.Location = new System.Drawing.Point(66, 29); this.textBoxAlt.Name = "textBoxAlt"; this.textBoxAlt.Size = new System.Drawing.Size(163, 21); this.textBoxAlt.TabIndex = 3; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(19, 33); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 2; this.label1.Text = "高度:"; // // buttonCancel // this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.Location = new System.Drawing.Point(188, 88); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(61, 22); this.buttonCancel.TabIndex = 10; this.buttonCancel.Text = "退出"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // FrmUnderGroundFloorSetting // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(292, 122); this.Controls.Add(this.buttonOk); this.Controls.Add(this.groupBox1); this.Controls.Add(this.buttonCancel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "FrmUnderGroundFloorSetting"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "地下网格设置"; this.Load += new System.EventHandler(this.FrmUnderGroundFloorSetting_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button buttonOk; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox textBoxAlt; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button buttonCancel; } }