namespace DropPigReOrder { partial class ReOrderForm { /// /// 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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); this.syncBtn = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.uDatePicker1 = new BWP.WinFormControl.UDatePicker(); this.orderGridView = new BWP.WinFormControl.UDataGridView(); this.D_OrderDetail_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.D_IsDrop = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.D_Order = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.D_B3WeighBill_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.D_HotFadeNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.D_MaoNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.D_PlanNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.maoInput = new BWP.WinFormControl.UTextBoxWithPad(); this.tangInput = new BWP.WinFormControl.UTextBoxWithPad(); this.OkBtn = new System.Windows.Forms.Button(); this.ExistBtn = new System.Windows.Forms.Button(); this.vScrollBar1 = new System.Windows.Forms.VScrollBar(); ((System.ComponentModel.ISupportInitialize)(this.orderGridView)).BeginInit(); this.SuspendLayout(); // // syncBtn // this.syncBtn.Font = new System.Drawing.Font("宋体", 15F); this.syncBtn.Location = new System.Drawing.Point(328, 19); this.syncBtn.Name = "syncBtn"; this.syncBtn.Size = new System.Drawing.Size(108, 41); this.syncBtn.TabIndex = 11; this.syncBtn.Text = "同步数据"; this.syncBtn.UseVisualStyleBackColor = true; this.syncBtn.Click += new System.EventHandler(this.syncBtn_Click); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 15F); this.label1.Location = new System.Drawing.Point(12, 29); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(109, 20); this.label1.TabIndex = 10; this.label1.Text = "宰杀日期:"; // // 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(117, 24); this.uDatePicker1.Name = "uDatePicker1"; this.uDatePicker1.Size = new System.Drawing.Size(175, 30); this.uDatePicker1.TabIndex = 12; this.uDatePicker1.Text = "2017/09/05"; this.uDatePicker1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uDatePicker1.Type = BWP.WinFormControl.DateTimeType.Date; // // orderGridView // this.orderGridView.AllowUserToAddRows = false; this.orderGridView.AllowUserToDeleteRows = false; this.orderGridView.AllowUserToResizeColumns = false; this.orderGridView.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.orderGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.orderGridView.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.orderGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.orderGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.orderGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.D_OrderDetail_ID, this.D_IsDrop, this.D_Order, this.D_B3WeighBill_ID, this.D_HotFadeNumber, this.D_MaoNumber, this.D_PlanNumber}); this.orderGridView.Location = new System.Drawing.Point(16, 78); this.orderGridView.MultiSelect = false; this.orderGridView.Name = "orderGridView"; this.orderGridView.ReadOnly = true; this.orderGridView.RowHeadersVisible = false; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); this.orderGridView.RowsDefaultCellStyle = dataGridViewCellStyle3; this.orderGridView.RowTemplate.Height = 60; this.orderGridView.ScrollBars = System.Windows.Forms.ScrollBars.None; this.orderGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.orderGridView.Size = new System.Drawing.Size(547, 521); this.orderGridView.TabIndex = 13; this.orderGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.orderGridView_CellClick); // // D_OrderDetail_ID // this.D_OrderDetail_ID.DataPropertyName = "OrderDetail_ID"; this.D_OrderDetail_ID.HeaderText = "OrderDetail_ID"; this.D_OrderDetail_ID.Name = "D_OrderDetail_ID"; this.D_OrderDetail_ID.ReadOnly = true; this.D_OrderDetail_ID.Visible = false; // // D_IsDrop // this.D_IsDrop.DataPropertyName = "IsDrop"; this.D_IsDrop.HeaderText = "IsDrop"; this.D_IsDrop.Name = "D_IsDrop"; this.D_IsDrop.ReadOnly = true; this.D_IsDrop.Visible = false; // // D_Order // this.D_Order.DataPropertyName = "Order"; this.D_Order.HeaderText = "序号"; this.D_Order.Name = "D_Order"; this.D_Order.ReadOnly = true; // // D_B3WeighBill_ID // this.D_B3WeighBill_ID.DataPropertyName = "B3WeighBill_ID"; this.D_B3WeighBill_ID.HeaderText = "磅单号"; this.D_B3WeighBill_ID.Name = "D_B3WeighBill_ID"; this.D_B3WeighBill_ID.ReadOnly = true; this.D_B3WeighBill_ID.Width = 110; // // D_HotFadeNumber // this.D_HotFadeNumber.DataPropertyName = "HotFadeNumber"; this.D_HotFadeNumber.HeaderText = "烫褪头数"; this.D_HotFadeNumber.Name = "D_HotFadeNumber"; this.D_HotFadeNumber.ReadOnly = true; this.D_HotFadeNumber.Width = 110; // // D_MaoNumber // this.D_MaoNumber.DataPropertyName = "MaoNumber"; this.D_MaoNumber.HeaderText = "毛剥头数"; this.D_MaoNumber.Name = "D_MaoNumber"; this.D_MaoNumber.ReadOnly = true; this.D_MaoNumber.Width = 110; // // D_PlanNumber // this.D_PlanNumber.DataPropertyName = "PlanNumber"; this.D_PlanNumber.HeaderText = "头数"; this.D_PlanNumber.Name = "D_PlanNumber"; this.D_PlanNumber.ReadOnly = true; this.D_PlanNumber.Width = 110; // // label2 // this.label2.AutoSize = true; 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(662, 103); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(149, 20); this.label2.TabIndex = 14; this.label2.Text = "掉猪烫褪头数:"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(662, 193); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(149, 20); this.label3.TabIndex = 14; this.label3.Text = "掉猪毛剥头数:"; // // maoInput // this.maoInput.Font = new System.Drawing.Font("宋体", 20F); this.maoInput.Location = new System.Drawing.Point(817, 184); this.maoInput.Name = "maoInput"; this.maoInput.Size = new System.Drawing.Size(129, 38); this.maoInput.TabIndex = 15; this.maoInput.Type = BWP.WinFormControl.UTextBoxWithPad.TextBoxType.Number; // // tangInput // this.tangInput.Font = new System.Drawing.Font("宋体", 20F); this.tangInput.Location = new System.Drawing.Point(817, 94); this.tangInput.Name = "tangInput"; this.tangInput.Size = new System.Drawing.Size(129, 38); this.tangInput.TabIndex = 15; this.tangInput.Type = BWP.WinFormControl.UTextBoxWithPad.TextBoxType.Number; // // OkBtn // this.OkBtn.Font = new System.Drawing.Font("宋体", 15F); this.OkBtn.Location = new System.Drawing.Point(758, 280); this.OkBtn.Name = "OkBtn"; this.OkBtn.Size = new System.Drawing.Size(108, 41); this.OkBtn.TabIndex = 16; this.OkBtn.Text = "确认"; this.OkBtn.UseVisualStyleBackColor = true; this.OkBtn.Click += new System.EventHandler(this.OkBtn_Click); // // ExistBtn // this.ExistBtn.Font = new System.Drawing.Font("宋体", 15F); this.ExistBtn.Location = new System.Drawing.Point(900, 8); this.ExistBtn.Name = "ExistBtn"; this.ExistBtn.Size = new System.Drawing.Size(108, 41); this.ExistBtn.TabIndex = 17; this.ExistBtn.Text = "退出"; this.ExistBtn.UseVisualStyleBackColor = true; this.ExistBtn.Click += new System.EventHandler(this.existBtn_Click); // // vScrollBar1 // this.vScrollBar1.Location = new System.Drawing.Point(563, 78); this.vScrollBar1.Name = "vScrollBar1"; this.vScrollBar1.Size = new System.Drawing.Size(40, 521); this.vScrollBar1.TabIndex = 53; // // ReOrderForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1020, 617); this.Controls.Add(this.vScrollBar1); this.Controls.Add(this.ExistBtn); this.Controls.Add(this.OkBtn); this.Controls.Add(this.tangInput); this.Controls.Add(this.maoInput); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.orderGridView); this.Controls.Add(this.uDatePicker1); this.Controls.Add(this.syncBtn); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "ReOrderForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "掉猪处理"; ((System.ComponentModel.ISupportInitialize)(this.orderGridView)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button syncBtn; private System.Windows.Forms.Label label1; private BWP.WinFormControl.UDatePicker uDatePicker1; private BWP.WinFormControl.UDataGridView orderGridView; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private BWP.WinFormControl.UTextBoxWithPad maoInput; private BWP.WinFormControl.UTextBoxWithPad tangInput; private System.Windows.Forms.Button OkBtn; private System.Windows.Forms.Button ExistBtn; private System.Windows.Forms.VScrollBar vScrollBar1; private System.Windows.Forms.DataGridViewTextBoxColumn D_OrderDetail_ID; private System.Windows.Forms.DataGridViewTextBoxColumn D_IsDrop; private System.Windows.Forms.DataGridViewTextBoxColumn D_Order; private System.Windows.Forms.DataGridViewTextBoxColumn D_B3WeighBill_ID; private System.Windows.Forms.DataGridViewTextBoxColumn D_HotFadeNumber; private System.Windows.Forms.DataGridViewTextBoxColumn D_MaoNumber; private System.Windows.Forms.DataGridViewTextBoxColumn D_PlanNumber; } }