namespace WorldGIS { partial class FrmSetObjectVisiblePixelSize { /// <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.textBoxMaxVisiblePixelSize = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textBoxMinVisiblePixelSize = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.buttonOK = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // textBoxMaxVisiblePixelSize // this.textBoxMaxVisiblePixelSize.Location = new System.Drawing.Point(106, 29); this.textBoxMaxVisiblePixelSize.Name = "textBoxMaxVisiblePixelSize"; this.textBoxMaxVisiblePixelSize.Size = new System.Drawing.Size(163, 21); this.textBoxMaxVisiblePixelSize.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(11, 32); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(89, 12); this.label1.TabIndex = 1; this.label1.Text = "最大可见像素:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(10, 63); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(89, 12); this.label2.TabIndex = 3; this.label2.Text = "最小可见像素:"; // // textBoxMinVisiblePixelSize // this.textBoxMinVisiblePixelSize.Location = new System.Drawing.Point(105, 60); this.textBoxMinVisiblePixelSize.Name = "textBoxMinVisiblePixelSize"; this.textBoxMinVisiblePixelSize.Size = new System.Drawing.Size(163, 21); this.textBoxMinVisiblePixelSize.TabIndex = 2; // // groupBox1 // this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.textBoxMinVisiblePixelSize); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.textBoxMaxVisiblePixelSize); this.groupBox1.Location = new System.Drawing.Point(10, 7); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(279, 103); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; // // buttonOK // this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.buttonOK.Location = new System.Drawing.Point(58, 117); this.buttonOK.Name = "buttonOK"; this.buttonOK.Size = new System.Drawing.Size(65, 24); this.buttonOK.TabIndex = 5; this.buttonOK.Text = "确定"; this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); // // buttonCancel // this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.Location = new System.Drawing.Point(179, 117); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(65, 24); this.buttonCancel.TabIndex = 6; this.buttonCancel.Text = "取消"; this.buttonCancel.UseVisualStyleBackColor = true; // // VisiblePixelSizeDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(301, 147); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonOK); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "VisiblePixelSizeDlg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "对象可见像素设置"; this.Load += new System.EventHandler(this.VisiblePixelSizeDlg_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TextBox textBoxMaxVisiblePixelSize; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBoxMinVisiblePixelSize; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button buttonOK; private System.Windows.Forms.Button buttonCancel; } }