|
@@ -43,18 +43,20 @@
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
- this.label1.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Bold);
|
|
|
- this.label1.Location = new System.Drawing.Point(23, 12);
|
|
|
+ this.label1.Font = new System.Drawing.Font("Microsoft YaHei", 7.5F, System.Drawing.FontStyle.Bold);
|
|
|
+ this.label1.Location = new System.Drawing.Point(15, 8);
|
|
|
+ this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(136, 19);
|
|
|
+ this.label1.Size = new System.Drawing.Size(92, 15);
|
|
|
this.label1.TabIndex = 1;
|
|
|
this.label1.Text = "OTS System IncA";
|
|
|
//
|
|
|
// button1
|
|
|
//
|
|
|
- this.button1.Location = new System.Drawing.Point(498, 252);
|
|
|
+ this.button1.Location = new System.Drawing.Point(332, 168);
|
|
|
+ this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.button1.Name = "button1";
|
|
|
- this.button1.Size = new System.Drawing.Size(106, 37);
|
|
|
+ this.button1.Size = new System.Drawing.Size(71, 25);
|
|
|
this.button1.TabIndex = 2;
|
|
|
this.button1.Text = "关 闭";
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
@@ -63,70 +65,77 @@
|
|
|
// listBox1
|
|
|
//
|
|
|
this.listBox1.FormattingEnabled = true;
|
|
|
- this.listBox1.ItemHeight = 18;
|
|
|
+ this.listBox1.ItemHeight = 12;
|
|
|
this.listBox1.Items.AddRange(new object[] {
|
|
|
"OTS IncA Measure APP",
|
|
|
"OTS IncA Report APP",
|
|
|
"OTS Tool App"});
|
|
|
- this.listBox1.Location = new System.Drawing.Point(12, 170);
|
|
|
+ this.listBox1.Location = new System.Drawing.Point(8, 113);
|
|
|
+ this.listBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.listBox1.Name = "listBox1";
|
|
|
- this.listBox1.Size = new System.Drawing.Size(592, 76);
|
|
|
+ this.listBox1.Size = new System.Drawing.Size(396, 52);
|
|
|
this.listBox1.TabIndex = 3;
|
|
|
//
|
|
|
// label2
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
- this.label2.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Bold);
|
|
|
- this.label2.Location = new System.Drawing.Point(22, 39);
|
|
|
+ this.label2.Font = new System.Drawing.Font("Microsoft YaHei", 7.5F, System.Drawing.FontStyle.Bold);
|
|
|
+ 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(70, 19);
|
|
|
+ this.label2.Size = new System.Drawing.Size(48, 15);
|
|
|
this.label2.TabIndex = 1;
|
|
|
- this.label2.Text = "版本1.31";
|
|
|
+ this.label2.Text = "版本2.71";
|
|
|
//
|
|
|
// label3
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
- this.label3.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label3.Location = new System.Drawing.Point(22, 67);
|
|
|
+ this.label3.Font = new System.Drawing.Font("Microsoft YaHei", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label3.Location = new System.Drawing.Point(15, 45);
|
|
|
+ this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.label3.Name = "label3";
|
|
|
- this.label3.Size = new System.Drawing.Size(214, 19);
|
|
|
+ this.label3.Size = new System.Drawing.Size(145, 15);
|
|
|
this.label3.TabIndex = 1;
|
|
|
this.label3.Text = "©2019 OPTON Corporation";
|
|
|
//
|
|
|
// label4
|
|
|
//
|
|
|
this.label4.AutoSize = true;
|
|
|
- this.label4.Location = new System.Drawing.Point(12, 146);
|
|
|
+ this.label4.Location = new System.Drawing.Point(8, 97);
|
|
|
+ this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.label4.Name = "label4";
|
|
|
- this.label4.Size = new System.Drawing.Size(107, 18);
|
|
|
+ this.label4.Size = new System.Drawing.Size(71, 12);
|
|
|
this.label4.TabIndex = 1;
|
|
|
this.label4.Text = "已安装产品:";
|
|
|
//
|
|
|
// label5
|
|
|
//
|
|
|
this.label5.AutoSize = true;
|
|
|
- this.label5.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label5.Location = new System.Drawing.Point(22, 95);
|
|
|
+ this.label5.Font = new System.Drawing.Font("Microsoft YaHei", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label5.Location = new System.Drawing.Point(15, 63);
|
|
|
+ this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.label5.Name = "label5";
|
|
|
- this.label5.Size = new System.Drawing.Size(99, 19);
|
|
|
+ this.label5.Size = new System.Drawing.Size(67, 15);
|
|
|
this.label5.TabIndex = 1;
|
|
|
this.label5.Text = "保留所有权利";
|
|
|
//
|
|
|
// pictureBox1
|
|
|
//
|
|
|
this.pictureBox1.Image = global::OTSSysMgrApp.Properties.Resources.logo;
|
|
|
- this.pictureBox1.Location = new System.Drawing.Point(355, 12);
|
|
|
+ this.pictureBox1.Location = new System.Drawing.Point(237, 8);
|
|
|
+ this.pictureBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
|
- this.pictureBox1.Size = new System.Drawing.Size(243, 60);
|
|
|
+ this.pictureBox1.Size = new System.Drawing.Size(162, 40);
|
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
this.pictureBox1.TabIndex = 0;
|
|
|
this.pictureBox1.TabStop = false;
|
|
|
//
|
|
|
// button2
|
|
|
//
|
|
|
- this.button2.Location = new System.Drawing.Point(376, 252);
|
|
|
+ this.button2.Location = new System.Drawing.Point(251, 168);
|
|
|
+ this.button2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.button2.Name = "button2";
|
|
|
- this.button2.Size = new System.Drawing.Size(106, 37);
|
|
|
+ this.button2.Size = new System.Drawing.Size(71, 25);
|
|
|
this.button2.TabIndex = 2;
|
|
|
this.button2.Text = "版本说明";
|
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
@@ -134,9 +143,9 @@
|
|
|
//
|
|
|
// About
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(610, 293);
|
|
|
+ this.ClientSize = new System.Drawing.Size(411, 207);
|
|
|
this.Controls.Add(this.listBox1);
|
|
|
this.Controls.Add(this.button2);
|
|
|
this.Controls.Add(this.button1);
|
|
@@ -146,10 +155,11 @@
|
|
|
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.MaximizeBox = false;
|
|
|
- this.MaximumSize = new System.Drawing.Size(632, 349);
|
|
|
+ this.MaximumSize = new System.Drawing.Size(427, 246);
|
|
|
this.MinimizeBox = false;
|
|
|
- this.MinimumSize = new System.Drawing.Size(632, 349);
|
|
|
+ this.MinimumSize = new System.Drawing.Size(427, 246);
|
|
|
this.Name = "About";
|
|
|
this.ShowIcon = false;
|
|
|
this.ShowInTaskbar = false;
|