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.

751 lines
40 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 LabelPrinterParameter
{
/// <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.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
this.checkBoxX6 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX5 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX4 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX3 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX1 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX2 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.dateFormatCom = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.comboBoxEx6 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.comboItem12 = new DevComponents.Editors.ComboItem();
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.labelX6 = new DevComponents.DotNetBar.LabelX();
this.comboBoxEx4 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.groupPanel4 = new DevComponents.DotNetBar.Controls.GroupPanel();
this.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.labelX85 = new DevComponents.DotNetBar.LabelX();
this.cmbParallelPort = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.comboItem19 = new DevComponents.Editors.ComboItem();
this.comboItem20 = new DevComponents.Editors.ComboItem();
this.cmbCashierTicketPrinter = new DevComponents.DotNetBar.Controls.ComboBoxEx();
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.cmbSerialPortBaud = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.labelX84 = new DevComponents.DotNetBar.LabelX();
this.cmbSerialPort = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.cmbCashierTicketPort = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.txtIpAddressInput = new DevComponents.Editors.IpAddressInput();
this.labelX94 = new DevComponents.DotNetBar.LabelX();
this.labelX95 = new DevComponents.DotNetBar.LabelX();
this.cmbDriverPrinter = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.comboItem21 = new DevComponents.Editors.ComboItem();
this.labelX96 = new DevComponents.DotNetBar.LabelX();
this.labelX97 = new DevComponents.DotNetBar.LabelX();
this.groupPanel1.SuspendLayout();
this.groupPanel4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtIpAddressInput)).BeginInit();
this.SuspendLayout();
//
// groupPanel1
//
this.groupPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupPanel1.BackColor = System.Drawing.Color.White;
this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanel1.Controls.Add(this.checkBoxX6);
this.groupPanel1.Controls.Add(this.checkBoxX5);
this.groupPanel1.Controls.Add(this.checkBoxX4);
this.groupPanel1.Controls.Add(this.checkBoxX3);
this.groupPanel1.Controls.Add(this.checkBoxX1);
this.groupPanel1.Controls.Add(this.checkBoxX2);
this.groupPanel1.Controls.Add(this.dateFormatCom);
this.groupPanel1.Controls.Add(this.labelX1);
this.groupPanel1.Controls.Add(this.comboBoxEx6);
this.groupPanel1.Controls.Add(this.labelX6);
this.groupPanel1.Controls.Add(this.comboBoxEx4);
this.groupPanel1.Controls.Add(this.labelX3);
this.groupPanel1.DisabledBackColor = System.Drawing.Color.Empty;
this.groupPanel1.DrawTitleBox = false;
this.groupPanel1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupPanel1.Location = new System.Drawing.Point(3, 171);
this.groupPanel1.Name = "groupPanel1";
this.groupPanel1.Size = new System.Drawing.Size(583, 200);
//
//
//
this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.groupPanel1.Style.BackColorGradientAngle = 90;
this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderBottomWidth = 1;
this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderLeftWidth = 1;
this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderRightWidth = 1;
this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderTopWidth = 1;
this.groupPanel1.Style.CornerDiameter = 4;
this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
//
//
//
this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.groupPanel1.TabIndex = 237;
this.groupPanel1.Text = "标签打印设置";
//
// checkBoxX6
//
this.checkBoxX6.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX6.Location = new System.Drawing.Point(-1, 93);
this.checkBoxX6.Name = "checkBoxX6";
this.checkBoxX6.Size = new System.Drawing.Size(167, 23);
this.checkBoxX6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX6.TabIndex = 307;
this.checkBoxX6.Tag = "NoPrintSpec";
this.checkBoxX6.Text = "标签打印不打印规格";
//
// checkBoxX5
//
this.checkBoxX5.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX5.Location = new System.Drawing.Point(3, 36);
this.checkBoxX5.Name = "checkBoxX5";
this.checkBoxX5.Size = new System.Drawing.Size(145, 23);
this.checkBoxX5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX5.TabIndex = 306;
this.checkBoxX5.Tag = "LabeRotate";
this.checkBoxX5.Text = "打印方向旋转180度";
//
// checkBoxX4
//
this.checkBoxX4.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX4.Location = new System.Drawing.Point(284, 64);
this.checkBoxX4.Name = "checkBoxX4";
this.checkBoxX4.Size = new System.Drawing.Size(112, 23);
this.checkBoxX4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX4.TabIndex = 306;
this.checkBoxX4.Tag = "LabelPrintOnGd";
this.checkBoxX4.Text = "挂单打印标签";
//
// checkBoxX3
//
this.checkBoxX3.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX3.Location = new System.Drawing.Point(3, 64);
this.checkBoxX3.Name = "checkBoxX3";
this.checkBoxX3.Size = new System.Drawing.Size(112, 23);
this.checkBoxX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX3.TabIndex = 305;
this.checkBoxX3.Tag = "LabelPrintOnSale";
this.checkBoxX3.Text = "销售打印标签";
//
// 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(146, 64);
this.checkBoxX1.Name = "checkBoxX1";
this.checkBoxX1.Size = new System.Drawing.Size(112, 23);
this.checkBoxX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX1.TabIndex = 304;
this.checkBoxX1.Tag = "LabelWmPrint";
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(422, 64);
this.checkBoxX2.Name = "checkBoxX2";
this.checkBoxX2.Size = new System.Drawing.Size(149, 23);
this.checkBoxX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX2.TabIndex = 303;
this.checkBoxX2.Tag = "LabelShowMakePrice";
this.checkBoxX2.Text = "标签打印做法价格";
//
// dateFormatCom
//
this.dateFormatCom.DisplayMember = "Text";
this.dateFormatCom.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.dateFormatCom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.dateFormatCom.Font = new System.Drawing.Font("宋体", 12F);
this.dateFormatCom.ForeColor = System.Drawing.Color.Black;
this.dateFormatCom.FormattingEnabled = true;
this.dateFormatCom.ItemHeight = 21;
this.dateFormatCom.Location = new System.Drawing.Point(387, 0);
this.dateFormatCom.Name = "dateFormatCom";
this.dateFormatCom.Size = new System.Drawing.Size(184, 27);
this.dateFormatCom.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.dateFormatCom.TabIndex = 302;
//
// 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(321, 3);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(64, 23);
this.labelX1.TabIndex = 301;
this.labelX1.Text = "时间格式";
//
// comboBoxEx6
//
this.comboBoxEx6.DisplayMember = "Text";
this.comboBoxEx6.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.comboBoxEx6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxEx6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comboBoxEx6.ForeColor = System.Drawing.Color.Black;
this.comboBoxEx6.FormattingEnabled = true;
this.comboBoxEx6.ItemHeight = 21;
this.comboBoxEx6.Items.AddRange(new object[] {
this.comboItem12,
this.comboItem1,
this.comboItem2,
this.comboItem3,
this.comboItem4,
this.comboItem5});
this.comboBoxEx6.Location = new System.Drawing.Point(237, 0);
this.comboBoxEx6.Name = "comboBoxEx6";
this.comboBoxEx6.Size = new System.Drawing.Size(52, 27);
this.comboBoxEx6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.comboBoxEx6.TabIndex = 300;
//
// comboItem12
//
this.comboItem12.Text = "0";
//
// comboItem1
//
this.comboItem1.Text = "1";
//
// comboItem2
//
this.comboItem2.Text = "2";
//
// comboItem3
//
this.comboItem3.Text = "3";
//
// comboItem4
//
this.comboItem4.Text = "4";
//
// comboItem5
//
this.comboItem5.Text = "5";
//
// labelX6
//
this.labelX6.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX6.Location = new System.Drawing.Point(146, 3);
this.labelX6.Name = "labelX6";
this.labelX6.Size = new System.Drawing.Size(93, 23);
this.labelX6.TabIndex = 299;
this.labelX6.Text = "数量小数位数";
//
// comboBoxEx4
//
this.comboBoxEx4.DisplayMember = "Text";
this.comboBoxEx4.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.comboBoxEx4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxEx4.Font = new System.Drawing.Font("宋体", 12F);
this.comboBoxEx4.ForeColor = System.Drawing.Color.Black;
this.comboBoxEx4.FormattingEnabled = true;
this.comboBoxEx4.ItemHeight = 21;
this.comboBoxEx4.Location = new System.Drawing.Point(65, 0);
this.comboBoxEx4.Name = "comboBoxEx4";
this.comboBoxEx4.Size = new System.Drawing.Size(52, 27);
this.comboBoxEx4.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.comboBoxEx4.TabIndex = 286;
//
// labelX3
//
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(3, 3);
this.labelX3.Name = "labelX3";
this.labelX3.Size = new System.Drawing.Size(64, 23);
this.labelX3.TabIndex = 285;
this.labelX3.Text = "打印延迟";
//
// 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.comboBoxEx1);
this.groupPanel4.Controls.Add(this.labelX2);
this.groupPanel4.Controls.Add(this.labelX85);
this.groupPanel4.Controls.Add(this.cmbParallelPort);
this.groupPanel4.Controls.Add(this.cmbCashierTicketPrinter);
this.groupPanel4.Controls.Add(this.cmbSerialPortBaud);
this.groupPanel4.Controls.Add(this.labelX84);
this.groupPanel4.Controls.Add(this.cmbSerialPort);
this.groupPanel4.Controls.Add(this.cmbCashierTicketPort);
this.groupPanel4.Controls.Add(this.txtIpAddressInput);
this.groupPanel4.Controls.Add(this.labelX94);
this.groupPanel4.Controls.Add(this.labelX95);
this.groupPanel4.Controls.Add(this.cmbDriverPrinter);
this.groupPanel4.Controls.Add(this.labelX96);
this.groupPanel4.Controls.Add(this.labelX97);
this.groupPanel4.DisabledBackColor = System.Drawing.Color.Empty;
this.groupPanel4.Dock = System.Windows.Forms.DockStyle.Top;
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(0, 0);
this.groupPanel4.Name = "groupPanel4";
this.groupPanel4.Size = new System.Drawing.Size(589, 165);
//
//
//
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 = 236;
this.groupPanel4.Text = "打印机配置";
//
// comboBoxEx1
//
this.comboBoxEx1.DisplayMember = "Text";
this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.comboBoxEx1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxEx1.Font = new System.Drawing.Font("宋体", 12F);
this.comboBoxEx1.ForeColor = System.Drawing.Color.Black;
this.comboBoxEx1.FormattingEnabled = true;
this.comboBoxEx1.ItemHeight = 21;
this.comboBoxEx1.Location = new System.Drawing.Point(92, 101);
this.comboBoxEx1.Name = "comboBoxEx1";
this.comboBoxEx1.Size = new System.Drawing.Size(184, 27);
this.comboBoxEx1.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.comboBoxEx1.TabIndex = 142;
//
// 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(-1, 103);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(92, 23);
this.labelX2.TabIndex = 141;
this.labelX2.Text = "分辨率:";
this.labelX2.TextAlignment = System.Drawing.StringAlignment.Far;
//
// labelX85
//
this.labelX85.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX85.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX85.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX85.Location = new System.Drawing.Point(0, 4);
this.labelX85.Name = "labelX85";
this.labelX85.Size = new System.Drawing.Size(92, 23);
this.labelX85.TabIndex = 56;
this.labelX85.Text = "打印机型号:";
//
// cmbParallelPort
//
this.cmbParallelPort.DisplayMember = "Text";
this.cmbParallelPort.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cmbParallelPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbParallelPort.Font = new System.Drawing.Font("宋体", 12F);
this.cmbParallelPort.ForeColor = System.Drawing.Color.Black;
this.cmbParallelPort.FormattingEnabled = true;
this.cmbParallelPort.ItemHeight = 21;
this.cmbParallelPort.Items.AddRange(new object[] {
this.comboItem19,
this.comboItem20});
this.cmbParallelPort.Location = new System.Drawing.Point(390, 69);
this.cmbParallelPort.MaxDropDownItems = 10;
this.cmbParallelPort.Name = "cmbParallelPort";
this.cmbParallelPort.Size = new System.Drawing.Size(184, 27);
this.cmbParallelPort.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.cmbParallelPort.TabIndex = 140;
//
// comboItem19
//
this.comboItem19.Text = "LPT1";
this.comboItem19.Value = "1";
//
// comboItem20
//
this.comboItem20.Text = "LPT2";
this.comboItem20.Value = "2";
//
// cmbCashierTicketPrinter
//
this.cmbCashierTicketPrinter.DisplayMember = "Text";
this.cmbCashierTicketPrinter.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cmbCashierTicketPrinter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbCashierTicketPrinter.Font = new System.Drawing.Font("宋体", 12F);
this.cmbCashierTicketPrinter.ForeColor = System.Drawing.Color.Black;
this.cmbCashierTicketPrinter.FormattingEnabled = true;
this.cmbCashierTicketPrinter.ItemHeight = 21;
this.cmbCashierTicketPrinter.Items.AddRange(new object[] {
this.comboItem6,
this.comboItem7,
this.comboItem8,
this.comboItem9,
this.comboItem10,
this.comboItem11});
this.cmbCashierTicketPrinter.Location = new System.Drawing.Point(92, 2);
this.cmbCashierTicketPrinter.Name = "cmbCashierTicketPrinter";
this.cmbCashierTicketPrinter.Size = new System.Drawing.Size(186, 27);
this.cmbCashierTicketPrinter.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.cmbCashierTicketPrinter.TabIndex = 57;
this.cmbCashierTicketPrinter.SelectedIndexChanged += new System.EventHandler(this.OnLabelPrinterChanged);
//
// comboItem6
//
this.comboItem6.Text = "comboItem6";
//
// comboItem7
//
this.comboItem7.Text = "comboItem7";
//
// comboItem8
//
this.comboItem8.Text = "comboItem8";
//
// comboItem9
//
this.comboItem9.Text = "comboItem9";
//
// comboItem10
//
this.comboItem10.Text = "comboItem10";
//
// comboItem11
//
this.comboItem11.Text = "comboItem11";
//
// cmbSerialPortBaud
//
this.cmbSerialPortBaud.DisplayMember = "Text";
this.cmbSerialPortBaud.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cmbSerialPortBaud.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbSerialPortBaud.Font = new System.Drawing.Font("宋体", 12F);
this.cmbSerialPortBaud.ForeColor = System.Drawing.Color.Black;
this.cmbSerialPortBaud.FormattingEnabled = true;
this.cmbSerialPortBaud.ItemHeight = 21;
this.cmbSerialPortBaud.Location = new System.Drawing.Point(484, 35);
this.cmbSerialPortBaud.Name = "cmbSerialPortBaud";
this.cmbSerialPortBaud.Size = new System.Drawing.Size(92, 27);
this.cmbSerialPortBaud.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.cmbSerialPortBaud.TabIndex = 139;
//
// labelX84
//
this.labelX84.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX84.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX84.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX84.Location = new System.Drawing.Point(292, 4);
this.labelX84.Name = "labelX84";
this.labelX84.Size = new System.Drawing.Size(92, 23);
this.labelX84.TabIndex = 58;
this.labelX84.Text = "打印机端口:";
//
// cmbSerialPort
//
this.cmbSerialPort.DisplayMember = "Text";
this.cmbSerialPort.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cmbSerialPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbSerialPort.Font = new System.Drawing.Font("宋体", 12F);
this.cmbSerialPort.ForeColor = System.Drawing.Color.Black;
this.cmbSerialPort.FormattingEnabled = true;
this.cmbSerialPort.ItemHeight = 21;
this.cmbSerialPort.Location = new System.Drawing.Point(390, 35);
this.cmbSerialPort.Name = "cmbSerialPort";
this.cmbSerialPort.Size = new System.Drawing.Size(83, 27);
this.cmbSerialPort.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.cmbSerialPort.TabIndex = 138;
//
// cmbCashierTicketPort
//
this.cmbCashierTicketPort.DisplayMember = "Text";
this.cmbCashierTicketPort.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cmbCashierTicketPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbCashierTicketPort.Font = new System.Drawing.Font("宋体", 12F);
this.cmbCashierTicketPort.ForeColor = System.Drawing.Color.Black;
this.cmbCashierTicketPort.FormattingEnabled = true;
this.cmbCashierTicketPort.ItemHeight = 21;
this.cmbCashierTicketPort.Location = new System.Drawing.Point(390, 2);
this.cmbCashierTicketPort.Name = "cmbCashierTicketPort";
this.cmbCashierTicketPort.Size = new System.Drawing.Size(184, 27);
this.cmbCashierTicketPort.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.cmbCashierTicketPort.TabIndex = 59;
this.cmbCashierTicketPort.SelectedIndexChanged += new System.EventHandler(this.OnLabelPrinterPortChanged);
//
// 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(92, 69);
this.txtIpAddressInput.Name = "txtIpAddressInput";
this.txtIpAddressInput.Size = new System.Drawing.Size(186, 26);
this.txtIpAddressInput.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.txtIpAddressInput.TabIndex = 137;
this.txtIpAddressInput.Value = "127.0.0.1";
this.txtIpAddressInput.Click += new System.EventHandler(this.OnIpAddressCustomClick);
//
// labelX94
//
this.labelX94.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX94.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX94.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX94.Location = new System.Drawing.Point(-1, 37);
this.labelX94.Name = "labelX94";
this.labelX94.Size = new System.Drawing.Size(92, 23);
this.labelX94.TabIndex = 132;
this.labelX94.Text = "驱动打印:";
this.labelX94.TextAlignment = System.Drawing.StringAlignment.Far;
//
// labelX95
//
this.labelX95.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX95.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX95.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX95.Location = new System.Drawing.Point(291, 33);
this.labelX95.Name = "labelX95";
this.labelX95.Size = new System.Drawing.Size(92, 31);
this.labelX95.TabIndex = 136;
this.labelX95.Text = "串口参数:";
this.labelX95.TextAlignment = System.Drawing.StringAlignment.Far;
//
// cmbDriverPrinter
//
this.cmbDriverPrinter.DisplayMember = "Text";
this.cmbDriverPrinter.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cmbDriverPrinter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbDriverPrinter.Font = new System.Drawing.Font("宋体", 12F);
this.cmbDriverPrinter.ForeColor = System.Drawing.Color.Black;
this.cmbDriverPrinter.FormattingEnabled = true;
this.cmbDriverPrinter.ItemHeight = 21;
this.cmbDriverPrinter.Items.AddRange(new object[] {
this.comboItem21});
this.cmbDriverPrinter.Location = new System.Drawing.Point(92, 35);
this.cmbDriverPrinter.Name = "cmbDriverPrinter";
this.cmbDriverPrinter.Size = new System.Drawing.Size(186, 27);
this.cmbDriverPrinter.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.cmbDriverPrinter.TabIndex = 133;
//
// comboItem21
//
this.comboItem21.Text = "None";
//
// labelX96
//
this.labelX96.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX96.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX96.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX96.Location = new System.Drawing.Point(-2, 67);
this.labelX96.Name = "labelX96";
this.labelX96.Size = new System.Drawing.Size(92, 31);
this.labelX96.TabIndex = 135;
this.labelX96.Text = "网口参数:";
this.labelX96.TextAlignment = System.Drawing.StringAlignment.Far;
//
// labelX97
//
this.labelX97.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX97.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX97.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX97.Location = new System.Drawing.Point(292, 67);
this.labelX97.Name = "labelX97";
this.labelX97.Size = new System.Drawing.Size(92, 31);
this.labelX97.TabIndex = 134;
this.labelX97.Text = "并口参数:";
this.labelX97.TextAlignment = System.Drawing.StringAlignment.Far;
//
// LabelPrinterParameter
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.groupPanel1);
this.Controls.Add(this.groupPanel4);
this.Name = "LabelPrinterParameter";
this.Size = new System.Drawing.Size(589, 449);
this.groupPanel1.ResumeLayout(false);
this.groupPanel4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtIpAddressInput)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.Controls.GroupPanel groupPanel4;
private DevComponents.DotNetBar.LabelX labelX85;
private DevComponents.DotNetBar.Controls.ComboBoxEx cmbParallelPort;
private DevComponents.Editors.ComboItem comboItem19;
private DevComponents.Editors.ComboItem comboItem20;
private DevComponents.DotNetBar.Controls.ComboBoxEx cmbCashierTicketPrinter;
private DevComponents.DotNetBar.Controls.ComboBoxEx cmbSerialPortBaud;
private DevComponents.DotNetBar.LabelX labelX84;
private DevComponents.DotNetBar.Controls.ComboBoxEx cmbSerialPort;
private DevComponents.DotNetBar.Controls.ComboBoxEx cmbCashierTicketPort;
private DevComponents.Editors.IpAddressInput txtIpAddressInput;
private DevComponents.DotNetBar.LabelX labelX94;
private DevComponents.DotNetBar.LabelX labelX95;
private DevComponents.DotNetBar.Controls.ComboBoxEx cmbDriverPrinter;
private DevComponents.Editors.ComboItem comboItem21;
private DevComponents.DotNetBar.LabelX labelX96;
private DevComponents.DotNetBar.LabelX labelX97;
private DevComponents.DotNetBar.Controls.GroupPanel groupPanel1;
private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx4;
private DevComponents.DotNetBar.LabelX labelX3;
private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx6;
private DevComponents.Editors.ComboItem comboItem12;
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.LabelX labelX6;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.Controls.ComboBoxEx dateFormatCom;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX2;
private DevComponents.DotNetBar.LabelX labelX2;
private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx1;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX1;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX3;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX4;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX5;
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.DotNetBar.Controls.CheckBoxX checkBoxX6;
}
}