namespace JwKdsV.Component { partial class OrderPanel { /// /// 必需的设计器变量。 /// 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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.panel1 = new System.Windows.Forms.Panel(); this.infoLabel = new System.Windows.Forms.Label(); this.chudanLabel = new DevComponents.DotNetBar.LabelX(); this.orderTimeLabel = new System.Windows.Forms.Label(); this.itemsPanel = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewRichTextBoxColumn1 = new JwKdsV.Component.DataGridViewRichTextBoxColumn(); this.JiaoHaoLabel = new DevComponents.DotNetBar.LabelX(); this.panel1.SuspendLayout(); this.itemsPanel.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.infoLabel); this.panel1.Controls.Add(this.chudanLabel); this.panel1.Controls.Add(this.orderTimeLabel); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 283); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(254, 55); this.panel1.TabIndex = 0; // // infoLabel // this.infoLabel.Dock = System.Windows.Forms.DockStyle.Fill; this.infoLabel.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.infoLabel.Location = new System.Drawing.Point(0, 0); this.infoLabel.Name = "infoLabel"; this.infoLabel.Size = new System.Drawing.Size(103, 53); this.infoLabel.TabIndex = 1; this.infoLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.infoLabel.Click += new System.EventHandler(this.OnChudaClick); // // chudanLabel // this.chudanLabel.BackColor = System.Drawing.Color.White; // // // this.chudanLabel.BackgroundStyle.BackColor = System.Drawing.Color.White; this.chudanLabel.BackgroundStyle.BackColor2 = System.Drawing.Color.White; this.chudanLabel.BackgroundStyle.BorderColor = System.Drawing.Color.Maroon; this.chudanLabel.BackgroundStyle.BorderColor2 = System.Drawing.Color.Maroon; this.chudanLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.chudanLabel.Dock = System.Windows.Forms.DockStyle.Right; this.chudanLabel.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold); this.chudanLabel.ForeColor = System.Drawing.Color.Black; this.chudanLabel.Location = new System.Drawing.Point(103, 0); this.chudanLabel.Name = "chudanLabel"; this.chudanLabel.Size = new System.Drawing.Size(70, 53); this.chudanLabel.TabIndex = 2; this.chudanLabel.Text = "出单"; this.chudanLabel.TextAlignment = System.Drawing.StringAlignment.Center; this.chudanLabel.WordWrap = true; this.chudanLabel.Click += new System.EventHandler(this.OnChudaClick); // // orderTimeLabel // this.orderTimeLabel.Dock = System.Windows.Forms.DockStyle.Right; this.orderTimeLabel.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.orderTimeLabel.Location = new System.Drawing.Point(173, 0); this.orderTimeLabel.Name = "orderTimeLabel"; this.orderTimeLabel.Size = new System.Drawing.Size(79, 53); this.orderTimeLabel.TabIndex = 0; this.orderTimeLabel.Text = "000:00"; this.orderTimeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // itemsPanel // this.itemsPanel.AutoScroll = true; this.itemsPanel.Controls.Add(this.JiaoHaoLabel); this.itemsPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.itemsPanel.Location = new System.Drawing.Point(0, 0); this.itemsPanel.Name = "itemsPanel"; this.itemsPanel.Size = new System.Drawing.Size(254, 189); this.itemsPanel.TabIndex = 3; // // label2 // this.label2.BackColor = System.Drawing.Color.Black; this.label2.Dock = System.Windows.Forms.DockStyle.Bottom; this.label2.Font = new System.Drawing.Font("宋体", 20F); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(0, 250); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(254, 33); this.label2.TabIndex = 5; this.label2.Text = "营业模式"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label2.Visible = false; // // label1 // this.label1.BackColor = System.Drawing.Color.Black; this.label1.Dock = System.Windows.Forms.DockStyle.Bottom; this.label1.Font = new System.Drawing.Font("宋体", 20F); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(0, 189); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(254, 61); this.label1.TabIndex = 6; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.label1.Visible = false; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn1.HeaderText = "Column2"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; // // dataGridViewRichTextBoxColumn1 // dataGridViewCellStyle1.Padding = new System.Windows.Forms.Padding(5); dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewRichTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle1; this.dataGridViewRichTextBoxColumn1.FillWeight = 150F; this.dataGridViewRichTextBoxColumn1.HeaderText = "Column1"; this.dataGridViewRichTextBoxColumn1.Name = "dataGridViewRichTextBoxColumn1"; this.dataGridViewRichTextBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewRichTextBoxColumn1.Width = 200; // // JiaoHaoLabel // this.JiaoHaoLabel.BackColor = System.Drawing.Color.White; // // // this.JiaoHaoLabel.BackgroundStyle.BackColor = System.Drawing.Color.White; this.JiaoHaoLabel.BackgroundStyle.BackColor2 = System.Drawing.Color.White; this.JiaoHaoLabel.BackgroundStyle.BorderColor = System.Drawing.Color.Maroon; this.JiaoHaoLabel.BackgroundStyle.BorderColor2 = System.Drawing.Color.Maroon; this.JiaoHaoLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.JiaoHaoLabel.Dock = System.Windows.Forms.DockStyle.Right; this.JiaoHaoLabel.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold); this.JiaoHaoLabel.ForeColor = System.Drawing.Color.Black; this.JiaoHaoLabel.Location = new System.Drawing.Point(195, 0); this.JiaoHaoLabel.Name = "JiaoHaoLabel"; this.JiaoHaoLabel.Size = new System.Drawing.Size(59, 189); this.JiaoHaoLabel.TabIndex = 3; this.JiaoHaoLabel.Text = "叫号"; this.JiaoHaoLabel.TextAlignment = System.Drawing.StringAlignment.Center; this.JiaoHaoLabel.WordWrap = true; this.JiaoHaoLabel.Click += new System.EventHandler(this.JiaoHaoLabel_Click); // // OrderPanel // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.Controls.Add(this.itemsPanel); this.Controls.Add(this.label1); this.Controls.Add(this.label2); this.Controls.Add(this.panel1); this.Name = "OrderPanel"; this.Size = new System.Drawing.Size(254, 338); this.panel1.ResumeLayout(false); this.itemsPanel.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label orderTimeLabel; private DataGridViewRichTextBoxColumn dataGridViewRichTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.Panel itemsPanel; private System.Windows.Forms.Label infoLabel; private DevComponents.DotNetBar.LabelX chudanLabel; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private DevComponents.DotNetBar.LabelX JiaoHaoLabel; } }