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.

346 lines
19 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 CategorySettings
{
/// <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.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.superTabControl = new DevComponents.DotNetBar.SuperTabControl();
this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
this.categoryParameter1 = new POSV.Component.CategoryParameter();
this.superTabItem2 = new DevComponents.DotNetBar.SuperTabItem();
this.superTabControlPanel4 = new DevComponents.DotNetBar.SuperTabControlPanel();
this.specMakeParameter1 = new POSV.Component.SpecMakeParameter();
this.superTabItem4 = new DevComponents.DotNetBar.SuperTabItem();
this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
this.productParameter1 = new POSV.Component.ProductParameter();
this.superTabItem1 = new DevComponents.DotNetBar.SuperTabItem();
this.superTabControlPanel3 = new DevComponents.DotNetBar.SuperTabControlPanel();
this.shoppingCartParameter1 = new POSV.Component.ShoppingCartParameter();
this.superTabItem3 = new DevComponents.DotNetBar.SuperTabItem();
this.bottomPanel.SuspendLayout();
this.buttonPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.superTabControl)).BeginInit();
this.superTabControl.SuspendLayout();
this.superTabControlPanel2.SuspendLayout();
this.superTabControlPanel4.SuspendLayout();
this.superTabControlPanel1.SuspendLayout();
this.superTabControlPanel3.SuspendLayout();
this.SuspendLayout();
//
// 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, 516);
this.bottomPanel.Name = "bottomPanel";
this.bottomPanel.Padding = new System.Windows.Forms.Padding(1);
this.bottomPanel.Size = new System.Drawing.Size(698, 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 = 23;
//
// 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(498, 1);
this.buttonPanel.Name = "buttonPanel";
this.buttonPanel.Padding = new System.Windows.Forms.Padding(2);
this.buttonPanel.Size = new System.Drawing.Size(199, 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(96, 38);
this.ButtonOK.TabIndex = 30;
this.ButtonOK.Text = "应用";
this.ButtonOK.TextColor = System.Drawing.Color.White;
this.ButtonOK.Click += new System.EventHandler(this.OnButtonOKClick);
//
// 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(101, 2);
this.ButtonClose.Name = "ButtonClose";
this.ButtonClose.Size = new System.Drawing.Size(96, 38);
this.ButtonClose.TabIndex = 29;
this.ButtonClose.Text = "关闭";
this.ButtonClose.TextColor = System.Drawing.Color.White;
this.ButtonClose.Click += new System.EventHandler(this.OnButtonCloseClick);
//
// 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(391, 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.Name = "";
this.superTabControl.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.superTabControl.ControlBox.MenuBox,
this.superTabControl.ControlBox.CloseBox});
this.superTabControl.ControlBox.Visible = false;
this.superTabControl.Controls.Add(this.superTabControlPanel2);
this.superTabControl.Controls.Add(this.superTabControlPanel4);
this.superTabControl.Controls.Add(this.superTabControlPanel1);
this.superTabControl.Controls.Add(this.superTabControlPanel3);
this.superTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.superTabControl.ForeColor = System.Drawing.Color.Black;
this.superTabControl.Location = new System.Drawing.Point(0, 0);
this.superTabControl.Name = "superTabControl";
this.superTabControl.Padding = new System.Windows.Forms.Padding(2);
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(698, 560);
this.superTabControl.TabFont = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.superTabControl.TabHorizontalSpacing = 0;
this.superTabControl.TabIndex = 1;
this.superTabControl.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.superTabItem2,
this.superTabItem1,
this.superTabItem3,
this.superTabItem4});
this.superTabControl.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.OfficeMobile2014;
this.superTabControl.TextAlignment = DevComponents.DotNetBar.eItemAlignment.Center;
//
// superTabControlPanel2
//
this.superTabControlPanel2.Controls.Add(this.categoryParameter1);
this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.superTabControlPanel2.Location = new System.Drawing.Point(0, 38);
this.superTabControlPanel2.Name = "superTabControlPanel2";
this.superTabControlPanel2.Size = new System.Drawing.Size(698, 522);
this.superTabControlPanel2.TabIndex = 0;
this.superTabControlPanel2.TabItem = this.superTabItem2;
//
// categoryParameter1
//
this.categoryParameter1.BackColor = System.Drawing.Color.Transparent;
this.categoryParameter1.Dock = System.Windows.Forms.DockStyle.Fill;
this.categoryParameter1.Location = new System.Drawing.Point(0, 0);
this.categoryParameter1.Name = "categoryParameter1";
this.categoryParameter1.Padding = new System.Windows.Forms.Padding(5);
this.categoryParameter1.Size = new System.Drawing.Size(698, 522);
this.categoryParameter1.TabIndex = 0;
//
// superTabItem2
//
this.superTabItem2.AttachedControl = this.superTabControlPanel2;
this.superTabItem2.GlobalItem = false;
this.superTabItem2.Name = "superTabItem2";
this.superTabItem2.Text = "品类显示定义";
//
// superTabControlPanel4
//
this.superTabControlPanel4.Controls.Add(this.specMakeParameter1);
this.superTabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.superTabControlPanel4.Location = new System.Drawing.Point(0, 38);
this.superTabControlPanel4.Name = "superTabControlPanel4";
this.superTabControlPanel4.Size = new System.Drawing.Size(698, 522);
this.superTabControlPanel4.TabIndex = 0;
this.superTabControlPanel4.TabItem = this.superTabItem4;
//
// specMakeParameter1
//
this.specMakeParameter1.Dock = System.Windows.Forms.DockStyle.Fill;
this.specMakeParameter1.Location = new System.Drawing.Point(0, 0);
this.specMakeParameter1.Name = "specMakeParameter1";
this.specMakeParameter1.Size = new System.Drawing.Size(698, 522);
this.specMakeParameter1.TabIndex = 0;
//
// superTabItem4
//
this.superTabItem4.AttachedControl = this.superTabControlPanel4;
this.superTabItem4.GlobalItem = false;
this.superTabItem4.Name = "superTabItem4";
this.superTabItem4.Text = "规格做法定义";
//
// superTabControlPanel1
//
this.superTabControlPanel1.Controls.Add(this.productParameter1);
this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.superTabControlPanel1.Location = new System.Drawing.Point(0, 38);
this.superTabControlPanel1.Name = "superTabControlPanel1";
this.superTabControlPanel1.Size = new System.Drawing.Size(592, 475);
this.superTabControlPanel1.TabIndex = 0;
this.superTabControlPanel1.TabItem = this.superTabItem1;
//
// productParameter1
//
this.productParameter1.BackColor = System.Drawing.Color.Transparent;
this.productParameter1.Dock = System.Windows.Forms.DockStyle.Fill;
this.productParameter1.Location = new System.Drawing.Point(0, 0);
this.productParameter1.Name = "productParameter1";
this.productParameter1.Size = new System.Drawing.Size(592, 475);
this.productParameter1.TabIndex = 0;
//
// superTabItem1
//
this.superTabItem1.AttachedControl = this.superTabControlPanel1;
this.superTabItem1.GlobalItem = false;
this.superTabItem1.Name = "superTabItem1";
this.superTabItem1.Text = "品项显示定义";
//
// superTabControlPanel3
//
this.superTabControlPanel3.Controls.Add(this.shoppingCartParameter1);
this.superTabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.superTabControlPanel3.Location = new System.Drawing.Point(0, 38);
this.superTabControlPanel3.Name = "superTabControlPanel3";
this.superTabControlPanel3.Size = new System.Drawing.Size(592, 475);
this.superTabControlPanel3.TabIndex = 0;
this.superTabControlPanel3.TabItem = this.superTabItem3;
//
// shoppingCartParameter1
//
this.shoppingCartParameter1.BackColor = System.Drawing.Color.Transparent;
this.shoppingCartParameter1.Dock = System.Windows.Forms.DockStyle.Fill;
this.shoppingCartParameter1.Location = new System.Drawing.Point(0, 0);
this.shoppingCartParameter1.Name = "shoppingCartParameter1";
this.shoppingCartParameter1.Size = new System.Drawing.Size(592, 475);
this.shoppingCartParameter1.TabIndex = 0;
//
// superTabItem3
//
this.superTabItem3.AttachedControl = this.superTabControlPanel3;
this.superTabItem3.GlobalItem = false;
this.superTabItem3.Name = "superTabItem3";
this.superTabItem3.Text = "点单列表定义";
//
// CategorySettings
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.bottomPanel);
this.Controls.Add(this.superTabControl);
this.Name = "CategorySettings";
this.Size = new System.Drawing.Size(698, 560);
this.bottomPanel.ResumeLayout(false);
this.buttonPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.superTabControl)).EndInit();
this.superTabControl.ResumeLayout(false);
this.superTabControlPanel2.ResumeLayout(false);
this.superTabControlPanel4.ResumeLayout(false);
this.superTabControlPanel1.ResumeLayout(false);
this.superTabControlPanel3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel2;
private DevComponents.DotNetBar.SuperTabItem superTabItem2;
private CategoryParameter categoryParameter1;
private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel1;
private DevComponents.DotNetBar.SuperTabItem superTabItem1;
private ProductParameter productParameter1;
private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel3;
private DevComponents.DotNetBar.SuperTabItem superTabItem3;
private ShoppingCartParameter shoppingCartParameter1;
private DoubleBufferPanelX bottomPanel;
private DoubleBufferPanelX buttonPanel;
private DevComponents.DotNetBar.ButtonX ButtonOK;
private DevComponents.DotNetBar.ButtonX ButtonClose;
private DevComponents.DotNetBar.LabelX lblInfo;
private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel4;
private DevComponents.DotNetBar.SuperTabItem superTabItem4;
private SpecMakeParameter specMakeParameter1;
private DevComponents.DotNetBar.SuperTabControl superTabControl;
}
}