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.

194 lines
9.8 KiB
C#

9 months ago
using POS.Language.Language;
namespace POSV.Component
{
partial class GuestShowParameter
{
/// <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.labelX1 = new DevComponents.DotNetBar.LabelX();
this.enableGuestShowCom = new DevComponents.DotNetBar.Controls.SwitchButton();
this.guestShowNameCom = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.guestShowPortCom = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
this.SuspendLayout();
//
// labelX1
//
this.labelX1.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX1.Location = new System.Drawing.Point(22, 20);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(73, 23);
this.labelX1.TabIndex = 143;
this.labelX1.Text = "是否启用:";
//
// enableGuestShowCom
//
this.enableGuestShowCom.BackColor = System.Drawing.Color.White;
//
//
//
this.enableGuestShowCom.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.enableGuestShowCom.Location = new System.Drawing.Point(101, 16);
this.enableGuestShowCom.Name = "enableGuestShowCom";
this.enableGuestShowCom.OffBackColor = System.Drawing.Color.Gray;
this.enableGuestShowCom.OffText = "停用";
this.enableGuestShowCom.OffTextColor = System.Drawing.Color.White;
this.enableGuestShowCom.OnBackColor = System.Drawing.Color.Green;
this.enableGuestShowCom.OnText = "启用";
this.enableGuestShowCom.OnTextColor = System.Drawing.Color.White;
this.enableGuestShowCom.ReadOnlyMarkerColor = System.Drawing.Color.White;
this.enableGuestShowCom.Size = new System.Drawing.Size(94, 33);
this.enableGuestShowCom.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.enableGuestShowCom.SwitchWidth = 45;
this.enableGuestShowCom.TabIndex = 142;
this.enableGuestShowCom.ValueFalse = "0";
this.enableGuestShowCom.ValueTrue = "1";
//
// guestShowNameCom
//
this.guestShowNameCom.DisplayMember = "Text";
this.guestShowNameCom.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.guestShowNameCom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.guestShowNameCom.Font = new System.Drawing.Font("宋体", 12F);
this.guestShowNameCom.ForeColor = System.Drawing.Color.Black;
this.guestShowNameCom.FormattingEnabled = true;
this.guestShowNameCom.ItemHeight = 21;
this.guestShowNameCom.Location = new System.Drawing.Point(101, 64);
this.guestShowNameCom.Name = "guestShowNameCom";
this.guestShowNameCom.Size = new System.Drawing.Size(259, 27);
this.guestShowNameCom.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.guestShowNameCom.TabIndex = 289;
//
// labelX2
//
this.labelX2.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX2.Location = new System.Drawing.Point(22, 66);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(73, 23);
this.labelX2.TabIndex = 288;
this.labelX2.Text = "名称型号:";
//
// guestShowPortCom
//
this.guestShowPortCom.DisplayMember = "Text";
this.guestShowPortCom.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.guestShowPortCom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.guestShowPortCom.Font = new System.Drawing.Font("宋体", 12F);
this.guestShowPortCom.ForeColor = System.Drawing.Color.Black;
this.guestShowPortCom.FormattingEnabled = true;
this.guestShowPortCom.ItemHeight = 21;
this.guestShowPortCom.Location = new System.Drawing.Point(101, 106);
this.guestShowPortCom.Name = "guestShowPortCom";
this.guestShowPortCom.Size = new System.Drawing.Size(103, 27);
this.guestShowPortCom.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.guestShowPortCom.TabIndex = 291;
//
// labelX3
//
this.labelX3.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX3.Location = new System.Drawing.Point(22, 108);
this.labelX3.Name = "labelX3";
this.labelX3.Size = new System.Drawing.Size(73, 23);
this.labelX3.TabIndex = 290;
this.labelX3.Text = "客显端口:";
//
// buttonX1
//
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.buttonX1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX1.Location = new System.Drawing.Point(74, 173);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(75, 30);
this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.buttonX1.TabIndex = 292;
this.buttonX1.Text = "修改配置";
this.buttonX1.Click += new System.EventHandler(this.OnModifyParamClick);
//
// buttonX2
//
this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.buttonX2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX2.Location = new System.Drawing.Point(193, 173);
this.buttonX2.Name = "buttonX2";
this.buttonX2.Size = new System.Drawing.Size(75, 30);
this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.buttonX2.TabIndex = 293;
this.buttonX2.Text = "测试";
this.buttonX2.Click += new System.EventHandler(this.OnTestClick);
//
// GuestShowParameter
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.buttonX2);
this.Controls.Add(this.buttonX1);
this.Controls.Add(this.guestShowPortCom);
this.Controls.Add(this.labelX3);
this.Controls.Add(this.guestShowNameCom);
this.Controls.Add(this.labelX2);
this.Controls.Add(this.labelX1);
this.Controls.Add(this.enableGuestShowCom);
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Name = "GuestShowParameter";
this.Size = new System.Drawing.Size(648, 479);
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.Controls.SwitchButton enableGuestShowCom;
private DevComponents.DotNetBar.Controls.ComboBoxEx guestShowNameCom;
private DevComponents.DotNetBar.LabelX labelX2;
private DevComponents.DotNetBar.Controls.ComboBoxEx guestShowPortCom;
private DevComponents.DotNetBar.LabelX labelX3;
private DevComponents.DotNetBar.ButtonX buttonX1;
private DevComponents.DotNetBar.ButtonX buttonX2;
}
}