Ignore:
Timestamp:
Aug 2, 2022, 11:46:25 AM (22 months ago)
Author:
chronos
Message:
  • Modified: Various improvements.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Common/FormProgress.Designer.cs

    r1 r14  
    4040            this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    4141            | System.Windows.Forms.AnchorStyles.Right)));
    42             this.progressBar1.Location = new System.Drawing.Point(9, 28);
     42            this.progressBar1.Location = new System.Drawing.Point(14, 43);
     43            this.progressBar1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
    4344            this.progressBar1.Name = "progressBar1";
    44             this.progressBar1.Size = new System.Drawing.Size(320, 19);
     45            this.progressBar1.Size = new System.Drawing.Size(492, 29);
    4546            this.progressBar1.TabIndex = 0;
    4647            //
     
    5354            //
    5455            this.labelOperation.AutoSize = true;
    55             this.labelOperation.Location = new System.Drawing.Point(9, 9);
     56            this.labelOperation.Location = new System.Drawing.Point(14, 14);
     57            this.labelOperation.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
    5658            this.labelOperation.Name = "labelOperation";
    57             this.labelOperation.Size = new System.Drawing.Size(16, 13);
     59            this.labelOperation.Size = new System.Drawing.Size(21, 20);
    5860            this.labelOperation.TabIndex = 1;
    5961            this.labelOperation.Text = "   ";
     
    6264            //
    6365            this.labelTime.AutoSize = true;
    64             this.labelTime.Location = new System.Drawing.Point(9, 53);
     66            this.labelTime.Location = new System.Drawing.Point(14, 82);
     67            this.labelTime.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
    6568            this.labelTime.Name = "labelTime";
    66             this.labelTime.Size = new System.Drawing.Size(16, 13);
     69            this.labelTime.Size = new System.Drawing.Size(21, 20);
    6770            this.labelTime.TabIndex = 2;
    6871            this.labelTime.Text = "   ";
     
    7073            // FormProgress
    7174            //
    72             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     75            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
    7376            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    74             this.ClientSize = new System.Drawing.Size(338, 75);
     77            this.ClientSize = new System.Drawing.Size(519, 132);
    7578            this.Controls.Add(this.labelTime);
    7679            this.Controls.Add(this.labelOperation);
    7780            this.Controls.Add(this.progressBar1);
    78             this.MinimumSize = new System.Drawing.Size(216, 98);
     81            this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     82            this.MinimumSize = new System.Drawing.Size(313, 121);
    7983            this.Name = "FormProgress";
    8084            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
Note: See TracChangeset for help on using the changeset viewer.