|
|
@@ -28,9 +28,8 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- this.components = new System.ComponentModel.Container();
|
|
|
this.Count = new System.Windows.Forms.Label();
|
|
|
- this.CountRefresh = new System.Windows.Forms.Timer(this.components);
|
|
|
+ this.CountRefresh = new System.Windows.Forms.Timer();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// Count
|
|
|
@@ -39,8 +38,9 @@
|
|
|
this.Count.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.Count.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.Count.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.Count.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.Count.Name = "Count";
|
|
|
- this.Count.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.Count.Size = new System.Drawing.Size(0, 21);
|
|
|
this.Count.TabIndex = 0;
|
|
|
//
|
|
|
// CountRefresh
|
|
|
@@ -49,11 +49,12 @@
|
|
|
//
|
|
|
// SourceStepCount
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.Controls.Add(this.Count);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.Name = "SourceStepCount";
|
|
|
- this.Size = new System.Drawing.Size(118, 28);
|
|
|
+ this.Size = new System.Drawing.Size(88, 22);
|
|
|
this.Load += new System.EventHandler(this.SourceStepCount_Load);
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|