namespace Lskj.BsMes
{
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.mainPanel = new DevExpress.XtraEditors.PanelControl();
this.btnClose = new System.Windows.Forms.Button();
this.loginPanel = new DevExpress.XtraEditors.PanelControl();
this._txtPassword = new Lskj.BsMes.Controls.LabelTextBoxEdit();
this._txtUserName = new Lskj.BsMes.Controls.LabelAutoGridLookUp();
this._cbBZ = new Lskj.BsMes.Controls.LabelComboBoxEdit();
this._cbJT = new Lskj.BsMes.Controls.LabelComboBoxEdit();
this._cbCJ = new Lskj.BsMes.Controls.LabelComboBoxEdit();
this._cbLedger = new Lskj.BsMes.Controls.LabelComboBoxEdit();
this.lineTwo = new System.Windows.Forms.GroupBox();
this.lineOne = new System.Windows.Forms.GroupBox();
this.btnLogin = new DevExpress.XtraEditors.SimpleButton();
this.loginTxt = new DevExpress.XtraEditors.LabelControl();
this.imageCarouseBox = new Lskj.Control.ImageCarouselExt();
((System.ComponentModel.ISupportInitialize)(this.mainPanel)).BeginInit();
this.mainPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.loginPanel)).BeginInit();
this.loginPanel.SuspendLayout();
this.SuspendLayout();
//
// mainPanel
//
this.mainPanel.Appearance.BackColor = System.Drawing.Color.Transparent;
this.mainPanel.Appearance.Options.UseBackColor = true;
this.mainPanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.mainPanel.Controls.Add(this.btnClose);
this.mainPanel.Controls.Add(this.loginPanel);
this.mainPanel.Controls.Add(this.imageCarouseBox);
this.mainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainPanel.Location = new System.Drawing.Point(0, 0);
this.mainPanel.Name = "mainPanel";
this.mainPanel.Size = new System.Drawing.Size(1448, 800);
this.mainPanel.TabIndex = 1;
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(87)))), ((int)(((byte)(142)))));
this.btnClose.BackgroundImage = global::Lskj.BsMes.Properties.Resources.closeBtn;
this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.btnClose.FlatAppearance.BorderSize = 0;
this.btnClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnClose.Location = new System.Drawing.Point(1404, 4);
this.btnClose.Margin = new System.Windows.Forms.Padding(4);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(40, 40);
this.btnClose.TabIndex = 12;
this.btnClose.UseVisualStyleBackColor = false;
//
// loginPanel
//
this.loginPanel.Appearance.BackColor = System.Drawing.Color.White;
this.loginPanel.Appearance.Options.UseBackColor = true;
this.loginPanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.loginPanel.Controls.Add(this._txtPassword);
this.loginPanel.Controls.Add(this._txtUserName);
this.loginPanel.Controls.Add(this._cbBZ);
this.loginPanel.Controls.Add(this._cbJT);
this.loginPanel.Controls.Add(this._cbCJ);
this.loginPanel.Controls.Add(this._cbLedger);
this.loginPanel.Controls.Add(this.lineTwo);
this.loginPanel.Controls.Add(this.lineOne);
this.loginPanel.Controls.Add(this.btnLogin);
this.loginPanel.Controls.Add(this.loginTxt);
this.loginPanel.Location = new System.Drawing.Point(990, 131);
this.loginPanel.Name = "loginPanel";
this.loginPanel.Size = new System.Drawing.Size(410, 619);
this.loginPanel.TabIndex = 4;
//
// _txtPassword
//
this._txtPassword.BackColor = System.Drawing.Color.Transparent;
this._txtPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this._txtPassword.Location = new System.Drawing.Point(47, 475);
this._txtPassword.Name = "_txtPassword";
this._txtPassword.Size = new System.Drawing.Size(320, 50);
this._txtPassword.TabIndex = 13;
//
// _txtUserName
//
this._txtUserName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this._txtUserName.Location = new System.Drawing.Point(47, 401);
this._txtUserName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this._txtUserName.Name = "_txtUserName";
this._txtUserName.Size = new System.Drawing.Size(320, 50);
this._txtUserName.TabIndex = 12;
//
// _cbBZ
//
this._cbBZ.BackColor = System.Drawing.Color.Transparent;
this._cbBZ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this._cbBZ.Location = new System.Drawing.Point(47, 335);
this._cbBZ.Name = "_cbBZ";
this._cbBZ.Size = new System.Drawing.Size(320, 50);
this._cbBZ.TabIndex = 11;
//
// _cbJT
//
this._cbJT.BackColor = System.Drawing.Color.Transparent;
this._cbJT.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this._cbJT.Location = new System.Drawing.Point(48, 267);
this._cbJT.Name = "_cbJT";
this._cbJT.Size = new System.Drawing.Size(319, 50);
this._cbJT.TabIndex = 10;
//
// _cbCJ
//
this._cbCJ.BackColor = System.Drawing.Color.Transparent;
this._cbCJ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this._cbCJ.Location = new System.Drawing.Point(47, 200);
this._cbCJ.Name = "_cbCJ";
this._cbCJ.Size = new System.Drawing.Size(320, 50);
this._cbCJ.TabIndex = 9;
//
// _cbLedger
//
this._cbLedger.BackColor = System.Drawing.Color.Transparent;
this._cbLedger.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this._cbLedger.Location = new System.Drawing.Point(47, 134);
this._cbLedger.Name = "_cbLedger";
this._cbLedger.Size = new System.Drawing.Size(320, 50);
this._cbLedger.TabIndex = 8;
//
// lineTwo
//
this.lineTwo.BackColor = System.Drawing.Color.Black;
this.lineTwo.Location = new System.Drawing.Point(47, 112);
this.lineTwo.Name = "lineTwo";
this.lineTwo.Padding = new System.Windows.Forms.Padding(20);
this.lineTwo.Size = new System.Drawing.Size(320, 1);
this.lineTwo.TabIndex = 7;
this.lineTwo.TabStop = false;
//
// lineOne
//
this.lineOne.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(47)))), ((int)(((byte)(115)))));
this.lineOne.Location = new System.Drawing.Point(47, 105);
this.lineOne.Name = "lineOne";
this.lineOne.Padding = new System.Windows.Forms.Padding(20);
this.lineOne.Size = new System.Drawing.Size(320, 1);
this.lineOne.TabIndex = 6;
this.lineOne.TabStop = false;
//
// btnLogin
//
this.btnLogin.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(47)))), ((int)(((byte)(114)))));
this.btnLogin.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(47)))), ((int)(((byte)(114)))));
this.btnLogin.Appearance.Font = new System.Drawing.Font("微软雅黑", 16F);
this.btnLogin.Appearance.ForeColor = System.Drawing.Color.White;
this.btnLogin.Appearance.Options.UseBackColor = true;
this.btnLogin.Appearance.Options.UseBorderColor = true;
this.btnLogin.Appearance.Options.UseFont = true;
this.btnLogin.Appearance.Options.UseForeColor = true;
this.btnLogin.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.btnLogin.Location = new System.Drawing.Point(48, 543);
this.btnLogin.Margin = new System.Windows.Forms.Padding(4);
this.btnLogin.Name = "btnLogin";
this.btnLogin.Size = new System.Drawing.Size(319, 50);
this.btnLogin.TabIndex = 5;
this.btnLogin.Text = "登录";
//
// loginTxt
//
this.loginTxt.Appearance.BackColor = System.Drawing.Color.Transparent;
this.loginTxt.Appearance.Font = new System.Drawing.Font("微软雅黑", 25F);
this.loginTxt.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(47)))), ((int)(((byte)(114)))));
this.loginTxt.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.loginTxt.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.loginTxt.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.loginTxt.Dock = System.Windows.Forms.DockStyle.Top;
this.loginTxt.Location = new System.Drawing.Point(0, 0);
this.loginTxt.Name = "loginTxt";
this.loginTxt.Size = new System.Drawing.Size(410, 99);
this.loginTxt.TabIndex = 0;
this.loginTxt.Text = "用户登录";
//
// imageCarouseBox
//
this.imageCarouseBox.ActivateColor = System.Drawing.Color.Transparent;
this.imageCarouseBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.imageCarouseBox.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.imageCarouseBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.imageCarouseBox.ImageFrameHeight = 800;
this.imageCarouseBox.ImageFrameWidth = 1448;
this.imageCarouseBox.Location = new System.Drawing.Point(0, 0);
this.imageCarouseBox.Name = "imageCarouseBox";
this.imageCarouseBox.Size = new System.Drawing.Size(1448, 800);
this.imageCarouseBox.TabIndex = 3;
//
// FrmMain
//
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(1448, 800);
this.Controls.Add(this.mainPanel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(5);
this.Name = "FrmMain";
this.Text = "Mes登录";
((System.ComponentModel.ISupportInitialize)(this.mainPanel)).EndInit();
this.mainPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.loginPanel)).EndInit();
this.loginPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl mainPanel;
private Control.ImageCarouselExt imageCarouseBox;
private DevExpress.XtraEditors.PanelControl loginPanel;
private System.Windows.Forms.GroupBox lineTwo;
private System.Windows.Forms.GroupBox lineOne;
private DevExpress.XtraEditors.SimpleButton btnLogin;
private DevExpress.XtraEditors.LabelControl loginTxt;
private Controls.LabelComboBoxEdit _cbLedger;
private Controls.LabelComboBoxEdit _cbCJ;
private Controls.LabelComboBoxEdit _cbJT;
private Controls.LabelComboBoxEdit _cbBZ;
private Controls.LabelAutoGridLookUp _txtUserName;
private Controls.LabelTextBoxEdit _txtPassword;
private System.Windows.Forms.Button btnClose;
}
}