using POS.Language.Language; namespace POSV.Component { partial class WeightParameter { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.labelX85 = new DevComponents.DotNetBar.LabelX(); this.cmbSteelyardBrand = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.cmbSerialPortBaud = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.cmbSerialPort = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.labelX95 = new DevComponents.DotNetBar.LabelX(); this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel(); this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel(); this.checkBoxX2 = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.checkBoxX29 = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.checkBoxX1 = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.groupPanel1.SuspendLayout(); this.groupPanel2.SuspendLayout(); this.SuspendLayout(); // // 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, 4); this.labelX85.Margin = new System.Windows.Forms.Padding(4); this.labelX85.Name = "labelX85"; this.labelX85.Size = new System.Drawing.Size(52, 27); this.labelX85.TabIndex = 140; this.labelX85.Text = "型号:"; // // cmbSteelyardBrand // this.cmbSteelyardBrand.DisplayMember = "Text"; this.cmbSteelyardBrand.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cmbSteelyardBrand.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbSteelyardBrand.Font = new System.Drawing.Font("宋体", 12F); this.cmbSteelyardBrand.ForeColor = System.Drawing.Color.Black; this.cmbSteelyardBrand.FormattingEnabled = true; this.cmbSteelyardBrand.ItemHeight = 21; this.cmbSteelyardBrand.Location = new System.Drawing.Point(64, 4); this.cmbSteelyardBrand.Margin = new System.Windows.Forms.Padding(4); this.cmbSteelyardBrand.Name = "cmbSteelyardBrand"; this.cmbSteelyardBrand.Size = new System.Drawing.Size(217, 27); this.cmbSteelyardBrand.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014; this.cmbSteelyardBrand.TabIndex = 141; // // 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(512, 4); this.cmbSerialPortBaud.Margin = new System.Windows.Forms.Padding(4); this.cmbSerialPortBaud.Name = "cmbSerialPortBaud"; this.cmbSerialPortBaud.Size = new System.Drawing.Size(106, 27); this.cmbSerialPortBaud.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014; this.cmbSerialPortBaud.TabIndex = 144; // // 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(403, 4); this.cmbSerialPort.Margin = new System.Windows.Forms.Padding(4); this.cmbSerialPort.Name = "cmbSerialPort"; this.cmbSerialPort.Size = new System.Drawing.Size(96, 27); this.cmbSerialPort.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeMobile2014; this.cmbSerialPort.TabIndex = 143; // // 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(316, 3); this.labelX95.Margin = new System.Windows.Forms.Padding(4); this.labelX95.Name = "labelX95"; this.labelX95.Size = new System.Drawing.Size(79, 28); this.labelX95.TabIndex = 142; this.labelX95.Text = "串口参数:"; this.labelX95.TextAlignment = System.Drawing.StringAlignment.Far; // // groupPanel1 // 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.buttonX2); this.groupPanel1.Controls.Add(this.labelX85); this.groupPanel1.Controls.Add(this.cmbSerialPortBaud); this.groupPanel1.Controls.Add(this.cmbSteelyardBrand); this.groupPanel1.Controls.Add(this.cmbSerialPort); this.groupPanel1.Controls.Add(this.labelX95); this.groupPanel1.DisabledBackColor = System.Drawing.Color.Empty; this.groupPanel1.Dock = System.Windows.Forms.DockStyle.Top; 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(0, 0); this.groupPanel1.Margin = new System.Windows.Forms.Padding(4); this.groupPanel1.Name = "groupPanel1"; this.groupPanel1.Size = new System.Drawing.Size(642, 126); // // // 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 = 145; this.groupPanel1.Text = "电子秤配置"; // // buttonX2 // this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42))))); this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.buttonX2.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonX2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonX2.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX2.Location = new System.Drawing.Point(260, 55); this.buttonX2.Name = "buttonX2"; this.buttonX2.Size = new System.Drawing.Size(102, 34); this.buttonX2.TabIndex = 245; this.buttonX2.Text = "连接测试"; this.buttonX2.TextColor = System.Drawing.Color.White; this.buttonX2.Click += new System.EventHandler(this.OnTestSteelyardClick); // // 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.checkBoxX2); this.groupPanel2.Controls.Add(this.checkBoxX29); this.groupPanel2.Controls.Add(this.checkBoxX1); 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(0, 137); this.groupPanel2.Margin = new System.Windows.Forms.Padding(4); this.groupPanel2.Name = "groupPanel2"; this.groupPanel2.Size = new System.Drawing.Size(642, 172); // // // 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 = 146; this.groupPanel2.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(306, 3); this.checkBoxX2.Name = "checkBoxX2"; this.checkBoxX2.Size = new System.Drawing.Size(312, 23); this.checkBoxX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.checkBoxX2.TabIndex = 308; this.checkBoxX2.Tag = "EnableAutoSales"; this.checkBoxX2.Text = "启用自动生成商品销售数据(称重模式生效)\r\n"; // // checkBoxX29 // this.checkBoxX29.BackColor = System.Drawing.Color.Transparent; // // // this.checkBoxX29.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.checkBoxX29.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.checkBoxX29.Location = new System.Drawing.Point(4, 3); this.checkBoxX29.Name = "checkBoxX29"; this.checkBoxX29.Size = new System.Drawing.Size(223, 23); this.checkBoxX29.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.checkBoxX29.TabIndex = 307; this.checkBoxX29.Tag = "CashierWieghtModeProduct"; this.checkBoxX29.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(4, 32); this.checkBoxX1.Name = "checkBoxX1"; this.checkBoxX1.Size = new System.Drawing.Size(112, 23); this.checkBoxX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.checkBoxX1.TabIndex = 306; this.checkBoxX1.Tag = "enableWeightContinue"; this.checkBoxX1.Text = "启用连续称重"; this.checkBoxX1.Visible = false; // // WeightParameter // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.groupPanel2); this.Controls.Add(this.groupPanel1); this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "WeightParameter"; this.Size = new System.Drawing.Size(642, 424); this.groupPanel1.ResumeLayout(false); this.groupPanel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.LabelX labelX85; private DevComponents.DotNetBar.Controls.ComboBoxEx cmbSteelyardBrand; private DevComponents.DotNetBar.Controls.ComboBoxEx cmbSerialPortBaud; private DevComponents.DotNetBar.Controls.ComboBoxEx cmbSerialPort; private DevComponents.DotNetBar.LabelX labelX95; private DevComponents.DotNetBar.Controls.GroupPanel groupPanel1; private DevComponents.DotNetBar.ButtonX buttonX2; private DevComponents.DotNetBar.Controls.GroupPanel groupPanel2; private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX1; private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX29; private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX2; } }