|
|
@@ -40,10 +40,9 @@
|
|
40
|
40
|
// pictureBox1
|
|
41
|
41
|
//
|
|
42
|
42
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
|
43
|
|
- this.pictureBox1.Location = new System.Drawing.Point(27, 48);
|
|
44
|
|
- this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
43
|
+ this.pictureBox1.Location = new System.Drawing.Point(20, 38);
|
|
45
|
44
|
this.pictureBox1.Name = "pictureBox1";
|
|
46
|
|
- this.pictureBox1.Size = new System.Drawing.Size(89, 79);
|
|
|
45
|
+ this.pictureBox1.Size = new System.Drawing.Size(67, 63);
|
|
47
|
46
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
48
|
47
|
this.pictureBox1.TabIndex = 0;
|
|
49
|
48
|
this.pictureBox1.TabStop = false;
|
|
|
@@ -51,41 +50,37 @@
|
|
51
|
50
|
// label1
|
|
52
|
51
|
//
|
|
53
|
52
|
this.label1.AutoSize = true;
|
|
54
|
|
- this.label1.Location = new System.Drawing.Point(151, 64);
|
|
55
|
|
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
53
|
+ this.label1.Location = new System.Drawing.Point(113, 51);
|
|
56
|
54
|
this.label1.Name = "label1";
|
|
57
|
|
- this.label1.Size = new System.Drawing.Size(127, 15);
|
|
|
55
|
+ this.label1.Size = new System.Drawing.Size(101, 12);
|
|
58
|
56
|
this.label1.TabIndex = 1;
|
|
59
|
57
|
this.label1.Text = "呼叫中心坐席框架";
|
|
60
|
58
|
//
|
|
61
|
59
|
// label2
|
|
62
|
60
|
//
|
|
63
|
61
|
this.label2.AutoSize = true;
|
|
64
|
|
- this.label2.Location = new System.Drawing.Point(151, 111);
|
|
65
|
|
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
62
|
+ this.label2.Location = new System.Drawing.Point(113, 89);
|
|
66
|
63
|
this.label2.Name = "label2";
|
|
67
|
|
- this.label2.Size = new System.Drawing.Size(203, 15);
|
|
|
64
|
+ this.label2.Size = new System.Drawing.Size(155, 12);
|
|
68
|
65
|
this.label2.TabIndex = 1;
|
|
69
|
|
- this.label2.Text = "Copyright © 新天科技 2017";
|
|
|
66
|
+ this.label2.Text = "Copyright © 加一信息 2019";
|
|
70
|
67
|
//
|
|
71
|
68
|
// label3
|
|
72
|
69
|
//
|
|
73
|
70
|
this.label3.AutoSize = true;
|
|
74
|
|
- this.label3.Location = new System.Drawing.Point(151, 89);
|
|
75
|
|
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
71
|
+ this.label3.Location = new System.Drawing.Point(113, 71);
|
|
76
|
72
|
this.label3.Name = "label3";
|
|
77
|
|
- this.label3.Size = new System.Drawing.Size(125, 15);
|
|
|
73
|
+ this.label3.Size = new System.Drawing.Size(59, 12);
|
|
78
|
74
|
this.label3.TabIndex = 1;
|
|
79
|
|
- this.label3.Text = "版本 V4.0.0.1.1";
|
|
|
75
|
+ this.label3.Text = "版本 V4.2";
|
|
80
|
76
|
//
|
|
81
|
77
|
// btnOK
|
|
82
|
78
|
//
|
|
83
|
79
|
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
84
|
|
- this.btnOK.Location = new System.Drawing.Point(369, 156);
|
|
85
|
|
- this.btnOK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
80
|
+ this.btnOK.Location = new System.Drawing.Point(277, 125);
|
|
86
|
81
|
this.btnOK.Name = "btnOK";
|
|
87
|
82
|
this.btnOK.RoundStyle = HySoft.HYSoftControl.HYButtonEx.RoundStyle.None;
|
|
88
|
|
- this.btnOK.Size = new System.Drawing.Size(80, 29);
|
|
|
83
|
+ this.btnOK.Size = new System.Drawing.Size(60, 23);
|
|
89
|
84
|
this.btnOK.TabIndex = 26;
|
|
90
|
85
|
this.btnOK.Text = "确定";
|
|
91
|
86
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
|
@@ -94,17 +89,16 @@
|
|
94
|
89
|
// AboutForm
|
|
95
|
90
|
//
|
|
96
|
91
|
this.AcceptButton = this.btnOK;
|
|
97
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
92
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
98
|
93
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
99
|
94
|
this.CancelButton = this.btnOK;
|
|
100
|
|
- this.ClientSize = new System.Drawing.Size(480, 206);
|
|
|
95
|
+ this.ClientSize = new System.Drawing.Size(360, 165);
|
|
101
|
96
|
this.Controls.Add(this.btnOK);
|
|
102
|
97
|
this.Controls.Add(this.label2);
|
|
103
|
98
|
this.Controls.Add(this.label3);
|
|
104
|
99
|
this.Controls.Add(this.label1);
|
|
105
|
100
|
this.Controls.Add(this.pictureBox1);
|
|
106
|
101
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
107
|
|
- this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
108
|
102
|
this.MaximizeBox = false;
|
|
109
|
103
|
this.MinimizeBox = false;
|
|
110
|
104
|
this.Name = "AboutForm";
|