namespace SuperMap.RealEstate.SecurityDevice.Manager
{
partial class frmMain
{
///
/// 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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("节点4", 1, 1);
System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("节点0", new System.Windows.Forms.TreeNode[] {
treeNode1});
System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("节点5");
System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("节点6", 1, 1);
System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("节点7", 1, 1);
System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("节点1", new System.Windows.Forms.TreeNode[] {
treeNode3,
treeNode4,
treeNode5});
System.Windows.Forms.TreeNode treeNode7 = new System.Windows.Forms.TreeNode("节点8");
System.Windows.Forms.TreeNode treeNode8 = new System.Windows.Forms.TreeNode("节点9");
System.Windows.Forms.TreeNode treeNode9 = new System.Windows.Forms.TreeNode("节点10");
System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("节点11");
System.Windows.Forms.TreeNode treeNode11 = new System.Windows.Forms.TreeNode("节点2", new System.Windows.Forms.TreeNode[] {
treeNode7,
treeNode8,
treeNode9,
treeNode10});
System.Windows.Forms.TreeNode treeNode12 = new System.Windows.Forms.TreeNode("节点3");
this.ButtonReset = new System.Windows.Forms.Button();
this.buttonWrite = new System.Windows.Forms.Button();
this.buttonClose = new System.Windows.Forms.Button();
this.buttonWriteX = new System.Windows.Forms.Button();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.groupBoxInfo = new System.Windows.Forms.GroupBox();
this.textBoxKey = new System.Windows.Forms.TextBox();
this.textBoxName = new System.Windows.Forms.TextBox();
this.textBoxUser = new System.Windows.Forms.TextBox();
this.textBoxUrl = new System.Windows.Forms.TextBox();
this.textBoxDate = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.labelUrl = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.labelKey = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.panel4 = new System.Windows.Forms.Panel();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.SecurityDeviceControl1 = new SuperMap.RealEstate.SecurityDevice.SecurityDeviceControl();
this.panel2 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.treeView1 = new System.Windows.Forms.TreeView();
this.panel5 = new System.Windows.Forms.Panel();
this.textBox1 = new System.Windows.Forms.TextBox();
this.groupBoxInfo.SuspendLayout();
this.panel1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.panel4.SuspendLayout();
this.groupBox3.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.groupBox1.SuspendLayout();
this.panel5.SuspendLayout();
this.SuspendLayout();
//
// ButtonReset
//
this.ButtonReset.AutoSize = true;
this.ButtonReset.Enabled = false;
this.ButtonReset.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonReset.Location = new System.Drawing.Point(4, 7);
this.ButtonReset.Name = "ButtonReset";
this.ButtonReset.Size = new System.Drawing.Size(78, 27);
this.ButtonReset.TabIndex = 0;
this.ButtonReset.Text = "出厂设置(&I)";
this.ButtonReset.UseVisualStyleBackColor = true;
this.ButtonReset.Click += new System.EventHandler(this.ButtonReset_Click);
//
// buttonWrite
//
this.buttonWrite.AutoSize = true;
this.buttonWrite.Enabled = false;
this.buttonWrite.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonWrite.Location = new System.Drawing.Point(90, 7);
this.buttonWrite.Name = "buttonWrite";
this.buttonWrite.Size = new System.Drawing.Size(81, 27);
this.buttonWrite.TabIndex = 1;
this.buttonWrite.Text = "单个写入(&S)";
this.buttonWrite.UseVisualStyleBackColor = true;
this.buttonWrite.Click += new System.EventHandler(this.ButtonWrite_Click);
//
// buttonClose
//
this.buttonClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonClose.AutoSize = true;
this.buttonClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonClose.Location = new System.Drawing.Point(460, 5);
this.buttonClose.Name = "buttonClose";
this.buttonClose.Size = new System.Drawing.Size(82, 27);
this.buttonClose.TabIndex = 3;
this.buttonClose.Text = "关闭窗口(&C)";
this.buttonClose.UseVisualStyleBackColor = true;
this.buttonClose.Click += new System.EventHandler(this.ButtonClose_Click);
//
// buttonWriteX
//
this.buttonWriteX.AutoSize = true;
this.buttonWriteX.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonWriteX.Location = new System.Drawing.Point(179, 7);
this.buttonWriteX.Name = "buttonWriteX";
this.buttonWriteX.Size = new System.Drawing.Size(86, 27);
this.buttonWriteX.TabIndex = 2;
this.buttonWriteX.Text = "批量写入(&M)";
this.buttonWriteX.UseVisualStyleBackColor = true;
this.buttonWriteX.Click += new System.EventHandler(this.buttonWriteX_Click);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "kdict-2.ico");
this.imageList1.Images.SetKeyName(1, "userconfig.ico");
//
// groupBoxInfo
//
this.groupBoxInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBoxInfo.Controls.Add(this.textBoxKey);
this.groupBoxInfo.Controls.Add(this.textBoxName);
this.groupBoxInfo.Controls.Add(this.textBoxUser);
this.groupBoxInfo.Controls.Add(this.textBoxUrl);
this.groupBoxInfo.Controls.Add(this.textBoxDate);
this.groupBoxInfo.Controls.Add(this.label5);
this.groupBoxInfo.Controls.Add(this.label1);
this.groupBoxInfo.Controls.Add(this.labelUrl);
this.groupBoxInfo.Controls.Add(this.label3);
this.groupBoxInfo.Controls.Add(this.labelKey);
this.groupBoxInfo.Location = new System.Drawing.Point(0, 8);
this.groupBoxInfo.Name = "groupBoxInfo";
this.groupBoxInfo.Size = new System.Drawing.Size(265, 164);
this.groupBoxInfo.TabIndex = 25;
this.groupBoxInfo.TabStop = false;
this.groupBoxInfo.Text = "用户信息";
//
// textBoxKey
//
this.textBoxKey.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBoxKey.Location = new System.Drawing.Point(77, 136);
this.textBoxKey.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBoxKey.Name = "textBoxKey";
this.textBoxKey.ReadOnly = true;
this.textBoxKey.Size = new System.Drawing.Size(177, 23);
this.textBoxKey.TabIndex = 4;
this.textBoxKey.Text = "ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZ";
//
// textBoxName
//
this.textBoxName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBoxName.Location = new System.Drawing.Point(77, 20);
this.textBoxName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBoxName.Name = "textBoxName";
this.textBoxName.ReadOnly = true;
this.textBoxName.Size = new System.Drawing.Size(177, 23);
this.textBoxName.TabIndex = 0;
this.textBoxName.Text = "张三李四";
//
// textBoxUser
//
this.textBoxUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBoxUser.Location = new System.Drawing.Point(77, 49);
this.textBoxUser.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBoxUser.Name = "textBoxUser";
this.textBoxUser.ReadOnly = true;
this.textBoxUser.Size = new System.Drawing.Size(177, 23);
this.textBoxUser.TabIndex = 1;
this.textBoxUser.Text = "MyUserName";
//
// textBoxUrl
//
this.textBoxUrl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBoxUrl.Location = new System.Drawing.Point(77, 107);
this.textBoxUrl.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBoxUrl.Name = "textBoxUrl";
this.textBoxUrl.Size = new System.Drawing.Size(177, 23);
this.textBoxUrl.TabIndex = 3;
this.textBoxUrl.Text = "http://localhost:8080/SecurityKey_Test/Default.aspx";
//
// textBoxDate
//
this.textBoxDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBoxDate.Location = new System.Drawing.Point(77, 78);
this.textBoxDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBoxDate.Name = "textBoxDate";
this.textBoxDate.ReadOnly = true;
this.textBoxDate.Size = new System.Drawing.Size(177, 23);
this.textBoxDate.TabIndex = 2;
this.textBoxDate.Text = "2012-01-01";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(9, 52);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(68, 17);
this.label5.TabIndex = 22;
this.label5.Text = "登录账户:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(9, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(68, 17);
this.label1.TabIndex = 17;
this.label1.Text = "用户名字:";
//
// labelUrl
//
this.labelUrl.AutoSize = true;
this.labelUrl.Location = new System.Drawing.Point(9, 110);
this.labelUrl.Name = "labelUrl";
this.labelUrl.Size = new System.Drawing.Size(68, 17);
this.labelUrl.TabIndex = 20;
this.labelUrl.Text = "系统网址:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(9, 81);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(68, 17);
this.label3.TabIndex = 20;
this.label3.Text = "授权时间:";
//
// labelKey
//
this.labelKey.AutoSize = true;
this.labelKey.Location = new System.Drawing.Point(9, 139);
this.labelKey.Name = "labelKey";
this.labelKey.Size = new System.Drawing.Size(68, 17);
this.labelKey.TabIndex = 19;
this.labelKey.Text = "账户密钥:";
//
// panel1
//
this.panel1.Controls.Add(this.groupBox2);
this.panel1.Controls.Add(this.panel4);
this.panel1.Controls.Add(this.panel2);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(224, 0);
this.panel1.Name = "panel1";
this.panel1.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
this.panel1.Size = new System.Drawing.Size(560, 462);
this.panel1.TabIndex = 26;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.richTextBox1);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.Location = new System.Drawing.Point(0, 178);
this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 2, 10, 2);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 2, 10, 2);
this.groupBox2.Size = new System.Drawing.Size(550, 242);
this.groupBox2.TabIndex = 28;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "操作日志";
//
// richTextBox1
//
this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.richTextBox1.Location = new System.Drawing.Point(3, 18);
this.richTextBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.ReadOnly = true;
this.richTextBox1.Size = new System.Drawing.Size(537, 222);
this.richTextBox1.TabIndex = 0;
this.richTextBox1.Text = "";
//
// panel4
//
this.panel4.Controls.Add(this.groupBox3);
this.panel4.Controls.Add(this.groupBoxInfo);
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
this.panel4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panel4.Location = new System.Drawing.Point(0, 0);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(550, 178);
this.panel4.TabIndex = 29;
//
// groupBox3
//
this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.groupBox3.Controls.Add(this.SecurityDeviceControl1);
this.groupBox3.Location = new System.Drawing.Point(271, 8);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(279, 164);
this.groupBox3.TabIndex = 26;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "数字证书";
//
// SecurityDeviceControl1
//
this.SecurityDeviceControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.SecurityDeviceControl1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.SecurityDeviceControl1.Location = new System.Drawing.Point(6, 16);
this.SecurityDeviceControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.SecurityDeviceControl1.Message = "";
this.SecurityDeviceControl1.Name = "SecurityDeviceControl1";
this.SecurityDeviceControl1.Size = new System.Drawing.Size(267, 146);
this.SecurityDeviceControl1.TabIndex = 23;
this.SecurityDeviceControl1.DeviceStateChanged += new SuperMap.RealEstate.SecurityDevice.ClientSecurityDeviceStateHandler(this.SecurityDeviceControl1_DeviceChanged);
this.SecurityDeviceControl1.DeviceMessageChanged += new SuperMap.RealEstate.SecurityDevice.ClientSecurityDeviceMessageHandler(this.SecurityDeviceControl1_MessageChanged);
//
// panel2
//
this.panel2.Controls.Add(this.buttonClose);
this.panel2.Controls.Add(this.ButtonReset);
this.panel2.Controls.Add(this.buttonWrite);
this.panel2.Controls.Add(this.buttonWriteX);
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(0, 420);
this.panel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(550, 42);
this.panel2.TabIndex = 27;
//
// panel3
//
this.panel3.Controls.Add(this.groupBox1);
this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
this.panel3.Location = new System.Drawing.Point(0, 0);
this.panel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.panel3.Name = "panel3";
this.panel3.Padding = new System.Windows.Forms.Padding(9);
this.panel3.Size = new System.Drawing.Size(224, 462);
this.panel3.TabIndex = 1;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.treeView1);
this.groupBox1.Controls.Add(this.panel5);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Location = new System.Drawing.Point(9, 9);
this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(10);
this.groupBox1.Size = new System.Drawing.Size(206, 444);
this.groupBox1.TabIndex = 28;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "用户清单";
//
// treeView1
//
this.treeView1.CheckBoxes = true;
this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeView1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.treeView1.HideSelection = false;
this.treeView1.ImageIndex = 0;
this.treeView1.ImageList = this.imageList1;
this.treeView1.Location = new System.Drawing.Point(10, 26);
this.treeView1.Name = "treeView1";
treeNode1.ImageIndex = 1;
treeNode1.Name = "节点4";
treeNode1.SelectedImageIndex = 1;
treeNode1.Text = "节点4";
treeNode2.Name = "节点0";
treeNode2.Text = "节点0";
treeNode3.ImageIndex = 1;
treeNode3.Name = "节点5";
treeNode3.Text = "节点5";
treeNode4.ImageIndex = 1;
treeNode4.Name = "节点6";
treeNode4.SelectedImageIndex = 1;
treeNode4.Text = "节点6";
treeNode5.ImageIndex = 1;
treeNode5.Name = "节点7";
treeNode5.SelectedImageIndex = 1;
treeNode5.Text = "节点7";
treeNode6.Name = "节点1";
treeNode6.Text = "节点1";
treeNode7.Name = "节点8";
treeNode7.Text = "节点8";
treeNode8.Name = "节点9";
treeNode8.Text = "节点9";
treeNode9.Name = "节点10";
treeNode9.Text = "节点10";
treeNode10.Name = "节点11";
treeNode10.Text = "节点11";
treeNode11.Name = "节点2";
treeNode11.Text = "节点2";
treeNode12.Name = "节点3";
treeNode12.Text = "节点3";
this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
treeNode2,
treeNode6,
treeNode11,
treeNode12});
this.treeView1.SelectedImageIndex = 0;
this.treeView1.Size = new System.Drawing.Size(186, 378);
this.treeView1.TabIndex = 0;
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
//
// panel5
//
this.panel5.Controls.Add(this.textBox1);
this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel5.Location = new System.Drawing.Point(10, 404);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(186, 30);
this.panel5.TabIndex = 1;
//
// textBox1
//
this.textBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.textBox1.Location = new System.Drawing.Point(0, 7);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(186, 23);
this.textBox1.TabIndex = 0;
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.CancelButton = this.buttonClose;
this.ClientSize = new System.Drawing.Size(784, 462);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel3);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(800, 500);
this.Name = "frmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "数字证书管理『超图软件』";
this.Load += new System.EventHandler(this.frmMain_Load);
this.groupBoxInfo.ResumeLayout(false);
this.groupBoxInfo.PerformLayout();
this.panel1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel3.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button ButtonReset;
private System.Windows.Forms.Button buttonWrite;
private System.Windows.Forms.Button buttonClose;
private System.Windows.Forms.Button buttonWriteX;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.GroupBox groupBoxInfo;
private System.Windows.Forms.TextBox textBoxKey;
private System.Windows.Forms.TextBox textBoxName;
private System.Windows.Forms.TextBox textBoxUser;
private System.Windows.Forms.TextBox textBoxUrl;
private System.Windows.Forms.TextBox textBoxDate;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label labelUrl;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label labelKey;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TreeView treeView1;
private System.Windows.Forms.RichTextBox richTextBox1;
private SuperMap.RealEstate.SecurityDevice.SecurityDeviceControl SecurityDeviceControl1;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.TextBox textBox1;
}
}