|
|
|
@ -55,6 +55,8 @@ |
|
|
|
this.label1 = new System.Windows.Forms.Label(); |
|
|
|
this.vScrollBar1 = new System.Windows.Forms.VScrollBar(); |
|
|
|
this.setTop = new System.Windows.Forms.CheckBox(); |
|
|
|
this.finishNumberLabel = new System.Windows.Forms.Label(); |
|
|
|
this.label4 = new System.Windows.Forms.Label(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.orderGrid)).BeginInit(); |
|
|
|
this.SuspendLayout(); |
|
|
|
//
|
|
|
|
@ -293,18 +295,40 @@ |
|
|
|
//
|
|
|
|
this.setTop.AutoSize = true; |
|
|
|
this.setTop.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.setTop.Location = new System.Drawing.Point(762, 17); |
|
|
|
this.setTop.Location = new System.Drawing.Point(845, 20); |
|
|
|
this.setTop.Name = "setTop"; |
|
|
|
this.setTop.Size = new System.Drawing.Size(68, 24); |
|
|
|
this.setTop.TabIndex = 53; |
|
|
|
this.setTop.Text = "置顶"; |
|
|
|
this.setTop.UseVisualStyleBackColor = true; |
|
|
|
//
|
|
|
|
// finishNumberLabel
|
|
|
|
//
|
|
|
|
this.finishNumberLabel.AutoSize = true; |
|
|
|
this.finishNumberLabel.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.finishNumberLabel.Location = new System.Drawing.Point(758, 21); |
|
|
|
this.finishNumberLabel.Name = "finishNumberLabel"; |
|
|
|
this.finishNumberLabel.Size = new System.Drawing.Size(19, 20); |
|
|
|
this.finishNumberLabel.TabIndex = 55; |
|
|
|
this.finishNumberLabel.Text = "0"; |
|
|
|
//
|
|
|
|
// label4
|
|
|
|
//
|
|
|
|
this.label4.AutoSize = true; |
|
|
|
this.label4.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.label4.Location = new System.Drawing.Point(660, 21); |
|
|
|
this.label4.Name = "label4"; |
|
|
|
this.label4.Size = new System.Drawing.Size(109, 20); |
|
|
|
this.label4.TabIndex = 54; |
|
|
|
this.label4.Text = "已杀头数:"; |
|
|
|
//
|
|
|
|
// OrderConfirmForm
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
this.ClientSize = new System.Drawing.Size(1105, 805); |
|
|
|
this.Controls.Add(this.finishNumberLabel); |
|
|
|
this.Controls.Add(this.label4); |
|
|
|
this.Controls.Add(this.setTop); |
|
|
|
this.Controls.Add(this.vScrollBar1); |
|
|
|
this.Controls.Add(this.existBtn); |
|
|
|
@ -351,5 +375,7 @@ |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn C_PlanNumber; |
|
|
|
private System.Windows.Forms.DataGridViewButtonColumn C_OK; |
|
|
|
private System.Windows.Forms.DataGridViewButtonColumn C_Finish; |
|
|
|
private System.Windows.Forms.Label finishNumberLabel; |
|
|
|
private System.Windows.Forms.Label label4; |
|
|
|
} |
|
|
|
} |