namespace POSV.Component { partial class WeightDishShowForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.controlBox = new POSV.Component.ControlBox(); this.bottomPanel = new POSV.Component.DoubleBufferPanelX(); this.ButtonCancel = new DevComponents.DotNetBar.ButtonX(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.wlblStatus = new DevComponents.DotNetBar.LabelX(); this.labelX6 = new DevComponents.DotNetBar.LabelX(); this.wlblWeight = new DevComponents.DotNetBar.LabelX(); this.labelX8 = new DevComponents.DotNetBar.LabelX(); this.wlblPrice = new DevComponents.DotNetBar.LabelX(); this.labelX10 = new DevComponents.DotNetBar.LabelX(); this.wlblAmount = new DevComponents.DotNetBar.LabelX(); this.wlblProduct = new DevComponents.DotNetBar.LabelX(); this.bottomPanel.SuspendLayout(); this.SuspendLayout(); // // controlBox // this.controlBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(175)))), ((int)(((byte)(167))))); this.controlBox.CloseBox = true; this.controlBox.Dock = System.Windows.Forms.DockStyle.Top; this.controlBox.ForeColor = System.Drawing.Color.White; this.controlBox.Location = new System.Drawing.Point(0, 0); this.controlBox.Margin = new System.Windows.Forms.Padding(0); this.controlBox.MessageCenterStatus = false; this.controlBox.MinimizeBox = false; this.controlBox.Name = "controlBox"; this.controlBox.NetworkStatus = false; this.controlBox.NewForeColor = System.Drawing.Color.White; this.controlBox.SettingsBox = false; this.controlBox.ShowApplicationVersion = false; this.controlBox.ShowKeyboard = false; this.controlBox.ShowLockScreen = false; this.controlBox.ShowMessageCenter = false; this.controlBox.ShowNetworkStatus = false; this.controlBox.ShowQrCode = false; this.controlBox.Size = new System.Drawing.Size(465, 36); this.controlBox.TabIndex = 13; this.controlBox.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnCloseTouchClick); // // bottomPanel // this.bottomPanel.CanvasColor = System.Drawing.SystemColors.Control; this.bottomPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.bottomPanel.Controls.Add(this.buttonX1); this.bottomPanel.Controls.Add(this.ButtonCancel); this.bottomPanel.DisabledBackColor = System.Drawing.Color.Empty; this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom; this.bottomPanel.Location = new System.Drawing.Point(0, 395); this.bottomPanel.Name = "bottomPanel"; this.bottomPanel.Padding = new System.Windows.Forms.Padding(2); this.bottomPanel.Size = new System.Drawing.Size(465, 55); this.bottomPanel.Style.Alignment = System.Drawing.StringAlignment.Center; this.bottomPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.bottomPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.bottomPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.bottomPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.bottomPanel.Style.GradientAngle = 90; this.bottomPanel.TabIndex = 296; // // ButtonCancel // this.ButtonCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonCancel.BackColor = System.Drawing.Color.Maroon; this.ButtonCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.ButtonCancel.Cursor = System.Windows.Forms.Cursors.Hand; this.ButtonCancel.FadeEffect = false; this.ButtonCancel.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ButtonCancel.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.ButtonCancel.Location = new System.Drawing.Point(263, 0); this.ButtonCancel.Name = "ButtonCancel"; this.ButtonCancel.Size = new System.Drawing.Size(200, 55); this.ButtonCancel.TabIndex = 31; this.ButtonCancel.Text = "取消"; this.ButtonCancel.TextColor = System.Drawing.Color.White; this.ButtonCancel.Click += new System.EventHandler(this.BtnExitClick); // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.BackColor = System.Drawing.Color.DarkOrange; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.buttonX1.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonX1.FadeEffect = false; this.buttonX1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonX1.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX1.Location = new System.Drawing.Point(0, 0); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(200, 55); this.buttonX1.TabIndex = 32; this.buttonX1.Text = "确定"; this.buttonX1.TextColor = System.Drawing.Color.White; this.buttonX1.Click += new System.EventHandler(this.BtnOKClick); // // wlblStatus // // // // this.wlblStatus.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.wlblStatus.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.wlblStatus.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.wlblStatus.Location = new System.Drawing.Point(27, 115); this.wlblStatus.Name = "wlblStatus"; this.wlblStatus.Size = new System.Drawing.Size(137, 37); this.wlblStatus.Symbol = ""; this.wlblStatus.SymbolColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.wlblStatus.TabIndex = 297; this.wlblStatus.Text = "未稳定"; // // labelX6 // // // // this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX6.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX6.ForeColor = System.Drawing.Color.Black; this.labelX6.Location = new System.Drawing.Point(27, 161); this.labelX6.Name = "labelX6"; this.labelX6.Size = new System.Drawing.Size(163, 28); this.labelX6.TabIndex = 298; this.labelX6.Text = "重量(千克)"; this.labelX6.TextLineAlignment = System.Drawing.StringAlignment.Near; // // wlblWeight // // // // this.wlblWeight.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.wlblWeight.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.wlblWeight.ForeColor = System.Drawing.Color.Black; this.wlblWeight.Location = new System.Drawing.Point(243, 158); this.wlblWeight.Name = "wlblWeight"; this.wlblWeight.Size = new System.Drawing.Size(151, 31); this.wlblWeight.TabIndex = 299; this.wlblWeight.Text = "000.000"; this.wlblWeight.TextAlignment = System.Drawing.StringAlignment.Center; this.wlblWeight.TextLineAlignment = System.Drawing.StringAlignment.Near; // // labelX8 // // // // this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX8.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX8.ForeColor = System.Drawing.Color.Black; this.labelX8.Location = new System.Drawing.Point(27, 212); this.labelX8.Name = "labelX8"; this.labelX8.Size = new System.Drawing.Size(138, 28); this.labelX8.TabIndex = 300; this.labelX8.Text = "单价(元)"; this.labelX8.TextLineAlignment = System.Drawing.StringAlignment.Near; // // wlblPrice // // // // this.wlblPrice.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.wlblPrice.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.wlblPrice.ForeColor = System.Drawing.Color.Black; this.wlblPrice.Location = new System.Drawing.Point(243, 209); this.wlblPrice.Name = "wlblPrice"; this.wlblPrice.Size = new System.Drawing.Size(151, 31); this.wlblPrice.TabIndex = 301; this.wlblPrice.Text = "0000.00"; this.wlblPrice.TextAlignment = System.Drawing.StringAlignment.Center; this.wlblPrice.TextLineAlignment = System.Drawing.StringAlignment.Near; // // labelX10 // // // // this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX10.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX10.ForeColor = System.Drawing.Color.Red; this.labelX10.Location = new System.Drawing.Point(27, 257); this.labelX10.Name = "labelX10"; this.labelX10.Size = new System.Drawing.Size(135, 28); this.labelX10.TabIndex = 302; this.labelX10.Text = "金额(元)"; this.labelX10.TextLineAlignment = System.Drawing.StringAlignment.Near; // // wlblAmount // // // // this.wlblAmount.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.wlblAmount.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.wlblAmount.ForeColor = System.Drawing.Color.Red; this.wlblAmount.Location = new System.Drawing.Point(243, 254); this.wlblAmount.Name = "wlblAmount"; this.wlblAmount.Size = new System.Drawing.Size(151, 31); this.wlblAmount.TabIndex = 303; this.wlblAmount.Text = "0000.00"; this.wlblAmount.TextAlignment = System.Drawing.StringAlignment.Center; this.wlblAmount.TextLineAlignment = System.Drawing.StringAlignment.Near; // // wlblProduct // // // // this.wlblProduct.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.wlblProduct.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Bold); this.wlblProduct.ForeColor = System.Drawing.Color.Maroon; this.wlblProduct.Location = new System.Drawing.Point(27, 65); this.wlblProduct.Name = "wlblProduct"; this.wlblProduct.Size = new System.Drawing.Size(426, 31); this.wlblProduct.TabIndex = 305; this.wlblProduct.Text = "默认商品"; this.wlblProduct.TextLineAlignment = System.Drawing.StringAlignment.Near; // // WeightDishShowForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.LightGray; this.ClientSize = new System.Drawing.Size(465, 450); this.Controls.Add(this.wlblProduct); this.Controls.Add(this.wlblAmount); this.Controls.Add(this.labelX10); this.Controls.Add(this.wlblPrice); this.Controls.Add(this.labelX8); this.Controls.Add(this.wlblWeight); this.Controls.Add(this.labelX6); this.Controls.Add(this.wlblStatus); this.Controls.Add(this.bottomPanel); this.Controls.Add(this.controlBox); this.Name = "WeightDishShowForm"; this.Text = "WeightDishShowForm"; this.bottomPanel.ResumeLayout(false); this.ResumeLayout(false); } #endregion private ControlBox controlBox; private DoubleBufferPanelX bottomPanel; private DevComponents.DotNetBar.ButtonX buttonX1; private DevComponents.DotNetBar.ButtonX ButtonCancel; private DevComponents.DotNetBar.LabelX wlblStatus; private DevComponents.DotNetBar.LabelX labelX6; private DevComponents.DotNetBar.LabelX wlblWeight; private DevComponents.DotNetBar.LabelX labelX8; private DevComponents.DotNetBar.LabelX wlblPrice; private DevComponents.DotNetBar.LabelX labelX10; private DevComponents.DotNetBar.LabelX wlblAmount; private DevComponents.DotNetBar.LabelX wlblProduct; } }