Files
lserp_cs_6.0/插件库/Lskj.Main3/FrmSwap.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

192 lines
9.6 KiB
C#

namespace Lskj.Main3
{
partial class FrmSwap
{
/// <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(FrmSwap));
this.chkLogin = new DevExpress.XtraEditors.CheckEdit();
this.lblPwd = new System.Windows.Forms.Label();
this.lblName = new System.Windows.Forms.Label();
this.txtPassword = new DevExpress.XtraEditors.TextEdit();
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.lueUserName = new Lskj.Control.AutoGridLookUp();
this.cbLedger = new DevExpress.XtraEditors.ComboBoxEdit();
this.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.chkLogin.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPassword.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lueUserName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbLedger.Properties)).BeginInit();
this.SuspendLayout();
//
// chkLogin
//
this.chkLogin.Location = new System.Drawing.Point(87, 114);
this.chkLogin.Name = "chkLogin";
this.chkLogin.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 10F);
this.chkLogin.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
this.chkLogin.Properties.Appearance.Options.UseFont = true;
this.chkLogin.Properties.Appearance.Options.UseForeColor = true;
this.chkLogin.Properties.Caption = "强制登录";
this.chkLogin.Size = new System.Drawing.Size(85, 24);
this.chkLogin.TabIndex = 25;
//
// lblPwd
//
this.lblPwd.AutoSize = true;
this.lblPwd.BackColor = System.Drawing.Color.Transparent;
this.lblPwd.Font = new System.Drawing.Font("微软雅黑", 9F);
this.lblPwd.Location = new System.Drawing.Point(25, 87);
this.lblPwd.Name = "lblPwd";
this.lblPwd.Size = new System.Drawing.Size(56, 17);
this.lblPwd.TabIndex = 20;
this.lblPwd.Text = "登陆密码";
//
// lblName
//
this.lblName.AutoSize = true;
this.lblName.BackColor = System.Drawing.Color.Transparent;
this.lblName.Font = new System.Drawing.Font("微软雅黑", 9F);
this.lblName.Location = new System.Drawing.Point(25, 57);
this.lblName.Name = "lblName";
this.lblName.Size = new System.Drawing.Size(56, 17);
this.lblName.TabIndex = 19;
this.lblName.Text = "用户名称";
//
// txtPassword
//
this.txtPassword.Location = new System.Drawing.Point(87, 84);
this.txtPassword.Name = "txtPassword";
this.txtPassword.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
this.txtPassword.Properties.Appearance.Options.UseFont = true;
this.txtPassword.Properties.PasswordChar = '*';
this.txtPassword.Size = new System.Drawing.Size(206, 24);
this.txtPassword.TabIndex = 46;
//
// btnSave
//
this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnSave.Location = new System.Drawing.Point(85, 144);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(69, 22);
this.btnSave.TabIndex = 47;
this.btnSave.Text = "确定";
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// simpleButton1
//
this.simpleButton1.Cursor = System.Windows.Forms.Cursors.Hand;
this.simpleButton1.Location = new System.Drawing.Point(169, 144);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(69, 22);
this.simpleButton1.TabIndex = 48;
this.simpleButton1.Text = "取消";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// lueUserName
//
this.lueUserName.DataSource = null;
this.lueUserName.EditValue = "";
this.lueUserName.Location = new System.Drawing.Point(87, 54);
this.lueUserName.Name = "lueUserName";
this.lueUserName.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
this.lueUserName.Properties.Appearance.Options.UseFont = true;
this.lueUserName.Size = new System.Drawing.Size(206, 24);
this.lueUserName.TabIndex = 50;
//
// cbLedger
//
this.cbLedger.Location = new System.Drawing.Point(87, 22);
this.cbLedger.Name = "cbLedger";
this.cbLedger.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 10F);
this.cbLedger.Properties.Appearance.Options.UseFont = true;
this.cbLedger.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.cbLedger.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.cbLedger.Properties.Closed += new DevExpress.XtraEditors.Controls.ClosedEventHandler(this.OnLedgerClosed);
this.cbLedger.Size = new System.Drawing.Size(206, 26);
this.cbLedger.TabIndex = 52;
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("微软雅黑", 10F);
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.label1.Location = new System.Drawing.Point(32, 25);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(49, 20);
this.label1.TabIndex = 51;
this.label1.Text = "帐 薄";
//
// FrmSwap
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(321, 178);
this.Controls.Add(this.cbLedger);
this.Controls.Add(this.label1);
this.Controls.Add(this.lueUserName);
this.Controls.Add(this.lblName);
this.Controls.Add(this.simpleButton1);
this.Controls.Add(this.lblPwd);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.txtPassword);
this.Controls.Add(this.chkLogin);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmSwap";
this.Text = "切换用户";
this.Load += new System.EventHandler(this.FrmSwap_Load);
((System.ComponentModel.ISupportInitialize)(this.chkLogin.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtPassword.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lueUserName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbLedger.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.CheckEdit chkLogin;
private System.Windows.Forms.Label lblPwd;
private System.Windows.Forms.Label lblName;
private DevExpress.XtraEditors.TextEdit txtPassword;
private DevExpress.XtraEditors.SimpleButton btnSave;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private Lskj.Control.AutoGridLookUp lueUserName;
private DevExpress.XtraEditors.ComboBoxEdit cbLedger;
private System.Windows.Forms.Label label1;
}
}