namespace JwKdsV { partial class MainForm { /// /// 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.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.panel1 = new System.Windows.Forms.Panel(); this.tongjiLabel = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.pagerControl1 = new JwKdsV.Component.PagerControl(); this.huadanNoCom = new JwKdsV.Component.NumericTextBox(); this.lastChupinButton = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.todayPanel = new System.Windows.Forms.Panel(); this.todayGridView = new System.Windows.Forms.DataGridView(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.label2 = new System.Windows.Forms.Label(); this.containerPanel = new System.Windows.Forms.Panel(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.doubleBufferPanelX1 = new JwKdsV.Component.DoubleBufferPanelX(); this.storeNameLabel = new System.Windows.Forms.Label(); this.posNoLabel = new System.Windows.Forms.Label(); this.serviceStatusLabel = new DevComponents.DotNetBar.LabelX(); this.nowTimelabel = new DevComponents.DotNetBar.LabelX(); this.flyout1 = new DevComponents.DotNetBar.Controls.Flyout(this.components); this.panel1.SuspendLayout(); this.todayPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.todayGridView)).BeginInit(); this.doubleBufferPanelX1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.panel1.Controls.Add(this.tongjiLabel); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.pagerControl1); this.panel1.Controls.Add(this.huadanNoCom); this.panel1.Controls.Add(this.lastChupinButton); this.panel1.Controls.Add(this.button3); this.panel1.Controls.Add(this.button6); this.panel1.Controls.Add(this.button5); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 568); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(999, 41); this.panel1.TabIndex = 0; // // tongjiLabel // this.tongjiLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.tongjiLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tongjiLabel.Dock = System.Windows.Forms.DockStyle.Right; this.tongjiLabel.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tongjiLabel.Location = new System.Drawing.Point(422, 0); this.tongjiLabel.Name = "tongjiLabel"; this.tongjiLabel.Size = new System.Drawing.Size(276, 41); this.tongjiLabel.TabIndex = 12; this.tongjiLabel.Text = "统计信息"; this.tongjiLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // button1 // this.button1.Dock = System.Windows.Forms.DockStyle.Right; this.button1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold); this.button1.Location = new System.Drawing.Point(698, 0); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(70, 41); this.button1.TabIndex = 15; this.button1.Text = "沽清"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.OnSaleClearClick); // // pagerControl1 // this.pagerControl1.CurrentPage = 1; this.pagerControl1.Dock = System.Windows.Forms.DockStyle.Left; this.pagerControl1.Location = new System.Drawing.Point(107, 0); this.pagerControl1.Name = "pagerControl1"; this.pagerControl1.PageCount = 0; this.pagerControl1.PageSize = 5; this.pagerControl1.PanelFont = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.pagerControl1.Size = new System.Drawing.Size(232, 41); this.pagerControl1.TabIndex = 13; this.pagerControl1.TotalCount = 0; this.pagerControl1.PageChangeWithObject += new System.Action(this.OnPageChange); // // huadanNoCom // this.huadanNoCom.AllowDecimalSeparator = false; this.huadanNoCom.AllowNegativeSign = false; this.huadanNoCom.AllowSpace = false; this.huadanNoCom.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.huadanNoCom.ForeColor = System.Drawing.Color.Maroon; this.huadanNoCom.Location = new System.Drawing.Point(339, 3); this.huadanNoCom.MaxDecimalDigit = 2; this.huadanNoCom.Name = "huadanNoCom"; this.huadanNoCom.Size = new System.Drawing.Size(81, 35); this.huadanNoCom.TabIndex = 14; // // lastChupinButton // this.lastChupinButton.Dock = System.Windows.Forms.DockStyle.Left; this.lastChupinButton.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lastChupinButton.Location = new System.Drawing.Point(0, 0); this.lastChupinButton.Name = "lastChupinButton"; this.lastChupinButton.Size = new System.Drawing.Size(107, 41); this.lastChupinButton.TabIndex = 6; this.lastChupinButton.Text = "最近划单"; this.lastChupinButton.UseVisualStyleBackColor = true; this.lastChupinButton.Click += new System.EventHandler(this.OnLastInfoClick); // // button3 // this.button3.Dock = System.Windows.Forms.DockStyle.Right; this.button3.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold); this.button3.Location = new System.Drawing.Point(768, 0); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(70, 41); this.button3.TabIndex = 5; this.button3.Text = "设置"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.OnSettingClick); // // button6 // this.button6.Dock = System.Windows.Forms.DockStyle.Right; this.button6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button6.Location = new System.Drawing.Point(838, 0); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(86, 41); this.button6.TabIndex = 10; this.button6.Text = "最小/大化"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.OnMiniClick); // // button5 // this.button5.Dock = System.Windows.Forms.DockStyle.Right; this.button5.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold); this.button5.Location = new System.Drawing.Point(924, 0); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(75, 41); this.button5.TabIndex = 9; this.button5.Text = "注销"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.OnCloseClick); // // todayPanel // this.todayPanel.Controls.Add(this.todayGridView); this.todayPanel.Controls.Add(this.label2); this.todayPanel.Dock = System.Windows.Forms.DockStyle.Right; this.todayPanel.Location = new System.Drawing.Point(731, 0); this.todayPanel.Name = "todayPanel"; this.todayPanel.Size = new System.Drawing.Size(268, 568); this.todayPanel.TabIndex = 1; // // todayGridView // this.todayGridView.AllowUserToAddRows = false; this.todayGridView.AllowUserToDeleteRows = false; this.todayGridView.AllowUserToResizeColumns = false; this.todayGridView.AllowUserToResizeRows = false; this.todayGridView.BorderStyle = System.Windows.Forms.BorderStyle.None; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.todayGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.todayGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.todayGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2, this.Column3}); this.todayGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.todayGridView.Location = new System.Drawing.Point(0, 33); this.todayGridView.MultiSelect = false; this.todayGridView.Name = "todayGridView"; this.todayGridView.ReadOnly = true; this.todayGridView.RowHeadersVisible = false; this.todayGridView.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.todayGridView.RowTemplate.Height = 35; this.todayGridView.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.todayGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.todayGridView.Size = new System.Drawing.Size(268, 535); this.todayGridView.TabIndex = 0; // // Column1 // this.Column1.DataPropertyName = "productName"; this.Column1.HeaderText = "产品名称"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; this.Column1.Width = 130; // // Column2 // this.Column2.DataPropertyName = "waitHuacai"; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.Column2.DefaultCellStyle = dataGridViewCellStyle2; this.Column2.HeaderText = "未做"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; this.Column2.Width = 70; // // Column3 // this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column3.DataPropertyName = "huacai"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.Column3.DefaultCellStyle = dataGridViewCellStyle3; this.Column3.HeaderText = "已做"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; // // label2 // this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.label2.Dock = System.Windows.Forms.DockStyle.Top; this.label2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(0, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(268, 33); this.label2.TabIndex = 1; this.label2.Text = "今日产品统计"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // containerPanel // this.containerPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.containerPanel.Location = new System.Drawing.Point(0, 0); this.containerPanel.Name = "containerPanel"; this.containerPanel.Size = new System.Drawing.Size(731, 568); this.containerPanel.TabIndex = 2; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "productName"; this.dataGridViewTextBoxColumn1.HeaderText = "产品名称"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; this.dataGridViewTextBoxColumn1.Width = 130; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "waitHuacai"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle4; this.dataGridViewTextBoxColumn2.HeaderText = "未做"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; this.dataGridViewTextBoxColumn2.ReadOnly = true; this.dataGridViewTextBoxColumn2.Width = 70; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn3.DataPropertyName = "huacai"; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle5; this.dataGridViewTextBoxColumn3.HeaderText = "已做"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.ReadOnly = true; // // doubleBufferPanelX1 // this.doubleBufferPanelX1.Controls.Add(this.storeNameLabel); this.doubleBufferPanelX1.Controls.Add(this.posNoLabel); this.doubleBufferPanelX1.Controls.Add(this.serviceStatusLabel); this.doubleBufferPanelX1.Controls.Add(this.nowTimelabel); this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Bottom; this.doubleBufferPanelX1.Location = new System.Drawing.Point(0, 609); this.doubleBufferPanelX1.Name = "doubleBufferPanelX1"; this.doubleBufferPanelX1.Size = new System.Drawing.Size(999, 24); this.doubleBufferPanelX1.TabIndex = 3; // // storeNameLabel // this.storeNameLabel.Dock = System.Windows.Forms.DockStyle.Fill; this.storeNameLabel.Location = new System.Drawing.Point(0, 0); this.storeNameLabel.Name = "storeNameLabel"; this.storeNameLabel.Size = new System.Drawing.Size(479, 24); this.storeNameLabel.TabIndex = 1; this.storeNameLabel.Text = "门店:{0}"; this.storeNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // posNoLabel // this.posNoLabel.Dock = System.Windows.Forms.DockStyle.Right; this.posNoLabel.Location = new System.Drawing.Point(479, 0); this.posNoLabel.Name = "posNoLabel"; this.posNoLabel.Size = new System.Drawing.Size(139, 24); this.posNoLabel.TabIndex = 0; this.posNoLabel.Text = "厨显编号:{0}"; this.posNoLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // serviceStatusLabel // // // // this.serviceStatusLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.serviceStatusLabel.Dock = System.Windows.Forms.DockStyle.Right; this.serviceStatusLabel.ForeColor = System.Drawing.Color.White; this.serviceStatusLabel.Location = new System.Drawing.Point(618, 0); this.serviceStatusLabel.Name = "serviceStatusLabel"; this.serviceStatusLabel.Size = new System.Drawing.Size(149, 24); this.serviceStatusLabel.TabIndex = 2; this.serviceStatusLabel.Tag = "服务中心状态:{0}"; this.serviceStatusLabel.Text = "服务中心状态:"; // // nowTimelabel // // // // this.nowTimelabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.nowTimelabel.Dock = System.Windows.Forms.DockStyle.Right; this.nowTimelabel.ForeColor = System.Drawing.Color.White; this.nowTimelabel.Location = new System.Drawing.Point(767, 0); this.nowTimelabel.Name = "nowTimelabel"; this.nowTimelabel.Size = new System.Drawing.Size(232, 24); this.nowTimelabel.TabIndex = 3; this.nowTimelabel.Tag = "当前时间:{0}"; this.nowTimelabel.Text = "当前时间:{0}"; // // flyout1 // this.flyout1.DropShadow = false; this.flyout1.Parent = this; // // MainForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(999, 633); this.ControlBox = false; this.Controls.Add(this.containerPanel); this.Controls.Add(this.todayPanel); this.Controls.Add(this.panel1); this.Controls.Add(this.doubleBufferPanelX1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = ""; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.todayPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.todayGridView)).EndInit(); this.doubleBufferPanelX1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button lastChupinButton; private System.Windows.Forms.Panel todayPanel; private System.Windows.Forms.Panel containerPanel; private System.Windows.Forms.DataGridView todayGridView; private System.Windows.Forms.Button button5; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; private System.Windows.Forms.Button button6; private System.Windows.Forms.Label tongjiLabel; private System.Windows.Forms.Label label2; private Component.PagerControl pagerControl1; private Component.DoubleBufferPanelX doubleBufferPanelX1; private System.Windows.Forms.Label posNoLabel; private System.Windows.Forms.Label storeNameLabel; private DevComponents.DotNetBar.LabelX serviceStatusLabel; private DevComponents.DotNetBar.LabelX nowTimelabel; private Component.NumericTextBox huadanNoCom; private DevComponents.DotNetBar.Controls.Flyout flyout1; private System.Windows.Forms.Button button1; } }