修改样式
parent
fdc719fba9
commit
17a027dd5f
|
|
@ -57,15 +57,15 @@
|
||||||
//
|
//
|
||||||
label1.AutoSize = true;
|
label1.AutoSize = true;
|
||||||
label1.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
label1.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||||||
label1.Location = new Point(18, 50);
|
label1.Location = new Point(29, 50);
|
||||||
label1.Name = "label1";
|
label1.Name = "label1";
|
||||||
label1.Size = new Size(138, 21);
|
label1.Size = new Size(122, 21);
|
||||||
label1.TabIndex = 0;
|
label1.TabIndex = 0;
|
||||||
label1.Text = "项目授权申请文件";
|
label1.Text = "授权申请文件:";
|
||||||
//
|
//
|
||||||
// txtFilePath
|
// txtFilePath
|
||||||
//
|
//
|
||||||
txtFilePath.Location = new Point(173, 48);
|
txtFilePath.Location = new Point(173, 44);
|
||||||
txtFilePath.Name = "txtFilePath";
|
txtFilePath.Name = "txtFilePath";
|
||||||
txtFilePath.ReadOnly = true;
|
txtFilePath.ReadOnly = true;
|
||||||
txtFilePath.Size = new Size(462, 32);
|
txtFilePath.Size = new Size(462, 32);
|
||||||
|
|
@ -74,7 +74,7 @@
|
||||||
// btn_select
|
// btn_select
|
||||||
//
|
//
|
||||||
btn_select.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
btn_select.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||||||
btn_select.Location = new Point(656, 42);
|
btn_select.Location = new Point(656, 44);
|
||||||
btn_select.Name = "btn_select";
|
btn_select.Name = "btn_select";
|
||||||
btn_select.Size = new Size(100, 33);
|
btn_select.Size = new Size(100, 33);
|
||||||
btn_select.TabIndex = 2;
|
btn_select.TabIndex = 2;
|
||||||
|
|
@ -85,9 +85,9 @@
|
||||||
// btn_activate
|
// btn_activate
|
||||||
//
|
//
|
||||||
btn_activate.Font = new Font("Microsoft YaHei UI", 15F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
btn_activate.Font = new Font("Microsoft YaHei UI", 15F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||||||
btn_activate.Location = new Point(227, 318);
|
btn_activate.Location = new Point(283, 312);
|
||||||
btn_activate.Name = "btn_activate";
|
btn_activate.Name = "btn_activate";
|
||||||
btn_activate.Size = new Size(307, 57);
|
btn_activate.Size = new Size(160, 38);
|
||||||
btn_activate.TabIndex = 3;
|
btn_activate.TabIndex = 3;
|
||||||
btn_activate.Text = "生成激活文件";
|
btn_activate.Text = "生成激活文件";
|
||||||
btn_activate.UseVisualStyleBackColor = true;
|
btn_activate.UseVisualStyleBackColor = true;
|
||||||
|
|
@ -97,15 +97,15 @@
|
||||||
//
|
//
|
||||||
label2.AutoSize = true;
|
label2.AutoSize = true;
|
||||||
label2.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
label2.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||||||
label2.Location = new Point(30, 247);
|
label2.Location = new Point(29, 247);
|
||||||
label2.Name = "label2";
|
label2.Name = "label2";
|
||||||
label2.Size = new Size(106, 21);
|
label2.Size = new Size(122, 21);
|
||||||
label2.TabIndex = 4;
|
label2.TabIndex = 4;
|
||||||
label2.Text = "生成文件路径";
|
label2.Text = "激活文件路径:";
|
||||||
//
|
//
|
||||||
// txtActivateFilePath
|
// txtActivateFilePath
|
||||||
//
|
//
|
||||||
txtActivateFilePath.Location = new Point(191, 245);
|
txtActivateFilePath.Location = new Point(174, 241);
|
||||||
txtActivateFilePath.Name = "txtActivateFilePath";
|
txtActivateFilePath.Name = "txtActivateFilePath";
|
||||||
txtActivateFilePath.ReadOnly = true;
|
txtActivateFilePath.ReadOnly = true;
|
||||||
txtActivateFilePath.Size = new Size(459, 32);
|
txtActivateFilePath.Size = new Size(459, 32);
|
||||||
|
|
@ -115,15 +115,15 @@
|
||||||
//
|
//
|
||||||
label3.AutoSize = true;
|
label3.AutoSize = true;
|
||||||
label3.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
label3.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||||||
label3.Location = new Point(33, 185);
|
label3.Location = new Point(13, 185);
|
||||||
label3.Name = "label3";
|
label3.Name = "label3";
|
||||||
label3.Size = new Size(122, 21);
|
label3.Size = new Size(138, 21);
|
||||||
label3.TabIndex = 7;
|
label3.TabIndex = 7;
|
||||||
label3.Text = "授权时长(月)";
|
label3.Text = "授权时长(月):";
|
||||||
//
|
//
|
||||||
// textMonths
|
// textMonths
|
||||||
//
|
//
|
||||||
textMonths.Location = new Point(191, 186);
|
textMonths.Location = new Point(174, 179);
|
||||||
textMonths.Name = "textMonths";
|
textMonths.Name = "textMonths";
|
||||||
textMonths.Size = new Size(100, 32);
|
textMonths.Size = new Size(100, 32);
|
||||||
textMonths.TabIndex = 8;
|
textMonths.TabIndex = 8;
|
||||||
|
|
@ -150,7 +150,7 @@
|
||||||
//
|
//
|
||||||
// textYears
|
// textYears
|
||||||
//
|
//
|
||||||
textYears.Location = new Point(173, 235);
|
textYears.Location = new Point(173, 228);
|
||||||
textYears.Name = "textYears";
|
textYears.Name = "textYears";
|
||||||
textYears.ReadOnly = true;
|
textYears.ReadOnly = true;
|
||||||
textYears.Size = new Size(100, 32);
|
textYears.Size = new Size(100, 32);
|
||||||
|
|
@ -158,7 +158,7 @@
|
||||||
//
|
//
|
||||||
// textTrialCode
|
// textTrialCode
|
||||||
//
|
//
|
||||||
textTrialCode.Location = new Point(173, 165);
|
textTrialCode.Location = new Point(173, 161);
|
||||||
textTrialCode.Name = "textTrialCode";
|
textTrialCode.Name = "textTrialCode";
|
||||||
textTrialCode.ReadOnly = true;
|
textTrialCode.ReadOnly = true;
|
||||||
textTrialCode.Size = new Size(462, 32);
|
textTrialCode.Size = new Size(462, 32);
|
||||||
|
|
@ -166,7 +166,7 @@
|
||||||
//
|
//
|
||||||
// textCompany
|
// textCompany
|
||||||
//
|
//
|
||||||
textCompany.Location = new Point(173, 108);
|
textCompany.Location = new Point(173, 101);
|
||||||
textCompany.Name = "textCompany";
|
textCompany.Name = "textCompany";
|
||||||
textCompany.ReadOnly = true;
|
textCompany.ReadOnly = true;
|
||||||
textCompany.Size = new Size(462, 32);
|
textCompany.Size = new Size(462, 32);
|
||||||
|
|
@ -176,31 +176,31 @@
|
||||||
//
|
//
|
||||||
label7.AutoSize = true;
|
label7.AutoSize = true;
|
||||||
label7.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
label7.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||||||
label7.Location = new Point(28, 234);
|
label7.Location = new Point(13, 234);
|
||||||
label7.Name = "label7";
|
label7.Name = "label7";
|
||||||
label7.Size = new Size(122, 21);
|
label7.Size = new Size(138, 21);
|
||||||
label7.TabIndex = 18;
|
label7.TabIndex = 18;
|
||||||
label7.Text = "购买时长(年)";
|
label7.Text = "购买时长(年):";
|
||||||
//
|
//
|
||||||
// label5
|
// label5
|
||||||
//
|
//
|
||||||
label5.AutoSize = true;
|
label5.AutoSize = true;
|
||||||
label5.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
label5.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||||||
label5.Location = new Point(28, 107);
|
label5.Location = new Point(61, 107);
|
||||||
label5.Name = "label5";
|
label5.Name = "label5";
|
||||||
label5.Size = new Size(74, 21);
|
label5.Size = new Size(90, 21);
|
||||||
label5.TabIndex = 17;
|
label5.TabIndex = 17;
|
||||||
label5.Text = "单位名称";
|
label5.Text = "单位名称:";
|
||||||
//
|
//
|
||||||
// label4
|
// label4
|
||||||
//
|
//
|
||||||
label4.AutoSize = true;
|
label4.AutoSize = true;
|
||||||
label4.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
label4.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||||||
label4.Location = new Point(28, 167);
|
label4.Location = new Point(61, 167);
|
||||||
label4.Name = "label4";
|
label4.Name = "label4";
|
||||||
label4.Size = new Size(74, 21);
|
label4.Size = new Size(90, 21);
|
||||||
label4.TabIndex = 16;
|
label4.TabIndex = 16;
|
||||||
label4.Text = "项目编号";
|
label4.Text = "项目编号:";
|
||||||
//
|
//
|
||||||
// groupBox2
|
// groupBox2
|
||||||
//
|
//
|
||||||
|
|
@ -217,7 +217,7 @@
|
||||||
groupBox2.Font = new Font("Microsoft YaHei UI", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
groupBox2.Font = new Font("Microsoft YaHei UI", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||||||
groupBox2.Location = new Point(19, 341);
|
groupBox2.Location = new Point(19, 341);
|
||||||
groupBox2.Name = "groupBox2";
|
groupBox2.Name = "groupBox2";
|
||||||
groupBox2.Size = new Size(778, 397);
|
groupBox2.Size = new Size(778, 381);
|
||||||
groupBox2.TabIndex = 17;
|
groupBox2.TabIndex = 17;
|
||||||
groupBox2.TabStop = false;
|
groupBox2.TabStop = false;
|
||||||
groupBox2.Text = "激活生成信息";
|
groupBox2.Text = "激活生成信息";
|
||||||
|
|
@ -226,7 +226,7 @@
|
||||||
//
|
//
|
||||||
btnOpen.Enabled = false;
|
btnOpen.Enabled = false;
|
||||||
btnOpen.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
btnOpen.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||||||
btnOpen.Location = new Point(656, 244);
|
btnOpen.Location = new Point(656, 241);
|
||||||
btnOpen.Name = "btnOpen";
|
btnOpen.Name = "btnOpen";
|
||||||
btnOpen.Size = new Size(100, 33);
|
btnOpen.Size = new Size(100, 33);
|
||||||
btnOpen.TabIndex = 25;
|
btnOpen.TabIndex = 25;
|
||||||
|
|
@ -236,7 +236,7 @@
|
||||||
//
|
//
|
||||||
// textTrialCode2
|
// textTrialCode2
|
||||||
//
|
//
|
||||||
textTrialCode2.Location = new Point(191, 117);
|
textTrialCode2.Location = new Point(174, 113);
|
||||||
textTrialCode2.Name = "textTrialCode2";
|
textTrialCode2.Name = "textTrialCode2";
|
||||||
textTrialCode2.ReadOnly = true;
|
textTrialCode2.ReadOnly = true;
|
||||||
textTrialCode2.Size = new Size(462, 32);
|
textTrialCode2.Size = new Size(462, 32);
|
||||||
|
|
@ -244,7 +244,7 @@
|
||||||
//
|
//
|
||||||
// textCompany2
|
// textCompany2
|
||||||
//
|
//
|
||||||
textCompany2.Location = new Point(191, 60);
|
textCompany2.Location = new Point(174, 53);
|
||||||
textCompany2.Name = "textCompany2";
|
textCompany2.Name = "textCompany2";
|
||||||
textCompany2.ReadOnly = true;
|
textCompany2.ReadOnly = true;
|
||||||
textCompany2.Size = new Size(462, 32);
|
textCompany2.Size = new Size(462, 32);
|
||||||
|
|
@ -254,27 +254,27 @@
|
||||||
//
|
//
|
||||||
label6.AutoSize = true;
|
label6.AutoSize = true;
|
||||||
label6.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
label6.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||||||
label6.Location = new Point(30, 59);
|
label6.Location = new Point(61, 59);
|
||||||
label6.Name = "label6";
|
label6.Name = "label6";
|
||||||
label6.Size = new Size(74, 21);
|
label6.Size = new Size(90, 21);
|
||||||
label6.TabIndex = 22;
|
label6.TabIndex = 22;
|
||||||
label6.Text = "单位名称";
|
label6.Text = "单位名称:";
|
||||||
//
|
//
|
||||||
// label8
|
// label8
|
||||||
//
|
//
|
||||||
label8.AutoSize = true;
|
label8.AutoSize = true;
|
||||||
label8.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
label8.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||||||
label8.Location = new Point(30, 119);
|
label8.Location = new Point(61, 119);
|
||||||
label8.Name = "label8";
|
label8.Name = "label8";
|
||||||
label8.Size = new Size(74, 21);
|
label8.Size = new Size(90, 21);
|
||||||
label8.TabIndex = 21;
|
label8.TabIndex = 21;
|
||||||
label8.Text = "项目编号";
|
label8.Text = "项目编号:";
|
||||||
//
|
//
|
||||||
// Form1
|
// Form1
|
||||||
//
|
//
|
||||||
AutoScaleDimensions = new SizeF(7F, 17F);
|
AutoScaleDimensions = new SizeF(7F, 17F);
|
||||||
AutoScaleMode = AutoScaleMode.Font;
|
AutoScaleMode = AutoScaleMode.Font;
|
||||||
ClientSize = new Size(825, 750);
|
ClientSize = new Size(809, 732);
|
||||||
Controls.Add(groupBox2);
|
Controls.Add(groupBox2);
|
||||||
Controls.Add(groupBox1);
|
Controls.Add(groupBox1);
|
||||||
Name = "Form1";
|
Name = "Form1";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue