|
|
|
@ -56,11 +56,10 @@ |
|
|
|
this.closeBtn.ClickColor = System.Drawing.Color.YellowGreen; |
|
|
|
this.closeBtn.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.closeBtn.ForeColor = System.Drawing.Color.White; |
|
|
|
this.closeBtn.Location = new System.Drawing.Point(1560, 14); |
|
|
|
this.closeBtn.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); |
|
|
|
this.closeBtn.Location = new System.Drawing.Point(803, 7); |
|
|
|
this.closeBtn.Name = "closeBtn"; |
|
|
|
this.closeBtn.PlaySound = false; |
|
|
|
this.closeBtn.Size = new System.Drawing.Size(180, 90); |
|
|
|
this.closeBtn.Size = new System.Drawing.Size(90, 45); |
|
|
|
this.closeBtn.SoundType = WinFormControl.SoundType.Click; |
|
|
|
this.closeBtn.TabIndex = 13; |
|
|
|
this.closeBtn.Text = "关闭"; |
|
|
|
@ -95,8 +94,7 @@ |
|
|
|
this.I_OrderWeight, |
|
|
|
this.I_FinishWeight, |
|
|
|
this.I_LastWeight}); |
|
|
|
this.taskGrid.Location = new System.Drawing.Point(24, 116); |
|
|
|
this.taskGrid.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); |
|
|
|
this.taskGrid.Location = new System.Drawing.Point(12, 58); |
|
|
|
this.taskGrid.MultiSelect = false; |
|
|
|
this.taskGrid.Name = "taskGrid"; |
|
|
|
this.taskGrid.ReadOnly = true; |
|
|
|
@ -106,7 +104,7 @@ |
|
|
|
this.taskGrid.RowsDefaultCellStyle = dataGridViewCellStyle9; |
|
|
|
this.taskGrid.RowTemplate.Height = 23; |
|
|
|
this.taskGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
this.taskGrid.Size = new System.Drawing.Size(1716, 1078); |
|
|
|
this.taskGrid.Size = new System.Drawing.Size(881, 533); |
|
|
|
this.taskGrid.TabIndex = 12; |
|
|
|
//
|
|
|
|
// I_Goods_Name
|
|
|
|
@ -174,12 +172,11 @@ |
|
|
|
//
|
|
|
|
// ViewTaskForm
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F); |
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
this.ClientSize = new System.Drawing.Size(1764, 1208); |
|
|
|
this.ClientSize = new System.Drawing.Size(905, 603); |
|
|
|
this.Controls.Add(this.closeBtn); |
|
|
|
this.Controls.Add(this.taskGrid); |
|
|
|
this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); |
|
|
|
this.Name = "ViewTaskForm"; |
|
|
|
this.Text = "任务完工情况"; |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.taskGrid)).EndInit(); |
|
|
|
|