You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

314 lines
17 KiB
C#

namespace POSV
{
partial class LoginConfirm
{
/// <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()
{
this.bottomPanel = new POSV.Component.DoubleBufferPanelX();
this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX();
this.ButtonClose = new DevComponents.DotNetBar.ButtonX();
this.ButtonOK = new DevComponents.DotNetBar.ButtonX();
this.labelX5 = new DevComponents.DotNetBar.LabelX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.labelX4 = new DevComponents.DotNetBar.LabelX();
this.lblWorker = new DevComponents.DotNetBar.LabelX();
this.lblPos = new DevComponents.DotNetBar.LabelX();
this.lblStore = new DevComponents.DotNetBar.LabelX();
this.lblDate = new DevComponents.DotNetBar.LabelX();
this.bottomPanel.SuspendLayout();
this.doubleBufferPanelX1.SuspendLayout();
this.SuspendLayout();
//
// bottomPanel
//
this.bottomPanel.CanvasColor = System.Drawing.SystemColors.Control;
this.bottomPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.bottomPanel.Controls.Add(this.doubleBufferPanelX1);
this.bottomPanel.DisabledBackColor = System.Drawing.Color.Empty;
this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
this.bottomPanel.Location = new System.Drawing.Point(0, 416);
this.bottomPanel.Name = "bottomPanel";
this.bottomPanel.Size = new System.Drawing.Size(580, 84);
this.bottomPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
this.bottomPanel.Style.BackColor1.Alpha = ((byte)(0));
this.bottomPanel.Style.BackColor1.Color = System.Drawing.Color.Transparent;
this.bottomPanel.Style.BackColor2.Alpha = ((byte)(0));
this.bottomPanel.Style.BackColor2.Color = System.Drawing.Color.Transparent;
this.bottomPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.bottomPanel.Style.BorderColor.Alpha = ((byte)(0));
this.bottomPanel.Style.BorderColor.Color = System.Drawing.Color.Transparent;
this.bottomPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.bottomPanel.Style.GradientAngle = 90;
this.bottomPanel.TabIndex = 8;
//
// doubleBufferPanelX1
//
this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX1.Controls.Add(this.ButtonClose);
this.doubleBufferPanelX1.Controls.Add(this.ButtonOK);
this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Right;
this.doubleBufferPanelX1.Location = new System.Drawing.Point(0, 0);
this.doubleBufferPanelX1.Name = "doubleBufferPanelX1";
this.doubleBufferPanelX1.Padding = new System.Windows.Forms.Padding(2);
this.doubleBufferPanelX1.Size = new System.Drawing.Size(580, 84);
this.doubleBufferPanelX1.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX1.Style.BackColor1.Alpha = ((byte)(0));
this.doubleBufferPanelX1.Style.BackColor1.Color = System.Drawing.Color.Transparent;
this.doubleBufferPanelX1.Style.BackColor2.Alpha = ((byte)(0));
this.doubleBufferPanelX1.Style.BackColor2.Color = System.Drawing.Color.Transparent;
this.doubleBufferPanelX1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.doubleBufferPanelX1.Style.BorderColor.Alpha = ((byte)(0));
this.doubleBufferPanelX1.Style.BorderColor.Color = System.Drawing.Color.Transparent;
this.doubleBufferPanelX1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.doubleBufferPanelX1.Style.GradientAngle = 90;
this.doubleBufferPanelX1.TabIndex = 8;
//
// ButtonClose
//
this.ButtonClose.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonClose.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86)))));
this.ButtonClose.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.ButtonClose.Cursor = System.Windows.Forms.Cursors.Hand;
this.ButtonClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.ButtonClose.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonClose.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.ButtonClose.Location = new System.Drawing.Point(290, 3);
this.ButtonClose.Name = "ButtonClose";
this.ButtonClose.Size = new System.Drawing.Size(119, 45);
this.ButtonClose.TabIndex = 30;
this.ButtonClose.Text = "重新输入";
this.ButtonClose.TextColor = System.Drawing.Color.White;
this.ButtonClose.Click += new System.EventHandler(this.OnEscapeClick);
//
// ButtonOK
//
this.ButtonOK.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.ButtonOK.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.ButtonOK.Cursor = System.Windows.Forms.Cursors.Hand;
this.ButtonOK.FadeEffect = false;
this.ButtonOK.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonOK.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.ButtonOK.Location = new System.Drawing.Point(160, 3);
this.ButtonOK.Name = "ButtonOK";
this.ButtonOK.Size = new System.Drawing.Size(119, 45);
this.ButtonOK.TabIndex = 29;
this.ButtonOK.Text = "确认登录";
this.ButtonOK.TextColor = System.Drawing.Color.White;
this.ButtonOK.Click += new System.EventHandler(this.OnEnterClick);
//
// labelX5
//
//
//
//
this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX5.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX5.FontBold = true;
this.labelX5.ForeColor = System.Drawing.Color.DarkRed;
this.labelX5.Location = new System.Drawing.Point(57, 40);
this.labelX5.Name = "labelX5";
this.labelX5.Size = new System.Drawing.Size(486, 57);
this.labelX5.Symbol = "57407";
this.labelX5.SymbolSet = DevComponents.DotNetBar.eSymbolSet.Material;
this.labelX5.TabIndex = 33;
this.labelX5.Text = "收银员离线登录信息确认";
//
// labelX1
//
//
//
//
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX1.FontBold = true;
this.labelX1.ForeColor = System.Drawing.Color.DarkRed;
this.labelX1.Location = new System.Drawing.Point(57, 175);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(133, 57);
this.labelX1.SymbolSet = DevComponents.DotNetBar.eSymbolSet.Material;
this.labelX1.TabIndex = 34;
this.labelX1.Text = "登录时间:";
this.labelX1.TextAlignment = System.Drawing.StringAlignment.Far;
//
// labelX2
//
//
//
//
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX2.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX2.FontBold = true;
this.labelX2.ForeColor = System.Drawing.Color.DarkRed;
this.labelX2.Location = new System.Drawing.Point(57, 241);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(133, 57);
this.labelX2.SymbolSet = DevComponents.DotNetBar.eSymbolSet.Material;
this.labelX2.TabIndex = 35;
this.labelX2.Text = "当前门店:";
this.labelX2.TextAlignment = System.Drawing.StringAlignment.Far;
//
// labelX3
//
//
//
//
this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX3.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX3.FontBold = true;
this.labelX3.ForeColor = System.Drawing.Color.DarkRed;
this.labelX3.Location = new System.Drawing.Point(57, 307);
this.labelX3.Name = "labelX3";
this.labelX3.Size = new System.Drawing.Size(133, 57);
this.labelX3.SymbolSet = DevComponents.DotNetBar.eSymbolSet.Material;
this.labelX3.TabIndex = 36;
this.labelX3.Text = "POS编号:";
this.labelX3.TextAlignment = System.Drawing.StringAlignment.Far;
//
// labelX4
//
//
//
//
this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX4.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX4.FontBold = true;
this.labelX4.ForeColor = System.Drawing.Color.DarkRed;
this.labelX4.Location = new System.Drawing.Point(57, 109);
this.labelX4.Name = "labelX4";
this.labelX4.Size = new System.Drawing.Size(133, 57);
this.labelX4.SymbolSet = DevComponents.DotNetBar.eSymbolSet.Material;
this.labelX4.TabIndex = 37;
this.labelX4.Text = "操作员:";
this.labelX4.TextAlignment = System.Drawing.StringAlignment.Far;
//
// lblWorker
//
//
//
//
this.lblWorker.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblWorker.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblWorker.FontBold = true;
this.lblWorker.ForeColor = System.Drawing.Color.DarkRed;
this.lblWorker.Location = new System.Drawing.Point(196, 109);
this.lblWorker.Name = "lblWorker";
this.lblWorker.Size = new System.Drawing.Size(372, 57);
this.lblWorker.SymbolSet = DevComponents.DotNetBar.eSymbolSet.Material;
this.lblWorker.TabIndex = 41;
this.lblWorker.Text = "操作员:";
//
// lblPos
//
//
//
//
this.lblPos.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblPos.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblPos.FontBold = true;
this.lblPos.ForeColor = System.Drawing.Color.DarkRed;
this.lblPos.Location = new System.Drawing.Point(196, 307);
this.lblPos.Name = "lblPos";
this.lblPos.Size = new System.Drawing.Size(372, 57);
this.lblPos.SymbolSet = DevComponents.DotNetBar.eSymbolSet.Material;
this.lblPos.TabIndex = 40;
this.lblPos.Text = "POS编号:";
//
// lblStore
//
//
//
//
this.lblStore.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblStore.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblStore.FontBold = true;
this.lblStore.ForeColor = System.Drawing.Color.DarkRed;
this.lblStore.Location = new System.Drawing.Point(196, 241);
this.lblStore.Name = "lblStore";
this.lblStore.Size = new System.Drawing.Size(372, 57);
this.lblStore.SymbolSet = DevComponents.DotNetBar.eSymbolSet.Material;
this.lblStore.TabIndex = 39;
this.lblStore.Text = "当前门店:";
//
// lblDate
//
//
//
//
this.lblDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblDate.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblDate.FontBold = true;
this.lblDate.ForeColor = System.Drawing.Color.DarkRed;
this.lblDate.Location = new System.Drawing.Point(196, 175);
this.lblDate.Name = "lblDate";
this.lblDate.Size = new System.Drawing.Size(372, 57);
this.lblDate.SymbolSet = DevComponents.DotNetBar.eSymbolSet.Material;
this.lblDate.TabIndex = 38;
this.lblDate.Text = "登录时间:";
//
// LoginConfirm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(580, 500);
this.Controls.Add(this.lblWorker);
this.Controls.Add(this.lblPos);
this.Controls.Add(this.lblStore);
this.Controls.Add(this.lblDate);
this.Controls.Add(this.labelX4);
this.Controls.Add(this.labelX3);
this.Controls.Add(this.labelX2);
this.Controls.Add(this.labelX1);
this.Controls.Add(this.labelX5);
this.Controls.Add(this.bottomPanel);
this.Name = "LoginConfirm";
this.Text = "LoginConfirm";
this.bottomPanel.ResumeLayout(false);
this.doubleBufferPanelX1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.DoubleBufferPanelX bottomPanel;
private Component.DoubleBufferPanelX doubleBufferPanelX1;
private DevComponents.DotNetBar.ButtonX ButtonClose;
private DevComponents.DotNetBar.ButtonX ButtonOK;
private DevComponents.DotNetBar.LabelX labelX5;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.LabelX labelX2;
private DevComponents.DotNetBar.LabelX labelX3;
private DevComponents.DotNetBar.LabelX labelX4;
private DevComponents.DotNetBar.LabelX lblWorker;
private DevComponents.DotNetBar.LabelX lblPos;
private DevComponents.DotNetBar.LabelX lblStore;
private DevComponents.DotNetBar.LabelX lblDate;
}
}