年度变更建库软件5.0版本
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

147 lines
6.8 KiB

using DevExpress.XtraEditors;
using DevExpress.XtraEditors.Controls;
using KGIS.Plugin.LayerProperty.View.UC_Controls;
using System.ComponentModel;
using System.Drawing;
namespace KGIS.Plugin.LayerProperty.View
{
partial class FormLabelScaleRangeSet
{
/// <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.components = new System.ComponentModel.Container();
this.cmbMaxScale = new UCScaleCombox();
this.cmbMinScale = new UCScaleCombox();
this.labelControl7 = new LabelControl();
this.labelControl6 = new LabelControl();
this.labelControl8 = new LabelControl();
this.labelControl9 = new LabelControl();
this.rdgLabelScale = new RadioGroup();
this.btnOK = new SimpleButton();
this.btnCancel = new SimpleButton();
((ISupportInitialize)this.rdgLabelScale.Properties).BeginInit();
base.SuspendLayout();
this.cmbMaxScale.Location = new Point(80, 104);
this.cmbMaxScale.MaximumSize = new Size(0, 21);
this.cmbMaxScale.MinimumSize = new Size(200, 0);
this.cmbMaxScale.Name = "cmbMaxScale";
this.cmbMaxScale.ScaleValue = 0.0;
this.cmbMaxScale.Size = new Size(200, 21);
this.cmbMaxScale.TabIndex = 10;
this.cmbMaxScale.ScaleValueChanged += new UCScaleCombox.ValueChangedHandler(this.cmbMaxScale_ScaleValueChanged);
this.cmbMinScale.Location = new Point(80, 77);
this.cmbMinScale.MaximumSize = new Size(0, 21);
this.cmbMinScale.MinimumSize = new Size(200, 0);
this.cmbMinScale.Name = "cmbMinScale";
this.cmbMinScale.ScaleValue = 0.0;
this.cmbMinScale.Size = new Size(200, 21);
this.cmbMinScale.TabIndex = 9;
this.cmbMinScale.ScaleValueChanged += new UCScaleCombox.ValueChangedHandler(this.cmbMinScale_ScaleValueChanged);
this.labelControl7.Location = new Point(286, 107);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new Size(84, 14);
this.labelControl7.TabIndex = 3;
this.labelControl7.Text = "(最大比例尺)";
this.labelControl6.Location = new Point(14, 107);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new Size(60, 14);
this.labelControl6.TabIndex = 1;
this.labelControl6.Text = "放大大于:";
this.labelControl8.Location = new Point(286, 77);
this.labelControl8.Name = "labelControl8";
this.labelControl8.Size = new Size(84, 14);
this.labelControl8.TabIndex = 3;
this.labelControl8.Text = "(最小比例尺)";
this.labelControl9.Location = new Point(14, 80);
this.labelControl9.Name = "labelControl9";
this.labelControl9.Size = new Size(60, 14);
this.labelControl9.TabIndex = 1;
this.labelControl9.Text = "缩小小于:";
this.rdgLabelScale.Location = new Point(12, 12);
this.rdgLabelScale.Name = "rdgLabelScale";
this.rdgLabelScale.Properties.Appearance.BackColor = Color.Transparent;
this.rdgLabelScale.Properties.Appearance.Options.UseBackColor = true;
this.rdgLabelScale.Properties.BorderStyle = BorderStyles.NoBorder;
this.rdgLabelScale.Properties.Items.AddRange(new RadioGroupItem[]
{
new RadioGroupItem(null, "在所有比例尺下显示标注"),
new RadioGroupItem(null, "不显示标注,当比例尺")
});
this.rdgLabelScale.Size = new Size(354, 59);
this.rdgLabelScale.TabIndex = 8;
this.rdgLabelScale.SelectedIndexChanged += new System.EventHandler(this.rdgLabelScale_SelectedIndexChanged);
this.btnOK.Location = new Point(210, 145);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new Size(75, 23);
this.btnOK.TabIndex = 11;
this.btnOK.Text = "确定";
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new Point(291, 145);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new Size(75, 23);
this.btnCancel.TabIndex = 11;
this.btnCancel.Text = "取消";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
base.AcceptButton = this.btnOK;
base.CancelButton = this.btnCancel;
base.ClientSize = new Size(378, 179);
base.Controls.Add(this.btnCancel);
base.Controls.Add(this.btnOK);
base.Controls.Add(this.cmbMaxScale);
base.Controls.Add(this.cmbMinScale);
base.Controls.Add(this.labelControl7);
base.Controls.Add(this.rdgLabelScale);
base.Controls.Add(this.labelControl6);
base.Controls.Add(this.labelControl9);
base.Controls.Add(this.labelControl8);
base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
base.MaximizeBox = false;
base.MinimizeBox = false;
base.Name = "FormLabelScaleRangeSet";
base.ShowIcon = false;
base.ShowInTaskbar = false;
base.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "标注可视比例尺设置";
((ISupportInitialize)this.rdgLabelScale.Properties).EndInit();
base.ResumeLayout(false);
base.PerformLayout();
}
#endregion
private UCScaleCombox cmbMaxScale;
private UCScaleCombox cmbMinScale;
private LabelControl labelControl7;
private LabelControl labelControl6;
private LabelControl labelControl8;
private LabelControl labelControl9;
private RadioGroup rdgLabelScale;
private SimpleButton btnOK;
private SimpleButton btnCancel;
}
}