namespace SuperMap.RealEstate.SecurityDevice
{
partial class SecurityDeviceControl
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
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.SuspendLayout();
//
// 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(70, 119);
this.textBoxKey.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBoxKey.Name = "textBoxKey";
this.textBoxKey.PasswordChar = '*';
this.textBoxKey.ReadOnly = true;
this.textBoxKey.Size = new System.Drawing.Size(181, 23);
this.textBoxKey.TabIndex = 27;
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(70, 3);
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(181, 23);
this.textBoxName.TabIndex = 23;
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(70, 32);
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(181, 23);
this.textBoxUser.TabIndex = 24;
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(70, 90);
this.textBoxUrl.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBoxUrl.Name = "textBoxUrl";
this.textBoxUrl.ReadOnly = true;
this.textBoxUrl.Size = new System.Drawing.Size(181, 23);
this.textBoxUrl.TabIndex = 26;
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.Cursor = System.Windows.Forms.Cursors.IBeam;
this.textBoxDate.Location = new System.Drawing.Point(70, 61);
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(181, 23);
this.textBoxDate.TabIndex = 25;
this.textBoxDate.Text = "2012-01-01";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(5, 35);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(68, 17);
this.label5.TabIndex = 32;
this.label5.Text = "登录账户:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(5, 6);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(68, 17);
this.label1.TabIndex = 28;
this.label1.Text = "用户名字:";
//
// labelUrl
//
this.labelUrl.AutoSize = true;
this.labelUrl.Location = new System.Drawing.Point(5, 93);
this.labelUrl.Name = "labelUrl";
this.labelUrl.Size = new System.Drawing.Size(68, 17);
this.labelUrl.TabIndex = 31;
this.labelUrl.Text = "系统网址:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(5, 64);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(68, 17);
this.label3.TabIndex = 30;
this.label3.Text = "授权时间:";
//
// labelKey
//
this.labelKey.AutoSize = true;
this.labelKey.Location = new System.Drawing.Point(5, 122);
this.labelKey.Name = "labelKey";
this.labelKey.Size = new System.Drawing.Size(68, 17);
this.labelKey.TabIndex = 29;
this.labelKey.Text = "账户密钥:";
//
// SecurityDeviceControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.textBoxKey);
this.Controls.Add(this.textBoxName);
this.Controls.Add(this.textBoxUser);
this.Controls.Add(this.textBoxUrl);
this.Controls.Add(this.textBoxDate);
this.Controls.Add(this.label5);
this.Controls.Add(this.label1);
this.Controls.Add(this.labelUrl);
this.Controls.Add(this.label3);
this.Controls.Add(this.labelKey);
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "SecurityDeviceControl";
this.Size = new System.Drawing.Size(254, 146);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
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;
}
}