年度变更建库软件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.

254 lines
10 KiB

namespace Kingo.Mobile.Shape2KOTool
{
// Token: 0x0200004C RID: 76
public partial class frmLabelInfoSetting : global::System.Windows.Forms.Form
{
// Token: 0x0600028B RID: 651 RVA: 0x0000F77C File Offset: 0x0000D97C
protected override void Dispose(bool disposing)
{
if (disposing && this.components != null)
{
this.components.Dispose();
}
base.Dispose(disposing);
}
// Token: 0x0600028C RID: 652 RVA: 0x0000F7B4 File Offset: 0x0000D9B4
private void InitializeComponent()
{
this.comboBoxMainFileds = new global::System.Windows.Forms.ComboBox();
this.label6 = new global::System.Windows.Forms.Label();
this.fontDialog1 = new global::System.Windows.Forms.FontDialog();
this.lbFontAndSize = new global::System.Windows.Forms.Label();
this.cboxMinScale = new global::System.Windows.Forms.ComboBox();
this.cboxMaxScale = new global::System.Windows.Forms.ComboBox();
this.label5 = new global::System.Windows.Forms.Label();
this.label4 = new global::System.Windows.Forms.Label();
this.label3 = new global::System.Windows.Forms.Label();
this.label7 = new global::System.Windows.Forms.Label();
this.btnFont = new global::System.Windows.Forms.Button();
this.btnColor = new global::System.Windows.Forms.Button();
this.btnOk = new global::System.Windows.Forms.Button();
this.btnCancel = new global::System.Windows.Forms.Button();
this.colorDialog1 = new global::System.Windows.Forms.ColorDialog();
this.cboxShowLabel = new global::System.Windows.Forms.CheckBox();
this.panel1 = new global::System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
base.SuspendLayout();
this.comboBoxMainFileds.DisplayMember = "FieldName";
this.comboBoxMainFileds.DropDownStyle = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxMainFileds.FormattingEnabled = true;
this.comboBoxMainFileds.Location = new global::System.Drawing.Point(78, 10);
this.comboBoxMainFileds.Name = "comboBoxMainFileds";
this.comboBoxMainFileds.Size = new global::System.Drawing.Size(189, 20);
this.comboBoxMainFileds.TabIndex = 17;
this.comboBoxMainFileds.ValueMember = "FieldName";
this.label6.AutoSize = true;
this.label6.Location = new global::System.Drawing.Point(9, 14);
this.label6.Name = "label6";
this.label6.Size = new global::System.Drawing.Size(65, 12);
this.label6.TabIndex = 16;
this.label6.Text = "标注字段:";
this.fontDialog1.ShowEffects = false;
this.lbFontAndSize.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
this.lbFontAndSize.Location = new global::System.Drawing.Point(78, 43);
this.lbFontAndSize.Name = "lbFontAndSize";
this.lbFontAndSize.Size = new global::System.Drawing.Size(189, 56);
this.lbFontAndSize.TabIndex = 18;
this.lbFontAndSize.Text = "字体颜色KMaker";
this.lbFontAndSize.TextAlign = global::System.Drawing.ContentAlignment.MiddleCenter;
this.cboxMinScale.FormattingEnabled = true;
this.cboxMinScale.Items.AddRange(new object[]
{
"0",
"500",
"1000",
"2000",
"5000",
"10000",
"25000",
"50000",
"100000"
});
this.cboxMinScale.Location = new global::System.Drawing.Point(146, 144);
this.cboxMinScale.Name = "cboxMinScale";
this.cboxMinScale.Size = new global::System.Drawing.Size(121, 20);
this.cboxMinScale.TabIndex = 27;
this.cboxMinScale.Text = "0";
this.cboxMinScale.TextChanged += new global::System.EventHandler(this.cboxMaxScale_TextChanged);
this.cboxMaxScale.FormattingEnabled = true;
this.cboxMaxScale.Items.AddRange(new object[]
{
"0",
"500",
"1000",
"2000",
"5000",
"10000",
"25000",
"50000",
"100000"
});
this.cboxMaxScale.Location = new global::System.Drawing.Point(146, 114);
this.cboxMaxScale.Name = "cboxMaxScale";
this.cboxMaxScale.Size = new global::System.Drawing.Size(121, 20);
this.cboxMaxScale.TabIndex = 26;
this.cboxMaxScale.Text = "0";
this.cboxMaxScale.TextChanged += new global::System.EventHandler(this.cboxMaxScale_TextChanged);
this.label5.AutoSize = true;
this.label5.Location = new global::System.Drawing.Point(116, 147);
this.label5.Name = "label5";
this.label5.Size = new global::System.Drawing.Size(23, 12);
this.label5.TabIndex = 25;
this.label5.Text = "1:";
this.label4.AutoSize = true;
this.label4.Location = new global::System.Drawing.Point(116, 116);
this.label4.Name = "label4";
this.label4.Size = new global::System.Drawing.Size(23, 12);
this.label4.TabIndex = 24;
this.label4.Text = "1:";
this.label3.AutoSize = true;
this.label3.Location = new global::System.Drawing.Point(9, 148);
this.label3.Name = "label3";
this.label3.Size = new global::System.Drawing.Size(101, 12);
this.label3.TabIndex = 23;
this.label3.Text = "最小可见比例尺:";
this.label7.AutoSize = true;
this.label7.Location = new global::System.Drawing.Point(9, 117);
this.label7.Name = "label7";
this.label7.Size = new global::System.Drawing.Size(101, 12);
this.label7.TabIndex = 22;
this.label7.Text = "最大可见比例尺:";
this.btnFont.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
this.btnFont.Location = new global::System.Drawing.Point(11, 43);
this.btnFont.Name = "btnFont";
this.btnFont.Size = new global::System.Drawing.Size(61, 23);
this.btnFont.TabIndex = 28;
this.btnFont.Text = "字体";
this.btnFont.UseVisualStyleBackColor = true;
this.btnFont.Click += new global::System.EventHandler(this.btnFont_Click);
this.btnColor.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
this.btnColor.Location = new global::System.Drawing.Point(11, 76);
this.btnColor.Name = "btnColor";
this.btnColor.Size = new global::System.Drawing.Size(61, 23);
this.btnColor.TabIndex = 29;
this.btnColor.Text = "颜色";
this.btnColor.UseVisualStyleBackColor = true;
this.btnColor.Click += new global::System.EventHandler(this.btnColor_Click);
this.btnOk.Location = new global::System.Drawing.Point(75, 229);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new global::System.Drawing.Size(75, 23);
this.btnOk.TabIndex = 30;
this.btnOk.Text = "确定";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new global::System.EventHandler(this.btnOk_Click);
this.btnCancel.DialogResult = global::System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new global::System.Drawing.Point(167, 229);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new global::System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 31;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.cboxShowLabel.AutoSize = true;
this.cboxShowLabel.Location = new global::System.Drawing.Point(33, 23);
this.cboxShowLabel.Name = "cboxShowLabel";
this.cboxShowLabel.Size = new global::System.Drawing.Size(72, 16);
this.cboxShowLabel.TabIndex = 32;
this.cboxShowLabel.Text = "显示标注";
this.cboxShowLabel.UseVisualStyleBackColor = true;
this.cboxShowLabel.CheckedChanged += new global::System.EventHandler(this.cboxShowLabel_CheckedChanged);
this.panel1.Controls.Add(this.lbFontAndSize);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.comboBoxMainFileds);
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.btnColor);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.btnFont);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.cboxMinScale);
this.panel1.Controls.Add(this.cboxMaxScale);
this.panel1.Enabled = false;
this.panel1.Location = new global::System.Drawing.Point(22, 45);
this.panel1.Name = "panel1";
this.panel1.Size = new global::System.Drawing.Size(280, 166);
this.panel1.TabIndex = 33;
base.AcceptButton = this.btnOk;
base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = global::System.Drawing.Color.White;
base.CancelButton = this.btnCancel;
base.ClientSize = new global::System.Drawing.Size(323, 266);
base.Controls.Add(this.panel1);
base.Controls.Add(this.cboxShowLabel);
base.Controls.Add(this.btnCancel);
base.Controls.Add(this.btnOk);
base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog;
base.MaximizeBox = false;
base.MinimizeBox = false;
base.Name = "frmLabelInfoSetting";
base.ShowInTaskbar = false;
base.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "标注样式设置";
base.Load += new global::System.EventHandler(this.frmLabelInfoSetting_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
base.ResumeLayout(false);
base.PerformLayout();
}
// Token: 0x040001AF RID: 431
private global::System.ComponentModel.IContainer components = null;
// Token: 0x040001B0 RID: 432
private global::System.Windows.Forms.ComboBox comboBoxMainFileds;
// Token: 0x040001B1 RID: 433
private global::System.Windows.Forms.Label label6;
// Token: 0x040001B2 RID: 434
private global::System.Windows.Forms.FontDialog fontDialog1;
// Token: 0x040001B3 RID: 435
private global::System.Windows.Forms.Label lbFontAndSize;
// Token: 0x040001B4 RID: 436
private global::System.Windows.Forms.ComboBox cboxMinScale;
// Token: 0x040001B5 RID: 437
private global::System.Windows.Forms.ComboBox cboxMaxScale;
// Token: 0x040001B6 RID: 438
private global::System.Windows.Forms.Label label5;
// Token: 0x040001B7 RID: 439
private global::System.Windows.Forms.Label label4;
// Token: 0x040001B8 RID: 440
private global::System.Windows.Forms.Label label3;
// Token: 0x040001B9 RID: 441
private global::System.Windows.Forms.Label label7;
// Token: 0x040001BA RID: 442
private global::System.Windows.Forms.Button btnFont;
// Token: 0x040001BB RID: 443
private global::System.Windows.Forms.Button btnColor;
// Token: 0x040001BC RID: 444
private global::System.Windows.Forms.Button btnOk;
// Token: 0x040001BD RID: 445
private global::System.Windows.Forms.Button btnCancel;
// Token: 0x040001BE RID: 446
private global::System.Windows.Forms.ColorDialog colorDialog1;
// Token: 0x040001BF RID: 447
private global::System.Windows.Forms.CheckBox cboxShowLabel;
// Token: 0x040001C0 RID: 448
private global::System.Windows.Forms.Panel panel1;
}
}