基线 SVN r240
SVN-Revision: r240
This commit is contained in:
Generated
+115
@@ -0,0 +1,115 @@
|
||||
|
||||
namespace Lskj.Main
|
||||
{
|
||||
partial class FrmVerify
|
||||
{
|
||||
/// <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()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmVerify));
|
||||
this.mainGroup = new System.Windows.Forms.GroupBox();
|
||||
this.messageBox = new System.Windows.Forms.Label();
|
||||
this.OkBtn = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.CancelBtn = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.txtPass = new System.Windows.Forms.TextBox();
|
||||
this.mainGroup.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// mainGroup
|
||||
//
|
||||
this.mainGroup.Controls.Add(this.txtPass);
|
||||
this.mainGroup.Controls.Add(this.messageBox);
|
||||
this.mainGroup.Location = new System.Drawing.Point(12, 12);
|
||||
this.mainGroup.Name = "mainGroup";
|
||||
this.mainGroup.Size = new System.Drawing.Size(242, 65);
|
||||
this.mainGroup.TabIndex = 0;
|
||||
this.mainGroup.TabStop = false;
|
||||
this.mainGroup.Text = "请输入U盾密码";
|
||||
//
|
||||
// messageBox
|
||||
//
|
||||
this.messageBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.messageBox.Location = new System.Drawing.Point(3, 22);
|
||||
this.messageBox.Name = "messageBox";
|
||||
this.messageBox.Size = new System.Drawing.Size(236, 40);
|
||||
this.messageBox.TabIndex = 0;
|
||||
//
|
||||
// OkBtn
|
||||
//
|
||||
this.OkBtn.Location = new System.Drawing.Point(35, 91);
|
||||
this.OkBtn.Name = "OkBtn";
|
||||
this.OkBtn.Size = new System.Drawing.Size(60, 30);
|
||||
this.OkBtn.TabIndex = 1;
|
||||
this.OkBtn.Text = "确定";
|
||||
//
|
||||
// CancelBtn
|
||||
//
|
||||
this.CancelBtn.Location = new System.Drawing.Point(168, 91);
|
||||
this.CancelBtn.Name = "CancelBtn";
|
||||
this.CancelBtn.Size = new System.Drawing.Size(60, 30);
|
||||
this.CancelBtn.TabIndex = 2;
|
||||
this.CancelBtn.Text = "取消";
|
||||
//
|
||||
// txtPass
|
||||
//
|
||||
this.txtPass.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.txtPass.Location = new System.Drawing.Point(7, 26);
|
||||
this.txtPass.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.txtPass.MaxLength = 50;
|
||||
this.txtPass.Name = "txtPass";
|
||||
this.txtPass.PasswordChar = '*';
|
||||
this.txtPass.Size = new System.Drawing.Size(228, 26);
|
||||
this.txtPass.TabIndex = 7;
|
||||
//
|
||||
// FrmVerify
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(267, 133);
|
||||
this.Controls.Add(this.CancelBtn);
|
||||
this.Controls.Add(this.OkBtn);
|
||||
this.Controls.Add(this.mainGroup);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "FrmVerify";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "加密验证";
|
||||
this.mainGroup.ResumeLayout(false);
|
||||
this.mainGroup.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.GroupBox mainGroup;
|
||||
private DevExpress.XtraEditors.SimpleButton OkBtn;
|
||||
private DevExpress.XtraEditors.SimpleButton CancelBtn;
|
||||
private System.Windows.Forms.Label messageBox;
|
||||
private System.Windows.Forms.TextBox txtPass;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user