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.

227 lines
12 KiB
C#

9 months ago
namespace POSV.Business
{
partial class PosSetForm
{
/// <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.controlBox1 = new POSV.Component.ControlBox();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.PosSetplanCheckBox = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.bottomPanel = new POSV.Component.DoubleBufferPanelX();
this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
this.ButtonCancel = new DevComponents.DotNetBar.ButtonX();
this.lblInfo = new DevComponents.DotNetBar.LabelX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.bottomPanel.SuspendLayout();
this.SuspendLayout();
//
// controlBox1
//
this.controlBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(175)))), ((int)(((byte)(167)))));
this.controlBox1.CloseBox = true;
this.controlBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.controlBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.controlBox1.ForeColor = System.Drawing.Color.White;
this.controlBox1.Location = new System.Drawing.Point(0, 0);
this.controlBox1.Margin = new System.Windows.Forms.Padding(0);
this.controlBox1.MessageCenterStatus = false;
this.controlBox1.MinimizeBox = false;
this.controlBox1.Name = "controlBox1";
this.controlBox1.NetworkStatus = false;
this.controlBox1.NewForeColor = System.Drawing.Color.White;
this.controlBox1.SettingsBox = false;
this.controlBox1.ShowApplicationVersion = true;
this.controlBox1.ShowKeyboard = false;
this.controlBox1.ShowLockScreen = false;
this.controlBox1.ShowMessageCenter = false;
this.controlBox1.ShowNetworkStatus = false;
this.controlBox1.ShowQrCode = false;
this.controlBox1.Size = new System.Drawing.Size(443, 32);
this.controlBox1.TabIndex = 6;
this.controlBox1.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnCloseTouchClick);
//
// labelX1
//
//
//
//
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX1.Font = new System.Drawing.Font("宋体", 14.5F);
this.labelX1.ForeColor = System.Drawing.Color.Black;
this.labelX1.Location = new System.Drawing.Point(9, 64);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(139, 30);
this.labelX1.TabIndex = 304;
this.labelX1.Text = "选择门店方案:";
this.labelX1.WordWrap = true;
//
// PosSetplanCheckBox
//
this.PosSetplanCheckBox.DisplayMember = "Text";
this.PosSetplanCheckBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.PosSetplanCheckBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.PosSetplanCheckBox.Font = new System.Drawing.Font("宋体", 14.5F);
this.PosSetplanCheckBox.ForeColor = System.Drawing.Color.Black;
this.PosSetplanCheckBox.FormattingEnabled = true;
this.PosSetplanCheckBox.ItemHeight = 25;
this.PosSetplanCheckBox.Location = new System.Drawing.Point(151, 63);
this.PosSetplanCheckBox.Name = "PosSetplanCheckBox";
this.PosSetplanCheckBox.Size = new System.Drawing.Size(287, 31);
this.PosSetplanCheckBox.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.PosSetplanCheckBox.TabIndex = 303;
//
// bottomPanel
//
this.bottomPanel.CanvasColor = System.Drawing.SystemColors.Control;
this.bottomPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.bottomPanel.Controls.Add(this.buttonX4);
this.bottomPanel.Controls.Add(this.ButtonCancel);
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(0, 243);
this.bottomPanel.Name = "bottomPanel";
this.bottomPanel.Padding = new System.Windows.Forms.Padding(2);
this.bottomPanel.Size = new System.Drawing.Size(443, 59);
this.bottomPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
this.bottomPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
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 = 308;
//
// buttonX4
//
this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX4.BackColor = System.Drawing.Color.DodgerBlue;
this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX4.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX4.FadeEffect = false;
this.buttonX4.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX4.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX4.Location = new System.Drawing.Point(229, 5);
this.buttonX4.Name = "buttonX4";
this.buttonX4.Size = new System.Drawing.Size(115, 53);
this.buttonX4.TabIndex = 32;
this.buttonX4.Text = "确定";
this.buttonX4.TextColor = System.Drawing.Color.White;
this.buttonX4.Click += new System.EventHandler(this.BtnOkClick);
//
// ButtonCancel
//
this.ButtonCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonCancel.BackColor = System.Drawing.Color.Maroon;
this.ButtonCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.ButtonCancel.Cursor = System.Windows.Forms.Cursors.Hand;
this.ButtonCancel.FadeEffect = false;
this.ButtonCancel.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonCancel.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.ButtonCancel.Location = new System.Drawing.Point(345, 5);
this.ButtonCancel.Name = "ButtonCancel";
this.ButtonCancel.Size = new System.Drawing.Size(97, 53);
this.ButtonCancel.TabIndex = 31;
this.ButtonCancel.Text = "取消";
this.ButtonCancel.TextColor = System.Drawing.Color.White;
this.ButtonCancel.Click += new System.EventHandler(this.BtnExitClick);
//
// lblInfo
//
//
//
//
this.lblInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblInfo.Dock = System.Windows.Forms.DockStyle.Left;
this.lblInfo.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblInfo.Location = new System.Drawing.Point(2, 2);
this.lblInfo.Name = "lblInfo";
this.lblInfo.Size = new System.Drawing.Size(221, 55);
this.lblInfo.TabIndex = 27;
this.lblInfo.Text = "请选择门店方案!";
this.lblInfo.WordWrap = true;
//
// labelX2
//
//
//
//
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX2.Font = new System.Drawing.Font("宋体", 14.5F);
this.labelX2.ForeColor = System.Drawing.Color.Maroon;
this.labelX2.Location = new System.Drawing.Point(12, 162);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(419, 78);
this.labelX2.TabIndex = 309;
this.labelX2.Text = "特别提醒:操作确定以后将上传本地POS的所有功能按钮方案关联的所有门店在下次登录时会覆盖本地的功能按钮配置";
this.labelX2.WordWrap = true;
//
// labelX3
//
//
//
//
this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX3.Font = new System.Drawing.Font("宋体", 14.5F);
this.labelX3.ForeColor = System.Drawing.Color.Red;
this.labelX3.Location = new System.Drawing.Point(12, 112);
this.labelX3.Name = "labelX3";
this.labelX3.Size = new System.Drawing.Size(419, 44);
this.labelX3.TabIndex = 313;
this.labelX3.WordWrap = true;
//
// PosSetForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(443, 302);
this.Controls.Add(this.labelX3);
this.Controls.Add(this.labelX2);
this.Controls.Add(this.bottomPanel);
this.Controls.Add(this.labelX1);
this.Controls.Add(this.PosSetplanCheckBox);
this.Controls.Add(this.controlBox1);
this.Name = "PosSetForm";
this.Text = "PosSetForm";
this.bottomPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.ControlBox controlBox1;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.Controls.ComboBoxEx PosSetplanCheckBox;
private Component.DoubleBufferPanelX bottomPanel;
private DevComponents.DotNetBar.ButtonX buttonX4;
private DevComponents.DotNetBar.ButtonX ButtonCancel;
private DevComponents.DotNetBar.LabelX lblInfo;
private DevComponents.DotNetBar.LabelX labelX2;
private DevComponents.DotNetBar.LabelX labelX3;
}
}