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.

224 lines
12 KiB
C#

namespace POSV
{
partial class BillFormExt
{
/// <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.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX();
this.ButtonCancel = new DevComponents.DotNetBar.ButtonX();
this.ButtonAccept = new DevComponents.DotNetBar.ButtonX();
this.lblInfo = new DevComponents.DotNetBar.LabelX();
this.controlBox = new POSV.Component.ControlBox();
this.tabPayType = new DevComponents.DotNetBar.SuperTabControl();
this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
this.superTabItem2 = new DevComponents.DotNetBar.SuperTabItem();
this.doubleBufferPanelX1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tabPayType)).BeginInit();
this.tabPayType.SuspendLayout();
this.SuspendLayout();
//
// doubleBufferPanelX1
//
this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX1.Controls.Add(this.ButtonCancel);
this.doubleBufferPanelX1.Controls.Add(this.ButtonAccept);
this.doubleBufferPanelX1.Controls.Add(this.lblInfo);
this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.doubleBufferPanelX1.Location = new System.Drawing.Point(0, 542);
this.doubleBufferPanelX1.Name = "doubleBufferPanelX1";
this.doubleBufferPanelX1.Padding = new System.Windows.Forms.Padding(2);
this.doubleBufferPanelX1.Size = new System.Drawing.Size(740, 58);
this.doubleBufferPanelX1.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(246)))));
this.doubleBufferPanelX1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(246)))));
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 = 4;
//
// ButtonCancel
//
this.ButtonCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ButtonCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86)))));
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(487, 2);
this.ButtonCancel.Name = "ButtonCancel";
this.ButtonCancel.Size = new System.Drawing.Size(97, 54);
this.ButtonCancel.TabIndex = 31;
this.ButtonCancel.Tag = "clear";
this.ButtonCancel.Text = "取消";
this.ButtonCancel.TextColor = System.Drawing.Color.White;
this.ButtonCancel.Click += new System.EventHandler(this.OnEscapeClick);
//
// ButtonAccept
//
this.ButtonAccept.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonAccept.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.ButtonAccept.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.ButtonAccept.Cursor = System.Windows.Forms.Cursors.Hand;
this.ButtonAccept.Dock = System.Windows.Forms.DockStyle.Right;
this.ButtonAccept.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonAccept.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.ButtonAccept.Location = new System.Drawing.Point(595, 2);
this.ButtonAccept.Name = "ButtonAccept";
this.ButtonAccept.Size = new System.Drawing.Size(143, 54);
this.ButtonAccept.TabIndex = 32;
this.ButtonAccept.Text = "完成结账";
this.ButtonAccept.TextColor = System.Drawing.Color.White;
this.ButtonAccept.Click += new System.EventHandler(this.OnFinishedClick);
//
// lblInfo
//
//
//
//
this.lblInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblInfo.Dock = System.Windows.Forms.DockStyle.Left;
this.lblInfo.Font = new System.Drawing.Font("微软雅黑", 17.25F);
this.lblInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
this.lblInfo.Location = new System.Drawing.Point(2, 2);
this.lblInfo.Name = "lblInfo";
this.lblInfo.Size = new System.Drawing.Size(440, 54);
this.lblInfo.TabIndex = 27;
this.lblInfo.Text = "请选择支付方式";
this.lblInfo.WordWrap = true;
//
// controlBox
//
this.controlBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84)))));
this.controlBox.CloseBox = true;
this.controlBox.Dock = System.Windows.Forms.DockStyle.Top;
this.controlBox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.controlBox.ForeColor = System.Drawing.Color.White;
this.controlBox.Location = new System.Drawing.Point(0, 0);
this.controlBox.Margin = new System.Windows.Forms.Padding(0);
this.controlBox.MessageCenterStatus = false;
this.controlBox.MinimizeBox = false;
this.controlBox.Name = "controlBox";
this.controlBox.NetworkStatus = false;
this.controlBox.NewForeColor = System.Drawing.Color.White;
this.controlBox.SettingsBox = false;
this.controlBox.ShowApplicationVersion = false;
this.controlBox.ShowKeyboard = false;
this.controlBox.ShowLockScreen = false;
this.controlBox.ShowMessageCenter = false;
this.controlBox.ShowNetworkStatus = false;
this.controlBox.ShowQrCode = false;
this.controlBox.Size = new System.Drawing.Size(740, 32);
this.controlBox.TabIndex = 8;
this.controlBox.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnControlBoxCloseClick);
//
// tabPayType
//
this.tabPayType.BackColor = System.Drawing.Color.White;
//
//
//
//
//
//
this.tabPayType.ControlBox.CloseBox.Name = "";
//
//
//
this.tabPayType.ControlBox.MenuBox.Name = "";
this.tabPayType.ControlBox.Name = "";
this.tabPayType.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.tabPayType.ControlBox.MenuBox,
this.tabPayType.ControlBox.CloseBox});
this.tabPayType.ControlBox.Visible = false;
this.tabPayType.Controls.Add(this.superTabControlPanel2);
this.tabPayType.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabPayType.FixedTabSize = new System.Drawing.Size(100, 0);
this.tabPayType.ForeColor = System.Drawing.Color.Black;
this.tabPayType.Location = new System.Drawing.Point(0, 32);
this.tabPayType.Name = "tabPayType";
this.tabPayType.ReorderTabsEnabled = true;
this.tabPayType.SelectedTabFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tabPayType.SelectedTabIndex = -1;
this.tabPayType.Size = new System.Drawing.Size(740, 510);
this.tabPayType.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Left;
this.tabPayType.TabFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tabPayType.TabHorizontalSpacing = 1;
this.tabPayType.TabIndex = 10;
this.tabPayType.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.WinMediaPlayer12;
this.tabPayType.TabVerticalSpacing = 1;
//
// superTabControlPanel2
//
this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.superTabControlPanel2.Location = new System.Drawing.Point(10, 0);
this.superTabControlPanel2.Name = "superTabControlPanel2";
this.superTabControlPanel2.Size = new System.Drawing.Size(730, 510);
this.superTabControlPanel2.TabIndex = 0;
this.superTabControlPanel2.TabItem = this.superTabItem2;
//
// superTabItem2
//
this.superTabItem2.AttachedControl = this.superTabControlPanel2;
this.superTabItem2.GlobalItem = false;
this.superTabItem2.Name = "superTabItem2";
this.superTabItem2.Text = "superTabItem2";
//
// BillFormExt
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(740, 600);
this.Controls.Add(this.tabPayType);
this.Controls.Add(this.controlBox);
this.Controls.Add(this.doubleBufferPanelX1);
this.Name = "BillFormExt";
this.Text = "BillFormExt";
this.doubleBufferPanelX1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tabPayType)).EndInit();
this.tabPayType.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.DoubleBufferPanelX doubleBufferPanelX1;
private DevComponents.DotNetBar.ButtonX ButtonAccept;
private DevComponents.DotNetBar.ButtonX ButtonCancel;
private DevComponents.DotNetBar.LabelX lblInfo;
private Component.ControlBox controlBox;
private DevComponents.DotNetBar.SuperTabControl tabPayType;
private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel2;
private DevComponents.DotNetBar.SuperTabItem superTabItem2;
}
}