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.

1111 lines
64 KiB
C#

9 months ago
using POS.Language.Language;
namespace POSV.Component
{
partial class KitchenPrinter
{
/// <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.groupPanel4 = new DevComponents.DotNetBar.Controls.GroupPanel();
this.ButtonUpdateKitPlans = new DevComponents.DotNetBar.ButtonX();
this.labelX85 = new DevComponents.DotNetBar.LabelX();
this.cmbKitPlan = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
this.ButtonEditPrinter = new DevComponents.DotNetBar.ButtonX();
this.ButtonAddPrinter = new DevComponents.DotNetBar.ButtonX();
this.ButtonDeletePrinter = new DevComponents.DotNetBar.ButtonX();
this.ButtonPrintTestPager = new DevComponents.DotNetBar.ButtonX();
this.line2 = new DevComponents.DotNetBar.Controls.Line();
this.checkBoxX34 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.comboBoxEx6 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.labelX6 = new DevComponents.DotNetBar.LabelX();
this.comboBoxEx4 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.comboBoxEx5 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.labelX5 = new DevComponents.DotNetBar.LabelX();
this.line1 = new DevComponents.DotNetBar.Controls.Line();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.comboBoxEx3 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.cmbParallelPort = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.comboItem19 = new DevComponents.Editors.ComboItem();
this.comboItem20 = new DevComponents.Editors.ComboItem();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.comboBoxEx8 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.comboBoxEx2 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.cmbPrinter = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.labelX46 = new DevComponents.DotNetBar.LabelX();
this.cmbSerialPortBaud = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.labelX84 = new DevComponents.DotNetBar.LabelX();
this.labelX4 = new DevComponents.DotNetBar.LabelX();
this.cmbSerialPort = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.cmbPort = 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.checkBoxX14 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX13 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX9 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX1 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX2 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX3 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX4 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX5 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
this.checkBoxX12 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX11 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX10 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX8 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX7 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBoxX6 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.groupPanel4.SuspendLayout();
this.groupPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtIpAddressInput)).BeginInit();
this.groupPanel2.SuspendLayout();
this.SuspendLayout();
//
// groupPanel4
//
this.groupPanel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
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.ButtonUpdateKitPlans);
this.groupPanel4.Controls.Add(this.labelX85);
this.groupPanel4.Controls.Add(this.cmbKitPlan);
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(2, 10);
this.groupPanel4.Name = "groupPanel4";
this.groupPanel4.Size = new System.Drawing.Size(654, 83);
//
//
//
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 = "选择厨打方案";
//
// ButtonUpdateKitPlans
//
this.ButtonUpdateKitPlans.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonUpdateKitPlans.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.ButtonUpdateKitPlans.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.ButtonUpdateKitPlans.Cursor = System.Windows.Forms.Cursors.Hand;
this.ButtonUpdateKitPlans.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonUpdateKitPlans.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.ButtonUpdateKitPlans.Location = new System.Drawing.Point(464, 8);
this.ButtonUpdateKitPlans.Name = "ButtonUpdateKitPlans";
this.ButtonUpdateKitPlans.Size = new System.Drawing.Size(116, 34);
this.ButtonUpdateKitPlans.TabIndex = 238;
this.ButtonUpdateKitPlans.Text = "更新方案";
this.ButtonUpdateKitPlans.TextColor = System.Drawing.Color.White;
this.ButtonUpdateKitPlans.Click += new System.EventHandler(this.OnUpdateKitPlans);
//
// 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(4, 14);
this.labelX85.Name = "labelX85";
this.labelX85.Size = new System.Drawing.Size(77, 23);
this.labelX85.TabIndex = 56;
this.labelX85.Text = "厨打方案:";
//
// cmbKitPlan
//
this.cmbKitPlan.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cmbKitPlan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbKitPlan.Font = new System.Drawing.Font("宋体", 12F);
this.cmbKitPlan.ForeColor = System.Drawing.Color.Black;
this.cmbKitPlan.FormattingEnabled = true;
this.cmbKitPlan.ItemHeight = 21;
this.cmbKitPlan.Location = new System.Drawing.Point(83, 12);
this.cmbKitPlan.Name = "cmbKitPlan";
this.cmbKitPlan.Size = new System.Drawing.Size(370, 27);
this.cmbKitPlan.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.cmbKitPlan.TabIndex = 57;
this.cmbKitPlan.SelectedIndexChanged += new System.EventHandler(this.OnKitPlanChanged);
//
// 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.ButtonEditPrinter);
this.groupPanel1.Controls.Add(this.ButtonAddPrinter);
this.groupPanel1.Controls.Add(this.ButtonDeletePrinter);
this.groupPanel1.Controls.Add(this.ButtonPrintTestPager);
this.groupPanel1.Controls.Add(this.line2);
this.groupPanel1.Controls.Add(this.checkBoxX34);
this.groupPanel1.Controls.Add(this.comboBoxEx6);
this.groupPanel1.Controls.Add(this.labelX6);
this.groupPanel1.Controls.Add(this.comboBoxEx4);
this.groupPanel1.Controls.Add(this.comboBoxEx5);
this.groupPanel1.Controls.Add(this.labelX3);
this.groupPanel1.Controls.Add(this.labelX5);
this.groupPanel1.Controls.Add(this.line1);
this.groupPanel1.Controls.Add(this.labelX1);
this.groupPanel1.Controls.Add(this.comboBoxEx3);
this.groupPanel1.Controls.Add(this.cmbParallelPort);
this.groupPanel1.Controls.Add(this.labelX2);
this.groupPanel1.Controls.Add(this.comboBoxEx8);
this.groupPanel1.Controls.Add(this.comboBoxEx2);
this.groupPanel1.Controls.Add(this.cmbPrinter);
this.groupPanel1.Controls.Add(this.labelX46);
this.groupPanel1.Controls.Add(this.cmbSerialPortBaud);
this.groupPanel1.Controls.Add(this.labelX84);
this.groupPanel1.Controls.Add(this.labelX4);
this.groupPanel1.Controls.Add(this.cmbSerialPort);
this.groupPanel1.Controls.Add(this.cmbPort);
this.groupPanel1.Controls.Add(this.txtIpAddressInput);
this.groupPanel1.Controls.Add(this.labelX94);
this.groupPanel1.Controls.Add(this.labelX95);
this.groupPanel1.Controls.Add(this.cmbDriverPrinter);
this.groupPanel1.Controls.Add(this.labelX96);
this.groupPanel1.Controls.Add(this.labelX97);
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(2, 98);
this.groupPanel1.Name = "groupPanel1";
this.groupPanel1.Size = new System.Drawing.Size(654, 261);
//
//
//
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 = "设置打印参数";
//
// ButtonEditPrinter
//
this.ButtonEditPrinter.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonEditPrinter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.ButtonEditPrinter.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.ButtonEditPrinter.Cursor = System.Windows.Forms.Cursors.Hand;
this.ButtonEditPrinter.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonEditPrinter.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.ButtonEditPrinter.Location = new System.Drawing.Point(312, 115);
this.ButtonEditPrinter.Name = "ButtonEditPrinter";
this.ButtonEditPrinter.Size = new System.Drawing.Size(81, 34);
this.ButtonEditPrinter.TabIndex = 300;
this.ButtonEditPrinter.Text = "修改";
this.ButtonEditPrinter.TextColor = System.Drawing.Color.White;
this.ButtonEditPrinter.Click += new System.EventHandler(this.OnButtonEditPrinterClick);
//
// ButtonAddPrinter
//
this.ButtonAddPrinter.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonAddPrinter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.ButtonAddPrinter.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.ButtonAddPrinter.Cursor = System.Windows.Forms.Cursors.Hand;
this.ButtonAddPrinter.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonAddPrinter.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.ButtonAddPrinter.Location = new System.Drawing.Point(225, 115);
this.ButtonAddPrinter.Name = "ButtonAddPrinter";
this.ButtonAddPrinter.Size = new System.Drawing.Size(81, 34);
this.ButtonAddPrinter.TabIndex = 299;
this.ButtonAddPrinter.Text = "添加";
this.ButtonAddPrinter.TextColor = System.Drawing.Color.White;
this.ButtonAddPrinter.Click += new System.EventHandler(this.OnButtonAddPrinterClick);
//
// ButtonDeletePrinter
//
this.ButtonDeletePrinter.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonDeletePrinter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.ButtonDeletePrinter.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.ButtonDeletePrinter.Cursor = System.Windows.Forms.Cursors.Hand;
this.ButtonDeletePrinter.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonDeletePrinter.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.ButtonDeletePrinter.Location = new System.Drawing.Point(399, 115);
this.ButtonDeletePrinter.Name = "ButtonDeletePrinter";
this.ButtonDeletePrinter.Size = new System.Drawing.Size(81, 34);
this.ButtonDeletePrinter.TabIndex = 298;
this.ButtonDeletePrinter.Text = "删除";
this.ButtonDeletePrinter.TextColor = System.Drawing.Color.White;
this.ButtonDeletePrinter.Click += new System.EventHandler(this.OnButtonDeletePrinterClick);
//
// ButtonPrintTestPager
//
this.ButtonPrintTestPager.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonPrintTestPager.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.ButtonPrintTestPager.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.ButtonPrintTestPager.Cursor = System.Windows.Forms.Cursors.Hand;
this.ButtonPrintTestPager.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonPrintTestPager.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.ButtonPrintTestPager.Location = new System.Drawing.Point(486, 115);
this.ButtonPrintTestPager.Name = "ButtonPrintTestPager";
this.ButtonPrintTestPager.Size = new System.Drawing.Size(88, 34);
this.ButtonPrintTestPager.TabIndex = 297;
this.ButtonPrintTestPager.Text = "打印测试";
this.ButtonPrintTestPager.TextColor = System.Drawing.Color.White;
this.ButtonPrintTestPager.Click += new System.EventHandler(this.OnButtonPrintTestPager);
//
// line2
//
this.line2.BackColor = System.Drawing.Color.Transparent;
this.line2.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
this.line2.Location = new System.Drawing.Point(9, 151);
this.line2.Name = "line2";
this.line2.Size = new System.Drawing.Size(571, 10);
this.line2.TabIndex = 296;
this.line2.Text = "line2";
//
// checkBoxX34
//
this.checkBoxX34.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX34.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX34.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX34.Location = new System.Drawing.Point(10, 120);
this.checkBoxX34.Name = "checkBoxX34";
this.checkBoxX34.Size = new System.Drawing.Size(206, 23);
this.checkBoxX34.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX34.TabIndex = 295;
this.checkBoxX34.Tag = "";
this.checkBoxX34.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);
this.comboBoxEx6.ForeColor = System.Drawing.Color.Black;
this.comboBoxEx6.FormattingEnabled = true;
this.comboBoxEx6.ItemHeight = 21;
this.comboBoxEx6.Location = new System.Drawing.Point(479, 165);
this.comboBoxEx6.Name = "comboBoxEx6";
this.comboBoxEx6.Size = new System.Drawing.Size(56, 27);
this.comboBoxEx6.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.comboBoxEx6.TabIndex = 294;
//
// 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(409, 167);
this.labelX6.Name = "labelX6";
this.labelX6.Size = new System.Drawing.Size(64, 23);
this.labelX6.TabIndex = 293;
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(479, 202);
this.comboBoxEx4.Name = "comboBoxEx4";
this.comboBoxEx4.Size = new System.Drawing.Size(56, 27);
this.comboBoxEx4.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.comboBoxEx4.TabIndex = 292;
//
// comboBoxEx5
//
this.comboBoxEx5.DisplayMember = "Text";
this.comboBoxEx5.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.comboBoxEx5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxEx5.Font = new System.Drawing.Font("宋体", 12F);
this.comboBoxEx5.ForeColor = System.Drawing.Color.Black;
this.comboBoxEx5.FormattingEnabled = true;
this.comboBoxEx5.ItemHeight = 21;
this.comboBoxEx5.Location = new System.Drawing.Point(292, 202);
this.comboBoxEx5.Name = "comboBoxEx5";
this.comboBoxEx5.Size = new System.Drawing.Size(56, 27);
this.comboBoxEx5.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.comboBoxEx5.TabIndex = 292;
//
// 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(409, 204);
this.labelX3.Name = "labelX3";
this.labelX3.Size = new System.Drawing.Size(64, 23);
this.labelX3.TabIndex = 291;
this.labelX3.Text = "打印延迟";
//
// labelX5
//
this.labelX5.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX5.Location = new System.Drawing.Point(225, 204);
this.labelX5.Name = "labelX5";
this.labelX5.Size = new System.Drawing.Size(72, 23);
this.labelX5.TabIndex = 291;
this.labelX5.Text = "出品份数";
//
// line1
//
this.line1.BackColor = System.Drawing.Color.Transparent;
this.line1.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
this.line1.Location = new System.Drawing.Point(9, 104);
this.line1.Name = "line1";
this.line1.Size = new System.Drawing.Size(571, 10);
this.line1.TabIndex = 277;
this.line1.Text = "line1";
//
// 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(0, 4);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(92, 23);
this.labelX1.TabIndex = 56;
this.labelX1.Text = "打印机型号:";
//
// comboBoxEx3
//
this.comboBoxEx3.DisplayMember = "Text";
this.comboBoxEx3.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.comboBoxEx3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxEx3.Font = new System.Drawing.Font("宋体", 12F);
this.comboBoxEx3.ForeColor = System.Drawing.Color.Black;
this.comboBoxEx3.FormattingEnabled = true;
this.comboBoxEx3.ItemHeight = 21;
this.comboBoxEx3.Location = new System.Drawing.Point(292, 165);
this.comboBoxEx3.Name = "comboBoxEx3";
this.comboBoxEx3.Size = new System.Drawing.Size(56, 27);
this.comboBoxEx3.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.comboBoxEx3.TabIndex = 290;
//
// 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";
//
// 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(225, 167);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(72, 23);
this.labelX2.TabIndex = 287;
this.labelX2.Text = "厨打份数";
//
// comboBoxEx8
//
this.comboBoxEx8.DisplayMember = "Text";
this.comboBoxEx8.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.comboBoxEx8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxEx8.Font = new System.Drawing.Font("宋体", 12F);
this.comboBoxEx8.ForeColor = System.Drawing.Color.Black;
this.comboBoxEx8.FormattingEnabled = true;
this.comboBoxEx8.ItemHeight = 21;
this.comboBoxEx8.Location = new System.Drawing.Point(101, 165);
this.comboBoxEx8.Name = "comboBoxEx8";
this.comboBoxEx8.Size = new System.Drawing.Size(52, 27);
this.comboBoxEx8.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.comboBoxEx8.TabIndex = 288;
//
// comboBoxEx2
//
this.comboBoxEx2.DisplayMember = "Text";
this.comboBoxEx2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.comboBoxEx2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxEx2.Font = new System.Drawing.Font("宋体", 12F);
this.comboBoxEx2.ForeColor = System.Drawing.Color.Black;
this.comboBoxEx2.FormattingEnabled = true;
this.comboBoxEx2.ItemHeight = 21;
this.comboBoxEx2.Location = new System.Drawing.Point(101, 202);
this.comboBoxEx2.Name = "comboBoxEx2";
this.comboBoxEx2.Size = new System.Drawing.Size(52, 27);
this.comboBoxEx2.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.comboBoxEx2.TabIndex = 289;
//
// cmbPrinter
//
this.cmbPrinter.DisplayMember = "Text";
this.cmbPrinter.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cmbPrinter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbPrinter.Font = new System.Drawing.Font("宋体", 12F);
this.cmbPrinter.ForeColor = System.Drawing.Color.Black;
this.cmbPrinter.FormattingEnabled = true;
this.cmbPrinter.ItemHeight = 21;
this.cmbPrinter.Location = new System.Drawing.Point(92, 2);
this.cmbPrinter.Name = "cmbPrinter";
this.cmbPrinter.Size = new System.Drawing.Size(186, 27);
this.cmbPrinter.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.cmbPrinter.TabIndex = 57;
this.cmbPrinter.SelectedIndexChanged += new System.EventHandler(this.OnPrinterChanged);
//
// labelX46
//
this.labelX46.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX46.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX46.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX46.Location = new System.Drawing.Point(10, 167);
this.labelX46.Name = "labelX46";
this.labelX46.Size = new System.Drawing.Size(99, 23);
this.labelX46.TabIndex = 285;
this.labelX46.Text = "票头空白行数";
//
// 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(90, 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 = "打印机端口:";
//
// labelX4
//
this.labelX4.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX4.Location = new System.Drawing.Point(10, 204);
this.labelX4.Name = "labelX4";
this.labelX4.Size = new System.Drawing.Size(99, 23);
this.labelX4.TabIndex = 286;
this.labelX4.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;
//
// cmbPort
//
this.cmbPort.DisplayMember = "Text";
this.cmbPort.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cmbPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbPort.Font = new System.Drawing.Font("宋体", 12F);
this.cmbPort.ForeColor = System.Drawing.Color.Black;
this.cmbPort.FormattingEnabled = true;
this.cmbPort.ItemHeight = 21;
this.cmbPort.Location = new System.Drawing.Point(390, 2);
this.cmbPort.Name = "cmbPort";
this.cmbPort.Size = new System.Drawing.Size(184, 27);
this.cmbPort.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014;
this.cmbPort.TabIndex = 59;
this.cmbPort.SelectedIndexChanged += new System.EventHandler(this.OnPortChanged);
//
// 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.ButtonCustomClick += 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;
//
// checkBoxX14
//
this.checkBoxX14.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX14.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX14.Location = new System.Drawing.Point(126, 3);
this.checkBoxX14.Name = "checkBoxX14";
this.checkBoxX14.Size = new System.Drawing.Size(119, 23);
this.checkBoxX14.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX14.TabIndex = 294;
this.checkBoxX14.Tag = "KitchenAllowGuadanChuda";
this.checkBoxX14.Text = "允许挂单厨打";
//
// checkBoxX13
//
this.checkBoxX13.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX13.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX13.Location = new System.Drawing.Point(4, 3);
this.checkBoxX13.Name = "checkBoxX13";
this.checkBoxX13.Size = new System.Drawing.Size(116, 23);
this.checkBoxX13.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX13.TabIndex = 293;
this.checkBoxX13.Tag = "KitchenAllowChuda";
this.checkBoxX13.Text = "允许厨打";
//
// checkBoxX9
//
this.checkBoxX9.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX9.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX9.Location = new System.Drawing.Point(4, 32);
this.checkBoxX9.Name = "checkBoxX9";
this.checkBoxX9.Size = new System.Drawing.Size(116, 23);
this.checkBoxX9.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX9.TabIndex = 292;
this.checkBoxX9.Tag = "KitchenAllowChupin";
this.checkBoxX9.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(258, 3);
this.checkBoxX1.Name = "checkBoxX1";
this.checkBoxX1.Size = new System.Drawing.Size(126, 23);
this.checkBoxX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX1.TabIndex = 295;
this.checkBoxX1.Tag = "KitchenAllowTuidanChuda";
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(126, 32);
this.checkBoxX2.Name = "checkBoxX2";
this.checkBoxX2.Size = new System.Drawing.Size(126, 23);
this.checkBoxX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX2.TabIndex = 296;
this.checkBoxX2.Tag = "KitchenAllowGuadanChupin";
this.checkBoxX2.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(258, 32);
this.checkBoxX3.Name = "checkBoxX3";
this.checkBoxX3.Size = new System.Drawing.Size(126, 23);
this.checkBoxX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX3.TabIndex = 297;
this.checkBoxX3.Tag = "KitchenAllowTuidanChupin";
this.checkBoxX3.Text = "允许退单出品";
//
// 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(390, 3);
this.checkBoxX4.Name = "checkBoxX4";
this.checkBoxX4.Size = new System.Drawing.Size(115, 23);
this.checkBoxX4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX4.TabIndex = 298;
this.checkBoxX4.Tag = "KitchenAllowWaimaiChuda";
this.checkBoxX4.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(390, 32);
this.checkBoxX5.Name = "checkBoxX5";
this.checkBoxX5.Size = new System.Drawing.Size(115, 23);
this.checkBoxX5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX5.TabIndex = 299;
this.checkBoxX5.Tag = "KitchenAllowWaimaiChupin";
this.checkBoxX5.Text = "允许外卖出品";
//
// groupPanel2
//
this.groupPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupPanel2.BackColor = System.Drawing.Color.White;
this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanel2.Controls.Add(this.checkBoxX12);
this.groupPanel2.Controls.Add(this.checkBoxX11);
this.groupPanel2.Controls.Add(this.checkBoxX10);
this.groupPanel2.Controls.Add(this.checkBoxX8);
this.groupPanel2.Controls.Add(this.checkBoxX7);
this.groupPanel2.Controls.Add(this.checkBoxX6);
this.groupPanel2.Controls.Add(this.checkBoxX1);
this.groupPanel2.Controls.Add(this.checkBoxX5);
this.groupPanel2.Controls.Add(this.checkBoxX9);
this.groupPanel2.Controls.Add(this.checkBoxX4);
this.groupPanel2.Controls.Add(this.checkBoxX13);
this.groupPanel2.Controls.Add(this.checkBoxX3);
this.groupPanel2.Controls.Add(this.checkBoxX14);
this.groupPanel2.Controls.Add(this.checkBoxX2);
this.groupPanel2.DisabledBackColor = System.Drawing.Color.Empty;
this.groupPanel2.DrawTitleBox = false;
this.groupPanel2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupPanel2.Location = new System.Drawing.Point(2, 363);
this.groupPanel2.Name = "groupPanel2";
this.groupPanel2.Size = new System.Drawing.Size(654, 137);
//
//
//
this.groupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.groupPanel2.Style.BackColorGradientAngle = 90;
this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel2.Style.BorderBottomWidth = 1;
this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel2.Style.BorderLeftWidth = 1;
this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel2.Style.BorderRightWidth = 1;
this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel2.Style.BorderTopWidth = 1;
this.groupPanel2.Style.CornerDiameter = 4;
this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
//
//
//
this.groupPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
this.groupPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.groupPanel2.TabIndex = 300;
this.groupPanel2.Text = "厨打参数设置";
//
// checkBoxX12
//
this.checkBoxX12.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX12.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX12.Location = new System.Drawing.Point(3, 90);
this.checkBoxX12.Name = "checkBoxX12";
this.checkBoxX12.Size = new System.Drawing.Size(141, 23);
this.checkBoxX12.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX12.TabIndex = 305;
this.checkBoxX12.Tag = "KitchenAllowBeepChuda";
this.checkBoxX12.Text = "厨打蜂鸣";
//
// checkBoxX11
//
this.checkBoxX11.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX11.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX11.Location = new System.Drawing.Point(271, 61);
this.checkBoxX11.Name = "checkBoxX11";
this.checkBoxX11.Size = new System.Drawing.Size(141, 23);
this.checkBoxX11.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX11.TabIndex = 304;
this.checkBoxX11.Tag = "KitchenAllowWaimaiChudaLabel";
this.checkBoxX11.Text = "允许外卖厨打标签";
//
// checkBoxX10
//
this.checkBoxX10.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX10.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX10.Location = new System.Drawing.Point(126, 61);
this.checkBoxX10.Name = "checkBoxX10";
this.checkBoxX10.Size = new System.Drawing.Size(139, 23);
this.checkBoxX10.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX10.TabIndex = 303;
this.checkBoxX10.Tag = "KitchenAllowGuadanChudaLabel";
this.checkBoxX10.Text = "允许挂单厨打标签";
//
// checkBoxX8
//
this.checkBoxX8.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX8.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX8.Location = new System.Drawing.Point(4, 61);
this.checkBoxX8.Name = "checkBoxX8";
this.checkBoxX8.Size = new System.Drawing.Size(116, 23);
this.checkBoxX8.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX8.TabIndex = 302;
this.checkBoxX8.Tag = "KitchenAllowChudaLabel";
this.checkBoxX8.Text = "允许厨打标签";
//
// checkBoxX7
//
this.checkBoxX7.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.checkBoxX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.checkBoxX7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkBoxX7.Location = new System.Drawing.Point(511, 32);
this.checkBoxX7.Name = "checkBoxX7";
this.checkBoxX7.Size = new System.Drawing.Size(145, 23);
this.checkBoxX7.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX7.TabIndex = 301;
this.checkBoxX7.Tag = "KitchenAllowSuitChupin";
this.checkBoxX7.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(511, 3);
this.checkBoxX6.Name = "checkBoxX6";
this.checkBoxX6.Size = new System.Drawing.Size(144, 23);
this.checkBoxX6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.checkBoxX6.TabIndex = 300;
this.checkBoxX6.Tag = "KitchenAllowSuitChuda";
this.checkBoxX6.Text = "允许厨打套餐主菜";
//
// KitchenPrinter
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.groupPanel2);
this.Controls.Add(this.groupPanel1);
this.Controls.Add(this.groupPanel4);
this.Name = "KitchenPrinter";
this.Padding = new System.Windows.Forms.Padding(2);
this.Size = new System.Drawing.Size(658, 505);
this.groupPanel4.ResumeLayout(false);
this.groupPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtIpAddressInput)).EndInit();
this.groupPanel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.Controls.GroupPanel groupPanel4;
private DevComponents.DotNetBar.LabelX labelX85;
private DevComponents.DotNetBar.Controls.ComboBoxEx cmbKitPlan;
private DevComponents.DotNetBar.ButtonX ButtonUpdateKitPlans;
private DevComponents.DotNetBar.Controls.GroupPanel groupPanel1;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.Controls.ComboBoxEx cmbParallelPort;
private DevComponents.Editors.ComboItem comboItem19;
private DevComponents.Editors.ComboItem comboItem20;
private DevComponents.DotNetBar.Controls.ComboBoxEx cmbPrinter;
private DevComponents.DotNetBar.Controls.ComboBoxEx cmbSerialPortBaud;
private DevComponents.DotNetBar.LabelX labelX84;
private DevComponents.DotNetBar.Controls.ComboBoxEx cmbSerialPort;
private DevComponents.DotNetBar.Controls.ComboBoxEx cmbPort;
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.Line line1;
private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx4;
private DevComponents.DotNetBar.LabelX labelX3;
private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx3;
private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx2;
private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx8;
private DevComponents.DotNetBar.LabelX labelX2;
private DevComponents.DotNetBar.LabelX labelX4;
private DevComponents.DotNetBar.LabelX labelX46;
private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx6;
private DevComponents.DotNetBar.LabelX labelX6;
private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx5;
private DevComponents.DotNetBar.LabelX labelX5;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX34;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX14;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX13;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX9;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX1;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX2;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX3;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX4;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX5;
private DevComponents.DotNetBar.Controls.GroupPanel groupPanel2;
private DevComponents.DotNetBar.Controls.Line line2;
private DevComponents.DotNetBar.ButtonX ButtonEditPrinter;
private DevComponents.DotNetBar.ButtonX ButtonAddPrinter;
private DevComponents.DotNetBar.ButtonX ButtonDeletePrinter;
private DevComponents.DotNetBar.ButtonX ButtonPrintTestPager;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX7;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX6;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX10;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX8;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX11;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX12;
}
}