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.

245 lines
11 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

using POS.Language.Language;
namespace POSV.Component
{
partial class CashBoxParameter
{
/// <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.buttonX2 = new DevComponents.DotNetBar.ButtonX();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.guestShowPortCom = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.comboItem1 = new DevComponents.Editors.ComboItem();
this.comboItem2 = new DevComponents.Editors.ComboItem();
this.comboItem3 = new DevComponents.Editors.ComboItem();
this.comboItem4 = new DevComponents.Editors.ComboItem();
this.comboItem5 = new DevComponents.Editors.ComboItem();
this.comboItem6 = new DevComponents.Editors.ComboItem();
this.comboItem7 = new DevComponents.Editors.ComboItem();
this.comboItem8 = new DevComponents.Editors.ComboItem();
this.comboItem9 = new DevComponents.Editors.ComboItem();
this.comboItem10 = new DevComponents.Editors.ComboItem();
this.comboItem11 = new DevComponents.Editors.ComboItem();
this.comboItem12 = new DevComponents.Editors.ComboItem();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
this.SuspendLayout();
//
// buttonX2
//
this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX2.Anchor = System.Windows.Forms.AnchorStyles.None;
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(344, 282);
this.buttonX2.Name = "buttonX2";
this.buttonX2.Size = new System.Drawing.Size(75, 37);
this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.buttonX2.TabIndex = 301;
this.buttonX2.Text = "测试";
this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click);
//
// buttonX1
//
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX1.Anchor = System.Windows.Forms.AnchorStyles.None;
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(225, 282);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(75, 37);
this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.buttonX1.TabIndex = 300;
this.buttonX1.Text = "默认参数";
this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
//
// guestShowPortCom
//
this.guestShowPortCom.Anchor = System.Windows.Forms.AnchorStyles.None;
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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.guestShowPortCom.ForeColor = System.Drawing.Color.Black;
this.guestShowPortCom.FormattingEnabled = true;
this.guestShowPortCom.ItemHeight = 24;
this.guestShowPortCom.Items.AddRange(new object[] {
this.comboItem1,
this.comboItem2,
this.comboItem3,
this.comboItem4,
this.comboItem5,
this.comboItem6,
this.comboItem7,
this.comboItem8,
this.comboItem9,
this.comboItem10,
this.comboItem11,
this.comboItem12});
this.guestShowPortCom.Location = new System.Drawing.Point(252, 215);
this.guestShowPortCom.Name = "guestShowPortCom";
this.guestShowPortCom.Size = new System.Drawing.Size(103, 30);
this.guestShowPortCom.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.guestShowPortCom.TabIndex = 299;
//
// comboItem1
//
this.comboItem1.Text = "NONE";
//
// comboItem2
//
this.comboItem2.Text = "LPT1";
//
// comboItem3
//
this.comboItem3.Text = "LPT2";
//
// comboItem4
//
this.comboItem4.Text = "LPT3";
//
// comboItem5
//
this.comboItem5.Text = "COM1";
//
// comboItem6
//
this.comboItem6.Text = "COM2";
//
// comboItem7
//
this.comboItem7.Text = "COM3";
//
// comboItem8
//
this.comboItem8.Text = "COM4";
//
// comboItem9
//
this.comboItem9.Text = "COM5";
//
// comboItem10
//
this.comboItem10.Text = "COM6";
//
// comboItem11
//
this.comboItem11.Text = "COM7";
//
// comboItem12
//
this.comboItem12.Text = " USB";
//
// labelX3
//
this.labelX3.Anchor = System.Windows.Forms.AnchorStyles.None;
this.labelX3.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX3.Location = new System.Drawing.Point(173, 217);
this.labelX3.Name = "labelX3";
this.labelX3.Size = new System.Drawing.Size(73, 23);
this.labelX3.TabIndex = 298;
this.labelX3.Text = "钱箱端口:";
//
// labelX2
//
this.labelX2.Anchor = System.Windows.Forms.AnchorStyles.None;
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(173, 175);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(73, 23);
this.labelX2.TabIndex = 296;
this.labelX2.Text = "钱箱指令:";
//
// textBoxX1
//
this.textBoxX1.Anchor = System.Windows.Forms.AnchorStyles.None;
this.textBoxX1.BackColor = System.Drawing.Color.White;
//
//
//
this.textBoxX1.Border.Class = "TextBoxBorder";
this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.textBoxX1.DisabledBackColor = System.Drawing.Color.White;
this.textBoxX1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBoxX1.ForeColor = System.Drawing.Color.Black;
this.textBoxX1.Location = new System.Drawing.Point(252, 174);
this.textBoxX1.Name = "textBoxX1";
this.textBoxX1.PreventEnterBeep = true;
this.textBoxX1.Size = new System.Drawing.Size(223, 29);
this.textBoxX1.TabIndex = 302;
this.textBoxX1.Text = "27,112,0,128,128";
//
// CashBoxParameter
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.textBoxX1);
this.Controls.Add(this.buttonX2);
this.Controls.Add(this.buttonX1);
this.Controls.Add(this.guestShowPortCom);
this.Controls.Add(this.labelX3);
this.Controls.Add(this.labelX2);
this.Name = "CashBoxParameter";
this.Size = new System.Drawing.Size(648, 479);
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.ButtonX buttonX2;
private DevComponents.DotNetBar.ButtonX buttonX1;
private DevComponents.DotNetBar.Controls.ComboBoxEx guestShowPortCom;
private DevComponents.DotNetBar.LabelX labelX3;
private DevComponents.DotNetBar.LabelX labelX2;
private DevComponents.Editors.ComboItem comboItem1;
private DevComponents.Editors.ComboItem comboItem2;
private DevComponents.Editors.ComboItem comboItem3;
private DevComponents.Editors.ComboItem comboItem4;
private DevComponents.Editors.ComboItem comboItem5;
private DevComponents.DotNetBar.Controls.TextBoxX textBoxX1;
private DevComponents.Editors.ComboItem comboItem6;
private DevComponents.Editors.ComboItem comboItem7;
private DevComponents.Editors.ComboItem comboItem8;
private DevComponents.Editors.ComboItem comboItem9;
private DevComponents.Editors.ComboItem comboItem10;
private DevComponents.Editors.ComboItem comboItem11;
private DevComponents.Editors.ComboItem comboItem12;
}
}