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.

635 lines
37 KiB
C#

9 months ago
namespace POSV.Component
{
partial class AddResourceForm
{
/// <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.doubleBufferPanelX2 = new POSV.Component.DoubleBufferPanelX();
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.superTabControl1 = new DevComponents.DotNetBar.SuperTabControl();
this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
this.noticeLabel = new DevComponents.DotNetBar.LabelX();
this.labelX6 = new DevComponents.DotNetBar.LabelX();
this.txtKeyData = new POSV.Component.NumericTextBox();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.txtName = new DevComponents.DotNetBar.Controls.TextBoxX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.keyCodePanel = new POSV.Component.DoubleBufferPanelX();
this.checkBoxX4 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX3 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX2 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX1 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.superTabItem1 = new DevComponents.DotNetBar.SuperTabItem();
this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
this.itemPanel1 = new DevComponents.DotNetBar.ItemPanel();
this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.ButtonCancel = new DevComponents.DotNetBar.ButtonX();
this.superTabItem2 = new DevComponents.DotNetBar.SuperTabItem();
this.doubleBufferPanelX2.SuspendLayout();
this.bottomPanel.SuspendLayout();
this.buttonPanel.SuspendLayout();
this.mainPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).BeginInit();
this.superTabControl1.SuspendLayout();
this.superTabControlPanel1.SuspendLayout();
this.keyCodePanel.SuspendLayout();
this.superTabControlPanel2.SuspendLayout();
this.doubleBufferPanelX1.SuspendLayout();
this.SuspendLayout();
//
// doubleBufferPanelX2
//
this.doubleBufferPanelX2.AutoSize = true;
this.doubleBufferPanelX2.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX2.Controls.Add(this.controlBox);
this.doubleBufferPanelX2.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX2.Dock = System.Windows.Forms.DockStyle.Top;
this.doubleBufferPanelX2.Location = new System.Drawing.Point(0, 0);
this.doubleBufferPanelX2.Name = "doubleBufferPanelX2";
this.doubleBufferPanelX2.Padding = new System.Windows.Forms.Padding(1);
this.doubleBufferPanelX2.Size = new System.Drawing.Size(593, 38);
this.doubleBufferPanelX2.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX2.Style.BackColor1.Alpha = ((byte)(0));
this.doubleBufferPanelX2.Style.BackColor1.Color = System.Drawing.Color.Transparent;
this.doubleBufferPanelX2.Style.BackColor2.Alpha = ((byte)(0));
this.doubleBufferPanelX2.Style.BackColor2.Color = System.Drawing.Color.Transparent;
this.doubleBufferPanelX2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.doubleBufferPanelX2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.doubleBufferPanelX2.Style.BorderSide = DevComponents.DotNetBar.eBorderSide.None;
this.doubleBufferPanelX2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.doubleBufferPanelX2.Style.GradientAngle = 90;
this.doubleBufferPanelX2.TabIndex = 29;
//
// 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(1, 1);
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(591, 36);
this.controlBox.TabIndex = 0;
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, 431);
this.bottomPanel.Name = "bottomPanel";
this.bottomPanel.Padding = new System.Windows.Forms.Padding(1);
this.bottomPanel.Size = new System.Drawing.Size(593, 44);
this.bottomPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
this.bottomPanel.Style.BackColor1.Color = System.Drawing.Color.White;
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 = 33;
//
// 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(435, 1);
this.buttonPanel.Name = "buttonPanel";
this.buttonPanel.Padding = new System.Windows.Forms.Padding(2);
this.buttonPanel.Size = new System.Drawing.Size(157, 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(79, 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(84, 2);
this.ButtonClose.Name = "ButtonClose";
this.ButtonClose.Size = new System.Drawing.Size(71, 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(248, 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.superTabControl1);
this.mainPanel.DisabledBackColor = System.Drawing.Color.Empty;
this.mainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainPanel.Location = new System.Drawing.Point(0, 38);
this.mainPanel.Name = "mainPanel";
this.mainPanel.Padding = new System.Windows.Forms.Padding(1);
this.mainPanel.Size = new System.Drawing.Size(593, 393);
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 = 40;
//
// superTabControl1
//
this.superTabControl1.AutoCloseTabs = false;
this.superTabControl1.BackColor = System.Drawing.Color.White;
this.superTabControl1.CloseButtonOnTabsAlwaysDisplayed = false;
//
//
//
//
//
//
this.superTabControl1.ControlBox.CloseBox.Name = "";
//
//
//
this.superTabControl1.ControlBox.MenuBox.Name = "";
this.superTabControl1.ControlBox.Name = "";
this.superTabControl1.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.superTabControl1.ControlBox.MenuBox,
this.superTabControl1.ControlBox.CloseBox});
this.superTabControl1.ControlBox.Visible = false;
this.superTabControl1.Controls.Add(this.superTabControlPanel1);
this.superTabControl1.Controls.Add(this.superTabControlPanel2);
this.superTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.superTabControl1.ForeColor = System.Drawing.Color.Black;
this.superTabControl1.Location = new System.Drawing.Point(1, 1);
this.superTabControl1.Name = "superTabControl1";
this.superTabControl1.ReorderTabsEnabled = true;
this.superTabControl1.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
this.superTabControl1.SelectedTabIndex = 0;
this.superTabControl1.Size = new System.Drawing.Size(591, 391);
this.superTabControl1.TabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.superTabControl1.TabIndex = 157;
this.superTabControl1.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.superTabItem1,
this.superTabItem2});
this.superTabControl1.TabStop = false;
this.superTabControl1.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.OfficeMobile2014;
this.superTabControl1.Text = "superTabControl1";
//
// superTabControlPanel1
//
this.superTabControlPanel1.Controls.Add(this.noticeLabel);
this.superTabControlPanel1.Controls.Add(this.labelX6);
this.superTabControlPanel1.Controls.Add(this.txtKeyData);
this.superTabControlPanel1.Controls.Add(this.labelX1);
this.superTabControlPanel1.Controls.Add(this.txtName);
this.superTabControlPanel1.Controls.Add(this.labelX2);
this.superTabControlPanel1.Controls.Add(this.keyCodePanel);
this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.superTabControlPanel1.Location = new System.Drawing.Point(0, 36);
this.superTabControlPanel1.Name = "superTabControlPanel1";
this.superTabControlPanel1.Size = new System.Drawing.Size(591, 355);
this.superTabControlPanel1.TabIndex = 1;
this.superTabControlPanel1.TabItem = this.superTabItem1;
//
// noticeLabel
//
this.noticeLabel.BackColor = System.Drawing.Color.White;
//
//
//
this.noticeLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.noticeLabel.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.noticeLabel.ForeColor = System.Drawing.Color.DarkRed;
this.noticeLabel.Location = new System.Drawing.Point(107, 212);
this.noticeLabel.Name = "noticeLabel";
this.noticeLabel.Size = new System.Drawing.Size(303, 43);
this.noticeLabel.TabIndex = 161;
//
// labelX6
//
this.labelX6.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX6.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX6.Location = new System.Drawing.Point(48, 27);
this.labelX6.Name = "labelX6";
this.labelX6.Size = new System.Drawing.Size(98, 23);
this.labelX6.TabIndex = 150;
this.labelX6.Text = "标签名称:";
//
// txtKeyData
//
this.txtKeyData.AllowDecimalSeparator = true;
this.txtKeyData.AllowNegativeSign = true;
this.txtKeyData.AllowSpace = false;
this.txtKeyData.BackColor = System.Drawing.Color.White;
//
//
//
this.txtKeyData.Border.Class = "TextBoxBorder";
this.txtKeyData.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtKeyData.DisabledBackColor = System.Drawing.Color.White;
this.txtKeyData.EnableSoftKeyboard = true;
this.txtKeyData.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtKeyData.ForeColor = System.Drawing.Color.Black;
this.txtKeyData.Location = new System.Drawing.Point(148, 156);
this.txtKeyData.MaxDecimalDigit = 2;
this.txtKeyData.MaxLength = 6;
this.txtKeyData.Multiline = true;
this.txtKeyData.Name = "txtKeyData";
this.txtKeyData.PreventEnterBeep = true;
this.txtKeyData.Size = new System.Drawing.Size(291, 26);
this.txtKeyData.TabIndex = 153;
this.txtKeyData.OnValueChanged += new POSV.Component.NumericTextBox.EventHandler(this.OnDataValueChanged);
//
// labelX1
//
this.labelX1.BackColor = System.Drawing.Color.Transparent;
//
//
//
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(48, 74);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(98, 23);
this.labelX1.TabIndex = 138;
this.labelX1.Text = "业务标识:";
//
// txtName
//
this.txtName.BackColor = System.Drawing.Color.White;
//
//
//
this.txtName.Border.Class = "TextBoxBorder";
this.txtName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtName.DisabledBackColor = System.Drawing.Color.White;
this.txtName.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtName.ForeColor = System.Drawing.Color.Black;
this.txtName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtName.Location = new System.Drawing.Point(148, 25);
this.txtName.MaxLength = 16;
this.txtName.Multiline = true;
this.txtName.Name = "txtName";
this.txtName.PreventEnterBeep = true;
this.txtName.Size = new System.Drawing.Size(291, 26);
this.txtName.TabIndex = 152;
//
// labelX2
//
this.labelX2.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX2.Location = new System.Drawing.Point(48, 160);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(98, 23);
this.labelX2.TabIndex = 145;
this.labelX2.Text = "操作数值:";
//
// keyCodePanel
//
this.keyCodePanel.CanvasColor = System.Drawing.SystemColors.Control;
this.keyCodePanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.keyCodePanel.Controls.Add(this.checkBoxX4);
this.keyCodePanel.Controls.Add(this.checkBoxX3);
this.keyCodePanel.Controls.Add(this.checkBoxX2);
this.keyCodePanel.Controls.Add(this.checkBoxX1);
this.keyCodePanel.DisabledBackColor = System.Drawing.Color.Empty;
this.keyCodePanel.Location = new System.Drawing.Point(148, 67);
this.keyCodePanel.Name = "keyCodePanel";
this.keyCodePanel.Size = new System.Drawing.Size(291, 76);
this.keyCodePanel.Style.Alignment = System.Drawing.StringAlignment.Center;
this.keyCodePanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.keyCodePanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.keyCodePanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.keyCodePanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.keyCodePanel.Style.GradientAngle = 90;
this.keyCodePanel.TabIndex = 141;
//
// checkBoxX4
//
//
//
//
this.checkBoxX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX4.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.checkBoxX4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX4.Location = new System.Drawing.Point(105, 32);
this.checkBoxX4.Name = "checkBoxX4";
this.checkBoxX4.Size = new System.Drawing.Size(96, 23);
this.checkBoxX4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX4.TabIndex = 3;
this.checkBoxX4.Tag = "整单定率折扣";
this.checkBoxX4.Text = "整单定率折扣";
this.checkBoxX4.CheckedChanged += new System.EventHandler(this.OnKeyCodeCheckedChanged);
//
// checkBoxX3
//
//
//
//
this.checkBoxX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX3.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.checkBoxX3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX3.Location = new System.Drawing.Point(105, 3);
this.checkBoxX3.Name = "checkBoxX3";
this.checkBoxX3.Size = new System.Drawing.Size(96, 23);
this.checkBoxX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX3.TabIndex = 2;
this.checkBoxX3.Tag = "单品定率折扣";
this.checkBoxX3.Text = "单品定率折扣";
this.checkBoxX3.CheckedChanged += new System.EventHandler(this.OnKeyCodeCheckedChanged);
//
// checkBoxX2
//
//
//
//
this.checkBoxX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX2.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.checkBoxX2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX2.Location = new System.Drawing.Point(3, 32);
this.checkBoxX2.Name = "checkBoxX2";
this.checkBoxX2.Size = new System.Drawing.Size(96, 23);
this.checkBoxX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX2.TabIndex = 1;
this.checkBoxX2.Tag = "整单定额优惠";
this.checkBoxX2.Text = "整单定额优惠";
this.checkBoxX2.CheckedChanged += new System.EventHandler(this.OnKeyCodeCheckedChanged);
//
// checkBoxX1
//
//
//
//
this.checkBoxX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX1.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.checkBoxX1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX1.Location = new System.Drawing.Point(3, 3);
this.checkBoxX1.Name = "checkBoxX1";
this.checkBoxX1.Size = new System.Drawing.Size(96, 23);
this.checkBoxX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX1.TabIndex = 0;
this.checkBoxX1.Tag = "单品定额优惠";
this.checkBoxX1.Text = "单品定额优惠";
this.checkBoxX1.CheckedChanged += new System.EventHandler(this.OnKeyCodeCheckedChanged);
//
// superTabItem1
//
this.superTabItem1.AttachedControl = this.superTabControlPanel1;
this.superTabItem1.GlobalItem = false;
this.superTabItem1.Name = "superTabItem1";
this.superTabItem1.Text = "新增资源";
//
// superTabControlPanel2
//
this.superTabControlPanel2.Controls.Add(this.itemPanel1);
this.superTabControlPanel2.Controls.Add(this.doubleBufferPanelX1);
this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.superTabControlPanel2.Location = new System.Drawing.Point(0, 36);
this.superTabControlPanel2.Name = "superTabControlPanel2";
this.superTabControlPanel2.Size = new System.Drawing.Size(591, 355);
this.superTabControlPanel2.TabIndex = 0;
this.superTabControlPanel2.TabItem = this.superTabItem2;
//
// itemPanel1
//
//
//
//
this.itemPanel1.BackgroundStyle.Class = "ItemPanel";
this.itemPanel1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.itemPanel1.ContainerControlProcessDialogKey = true;
this.itemPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.itemPanel1.DragDropSupport = true;
this.itemPanel1.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
this.itemPanel1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.itemPanel1.Location = new System.Drawing.Point(0, 0);
this.itemPanel1.Name = "itemPanel1";
this.itemPanel1.ReserveLeftSpace = false;
this.itemPanel1.Size = new System.Drawing.Size(591, 308);
this.itemPanel1.TabIndex = 4;
this.itemPanel1.Text = "itemPanel1";
//
// doubleBufferPanelX1
//
this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX1.Controls.Add(this.buttonX1);
this.doubleBufferPanelX1.Controls.Add(this.ButtonCancel);
this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.doubleBufferPanelX1.Location = new System.Drawing.Point(0, 308);
this.doubleBufferPanelX1.Name = "doubleBufferPanelX1";
this.doubleBufferPanelX1.Size = new System.Drawing.Size(591, 47);
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 = 0;
//
// buttonX1
//
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(184)))), ((int)(((byte)(127)))));
this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX1.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX1.FadeEffect = false;
this.buttonX1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX1.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX1.Location = new System.Drawing.Point(167, 3);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(119, 42);
this.buttonX1.TabIndex = 37;
this.buttonX1.Text = "修改";
this.buttonX1.TextColor = System.Drawing.Color.White;
this.buttonX1.Click += new System.EventHandler(this.OnModifyClick);
//
// ButtonCancel
//
this.ButtonCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonCancel.BackColor = System.Drawing.Color.Black;
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(334, 3);
this.ButtonCancel.Name = "ButtonCancel";
this.ButtonCancel.Size = new System.Drawing.Size(68, 42);
this.ButtonCancel.TabIndex = 36;
this.ButtonCancel.Text = "删除";
this.ButtonCancel.TextColor = System.Drawing.Color.White;
this.ButtonCancel.Click += new System.EventHandler(this.OnDeleteItemClick);
//
// superTabItem2
//
this.superTabItem2.AttachedControl = this.superTabControlPanel2;
this.superTabItem2.GlobalItem = false;
this.superTabItem2.Name = "superTabItem2";
this.superTabItem2.Text = "全部资源";
//
// AddResourceForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(593, 475);
this.Controls.Add(this.mainPanel);
this.Controls.Add(this.bottomPanel);
this.Controls.Add(this.doubleBufferPanelX2);
this.Name = "AddResourceForm";
this.Text = "AddResourceForm";
this.doubleBufferPanelX2.ResumeLayout(false);
this.bottomPanel.ResumeLayout(false);
this.buttonPanel.ResumeLayout(false);
this.mainPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).EndInit();
this.superTabControl1.ResumeLayout(false);
this.superTabControlPanel1.ResumeLayout(false);
this.keyCodePanel.ResumeLayout(false);
this.superTabControlPanel2.ResumeLayout(false);
this.doubleBufferPanelX1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DoubleBufferPanelX doubleBufferPanelX2;
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 DoubleBufferPanelX keyCodePanel;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX1;
private DevComponents.DotNetBar.LabelX labelX2;
private DevComponents.DotNetBar.Controls.TextBoxX txtName;
private DevComponents.DotNetBar.LabelX labelX6;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX4;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX3;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX2;
private NumericTextBox txtKeyData;
private DevComponents.DotNetBar.SuperTabControl superTabControl1;
private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel1;
private DevComponents.DotNetBar.SuperTabItem superTabItem1;
private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel2;
private DevComponents.DotNetBar.SuperTabItem superTabItem2;
private DevComponents.DotNetBar.ItemPanel itemPanel1;
private DoubleBufferPanelX doubleBufferPanelX1;
private DevComponents.DotNetBar.ButtonX buttonX1;
private DevComponents.DotNetBar.ButtonX ButtonCancel;
private DevComponents.DotNetBar.LabelX noticeLabel;
}
}