namespace HCTools { partial class Scale { /// /// 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.label1 = new System.Windows.Forms.Label(); this.combox_scalesel = new System.Windows.Forms.ComboBox(); this.btn_ok = new System.Windows.Forms.Button(); this.btn_cacel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(54, 52); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(67, 15); this.label1.TabIndex = 0; this.label1.Text = "比例尺:"; // // combox_scalesel // this.combox_scalesel.FormattingEnabled = true; this.combox_scalesel.Items.AddRange(new object[] { "1:500", "1:1000", "1:2000"}); this.combox_scalesel.Location = new System.Drawing.Point(142, 44); this.combox_scalesel.Name = "combox_scalesel"; this.combox_scalesel.Size = new System.Drawing.Size(160, 23); this.combox_scalesel.TabIndex = 1; // // btn_ok // this.btn_ok.Location = new System.Drawing.Point(46, 102); this.btn_ok.Name = "btn_ok"; this.btn_ok.Size = new System.Drawing.Size(75, 30); this.btn_ok.TabIndex = 2; this.btn_ok.Text = "确 定"; this.btn_ok.UseVisualStyleBackColor = true; this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click); // // btn_cacel // this.btn_cacel.Location = new System.Drawing.Point(252, 102); this.btn_cacel.Name = "btn_cacel"; this.btn_cacel.Size = new System.Drawing.Size(75, 30); this.btn_cacel.TabIndex = 3; this.btn_cacel.Text = "取 消"; this.btn_cacel.UseVisualStyleBackColor = true; // // Scale // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(371, 153); this.Controls.Add(this.btn_cacel); this.Controls.Add(this.btn_ok); this.Controls.Add(this.combox_scalesel); this.Controls.Add(this.label1); this.Name = "Scale"; this.Text = "地物压盖"; this.Load += new System.EventHandler(this.Scale_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox combox_scalesel; private System.Windows.Forms.Button btn_ok; private System.Windows.Forms.Button btn_cacel; } }