|
|
@ -28,9 +28,9 @@ |
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
private void InitializeComponent() |
|
|
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(); |
|
|
|
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
this.syncBtn = new System.Windows.Forms.Button(); |
|
|
this.syncBtn = new System.Windows.Forms.Button(); |
|
|
this.label1 = new System.Windows.Forms.Label(); |
|
|
this.label1 = new System.Windows.Forms.Label(); |
|
|
this.uDatePicker1 = new BWP.WinFormControl.UDatePicker(); |
|
|
this.uDatePicker1 = new BWP.WinFormControl.UDatePicker(); |
|
|
@ -40,12 +40,13 @@ |
|
|
this.uTextBoxWithPad1 = new BWP.WinFormControl.UTextBoxWithPad(); |
|
|
this.uTextBoxWithPad1 = new BWP.WinFormControl.UTextBoxWithPad(); |
|
|
this.uTextBoxWithPad2 = new BWP.WinFormControl.UTextBoxWithPad(); |
|
|
this.uTextBoxWithPad2 = new BWP.WinFormControl.UTextBoxWithPad(); |
|
|
this.OkBtn = new System.Windows.Forms.Button(); |
|
|
this.OkBtn = new System.Windows.Forms.Button(); |
|
|
this.updateBtn = new System.Windows.Forms.Button(); |
|
|
|
|
|
|
|
|
this.ExistBtn = new System.Windows.Forms.Button(); |
|
|
this.vScrollBar1 = new System.Windows.Forms.VScrollBar(); |
|
|
this.vScrollBar1 = new System.Windows.Forms.VScrollBar(); |
|
|
this.D_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
|
|
|
|
|
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_Order = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.D_B3WeightBill_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
|
|
this.D_TangNumber = 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_MaoNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.D_PlanNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.D_PlanNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
((System.ComponentModel.ISupportInitialize)(this.orderGridView)).BeginInit(); |
|
|
((System.ComponentModel.ISupportInitialize)(this.orderGridView)).BeginInit(); |
|
|
@ -60,6 +61,7 @@ |
|
|
this.syncBtn.TabIndex = 11; |
|
|
this.syncBtn.TabIndex = 11; |
|
|
this.syncBtn.Text = "同步数据"; |
|
|
this.syncBtn.Text = "同步数据"; |
|
|
this.syncBtn.UseVisualStyleBackColor = true; |
|
|
this.syncBtn.UseVisualStyleBackColor = true; |
|
|
|
|
|
this.syncBtn.Click += new System.EventHandler(this.syncBtn_Click); |
|
|
//
|
|
|
//
|
|
|
// label1
|
|
|
// label1
|
|
|
//
|
|
|
//
|
|
|
@ -91,36 +93,39 @@ |
|
|
this.orderGridView.AllowUserToDeleteRows = false; |
|
|
this.orderGridView.AllowUserToDeleteRows = false; |
|
|
this.orderGridView.AllowUserToResizeColumns = false; |
|
|
this.orderGridView.AllowUserToResizeColumns = false; |
|
|
this.orderGridView.AllowUserToResizeRows = false; |
|
|
this.orderGridView.AllowUserToResizeRows = false; |
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
|
|
this.orderGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; |
|
|
|
|
|
|
|
|
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
|
|
this.orderGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7; |
|
|
this.orderGridView.BackgroundColor = System.Drawing.Color.White; |
|
|
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; |
|
|
|
|
|
|
|
|
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
|
|
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control; |
|
|
|
|
|
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
|
|
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText; |
|
|
|
|
|
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
|
|
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
|
|
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
|
|
this.orderGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8; |
|
|
this.orderGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
|
|
this.orderGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
|
|
this.orderGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
this.orderGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
this.D_ID, |
|
|
|
|
|
|
|
|
this.D_OrderDetail_ID, |
|
|
|
|
|
this.D_IsDrop, |
|
|
this.D_Order, |
|
|
this.D_Order, |
|
|
this.D_B3WeightBill_ID, |
|
|
|
|
|
this.D_TangNumber, |
|
|
|
|
|
|
|
|
this.D_B3WeighBill_ID, |
|
|
|
|
|
this.D_HotFadeNumber, |
|
|
this.D_MaoNumber, |
|
|
this.D_MaoNumber, |
|
|
this.D_PlanNumber}); |
|
|
this.D_PlanNumber}); |
|
|
this.orderGridView.Location = new System.Drawing.Point(16, 78); |
|
|
this.orderGridView.Location = new System.Drawing.Point(16, 78); |
|
|
this.orderGridView.MultiSelect = false; |
|
|
this.orderGridView.MultiSelect = false; |
|
|
this.orderGridView.Name = "orderGridView"; |
|
|
this.orderGridView.Name = "orderGridView"; |
|
|
this.orderGridView.RowHeadersVisible = false; |
|
|
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 = 23; |
|
|
|
|
|
|
|
|
dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
|
|
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
|
|
this.orderGridView.RowsDefaultCellStyle = dataGridViewCellStyle9; |
|
|
|
|
|
this.orderGridView.RowTemplate.Height = 60; |
|
|
|
|
|
this.orderGridView.ScrollBars = System.Windows.Forms.ScrollBars.None; |
|
|
this.orderGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
this.orderGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
this.orderGridView.Size = new System.Drawing.Size(547, 521); |
|
|
this.orderGridView.Size = new System.Drawing.Size(547, 521); |
|
|
this.orderGridView.TabIndex = 13; |
|
|
this.orderGridView.TabIndex = 13; |
|
|
|
|
|
this.orderGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.orderGridView_CellClick); |
|
|
//
|
|
|
//
|
|
|
// label2
|
|
|
// label2
|
|
|
//
|
|
|
//
|
|
|
@ -163,7 +168,7 @@ |
|
|
// OkBtn
|
|
|
// OkBtn
|
|
|
//
|
|
|
//
|
|
|
this.OkBtn.Font = new System.Drawing.Font("宋体", 15F); |
|
|
this.OkBtn.Font = new System.Drawing.Font("宋体", 15F); |
|
|
this.OkBtn.Location = new System.Drawing.Point(666, 328); |
|
|
|
|
|
|
|
|
this.OkBtn.Location = new System.Drawing.Point(758, 280); |
|
|
this.OkBtn.Name = "OkBtn"; |
|
|
this.OkBtn.Name = "OkBtn"; |
|
|
this.OkBtn.Size = new System.Drawing.Size(108, 41); |
|
|
this.OkBtn.Size = new System.Drawing.Size(108, 41); |
|
|
this.OkBtn.TabIndex = 16; |
|
|
this.OkBtn.TabIndex = 16; |
|
|
@ -171,16 +176,16 @@ |
|
|
this.OkBtn.UseVisualStyleBackColor = true; |
|
|
this.OkBtn.UseVisualStyleBackColor = true; |
|
|
this.OkBtn.Click += new System.EventHandler(this.OkBtn_Click); |
|
|
this.OkBtn.Click += new System.EventHandler(this.OkBtn_Click); |
|
|
//
|
|
|
//
|
|
|
// updateBtn
|
|
|
|
|
|
|
|
|
// ExistBtn
|
|
|
//
|
|
|
//
|
|
|
this.updateBtn.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
|
|
this.updateBtn.Location = new System.Drawing.Point(838, 328); |
|
|
|
|
|
this.updateBtn.Name = "updateBtn"; |
|
|
|
|
|
this.updateBtn.Size = new System.Drawing.Size(108, 41); |
|
|
|
|
|
this.updateBtn.TabIndex = 17; |
|
|
|
|
|
this.updateBtn.Text = "更新"; |
|
|
|
|
|
this.updateBtn.UseVisualStyleBackColor = true; |
|
|
|
|
|
this.updateBtn.Click += new System.EventHandler(this.updateBtn_Click); |
|
|
|
|
|
|
|
|
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
|
|
|
// vScrollBar1
|
|
|
//
|
|
|
//
|
|
|
@ -189,12 +194,19 @@ |
|
|
this.vScrollBar1.Size = new System.Drawing.Size(40, 521); |
|
|
this.vScrollBar1.Size = new System.Drawing.Size(40, 521); |
|
|
this.vScrollBar1.TabIndex = 53; |
|
|
this.vScrollBar1.TabIndex = 53; |
|
|
//
|
|
|
//
|
|
|
// D_ID
|
|
|
|
|
|
|
|
|
// D_OrderDetail_ID
|
|
|
//
|
|
|
//
|
|
|
this.D_ID.DataPropertyName = "ID"; |
|
|
|
|
|
this.D_ID.HeaderText = "ID"; |
|
|
|
|
|
this.D_ID.Name = "D_ID"; |
|
|
|
|
|
this.D_ID.Visible = false; |
|
|
|
|
|
|
|
|
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.Visible = false; |
|
|
|
|
|
//
|
|
|
|
|
|
// D_IsDrop
|
|
|
|
|
|
//
|
|
|
|
|
|
this.D_IsDrop.DataPropertyName = "IsDrop"; |
|
|
|
|
|
this.D_IsDrop.HeaderText = "IsDrop"; |
|
|
|
|
|
this.D_IsDrop.Name = "D_IsDrop"; |
|
|
|
|
|
this.D_IsDrop.Visible = false; |
|
|
//
|
|
|
//
|
|
|
// D_Order
|
|
|
// D_Order
|
|
|
//
|
|
|
//
|
|
|
@ -202,19 +214,19 @@ |
|
|
this.D_Order.HeaderText = "序号"; |
|
|
this.D_Order.HeaderText = "序号"; |
|
|
this.D_Order.Name = "D_Order"; |
|
|
this.D_Order.Name = "D_Order"; |
|
|
//
|
|
|
//
|
|
|
// D_B3WeightBill_ID
|
|
|
|
|
|
|
|
|
// D_B3WeighBill_ID
|
|
|
//
|
|
|
//
|
|
|
this.D_B3WeightBill_ID.DataPropertyName = "B3WeightBill_ID"; |
|
|
|
|
|
this.D_B3WeightBill_ID.HeaderText = "磅单号"; |
|
|
|
|
|
this.D_B3WeightBill_ID.Name = "D_B3WeightBill_ID"; |
|
|
|
|
|
this.D_B3WeightBill_ID.Width = 110; |
|
|
|
|
|
|
|
|
this.D_B3WeighBill_ID.DataPropertyName = "B3WeighBill_ID"; |
|
|
|
|
|
this.D_B3WeighBill_ID.HeaderText = "磅单号"; |
|
|
|
|
|
this.D_B3WeighBill_ID.Name = "D_B3WeighBill_ID"; |
|
|
|
|
|
this.D_B3WeighBill_ID.Width = 110; |
|
|
//
|
|
|
//
|
|
|
// D_TangNumber
|
|
|
|
|
|
|
|
|
// D_HotFadeNumber
|
|
|
//
|
|
|
//
|
|
|
this.D_TangNumber.DataPropertyName = "TangNumber"; |
|
|
|
|
|
this.D_TangNumber.HeaderText = "烫褪头数"; |
|
|
|
|
|
this.D_TangNumber.Name = "D_TangNumber"; |
|
|
|
|
|
this.D_TangNumber.Width = 110; |
|
|
|
|
|
|
|
|
this.D_HotFadeNumber.DataPropertyName = "HotFadeNumber"; |
|
|
|
|
|
this.D_HotFadeNumber.HeaderText = "烫褪头数"; |
|
|
|
|
|
this.D_HotFadeNumber.Name = "D_HotFadeNumber"; |
|
|
|
|
|
this.D_HotFadeNumber.Width = 110; |
|
|
//
|
|
|
//
|
|
|
// D_MaoNumber
|
|
|
// D_MaoNumber
|
|
|
//
|
|
|
//
|
|
|
@ -236,7 +248,7 @@ |
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
this.ClientSize = new System.Drawing.Size(1020, 617); |
|
|
this.ClientSize = new System.Drawing.Size(1020, 617); |
|
|
this.Controls.Add(this.vScrollBar1); |
|
|
this.Controls.Add(this.vScrollBar1); |
|
|
this.Controls.Add(this.updateBtn); |
|
|
|
|
|
|
|
|
this.Controls.Add(this.ExistBtn); |
|
|
this.Controls.Add(this.OkBtn); |
|
|
this.Controls.Add(this.OkBtn); |
|
|
this.Controls.Add(this.uTextBoxWithPad2); |
|
|
this.Controls.Add(this.uTextBoxWithPad2); |
|
|
this.Controls.Add(this.uTextBoxWithPad1); |
|
|
this.Controls.Add(this.uTextBoxWithPad1); |
|
|
@ -268,12 +280,13 @@ |
|
|
private BWP.WinFormControl.UTextBoxWithPad uTextBoxWithPad1; |
|
|
private BWP.WinFormControl.UTextBoxWithPad uTextBoxWithPad1; |
|
|
private BWP.WinFormControl.UTextBoxWithPad uTextBoxWithPad2; |
|
|
private BWP.WinFormControl.UTextBoxWithPad uTextBoxWithPad2; |
|
|
private System.Windows.Forms.Button OkBtn; |
|
|
private System.Windows.Forms.Button OkBtn; |
|
|
private System.Windows.Forms.Button updateBtn; |
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button ExistBtn; |
|
|
private System.Windows.Forms.VScrollBar vScrollBar1; |
|
|
private System.Windows.Forms.VScrollBar vScrollBar1; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn D_ID; |
|
|
|
|
|
|
|
|
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_Order; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn D_B3WeightBill_ID; |
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn D_TangNumber; |
|
|
|
|
|
|
|
|
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_MaoNumber; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn D_PlanNumber; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn D_PlanNumber; |
|
|
} |
|
|
} |