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.

424 lines
24 KiB
C#

9 months ago
namespace POSV.Component
{
partial class AddResourceFormEx
{
/// <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.txtPermission = new DevComponents.DotNetBar.Controls.TextBoxX();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.txtKeyData = new DevComponents.DotNetBar.Controls.TextBoxX();
this.txtKeyCode = new DevComponents.DotNetBar.Controls.TextBoxX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.txtName = new DevComponents.DotNetBar.Controls.TextBoxX();
this.comboBoxGroup = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.labelX6 = new DevComponents.DotNetBar.LabelX();
this.labelX5 = new DevComponents.DotNetBar.LabelX();
this.doubleBufferPanelX2.SuspendLayout();
this.bottomPanel.SuspendLayout();
this.buttonPanel.SuspendLayout();
this.mainPanel.SuspendLayout();
this.SuspendLayout();
//
// doubleBufferPanelX2
//
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(411, 36);
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.Fill;
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(409, 34);
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, 315);
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.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 = 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(211, 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.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(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.OnCloseClick);
//
// 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(206, 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.txtPermission);
this.mainPanel.Controls.Add(this.labelX3);
this.mainPanel.Controls.Add(this.txtKeyData);
this.mainPanel.Controls.Add(this.txtKeyCode);
this.mainPanel.Controls.Add(this.labelX2);
this.mainPanel.Controls.Add(this.txtName);
this.mainPanel.Controls.Add(this.comboBoxGroup);
this.mainPanel.Controls.Add(this.labelX1);
this.mainPanel.Controls.Add(this.labelX6);
this.mainPanel.Controls.Add(this.labelX5);
this.mainPanel.DisabledBackColor = System.Drawing.Color.Empty;
this.mainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainPanel.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
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, 279);
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;
//
// txtPermission
//
this.txtPermission.BackColor = System.Drawing.Color.White;
//
//
//
this.txtPermission.Border.Class = "TextBoxBorder";
this.txtPermission.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtPermission.DisabledBackColor = System.Drawing.Color.White;
this.txtPermission.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtPermission.ForeColor = System.Drawing.Color.Black;
this.txtPermission.Location = new System.Drawing.Point(108, 236);
this.txtPermission.MaxLength = 16;
this.txtPermission.Multiline = true;
this.txtPermission.Name = "txtPermission";
this.txtPermission.PreventEnterBeep = true;
this.txtPermission.Size = new System.Drawing.Size(291, 26);
this.txtPermission.TabIndex = 152;
//
// labelX3
//
//
//
//
this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX3.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX3.Location = new System.Drawing.Point(4, 238);
this.labelX3.Name = "labelX3";
this.labelX3.Size = new System.Drawing.Size(98, 23);
this.labelX3.TabIndex = 151;
this.labelX3.Text = "权限控制:";
//
// txtKeyData
//
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.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(108, 188);
this.txtKeyData.MaxLength = 16;
this.txtKeyData.Multiline = true;
this.txtKeyData.Name = "txtKeyData";
this.txtKeyData.PreventEnterBeep = true;
this.txtKeyData.Size = new System.Drawing.Size(291, 26);
this.txtKeyData.TabIndex = 150;
//
// txtKeyCode
//
this.txtKeyCode.BackColor = System.Drawing.Color.White;
//
//
//
this.txtKeyCode.Border.Class = "TextBoxBorder";
this.txtKeyCode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtKeyCode.DisabledBackColor = System.Drawing.Color.White;
this.txtKeyCode.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtKeyCode.ForeColor = System.Drawing.Color.Black;
this.txtKeyCode.Location = new System.Drawing.Point(108, 134);
this.txtKeyCode.MaxLength = 16;
this.txtKeyCode.Multiline = true;
this.txtKeyCode.Name = "txtKeyCode";
this.txtKeyCode.PreventEnterBeep = true;
this.txtKeyCode.Size = new System.Drawing.Size(291, 26);
this.txtKeyCode.TabIndex = 149;
//
// labelX2
//
//
//
//
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(26, 190);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(76, 23);
this.labelX2.TabIndex = 145;
this.labelX2.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.Location = new System.Drawing.Point(108, 80);
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 = 140;
//
// comboBoxGroup
//
this.comboBoxGroup.DisplayMember = "Text";
this.comboBoxGroup.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.comboBoxGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxGroup.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comboBoxGroup.ForeColor = System.Drawing.Color.Black;
this.comboBoxGroup.FormattingEnabled = true;
this.comboBoxGroup.ItemHeight = 21;
this.comboBoxGroup.Location = new System.Drawing.Point(108, 26);
this.comboBoxGroup.Name = "comboBoxGroup";
this.comboBoxGroup.Size = new System.Drawing.Size(291, 27);
this.comboBoxGroup.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.comboBoxGroup.TabIndex = 139;
//
// 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, 136);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(98, 23);
this.labelX1.TabIndex = 138;
this.labelX1.Text = "资源标识:";
//
// labelX6
//
//
//
//
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(12, 82);
this.labelX6.Name = "labelX6";
this.labelX6.Size = new System.Drawing.Size(98, 23);
this.labelX6.TabIndex = 137;
this.labelX6.Text = "资源名称:";
//
// labelX5
//
//
//
//
this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX5.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX5.Location = new System.Drawing.Point(12, 30);
this.labelX5.Name = "labelX5";
this.labelX5.Size = new System.Drawing.Size(98, 23);
this.labelX5.TabIndex = 136;
this.labelX5.Text = "资源分组:";
//
// AddResourceFormEx
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(411, 359);
this.Controls.Add(this.mainPanel);
this.Controls.Add(this.bottomPanel);
this.Controls.Add(this.doubleBufferPanelX2);
this.Name = "AddResourceFormEx";
this.Text = "AddResourceForm";
this.doubleBufferPanelX2.ResumeLayout(false);
this.bottomPanel.ResumeLayout(false);
this.buttonPanel.ResumeLayout(false);
this.mainPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DoubleBufferPanelX doubleBufferPanelX2;
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 labelX6;
private DevComponents.DotNetBar.LabelX labelX5;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxGroup;
private DevComponents.DotNetBar.Controls.TextBoxX txtName;
private DevComponents.DotNetBar.LabelX labelX2;
private ControlBox controlBox;
private DevComponents.DotNetBar.Controls.TextBoxX txtKeyCode;
private DevComponents.DotNetBar.Controls.TextBoxX txtKeyData;
private DevComponents.DotNetBar.Controls.TextBoxX txtPermission;
private DevComponents.DotNetBar.LabelX labelX3;
}
}