ldj/winform/Login.Designer.cs

306 lines
16 KiB
C#

namespace DeiNiu.wms.win
{
partial class Login
{
/// <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(Login));
this.txtAccount = new DevExpress.XtraEditors.TextEdit();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.txtPwd = new DevExpress.XtraEditors.TextEdit();
this.comWarehouse = new DevExpress.XtraEditors.ComboBoxEdit();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.textEditHost = new DevExpress.XtraEditors.TextEdit();
this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
this.groupBoxSvr = new System.Windows.Forms.GroupBox();
this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtAccount.Properties)).BeginInit();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtPwd.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.comWarehouse.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEditHost.Properties)).BeginInit();
this.groupBoxSvr.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
this.SuspendLayout();
//
// txtAccount
//
this.txtAccount.Location = new System.Drawing.Point(150, 99);
this.txtAccount.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.txtAccount.Name = "txtAccount";
this.txtAccount.Size = new System.Drawing.Size(239, 28);
this.txtAccount.TabIndex = 0;
//
// groupBox1
//
this.groupBox1.AutoSize = true;
this.groupBox1.Controls.Add(this.labelControl3);
this.groupBox1.Controls.Add(this.simpleButton2);
this.groupBox1.Controls.Add(this.simpleButton1);
this.groupBox1.Controls.Add(this.labelControl2);
this.groupBox1.Controls.Add(this.labelControl1);
this.groupBox1.Controls.Add(this.txtPwd);
this.groupBox1.Controls.Add(this.txtAccount);
this.groupBox1.Controls.Add(this.comWarehouse);
this.groupBox1.Location = new System.Drawing.Point(53, 90);
this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.groupBox1.Size = new System.Drawing.Size(480, 284);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "用户登录";
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(73, 44);
this.labelControl3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(72, 22);
this.labelControl3.TabIndex = 9;
this.labelControl3.Text = "选择仓库";
//
// simpleButton2
//
this.simpleButton2.Location = new System.Drawing.Point(270, 209);
this.simpleButton2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(91, 42);
this.simpleButton2.TabIndex = 7;
this.simpleButton2.Text = "取消";
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
//
// simpleButton1
//
this.simpleButton1.Location = new System.Drawing.Point(123, 209);
this.simpleButton1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(91, 42);
this.simpleButton1.TabIndex = 6;
this.simpleButton1.Text = "登录";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(73, 163);
this.labelControl2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(72, 22);
this.labelControl2.TabIndex = 5;
this.labelControl2.Text = "登录密码";
this.labelControl2.Click += new System.EventHandler(this.labelControl2_Click);
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(73, 104);
this.labelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(72, 22);
this.labelControl1.TabIndex = 4;
this.labelControl1.Text = "登录账号";
//
// txtPwd
//
this.txtPwd.Location = new System.Drawing.Point(150, 159);
this.txtPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.txtPwd.Name = "txtPwd";
this.txtPwd.Properties.PasswordChar = '*';
this.txtPwd.Properties.Tag = "密码";
this.txtPwd.Size = new System.Drawing.Size(239, 28);
this.txtPwd.TabIndex = 3;
this.txtPwd.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtPwd_KeyUp);
//
// comWarehouse
//
this.comWarehouse.Location = new System.Drawing.Point(150, 39);
this.comWarehouse.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.comWarehouse.Name = "comWarehouse";
this.comWarehouse.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.comWarehouse.Size = new System.Drawing.Size(239, 28);
this.comWarehouse.TabIndex = 8;
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(49, 377);
this.linkLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(82, 22);
this.linkLabel1.TabIndex = 4;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "服务设置";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// textEditHost
//
this.textEditHost.EditValue = "175.24.179.109:10006";
this.textEditHost.Location = new System.Drawing.Point(13, 25);
this.textEditHost.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.textEditHost.Name = "textEditHost";
this.textEditHost.Size = new System.Drawing.Size(273, 28);
this.textEditHost.TabIndex = 5;
this.textEditHost.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textEditHost_KeyUp);
//
// simpleButton3
//
this.simpleButton3.Location = new System.Drawing.Point(294, 24);
this.simpleButton3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.simpleButton3.Name = "simpleButton3";
this.simpleButton3.Size = new System.Drawing.Size(73, 35);
this.simpleButton3.TabIndex = 8;
this.simpleButton3.Text = "确定";
this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
//
// groupBoxSvr
//
this.groupBoxSvr.Controls.Add(this.simpleButton3);
this.groupBoxSvr.Controls.Add(this.textEditHost);
this.groupBoxSvr.Location = new System.Drawing.Point(156, 347);
this.groupBoxSvr.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
this.groupBoxSvr.Name = "groupBoxSvr";
this.groupBoxSvr.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.groupBoxSvr.Size = new System.Drawing.Size(376, 68);
this.groupBoxSvr.TabIndex = 10;
this.groupBoxSvr.TabStop = false;
this.groupBoxSvr.Visible = false;
//
// ribbon
//
this.ribbon.ApplicationIcon = global::DeiNiu.wms.win.Properties.Resources._201805291114431;
this.ribbon.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.ribbon.ExpandCollapseItem.Id = 0;
this.ribbon.Image = global::DeiNiu.wms.win.Properties.Resources._201805291114431;
this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.ribbon.ExpandCollapseItem});
this.ribbon.Location = new System.Drawing.Point(0, 0);
this.ribbon.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.ribbon.MaxItemId = 1;
this.ribbon.Name = "ribbon";
this.ribbon.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.True;
this.ribbon.ShowItemCaptionsInPageHeader = true;
this.ribbon.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
this.ribbon.ShowQatLocationSelector = false;
this.ribbon.ShowToolbarCustomizeItem = false;
this.ribbon.Size = new System.Drawing.Size(557, 76);
this.ribbon.Toolbar.ShowCustomizeItem = false;
//
// barButtonItem1
//
this.barButtonItem1.Caption = "新增";
this.barButtonItem1.Id = 2;
this.barButtonItem1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.Image")));
this.barButtonItem1.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.LargeImage")));
this.barButtonItem1.Name = "barButtonItem1";
//
// barButtonItem2
//
this.barButtonItem2.Caption = "修改";
this.barButtonItem2.Id = 3;
this.barButtonItem2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.ImageOptions.Image")));
this.barButtonItem2.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.ImageOptions.LargeImage")));
this.barButtonItem2.Name = "barButtonItem2";
//
// barButtonItem3
//
this.barButtonItem3.Caption = "保存";
this.barButtonItem3.Id = 4;
this.barButtonItem3.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.ImageOptions.Image")));
this.barButtonItem3.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.ImageOptions.LargeImage")));
this.barButtonItem3.Name = "barButtonItem3";
//
// barButtonItem5
//
this.barButtonItem5.Caption = "删除";
this.barButtonItem5.Id = 6;
this.barButtonItem5.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.ImageOptions.Image")));
this.barButtonItem5.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.ImageOptions.LargeImage")));
this.barButtonItem5.Name = "barButtonItem5";
//
// Login
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(557, 418);
this.Controls.Add(this.groupBoxSvr);
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.ribbon);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(10, 14, 10, 14);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Login";
this.Ribbon = this.ribbon;
this.Text = "得牛仓储管理系统";
((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtAccount.Properties)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtPwd.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.comWarehouse.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEditHost.Properties)).EndInit();
this.groupBoxSvr.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.TextEdit txtAccount;
private System.Windows.Forms.GroupBox groupBox1;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.TextEdit txtPwd;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.LabelControl labelControl2;
private System.Windows.Forms.LinkLabel linkLabel1;
private DevExpress.XtraEditors.TextEdit textEditHost;
private DevExpress.XtraEditors.SimpleButton simpleButton3;
private System.Windows.Forms.GroupBox groupBoxSvr;
private DevExpress.XtraBars.Ribbon.RibbonControl ribbon;
private DevExpress.XtraBars.BarButtonItem barButtonItem1;
private DevExpress.XtraBars.BarButtonItem barButtonItem2;
private DevExpress.XtraBars.BarButtonItem barButtonItem3;
private DevExpress.XtraBars.BarButtonItem barButtonItem5;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.ComboBoxEdit comWarehouse;
}
}