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.

281 lines
15 KiB
C#

9 months ago
using POS.Language.Language;
namespace POSV.Component
{
partial class ServiceCenterParameter
{
/// <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.groupPanel3 = new DevComponents.DotNetBar.Controls.GroupPanel();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.enableServiceCenter = new DevComponents.DotNetBar.Controls.SwitchButton();
this.txtPortInput = new DevComponents.Editors.IntegerInput();
this.txtIpAddressInput = new DevComponents.Editors.IpAddressInput();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.tabPanel = new POSV.Component.DoubleBufferPanelX();
this.checkBoxX1 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX2 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX25 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.groupPanel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtPortInput)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtIpAddressInput)).BeginInit();
this.tabPanel.SuspendLayout();
this.SuspendLayout();
//
// groupPanel3
//
this.groupPanel3.BackColor = System.Drawing.Color.White;
this.groupPanel3.CanvasColor = System.Drawing.SystemColors.Control;
this.groupPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanel3.Controls.Add(this.labelX1);
this.groupPanel3.Controls.Add(this.enableServiceCenter);
this.groupPanel3.Controls.Add(this.txtPortInput);
this.groupPanel3.Controls.Add(this.txtIpAddressInput);
this.groupPanel3.Controls.Add(this.labelX2);
this.groupPanel3.DisabledBackColor = System.Drawing.Color.Empty;
this.groupPanel3.Dock = System.Windows.Forms.DockStyle.Top;
this.groupPanel3.DrawTitleBox = false;
this.groupPanel3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupPanel3.Location = new System.Drawing.Point(0, 0);
this.groupPanel3.Name = "groupPanel3";
this.groupPanel3.Size = new System.Drawing.Size(588, 115);
//
//
//
this.groupPanel3.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.groupPanel3.Style.BackColorGradientAngle = 90;
this.groupPanel3.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.groupPanel3.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel3.Style.BorderBottomWidth = 1;
this.groupPanel3.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.groupPanel3.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel3.Style.BorderLeftWidth = 1;
this.groupPanel3.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel3.Style.BorderRightWidth = 1;
this.groupPanel3.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel3.Style.BorderTopWidth = 1;
this.groupPanel3.Style.CornerDiameter = 4;
this.groupPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanel3.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanel3.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
//
//
//
this.groupPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
this.groupPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.groupPanel3.TabIndex = 303;
this.groupPanel3.Text = "服务中心配置";
//
// labelX1
//
this.labelX1.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX1.Location = new System.Drawing.Point(31, 5);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(73, 23);
this.labelX1.TabIndex = 141;
this.labelX1.Text = "是否启用:";
//
// enableServiceCenter
//
this.enableServiceCenter.BackColor = System.Drawing.Color.White;
//
//
//
this.enableServiceCenter.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.enableServiceCenter.Location = new System.Drawing.Point(110, 1);
this.enableServiceCenter.Name = "enableServiceCenter";
this.enableServiceCenter.OffBackColor = System.Drawing.Color.Gray;
this.enableServiceCenter.OffText = "停用";
this.enableServiceCenter.OffTextColor = System.Drawing.Color.White;
this.enableServiceCenter.OnBackColor = System.Drawing.Color.Green;
this.enableServiceCenter.OnText = "启用";
this.enableServiceCenter.OnTextColor = System.Drawing.Color.White;
this.enableServiceCenter.ReadOnlyMarkerColor = System.Drawing.Color.White;
this.enableServiceCenter.Size = new System.Drawing.Size(94, 33);
this.enableServiceCenter.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.enableServiceCenter.SwitchWidth = 45;
this.enableServiceCenter.TabIndex = 140;
this.enableServiceCenter.ValueFalse = "0";
this.enableServiceCenter.ValueTrue = "1";
//
// txtPortInput
//
//
//
//
this.txtPortInput.BackgroundStyle.Class = "DateTimeInputBackground";
this.txtPortInput.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtPortInput.ButtonCustom.SymbolSet = DevComponents.DotNetBar.eSymbolSet.Material;
this.txtPortInput.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
this.txtPortInput.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtPortInput.Location = new System.Drawing.Point(316, 45);
this.txtPortInput.Name = "txtPortInput";
this.txtPortInput.Size = new System.Drawing.Size(52, 26);
this.txtPortInput.TabIndex = 139;
this.txtPortInput.Value = 2018;
this.txtPortInput.Click += new System.EventHandler(this.OnServicePortClick);
//
// txtIpAddressInput
//
this.txtIpAddressInput.AutoOverwrite = true;
//
//
//
this.txtIpAddressInput.BackgroundStyle.Class = "DateTimeInputBackground";
this.txtIpAddressInput.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtIpAddressInput.ButtonCustom.Symbol = "";
this.txtIpAddressInput.ButtonCustom.Visible = true;
this.txtIpAddressInput.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
this.txtIpAddressInput.Font = new System.Drawing.Font("宋体", 12F);
this.txtIpAddressInput.Location = new System.Drawing.Point(110, 45);
this.txtIpAddressInput.Name = "txtIpAddressInput";
this.txtIpAddressInput.Size = new System.Drawing.Size(200, 26);
this.txtIpAddressInput.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.txtIpAddressInput.TabIndex = 138;
this.txtIpAddressInput.Value = "127.0.0.1";
this.txtIpAddressInput.ButtonCustomClick += new System.EventHandler(this.OnIpAddressCustomClick);
//
// labelX2
//
this.labelX2.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX2.Location = new System.Drawing.Point(4, 45);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(100, 23);
this.labelX2.TabIndex = 57;
this.labelX2.Text = "服务中心地址:";
//
// tabPanel
//
this.tabPanel.CanvasColor = System.Drawing.SystemColors.Control;
this.tabPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.tabPanel.Controls.Add(this.checkBoxX1);
this.tabPanel.Controls.Add(this.checkBoxX2);
this.tabPanel.Controls.Add(this.checkBoxX25);
this.tabPanel.DisabledBackColor = System.Drawing.Color.Empty;
this.tabPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabPanel.Location = new System.Drawing.Point(0, 115);
this.tabPanel.Name = "tabPanel";
this.tabPanel.Size = new System.Drawing.Size(588, 271);
this.tabPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
this.tabPanel.Style.BackColor1.Color = System.Drawing.Color.Transparent;
this.tabPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tabPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.tabPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.tabPanel.Style.GradientAngle = 90;
this.tabPanel.TabIndex = 314;
//
// checkBoxX1
//
this.checkBoxX1.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
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(212, 25);
this.checkBoxX1.Name = "checkBoxX1";
this.checkBoxX1.Size = new System.Drawing.Size(124, 23);
this.checkBoxX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX1.TabIndex = 305;
this.checkBoxX1.Tag = "msc_orderno_enable";
this.checkBoxX1.Text = "应用到全局序号";
//
// checkBoxX2
//
this.checkBoxX2.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
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(382, 25);
this.checkBoxX2.Name = "checkBoxX2";
this.checkBoxX2.Size = new System.Drawing.Size(200, 23);
this.checkBoxX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX2.TabIndex = 306;
this.checkBoxX2.Tag = "msc_saleclear_enable";
this.checkBoxX2.Text = "应用到多台收银机共享沽清";
//
// checkBoxX25
//
this.checkBoxX25.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX25.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX25.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX25.Location = new System.Drawing.Point(7, 25);
this.checkBoxX25.Name = "checkBoxX25";
this.checkBoxX25.Size = new System.Drawing.Size(124, 23);
this.checkBoxX25.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX25.TabIndex = 304;
this.checkBoxX25.Tag = "msc_ticketno_enable";
this.checkBoxX25.Text = "应用到全局票号";
//
// ServiceCenterParameter
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.tabPanel);
this.Controls.Add(this.groupPanel3);
this.Name = "ServiceCenterParameter";
this.Size = new System.Drawing.Size(588, 386);
this.groupPanel3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtPortInput)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtIpAddressInput)).EndInit();
this.tabPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.Controls.GroupPanel groupPanel3;
private DevComponents.Editors.IntegerInput txtPortInput;
private DevComponents.Editors.IpAddressInput txtIpAddressInput;
private DevComponents.DotNetBar.LabelX labelX2;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.Controls.SwitchButton enableServiceCenter;
private DoubleBufferPanelX tabPanel;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX1;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX2;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX25;
}
}