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.

422 lines
23 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

using POS.Language.Language;
namespace POSV.Component
{
partial class RegisterControl
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX();
this.bottomPanel = new POSV.Component.DoubleBufferPanelX();
this.buttonPanel = new POSV.Component.DoubleBufferPanelX();
this.ButtonOK = new DevComponents.DotNetBar.ButtonX();
this.lblInfo = new DevComponents.DotNetBar.LabelX();
this.superTabControl = new DevComponents.DotNetBar.SuperTabControl();
this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
this.superTabItem1 = new DevComponents.DotNetBar.SuperTabItem();
this.keyboardX1 = new POSV.Component.KeyboardX();
this.labelX5 = new DevComponents.DotNetBar.LabelX();
this.labelX6 = new DevComponents.DotNetBar.LabelX();
this.txtTenantNo = new POSV.Component.NumericTextBox();
this.txtAuthCode = new POSV.Component.NumericTextBox();
this.storePanel = new POSV.Component.DoubleBufferPanelX();
this.lblStoreName = new DevComponents.DotNetBar.LabelX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.lblStoreNo = new DevComponents.DotNetBar.LabelX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.doubleBufferPanelX1.SuspendLayout();
this.bottomPanel.SuspendLayout();
this.buttonPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.superTabControl)).BeginInit();
this.superTabControl.SuspendLayout();
this.storePanel.SuspendLayout();
this.SuspendLayout();
//
// doubleBufferPanelX1
//
this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX1.Controls.Add(this.bottomPanel);
this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.doubleBufferPanelX1.Location = new System.Drawing.Point(1, 441);
this.doubleBufferPanelX1.Name = "doubleBufferPanelX1";
this.doubleBufferPanelX1.Padding = new System.Windows.Forms.Padding(1);
this.doubleBufferPanelX1.Size = new System.Drawing.Size(556, 46);
this.doubleBufferPanelX1.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.doubleBufferPanelX1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.doubleBufferPanelX1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.doubleBufferPanelX1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.doubleBufferPanelX1.Style.GradientAngle = 90;
this.doubleBufferPanelX1.TabIndex = 216;
//
// bottomPanel
//
this.bottomPanel.CanvasColor = System.Drawing.SystemColors.Control;
this.bottomPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.bottomPanel.Controls.Add(this.buttonPanel);
this.bottomPanel.Controls.Add(this.lblInfo);
this.bottomPanel.DisabledBackColor = System.Drawing.Color.Empty;
this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
this.bottomPanel.Location = new System.Drawing.Point(1, 1);
this.bottomPanel.Name = "bottomPanel";
this.bottomPanel.Padding = new System.Windows.Forms.Padding(1);
this.bottomPanel.Size = new System.Drawing.Size(554, 44);
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.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.bottomPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.bottomPanel.Style.GradientAngle = 90;
this.bottomPanel.TabIndex = 15;
//
// buttonPanel
//
this.buttonPanel.CanvasColor = System.Drawing.SystemColors.Control;
this.buttonPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.buttonPanel.Controls.Add(this.ButtonOK);
this.buttonPanel.DisabledBackColor = System.Drawing.Color.Empty;
this.buttonPanel.Dock = System.Windows.Forms.DockStyle.Right;
this.buttonPanel.Location = new System.Drawing.Point(423, 1);
this.buttonPanel.Name = "buttonPanel";
this.buttonPanel.Padding = new System.Windows.Forms.Padding(2);
this.buttonPanel.Size = new System.Drawing.Size(130, 42);
this.buttonPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
this.buttonPanel.Style.BackColor1.Alpha = ((byte)(0));
this.buttonPanel.Style.BackColor1.Color = System.Drawing.Color.Transparent;
this.buttonPanel.Style.BackColor2.Alpha = ((byte)(0));
this.buttonPanel.Style.BackColor2.Color = System.Drawing.Color.Transparent;
this.buttonPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.buttonPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.buttonPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.buttonPanel.Style.GradientAngle = 90;
this.buttonPanel.TabIndex = 35;
//
// 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.Dock = System.Windows.Forms.DockStyle.Left;
this.ButtonOK.FadeEffect = false;
this.ButtonOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonOK.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.ButtonOK.Location = new System.Drawing.Point(2, 2);
this.ButtonOK.Name = "ButtonOK";
this.ButtonOK.Size = new System.Drawing.Size(128, 38);
this.ButtonOK.TabIndex = 30;
this.ButtonOK.Text = "立即注册";
this.ButtonOK.TextColor = System.Drawing.Color.White;
this.ButtonOK.Visible = false;
this.ButtonOK.Click += new System.EventHandler(this.OnButtonOkClick);
//
// lblInfo
//
//
//
//
this.lblInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblInfo.Dock = System.Windows.Forms.DockStyle.Left;
this.lblInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblInfo.Location = new System.Drawing.Point(1, 1);
this.lblInfo.Name = "lblInfo";
this.lblInfo.Size = new System.Drawing.Size(418, 42);
this.lblInfo.Symbol = "";
this.lblInfo.TabIndex = 31;
this.lblInfo.Text = "输入编码和密码后,点击确定查看门店信息";
this.lblInfo.WordWrap = true;
//
// superTabControl
//
this.superTabControl.BackColor = System.Drawing.Color.White;
//
//
//
//
//
//
this.superTabControl.ControlBox.CloseBox.Name = "";
//
//
//
this.superTabControl.ControlBox.MenuBox.Name = "";
this.superTabControl.ControlBox.MenuBox.Visible = false;
this.superTabControl.ControlBox.Name = "";
this.superTabControl.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.superTabControl.ControlBox.MenuBox,
this.superTabControl.ControlBox.CloseBox});
this.superTabControl.Controls.Add(this.superTabControlPanel1);
this.superTabControl.Dock = System.Windows.Forms.DockStyle.Bottom;
this.superTabControl.FixedTabSize = new System.Drawing.Size(0, 30);
this.superTabControl.ForeColor = System.Drawing.Color.Black;
this.superTabControl.Location = new System.Drawing.Point(1, 237);
this.superTabControl.Name = "superTabControl";
this.superTabControl.ReorderTabsEnabled = true;
this.superTabControl.SelectedTabFont = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.superTabControl.SelectedTabIndex = 0;
this.superTabControl.Size = new System.Drawing.Size(556, 204);
this.superTabControl.TabFont = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.superTabControl.TabIndex = 220;
this.superTabControl.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.superTabItem1});
this.superTabControl.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.Office2010BackstageBlue;
this.superTabControl.TextAlignment = DevComponents.DotNetBar.eItemAlignment.Center;
//
// superTabControlPanel1
//
this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.superTabControlPanel1.Location = new System.Drawing.Point(0, 32);
this.superTabControlPanel1.Name = "superTabControlPanel1";
this.superTabControlPanel1.Size = new System.Drawing.Size(556, 172);
this.superTabControlPanel1.TabIndex = 1;
this.superTabControlPanel1.TabItem = this.superTabItem1;
//
// superTabItem1
//
this.superTabItem1.AttachedControl = this.superTabControlPanel1;
this.superTabItem1.GlobalItem = false;
this.superTabItem1.Name = "superTabItem1";
this.superTabItem1.Text = "服务器列表";
//
// keyboardX1
//
this.keyboardX1.Dock = System.Windows.Forms.DockStyle.Right;
this.keyboardX1.Location = new System.Drawing.Point(296, 1);
this.keyboardX1.Name = "keyboardX1";
this.keyboardX1.Size = new System.Drawing.Size(261, 236);
this.keyboardX1.TabIndex = 231;
//
// labelX5
//
//
//
//
this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX5.Location = new System.Drawing.Point(6, 22);
this.labelX5.Name = "labelX5";
this.labelX5.Size = new System.Drawing.Size(95, 23);
this.labelX5.TabIndex = 134;
this.labelX5.Text = "企业编码:";
//
// labelX6
//
//
//
//
this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX6.Location = new System.Drawing.Point(6, 69);
this.labelX6.Name = "labelX6";
this.labelX6.Size = new System.Drawing.Size(95, 23);
this.labelX6.TabIndex = 135;
this.labelX6.Text = "认证密码:";
//
// txtTenantNo
//
this.txtTenantNo.AllowDecimalSeparator = false;
this.txtTenantNo.AllowNegativeSign = false;
this.txtTenantNo.AllowSpace = false;
this.txtTenantNo.BackColor = System.Drawing.Color.White;
//
//
//
this.txtTenantNo.Border.Class = "TextBoxBorder";
this.txtTenantNo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtTenantNo.DisabledBackColor = System.Drawing.Color.White;
this.txtTenantNo.EnableSoftKeyboard = true;
this.txtTenantNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtTenantNo.ForeColor = System.Drawing.Color.Black;
this.txtTenantNo.Location = new System.Drawing.Point(101, 20);
this.txtTenantNo.MaxDecimalDigit = 2;
this.txtTenantNo.MaxLength = 8;
this.txtTenantNo.Multiline = true;
this.txtTenantNo.Name = "txtTenantNo";
this.txtTenantNo.PreventEnterBeep = true;
this.txtTenantNo.Size = new System.Drawing.Size(189, 26);
this.txtTenantNo.TabIndex = 136;
this.txtTenantNo.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
this.txtTenantNo.WatermarkFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtTenantNo.WatermarkText = "请输入企业编码";
this.txtTenantNo.OnEnterClick += new POSV.Component.NumericTextBox.EventHandler(this.OnInputEnterClick);
//
// txtAuthCode
//
this.txtAuthCode.AllowDecimalSeparator = false;
this.txtAuthCode.AllowNegativeSign = false;
this.txtAuthCode.AllowSpace = false;
this.txtAuthCode.BackColor = System.Drawing.Color.White;
//
//
//
this.txtAuthCode.Border.Class = "TextBoxBorder";
this.txtAuthCode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtAuthCode.DisabledBackColor = System.Drawing.Color.White;
this.txtAuthCode.EnableSoftKeyboard = true;
this.txtAuthCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtAuthCode.ForeColor = System.Drawing.Color.Black;
this.txtAuthCode.Location = new System.Drawing.Point(101, 68);
this.txtAuthCode.MaxDecimalDigit = 2;
this.txtAuthCode.MaxLength = 8;
this.txtAuthCode.Multiline = true;
this.txtAuthCode.Name = "txtAuthCode";
this.txtAuthCode.PreventEnterBeep = true;
this.txtAuthCode.Size = new System.Drawing.Size(189, 26);
this.txtAuthCode.TabIndex = 137;
this.txtAuthCode.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
this.txtAuthCode.WatermarkFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtAuthCode.WatermarkText = "请输入注册码";
this.txtAuthCode.OnEnterClick += new POSV.Component.NumericTextBox.EventHandler(this.OnInputEnterClick);
//
// storePanel
//
this.storePanel.CanvasColor = System.Drawing.SystemColors.Control;
this.storePanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.storePanel.Controls.Add(this.lblStoreName);
this.storePanel.Controls.Add(this.labelX2);
this.storePanel.Controls.Add(this.lblStoreNo);
this.storePanel.Controls.Add(this.labelX1);
this.storePanel.DisabledBackColor = System.Drawing.Color.Empty;
this.storePanel.Location = new System.Drawing.Point(6, 122);
this.storePanel.Name = "storePanel";
this.storePanel.Size = new System.Drawing.Size(284, 109);
this.storePanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.storePanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.storePanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.storePanel.Style.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.storePanel.Style.ForeColor.Color = System.Drawing.Color.DarkRed;
this.storePanel.Style.GradientAngle = 90;
this.storePanel.Style.LineAlignment = System.Drawing.StringAlignment.Near;
this.storePanel.Style.WordWrap = true;
this.storePanel.TabIndex = 236;
this.storePanel.Visible = false;
//
// lblStoreName
//
//
//
//
this.lblStoreName.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblStoreName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblStoreName.Location = new System.Drawing.Point(95, 46);
this.lblStoreName.Name = "lblStoreName";
this.lblStoreName.Size = new System.Drawing.Size(183, 58);
this.lblStoreName.TabIndex = 135;
this.lblStoreName.Text = "门店名称";
this.lblStoreName.TextLineAlignment = System.Drawing.StringAlignment.Near;
this.lblStoreName.WordWrap = true;
//
// labelX2
//
//
//
//
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX2.Location = new System.Drawing.Point(3, 46);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(101, 23);
this.labelX2.TabIndex = 133;
this.labelX2.Text = "门店名称:";
//
// lblStoreNo
//
//
//
//
this.lblStoreNo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblStoreNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblStoreNo.Location = new System.Drawing.Point(95, 11);
this.lblStoreNo.Name = "lblStoreNo";
this.lblStoreNo.Size = new System.Drawing.Size(186, 23);
this.lblStoreNo.TabIndex = 134;
this.lblStoreNo.Text = "门店编码";
//
// labelX1
//
//
//
//
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX1.Location = new System.Drawing.Point(3, 11);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(101, 23);
this.labelX1.TabIndex = 132;
this.labelX1.Text = "门店编码:";
//
// RegisterControl
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.storePanel);
this.Controls.Add(this.labelX5);
this.Controls.Add(this.labelX6);
this.Controls.Add(this.txtTenantNo);
this.Controls.Add(this.txtAuthCode);
this.Controls.Add(this.keyboardX1);
this.Controls.Add(this.superTabControl);
this.Controls.Add(this.doubleBufferPanelX1);
this.Name = "RegisterControl";
this.Padding = new System.Windows.Forms.Padding(1);
this.Size = new System.Drawing.Size(558, 488);
this.doubleBufferPanelX1.ResumeLayout(false);
this.bottomPanel.ResumeLayout(false);
this.buttonPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.superTabControl)).EndInit();
this.superTabControl.ResumeLayout(false);
this.storePanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DoubleBufferPanelX doubleBufferPanelX1;
private DevComponents.DotNetBar.SuperTabControl superTabControl;
private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel1;
private DevComponents.DotNetBar.SuperTabItem superTabItem1;
private DoubleBufferPanelX bottomPanel;
private DoubleBufferPanelX buttonPanel;
private DevComponents.DotNetBar.ButtonX ButtonOK;
private DevComponents.DotNetBar.LabelX lblInfo;
private KeyboardX keyboardX1;
private DevComponents.DotNetBar.LabelX labelX5;
private DevComponents.DotNetBar.LabelX labelX6;
private NumericTextBox txtTenantNo;
private NumericTextBox txtAuthCode;
private DoubleBufferPanelX storePanel;
private DevComponents.DotNetBar.LabelX lblStoreName;
private DevComponents.DotNetBar.LabelX lblStoreNo;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.LabelX labelX2;
}
}