namespace ButcherOrder { partial class ButcherOrderForm { /// /// 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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = 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(); this.label1 = new System.Windows.Forms.Label(); this.syncBtn = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.orderLabel = new System.Windows.Forms.Label(); this.existBtn = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.numberInput = new System.Windows.Forms.TextBox(); this.keyPanel = new System.Windows.Forms.FlowLayoutPanel(); this.okBtn = new System.Windows.Forms.Button(); this.vScrollBar1 = new System.Windows.Forms.VScrollBar(); this.secondOrderGridView = new BWP.WinFormControl.UDataGridView(); this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OrderDetail_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.IsOk = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Finish = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Order = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PlanNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.HotFadeNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.updateBtn = new System.Windows.Forms.DataGridViewButtonColumn(); this.viewBtn = new System.Windows.Forms.DataGridViewButtonColumn(); this.uDatePicker1 = new BWP.WinFormControl.UDatePicker(); this.tangTotal = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.secondOrderGridView)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 15F); this.label1.Location = new System.Drawing.Point(58, 28); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(109, 20); this.label1.TabIndex = 0; this.label1.Text = "宰杀日期:"; // // syncBtn // this.syncBtn.Font = new System.Drawing.Font("宋体", 15F); this.syncBtn.Location = new System.Drawing.Point(339, 18); this.syncBtn.Name = "syncBtn"; this.syncBtn.Size = new System.Drawing.Size(108, 41); this.syncBtn.TabIndex = 2; this.syncBtn.Text = "同步数据"; this.syncBtn.UseVisualStyleBackColor = true; this.syncBtn.Click += new System.EventHandler(this.syncBtn_Click); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 15F); this.label2.Location = new System.Drawing.Point(466, 28); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(109, 20); this.label2.TabIndex = 3; this.label2.Text = "排宰顺序:"; // // orderLabel // this.orderLabel.AutoSize = true; this.orderLabel.Font = new System.Drawing.Font("宋体", 15F); this.orderLabel.Location = new System.Drawing.Point(564, 28); this.orderLabel.Name = "orderLabel"; this.orderLabel.Size = new System.Drawing.Size(19, 20); this.orderLabel.TabIndex = 4; this.orderLabel.Text = "0"; // // existBtn // this.existBtn.Font = new System.Drawing.Font("宋体", 15F); this.existBtn.Location = new System.Drawing.Point(900, 11); this.existBtn.Name = "existBtn"; this.existBtn.Size = new System.Drawing.Size(108, 41); this.existBtn.TabIndex = 6; this.existBtn.Text = "退出"; this.existBtn.UseVisualStyleBackColor = true; this.existBtn.Click += new System.EventHandler(this.existBtn_Click); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 15F); this.label3.Location = new System.Drawing.Point(671, 98); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(109, 20); this.label3.TabIndex = 7; this.label3.Text = "烫褪头数:"; // // numberInput // this.numberInput.Font = new System.Drawing.Font("宋体", 15F); this.numberInput.Location = new System.Drawing.Point(786, 91); this.numberInput.Name = "numberInput"; this.numberInput.Size = new System.Drawing.Size(96, 30); this.numberInput.TabIndex = 8; // // keyPanel // this.keyPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.keyPanel.Location = new System.Drawing.Point(675, 145); this.keyPanel.Name = "keyPanel"; this.keyPanel.Padding = new System.Windows.Forms.Padding(15); this.keyPanel.Size = new System.Drawing.Size(333, 430); this.keyPanel.TabIndex = 9; // // okBtn // this.okBtn.Font = new System.Drawing.Font("宋体", 15F); this.okBtn.Location = new System.Drawing.Point(900, 84); this.okBtn.Name = "okBtn"; this.okBtn.Size = new System.Drawing.Size(108, 41); this.okBtn.TabIndex = 10; this.okBtn.Text = "确定"; this.okBtn.UseVisualStyleBackColor = true; this.okBtn.Click += new System.EventHandler(this.okBtn_Click); // // vScrollBar1 // this.vScrollBar1.Location = new System.Drawing.Point(544, 91); this.vScrollBar1.Name = "vScrollBar1"; this.vScrollBar1.Size = new System.Drawing.Size(40, 569); this.vScrollBar1.TabIndex = 51; // // secondOrderGridView // this.secondOrderGridView.AllowUserToAddRows = false; this.secondOrderGridView.AllowUserToDeleteRows = false; this.secondOrderGridView.AllowUserToResizeColumns = false; this.secondOrderGridView.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.secondOrderGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.secondOrderGridView.BackgroundColor = System.Drawing.Color.White; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.secondOrderGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.secondOrderGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.secondOrderGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ID, this.OrderDetail_ID, this.IsOk, this.Finish, this.Order, this.PlanNumber, this.HotFadeNumber, this.updateBtn, this.viewBtn}); this.secondOrderGridView.Location = new System.Drawing.Point(30, 91); this.secondOrderGridView.MultiSelect = false; this.secondOrderGridView.Name = "secondOrderGridView"; this.secondOrderGridView.ReadOnly = true; this.secondOrderGridView.RowHeadersVisible = false; dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.Black; this.secondOrderGridView.RowsDefaultCellStyle = dataGridViewCellStyle5; this.secondOrderGridView.RowTemplate.Height = 60; this.secondOrderGridView.ScrollBars = System.Windows.Forms.ScrollBars.None; this.secondOrderGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.secondOrderGridView.Size = new System.Drawing.Size(513, 569); this.secondOrderGridView.TabIndex = 12; this.secondOrderGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.secondOrderGridView_CellClick); this.secondOrderGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.secondOrderGridView_CellContentClick); // // ID // this.ID.DataPropertyName = "ID"; this.ID.HeaderText = "ID"; this.ID.Name = "ID"; this.ID.ReadOnly = true; this.ID.Visible = false; // // OrderDetail_ID // this.OrderDetail_ID.DataPropertyName = "OrderDetail_ID"; this.OrderDetail_ID.HeaderText = "OrderDetail_ID"; this.OrderDetail_ID.Name = "OrderDetail_ID"; this.OrderDetail_ID.ReadOnly = true; this.OrderDetail_ID.Visible = false; // // IsOk // this.IsOk.DataPropertyName = "IsOk"; this.IsOk.HeaderText = "IsOk"; this.IsOk.Name = "IsOk"; this.IsOk.ReadOnly = true; this.IsOk.Visible = false; // // Finish // this.Finish.DataPropertyName = "Finish"; this.Finish.HeaderText = "Finish"; this.Finish.Name = "Finish"; this.Finish.ReadOnly = true; this.Finish.Visible = false; // // Order // this.Order.DataPropertyName = "Order"; this.Order.HeaderText = "顺序号"; this.Order.Name = "Order"; this.Order.ReadOnly = true; this.Order.Width = 110; // // PlanNumber // this.PlanNumber.DataPropertyName = "PlanNumber"; this.PlanNumber.HeaderText = "头数"; this.PlanNumber.Name = "PlanNumber"; this.PlanNumber.ReadOnly = true; // // HotFadeNumber // this.HotFadeNumber.DataPropertyName = "HotFadeNumber"; this.HotFadeNumber.HeaderText = "烫褪"; this.HotFadeNumber.Name = "HotFadeNumber"; this.HotFadeNumber.ReadOnly = true; // // updateBtn // dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10); this.updateBtn.DefaultCellStyle = dataGridViewCellStyle3; this.updateBtn.HeaderText = "完毕"; this.updateBtn.Name = "updateBtn"; this.updateBtn.ReadOnly = true; this.updateBtn.Text = "完毕"; this.updateBtn.UseColumnTextForButtonValue = true; // // viewBtn // dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle4.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10); this.viewBtn.DefaultCellStyle = dataGridViewCellStyle4; this.viewBtn.HeaderText = "查看"; this.viewBtn.Name = "viewBtn"; this.viewBtn.ReadOnly = true; this.viewBtn.Text = "查看"; this.viewBtn.UseColumnTextForButtonValue = true; // // uDatePicker1 // this.uDatePicker1.BackColor = System.Drawing.Color.White; this.uDatePicker1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.uDatePicker1.Date = new System.DateTime(2017, 9, 5, 0, 0, 0, 0); this.uDatePicker1.Font = new System.Drawing.Font("宋体", 15F); this.uDatePicker1.Location = new System.Drawing.Point(166, 23); this.uDatePicker1.Name = "uDatePicker1"; this.uDatePicker1.Size = new System.Drawing.Size(150, 30); this.uDatePicker1.TabIndex = 1; this.uDatePicker1.Text = "2017/09/05"; this.uDatePicker1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uDatePicker1.Type = BWP.WinFormControl.DateTimeType.Date; // // tangTotal // this.tangTotal.AutoSize = true; this.tangTotal.Font = new System.Drawing.Font("宋体", 18F); this.tangTotal.ForeColor = System.Drawing.Color.Red; this.tangTotal.Location = new System.Drawing.Point(769, 24); this.tangTotal.Name = "tangTotal"; this.tangTotal.Size = new System.Drawing.Size(22, 24); this.tangTotal.TabIndex = 53; this.tangTotal.Text = "0"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("宋体", 15F); this.label5.Location = new System.Drawing.Point(671, 28); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(109, 20); this.label5.TabIndex = 52; this.label5.Text = "烫褪合计:"; // // ButcherOrderForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1020, 690); this.Controls.Add(this.tangTotal); this.Controls.Add(this.label5); this.Controls.Add(this.vScrollBar1); this.Controls.Add(this.secondOrderGridView); this.Controls.Add(this.okBtn); this.Controls.Add(this.keyPanel); this.Controls.Add(this.numberInput); this.Controls.Add(this.label3); this.Controls.Add(this.existBtn); this.Controls.Add(this.orderLabel); this.Controls.Add(this.label2); this.Controls.Add(this.syncBtn); this.Controls.Add(this.uDatePicker1); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "ButcherOrderForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "屠宰顺序同步"; ((System.ComponentModel.ISupportInitialize)(this.secondOrderGridView)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private BWP.WinFormControl.UDatePicker uDatePicker1; private System.Windows.Forms.Button syncBtn; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label orderLabel; private System.Windows.Forms.Button existBtn; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox numberInput; private System.Windows.Forms.FlowLayoutPanel keyPanel; private System.Windows.Forms.Button okBtn; private BWP.WinFormControl.UDataGridView secondOrderGridView; private System.Windows.Forms.VScrollBar vScrollBar1; private System.Windows.Forms.DataGridViewTextBoxColumn ID; private System.Windows.Forms.DataGridViewTextBoxColumn OrderDetail_ID; private System.Windows.Forms.DataGridViewTextBoxColumn IsOk; private System.Windows.Forms.DataGridViewTextBoxColumn Finish; private System.Windows.Forms.DataGridViewTextBoxColumn Order; private System.Windows.Forms.DataGridViewTextBoxColumn PlanNumber; private System.Windows.Forms.DataGridViewTextBoxColumn HotFadeNumber; private System.Windows.Forms.DataGridViewButtonColumn updateBtn; private System.Windows.Forms.DataGridViewButtonColumn viewBtn; private System.Windows.Forms.Label tangTotal; private System.Windows.Forms.Label label5; } }