|
|
@@ -125,7 +125,9 @@
|
|
|
//
|
|
|
// OperatResult
|
|
|
//
|
|
|
- this.OperatResult.Location = new System.Drawing.Point(865, 525);
|
|
|
+ this.OperatResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.OperatResult.Location = new System.Drawing.Point(865, 841);
|
|
|
this.OperatResult.Name = "OperatResult";
|
|
|
this.OperatResult.Size = new System.Drawing.Size(1068, 381);
|
|
|
this.OperatResult.TabIndex = 12;
|
|
|
@@ -216,6 +218,8 @@
|
|
|
//
|
|
|
// SendDGV
|
|
|
//
|
|
|
+ this.SendDGV.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.SendDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.SendDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.CheckColumn,
|
|
|
@@ -226,12 +230,12 @@
|
|
|
this.SendDGV.Name = "SendDGV";
|
|
|
this.SendDGV.RowHeadersWidth = 82;
|
|
|
this.SendDGV.RowTemplate.Height = 37;
|
|
|
- this.SendDGV.Size = new System.Drawing.Size(1068, 466);
|
|
|
+ this.SendDGV.Size = new System.Drawing.Size(1068, 788);
|
|
|
this.SendDGV.TabIndex = 22;
|
|
|
//
|
|
|
// ChooseALL
|
|
|
//
|
|
|
- this.ChooseALL.Location = new System.Drawing.Point(957, 51);
|
|
|
+ this.ChooseALL.Location = new System.Drawing.Point(865, 54);
|
|
|
this.ChooseALL.Name = "ChooseALL";
|
|
|
this.ChooseALL.Size = new System.Drawing.Size(80, 42);
|
|
|
this.ChooseALL.TabIndex = 23;
|
|
|
@@ -273,7 +277,7 @@
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1945, 934);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1945, 1234);
|
|
|
this.Controls.Add(this.ChooseALL);
|
|
|
this.Controls.Add(this.SendDGV);
|
|
|
this.Controls.Add(this.li_code);
|