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.

336 lines
18 KiB
C#

9 months ago
namespace POSV.Component
{
partial class AddPaymentForm
{
/// <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.controlBox = new POSV.Component.ControlBox();
this.bottomPanel = new POSV.Component.DoubleBufferPanelX();
this.buttonPanel = new POSV.Component.DoubleBufferPanelX();
this.ButtonOK = new DevComponents.DotNetBar.ButtonX();
this.ButtonClose = new DevComponents.DotNetBar.ButtonX();
this.lblInfo = new DevComponents.DotNetBar.LabelX();
this.mainPanel = new POSV.Component.DoubleBufferPanelX();
this.cmbPayMode = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.comboItem1 = new DevComponents.Editors.ComboItem();
this.comboItem2 = new DevComponents.Editors.ComboItem();
this.comboItem3 = new DevComponents.Editors.ComboItem();
this.comboItem4 = new DevComponents.Editors.ComboItem();
this.comboItem5 = new DevComponents.Editors.ComboItem();
this.cmbPayType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.comboItem24 = new DevComponents.Editors.ComboItem();
this.comboItem25 = new DevComponents.Editors.ComboItem();
this.comboItem26 = new DevComponents.Editors.ComboItem();
this.comboItem27 = new DevComponents.Editors.ComboItem();
this.comboItem28 = new DevComponents.Editors.ComboItem();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.bottomPanel.SuspendLayout();
this.buttonPanel.SuspendLayout();
this.mainPanel.SuspendLayout();
this.SuspendLayout();
//
// 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(411, 36);
this.controlBox.TabIndex = 1;
this.controlBox.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnCloseClick);
//
// 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(0, 143);
this.bottomPanel.Name = "bottomPanel";
this.bottomPanel.Padding = new System.Windows.Forms.Padding(1);
this.bottomPanel.Size = new System.Drawing.Size(411, 44);
this.bottomPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
this.bottomPanel.Style.BackColor1.Alpha = ((byte)(0));
this.bottomPanel.Style.BackColor1.Color = System.Drawing.Color.White;
this.bottomPanel.Style.BackColor2.Alpha = ((byte)(0));
this.bottomPanel.Style.BackColor2.Color = System.Drawing.Color.White;
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 = 37;
//
// buttonPanel
//
this.buttonPanel.CanvasColor = System.Drawing.SystemColors.Control;
this.buttonPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.buttonPanel.Controls.Add(this.ButtonOK);
this.buttonPanel.Controls.Add(this.ButtonClose);
this.buttonPanel.DisabledBackColor = System.Drawing.Color.Empty;
this.buttonPanel.Dock = System.Windows.Forms.DockStyle.Right;
this.buttonPanel.Location = new System.Drawing.Point(230, 1);
this.buttonPanel.Name = "buttonPanel";
this.buttonPanel.Padding = new System.Windows.Forms.Padding(2);
this.buttonPanel.Size = new System.Drawing.Size(180, 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("微软雅黑", 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(2, 2);
this.ButtonOK.Name = "ButtonOK";
this.ButtonOK.Size = new System.Drawing.Size(87, 38);
this.ButtonOK.TabIndex = 30;
this.ButtonOK.Text = "保存";
this.ButtonOK.TextColor = System.Drawing.Color.White;
this.ButtonOK.Click += new System.EventHandler(this.ButtonSaveClick);
//
// 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.Dock = System.Windows.Forms.DockStyle.Right;
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(95, 2);
this.ButtonClose.Name = "ButtonClose";
this.ButtonClose.Size = new System.Drawing.Size(83, 38);
this.ButtonClose.TabIndex = 29;
this.ButtonClose.Text = "关闭";
this.ButtonClose.TextColor = System.Drawing.Color.White;
this.ButtonClose.Click += new System.EventHandler(this.OnCloseClick);
//
// lblInfo
//
this.lblInfo.BackColor = System.Drawing.Color.White;
//
//
//
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(223, 42);
this.lblInfo.Symbol = "";
this.lblInfo.TabIndex = 31;
this.lblInfo.Text = "注册快捷支付";
this.lblInfo.WordWrap = true;
//
// mainPanel
//
this.mainPanel.CanvasColor = System.Drawing.SystemColors.Control;
this.mainPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.mainPanel.Controls.Add(this.cmbPayMode);
this.mainPanel.Controls.Add(this.cmbPayType);
this.mainPanel.Controls.Add(this.labelX1);
this.mainPanel.DisabledBackColor = System.Drawing.Color.Empty;
this.mainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainPanel.Location = new System.Drawing.Point(0, 36);
this.mainPanel.Name = "mainPanel";
this.mainPanel.Padding = new System.Windows.Forms.Padding(1);
this.mainPanel.Size = new System.Drawing.Size(411, 107);
this.mainPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
this.mainPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.mainPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.mainPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.mainPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.mainPanel.Style.GradientAngle = 90;
this.mainPanel.TabIndex = 44;
//
// cmbPayMode
//
this.cmbPayMode.DisplayMember = "Text";
this.cmbPayMode.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cmbPayMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbPayMode.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbPayMode.ForeColor = System.Drawing.Color.Black;
this.cmbPayMode.FormattingEnabled = true;
this.cmbPayMode.ItemHeight = 21;
this.cmbPayMode.Items.AddRange(new object[] {
this.comboItem1,
this.comboItem2,
this.comboItem3,
this.comboItem4,
this.comboItem5});
this.cmbPayMode.Location = new System.Drawing.Point(230, 39);
this.cmbPayMode.Name = "cmbPayMode";
this.cmbPayMode.Size = new System.Drawing.Size(169, 27);
this.cmbPayMode.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.cmbPayMode.TabIndex = 245;
//
// comboItem1
//
this.comboItem1.Text = "1";
//
// comboItem2
//
this.comboItem2.Text = "2";
//
// comboItem3
//
this.comboItem3.Text = "3";
//
// comboItem4
//
this.comboItem4.Text = "4";
//
// comboItem5
//
this.comboItem5.Text = "5";
//
// cmbPayType
//
this.cmbPayType.DisplayMember = "Text";
this.cmbPayType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cmbPayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbPayType.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbPayType.ForeColor = System.Drawing.Color.Black;
this.cmbPayType.FormattingEnabled = true;
this.cmbPayType.ItemHeight = 21;
this.cmbPayType.Items.AddRange(new object[] {
this.comboItem24,
this.comboItem25,
this.comboItem26,
this.comboItem27,
this.comboItem28});
this.cmbPayType.Location = new System.Drawing.Point(107, 39);
this.cmbPayType.Name = "cmbPayType";
this.cmbPayType.Size = new System.Drawing.Size(105, 27);
this.cmbPayType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.cmbPayType.TabIndex = 244;
this.cmbPayType.SelectedIndexChanged += new System.EventHandler(this.OnPayTypeSelectedIndexChanged);
//
// comboItem24
//
this.comboItem24.Text = "1";
//
// comboItem25
//
this.comboItem25.Text = "2";
//
// comboItem26
//
this.comboItem26.Text = "3";
//
// comboItem27
//
this.comboItem27.Text = "4";
//
// comboItem28
//
this.comboItem28.Text = "5";
//
// labelX1
//
//
//
//
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX1.Location = new System.Drawing.Point(12, 43);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(98, 23);
this.labelX1.TabIndex = 159;
this.labelX1.Text = "支付方式:";
//
// AddPaymentForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(411, 187);
this.Controls.Add(this.mainPanel);
this.Controls.Add(this.bottomPanel);
this.Controls.Add(this.controlBox);
this.Name = "AddPaymentForm";
this.Text = "AddPaymentForm";
this.bottomPanel.ResumeLayout(false);
this.buttonPanel.ResumeLayout(false);
this.mainPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private ControlBox controlBox;
private DoubleBufferPanelX bottomPanel;
private DoubleBufferPanelX buttonPanel;
private DevComponents.DotNetBar.ButtonX ButtonOK;
private DevComponents.DotNetBar.ButtonX ButtonClose;
private DevComponents.DotNetBar.LabelX lblInfo;
private DoubleBufferPanelX mainPanel;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.Controls.ComboBoxEx cmbPayMode;
private DevComponents.Editors.ComboItem comboItem1;
private DevComponents.Editors.ComboItem comboItem2;
private DevComponents.Editors.ComboItem comboItem3;
private DevComponents.Editors.ComboItem comboItem4;
private DevComponents.Editors.ComboItem comboItem5;
private DevComponents.DotNetBar.Controls.ComboBoxEx cmbPayType;
private DevComponents.Editors.ComboItem comboItem24;
private DevComponents.Editors.ComboItem comboItem25;
private DevComponents.Editors.ComboItem comboItem26;
private DevComponents.Editors.ComboItem comboItem27;
private DevComponents.Editors.ComboItem comboItem28;
}
}