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

165 lines
7.6 KiB

namespace Kingo.Mobile.Shape2KOTool.SymbolSetting
{
// Token: 0x02000041 RID: 65
public partial class frmSymbolConfig : global::System.Windows.Forms.Form
{
// Token: 0x0600021C RID: 540 RVA: 0x0000A41C File Offset: 0x0000861C
protected override void Dispose(bool disposing)
{
if (disposing && this.components != null)
{
this.components.Dispose();
}
base.Dispose(disposing);
}
// Token: 0x0600021D RID: 541 RVA: 0x0000A454 File Offset: 0x00008654
private void InitializeComponent()
{
global::System.Windows.Forms.TreeNode treeNode = new global::System.Windows.Forms.TreeNode("单一样式");
global::System.Windows.Forms.TreeNode treeNode2 = new global::System.Windows.Forms.TreeNode("统一样式", new global::System.Windows.Forms.TreeNode[]
{
treeNode
});
global::System.Windows.Forms.TreeNode treeNode3 = new global::System.Windows.Forms.TreeNode("唯一值分类");
global::System.Windows.Forms.TreeNode treeNode4 = new global::System.Windows.Forms.TreeNode("分类样式", new global::System.Windows.Forms.TreeNode[]
{
treeNode3
});
this.groupBox1 = new global::System.Windows.Forms.GroupBox();
this.treeView1 = new global::System.Windows.Forms.TreeView();
this.pictureBox = new global::System.Windows.Forms.PictureBox();
this.panel1 = new global::System.Windows.Forms.Panel();
this.btnOk = new global::System.Windows.Forms.Button();
this.btnCancel = new global::System.Windows.Forms.Button();
this.panelContent = new global::System.Windows.Forms.Panel();
this.ucUniqueValueSymbolConfig = new global::Kingo.Mobile.Shape2KOTool.SymbolSetting.UCUniqueValueSymbolConfig();
this.groupBox1.SuspendLayout();
((global::System.ComponentModel.ISupportInitialize)this.pictureBox).BeginInit();
this.panel1.SuspendLayout();
this.panelContent.SuspendLayout();
base.SuspendLayout();
this.groupBox1.Controls.Add(this.treeView1);
this.groupBox1.Controls.Add(this.pictureBox);
this.groupBox1.Dock = global::System.Windows.Forms.DockStyle.Left;
this.groupBox1.Location = new global::System.Drawing.Point(5, 5);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new global::System.Windows.Forms.Padding(5);
this.groupBox1.Size = new global::System.Drawing.Size(139, 384);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "样式选择";
this.treeView1.BackColor = global::System.Drawing.Color.White;
this.treeView1.Dock = global::System.Windows.Forms.DockStyle.Fill;
this.treeView1.FullRowSelect = true;
this.treeView1.Location = new global::System.Drawing.Point(5, 19);
this.treeView1.Name = "treeView1";
treeNode.Name = "UCSingleSymbolConfig";
treeNode.Text = "单一样式";
treeNode2.Name = "节点0";
treeNode2.Text = "统一样式";
treeNode3.Name = "UCUniqueValueSymbolConfig";
treeNode3.Text = "唯一值分类";
treeNode4.Name = "节点1";
treeNode4.Text = "分类样式";
this.treeView1.Nodes.AddRange(new global::System.Windows.Forms.TreeNode[]
{
treeNode2,
treeNode4
});
this.treeView1.Size = new global::System.Drawing.Size(129, 266);
this.treeView1.TabIndex = 0;
this.treeView1.BeforeSelect += new global::System.Windows.Forms.TreeViewCancelEventHandler(this.treeView1_BeforeSelect);
this.treeView1.AfterSelect += new global::System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
this.pictureBox.BackgroundImageLayout = global::System.Windows.Forms.ImageLayout.Center;
this.pictureBox.Dock = global::System.Windows.Forms.DockStyle.Bottom;
this.pictureBox.Location = new global::System.Drawing.Point(5, 285);
this.pictureBox.Name = "pictureBox";
this.pictureBox.Size = new global::System.Drawing.Size(129, 94);
this.pictureBox.TabIndex = 1;
this.pictureBox.TabStop = false;
this.panel1.Controls.Add(this.btnOk);
this.panel1.Controls.Add(this.btnCancel);
this.panel1.Dock = global::System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new global::System.Drawing.Point(5, 389);
this.panel1.Name = "panel1";
this.panel1.Padding = new global::System.Windows.Forms.Padding(3);
this.panel1.Size = new global::System.Drawing.Size(714, 31);
this.panel1.TabIndex = 1;
this.btnOk.Dock = global::System.Windows.Forms.DockStyle.Right;
this.btnOk.Location = new global::System.Drawing.Point(561, 3);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new global::System.Drawing.Size(75, 25);
this.btnOk.TabIndex = 1;
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.Dock = global::System.Windows.Forms.DockStyle.Right;
this.btnCancel.Location = new global::System.Drawing.Point(636, 3);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new global::System.Drawing.Size(75, 25);
this.btnCancel.TabIndex = 0;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.panelContent.Controls.Add(this.ucUniqueValueSymbolConfig);
this.panelContent.Dock = global::System.Windows.Forms.DockStyle.Fill;
this.panelContent.Location = new global::System.Drawing.Point(144, 5);
this.panelContent.Name = "panelContent";
this.panelContent.Padding = new global::System.Windows.Forms.Padding(5, 0, 0, 0);
this.panelContent.Size = new global::System.Drawing.Size(575, 384);
this.panelContent.TabIndex = 2;
this.ucUniqueValueSymbolConfig.Dock = global::System.Windows.Forms.DockStyle.Fill;
this.ucUniqueValueSymbolConfig.Location = new global::System.Drawing.Point(5, 0);
this.ucUniqueValueSymbolConfig.Name = "ucUniqueValueSymbolConfig";
this.ucUniqueValueSymbolConfig.Render = null;
this.ucUniqueValueSymbolConfig.Size = new global::System.Drawing.Size(570, 384);
this.ucUniqueValueSymbolConfig.TabIndex = 0;
base.AcceptButton = this.btnOk;
base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
base.CancelButton = this.btnCancel;
base.ClientSize = new global::System.Drawing.Size(724, 425);
base.Controls.Add(this.panelContent);
base.Controls.Add(this.groupBox1);
base.Controls.Add(this.panel1);
base.Name = "frmSymbolConfig";
base.Padding = new global::System.Windows.Forms.Padding(5);
base.ShowInTaskbar = false;
this.Text = "样式设置";
base.Load += new global::System.EventHandler(this.frmSymbolConfig_Load);
this.groupBox1.ResumeLayout(false);
((global::System.ComponentModel.ISupportInitialize)this.pictureBox).EndInit();
this.panel1.ResumeLayout(false);
this.panelContent.ResumeLayout(false);
base.ResumeLayout(false);
}
// Token: 0x04000164 RID: 356
private global::System.ComponentModel.IContainer components = null;
// Token: 0x04000165 RID: 357
private global::System.Windows.Forms.GroupBox groupBox1;
// Token: 0x04000166 RID: 358
private global::System.Windows.Forms.TreeView treeView1;
// Token: 0x04000167 RID: 359
private global::System.Windows.Forms.PictureBox pictureBox;
// Token: 0x04000168 RID: 360
private global::System.Windows.Forms.Panel panel1;
// Token: 0x04000169 RID: 361
private global::System.Windows.Forms.Button btnOk;
// Token: 0x0400016A RID: 362
private global::System.Windows.Forms.Button btnCancel;
// Token: 0x0400016B RID: 363
private global::System.Windows.Forms.Panel panelContent;
// Token: 0x0400016C RID: 364
private global::Kingo.Mobile.Shape2KOTool.SymbolSetting.UCUniqueValueSymbolConfig ucUniqueValueSymbolConfig;
}
}