|
@@ -54,7 +54,7 @@
|
|
|
// button1
|
|
|
//
|
|
|
this.button1.Location = new System.Drawing.Point(332, 168);
|
|
|
- this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.button1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.button1.Name = "button1";
|
|
|
this.button1.Size = new System.Drawing.Size(71, 25);
|
|
|
this.button1.TabIndex = 2;
|
|
@@ -71,7 +71,7 @@
|
|
|
"OTS IncA Report APP",
|
|
|
"OTS Tool App"});
|
|
|
this.listBox1.Location = new System.Drawing.Point(8, 113);
|
|
|
- this.listBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.listBox1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.listBox1.Name = "listBox1";
|
|
|
this.listBox1.Size = new System.Drawing.Size(396, 52);
|
|
|
this.listBox1.TabIndex = 3;
|
|
@@ -83,9 +83,9 @@
|
|
|
this.label2.Location = new System.Drawing.Point(15, 26);
|
|
|
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(48, 15);
|
|
|
+ this.label2.Size = new System.Drawing.Size(42, 15);
|
|
|
this.label2.TabIndex = 1;
|
|
|
- this.label2.Text = "版本2.71";
|
|
|
+ this.label2.Text = "版本3.0";
|
|
|
//
|
|
|
// label3
|
|
|
//
|
|
@@ -123,7 +123,7 @@
|
|
|
//
|
|
|
this.pictureBox1.Image = global::OTSSysMgrApp.Properties.Resources.logo;
|
|
|
this.pictureBox1.Location = new System.Drawing.Point(237, 8);
|
|
|
- this.pictureBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
|
this.pictureBox1.Size = new System.Drawing.Size(162, 40);
|
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
@@ -133,7 +133,7 @@
|
|
|
// button2
|
|
|
//
|
|
|
this.button2.Location = new System.Drawing.Point(251, 168);
|
|
|
- this.button2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.button2.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.button2.Name = "button2";
|
|
|
this.button2.Size = new System.Drawing.Size(71, 25);
|
|
|
this.button2.TabIndex = 2;
|
|
@@ -155,7 +155,7 @@
|
|
|
this.Controls.Add(this.label2);
|
|
|
this.Controls.Add(this.label1);
|
|
|
this.Controls.Add(this.pictureBox1);
|
|
|
- this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.MaximizeBox = false;
|
|
|
this.MaximumSize = new System.Drawing.Size(427, 246);
|
|
|
this.MinimizeBox = false;
|