Files
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

202 lines
10 KiB
C#

namespace Lskj.Main4
{
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(116, 142);
this.chkLogin.Margin = new System.Windows.Forms.Padding(4);
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(113, 27);
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(33, 109);
this.lblPwd.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblPwd.Name = "lblPwd";
this.lblPwd.Size = new System.Drawing.Size(69, 20);
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(33, 71);
this.lblName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblName.Name = "lblName";
this.lblName.Size = new System.Drawing.Size(69, 20);
this.lblName.TabIndex = 19;
this.lblName.Text = "用户名称";
//
// txtPassword
//
this.txtPassword.Location = new System.Drawing.Point(116, 105);
this.txtPassword.Margin = new System.Windows.Forms.Padding(4);
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(275, 26);
this.txtPassword.TabIndex = 46;
//
// btnSave
//
this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnSave.Location = new System.Drawing.Point(113, 180);
this.btnSave.Margin = new System.Windows.Forms.Padding(4);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(92, 28);
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(225, 180);
this.simpleButton1.Margin = new System.Windows.Forms.Padding(4);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(92, 28);
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(116, 68);
this.lueUserName.Margin = new System.Windows.Forms.Padding(4);
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(275, 26);
this.lueUserName.TabIndex = 50;
//
// cbLedger
//
this.cbLedger.Location = new System.Drawing.Point(116, 28);
this.cbLedger.Margin = new System.Windows.Forms.Padding(4);
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(275, 30);
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(43, 31);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 23);
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(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(428, 222);
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.Margin = new System.Windows.Forms.Padding(5);
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;
}
}