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.

389 lines
22 KiB
C#

9 months ago
namespace POSV.Component
{
partial class OtherSettings
{
/// <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.groupPanel4 = new DevComponents.DotNetBar.Controls.GroupPanel();
this.checkBoxX115 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX117 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.textBoxX27 = new DevComponents.DotNetBar.Controls.TextBoxX();
this.labelX99 = new DevComponents.DotNetBar.LabelX();
this.textBoxX26 = new DevComponents.DotNetBar.Controls.TextBoxX();
this.labelX98 = new DevComponents.DotNetBar.LabelX();
this.superTabItem2 = new DevComponents.DotNetBar.SuperTabItem();
this.bottomPanel.SuspendLayout();
this.buttonPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.superTabControl)).BeginInit();
this.superTabControl.SuspendLayout();
this.superTabControlPanel2.SuspendLayout();
this.groupPanel4.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(1, 453);
this.bottomPanel.Name = "bottomPanel";
this.bottomPanel.Padding = new System.Windows.Forms.Padding(1);
this.bottomPanel.Size = new System.Drawing.Size(554, 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 = 19;
//
// 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(354, 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;
//
// 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.Dock = System.Windows.Forms.DockStyle.Fill;
this.superTabControl.ForeColor = System.Drawing.Color.Black;
this.superTabControl.Location = new System.Drawing.Point(1, 1);
this.superTabControl.Name = "superTabControl";
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(554, 452);
this.superTabControl.TabFont = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.superTabControl.TabIndex = 20;
this.superTabControl.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.superTabItem2});
this.superTabControl.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.OfficeMobile2014;
//
// superTabControlPanel2
//
this.superTabControlPanel2.Controls.Add(this.groupPanel4);
this.superTabControlPanel2.Controls.Add(this.textBoxX27);
this.superTabControlPanel2.Controls.Add(this.labelX99);
this.superTabControlPanel2.Controls.Add(this.textBoxX26);
this.superTabControlPanel2.Controls.Add(this.labelX98);
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(554, 414);
this.superTabControlPanel2.TabIndex = 0;
this.superTabControlPanel2.TabItem = this.superTabItem2;
//
// groupPanel4
//
this.groupPanel4.BackColor = System.Drawing.Color.White;
this.groupPanel4.CanvasColor = System.Drawing.SystemColors.Control;
this.groupPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanel4.Controls.Add(this.checkBoxX115);
this.groupPanel4.Controls.Add(this.checkBoxX117);
this.groupPanel4.DisabledBackColor = System.Drawing.Color.Empty;
this.groupPanel4.DrawTitleBox = false;
this.groupPanel4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupPanel4.Location = new System.Drawing.Point(12, 61);
this.groupPanel4.Name = "groupPanel4";
this.groupPanel4.Size = new System.Drawing.Size(529, 89);
//
//
//
this.groupPanel4.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.groupPanel4.Style.BackColorGradientAngle = 90;
this.groupPanel4.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.groupPanel4.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel4.Style.BorderBottomWidth = 1;
this.groupPanel4.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.groupPanel4.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel4.Style.BorderLeftWidth = 1;
this.groupPanel4.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel4.Style.BorderRightWidth = 1;
this.groupPanel4.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel4.Style.BorderTopWidth = 1;
this.groupPanel4.Style.CornerDiameter = 4;
this.groupPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanel4.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanel4.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
//
//
//
this.groupPanel4.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
this.groupPanel4.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.groupPanel4.TabIndex = 232;
this.groupPanel4.Text = "邀请您加入版本内测计划,第一时间体验新版本功能,同时为系统提供应用反馈";
//
// checkBoxX115
//
//
//
//
this.checkBoxX115.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX115.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.checkBoxX115.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX115.Location = new System.Drawing.Point(14, 20);
this.checkBoxX115.Name = "checkBoxX115";
this.checkBoxX115.Size = new System.Drawing.Size(232, 23);
this.checkBoxX115.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX115.TabIndex = 79;
this.checkBoxX115.Tag = "2";
this.checkBoxX115.Text = "好的。我要加入,成为体验用户";
//
// checkBoxX117
//
//
//
//
this.checkBoxX117.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX117.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.checkBoxX117.Checked = true;
this.checkBoxX117.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxX117.CheckValue = "Y";
this.checkBoxX117.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX117.Location = new System.Drawing.Point(272, 20);
this.checkBoxX117.Name = "checkBoxX117";
this.checkBoxX117.Size = new System.Drawing.Size(248, 23);
this.checkBoxX117.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX117.TabIndex = 78;
this.checkBoxX117.Tag = "1";
this.checkBoxX117.Text = "还是不加入了,我追求稳定";
//
// textBoxX27
//
this.textBoxX27.BackColor = System.Drawing.Color.White;
//
//
//
this.textBoxX27.Border.Class = "TextBoxBorder";
this.textBoxX27.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.textBoxX27.DisabledBackColor = System.Drawing.Color.White;
this.textBoxX27.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBoxX27.ForeColor = System.Drawing.Color.Black;
this.textBoxX27.Location = new System.Drawing.Point(369, 15);
this.textBoxX27.MaxLength = 32;
this.textBoxX27.Name = "textBoxX27";
this.textBoxX27.PreventEnterBeep = true;
this.textBoxX27.ReadOnly = true;
this.textBoxX27.Size = new System.Drawing.Size(168, 23);
this.textBoxX27.TabIndex = 163;
this.textBoxX27.Text = "1.0.0";
//
// labelX99
//
this.labelX99.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX99.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX99.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX99.Location = new System.Drawing.Point(291, 17);
this.labelX99.Name = "labelX99";
this.labelX99.Size = new System.Drawing.Size(78, 23);
this.labelX99.TabIndex = 162;
this.labelX99.Text = "当前版本:";
//
// textBoxX26
//
this.textBoxX26.BackColor = System.Drawing.Color.White;
//
//
//
this.textBoxX26.Border.Class = "TextBoxBorder";
this.textBoxX26.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.textBoxX26.DisabledBackColor = System.Drawing.Color.White;
this.textBoxX26.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBoxX26.ForeColor = System.Drawing.Color.Black;
this.textBoxX26.Location = new System.Drawing.Point(90, 16);
this.textBoxX26.MaxLength = 32;
this.textBoxX26.Name = "textBoxX26";
this.textBoxX26.PreventEnterBeep = true;
this.textBoxX26.ReadOnly = true;
this.textBoxX26.Size = new System.Drawing.Size(171, 23);
this.textBoxX26.TabIndex = 161;
this.textBoxX26.Text = "HB-POS-WINDOWS";
//
// labelX98
//
this.labelX98.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX98.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX98.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX98.Location = new System.Drawing.Point(12, 18);
this.labelX98.Name = "labelX98";
this.labelX98.Size = new System.Drawing.Size(78, 23);
this.labelX98.TabIndex = 160;
this.labelX98.Text = "应用标识:";
//
// superTabItem2
//
this.superTabItem2.AttachedControl = this.superTabControlPanel2;
this.superTabItem2.GlobalItem = false;
this.superTabItem2.Name = "superTabItem2";
this.superTabItem2.Text = "程序更新";
//
// OtherSettings
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.superTabControl);
this.Controls.Add(this.bottomPanel);
this.Name = "OtherSettings";
this.Padding = new System.Windows.Forms.Padding(1);
this.Size = new System.Drawing.Size(556, 498);
this.bottomPanel.ResumeLayout(false);
this.buttonPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.superTabControl)).EndInit();
this.superTabControl.ResumeLayout(false);
this.superTabControlPanel2.ResumeLayout(false);
this.groupPanel4.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DoubleBufferPanelX bottomPanel;
private DoubleBufferPanelX buttonPanel;
private DevComponents.DotNetBar.ButtonX ButtonOK;
private DevComponents.DotNetBar.ButtonX ButtonClose;
private DevComponents.DotNetBar.LabelX lblInfo;
private DevComponents.DotNetBar.SuperTabControl superTabControl;
private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel2;
private DevComponents.DotNetBar.SuperTabItem superTabItem2;
private DevComponents.DotNetBar.Controls.TextBoxX textBoxX27;
private DevComponents.DotNetBar.LabelX labelX99;
private DevComponents.DotNetBar.Controls.TextBoxX textBoxX26;
private DevComponents.DotNetBar.LabelX labelX98;
private DevComponents.DotNetBar.Controls.GroupPanel groupPanel4;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX115;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX117;
}
}