master
parent
17a027dd5f
commit
f83fd28106
|
|
@ -28,6 +28,7 @@
|
|||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
||||
label1 = new Label();
|
||||
txtFilePath = new TextBox();
|
||||
btn_select = new Button();
|
||||
|
|
@ -141,7 +142,7 @@
|
|||
groupBox1.Controls.Add(label1);
|
||||
groupBox1.Controls.Add(txtFilePath);
|
||||
groupBox1.Font = new Font("Microsoft YaHei UI", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||||
groupBox1.Location = new Point(19, 15);
|
||||
groupBox1.Location = new Point(12, 12);
|
||||
groupBox1.Name = "groupBox1";
|
||||
groupBox1.Size = new Size(778, 297);
|
||||
groupBox1.TabIndex = 16;
|
||||
|
|
@ -215,7 +216,7 @@
|
|||
groupBox2.Controls.Add(txtActivateFilePath);
|
||||
groupBox2.Controls.Add(label3);
|
||||
groupBox2.Font = new Font("Microsoft YaHei UI", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||||
groupBox2.Location = new Point(19, 341);
|
||||
groupBox2.Location = new Point(12, 341);
|
||||
groupBox2.Name = "groupBox2";
|
||||
groupBox2.Size = new Size(778, 381);
|
||||
groupBox2.TabIndex = 17;
|
||||
|
|
@ -274,9 +275,10 @@
|
|||
//
|
||||
AutoScaleDimensions = new SizeF(7F, 17F);
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
ClientSize = new Size(809, 732);
|
||||
ClientSize = new Size(809, 736);
|
||||
Controls.Add(groupBox2);
|
||||
Controls.Add(groupBox1);
|
||||
Icon = (Icon)resources.GetObject("$this.Icon");
|
||||
Name = "Form1";
|
||||
Text = "HIR 激活码";
|
||||
groupBox1.ResumeLayout(false);
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -7,8 +7,13 @@
|
|||
<Nullable>enable</Nullable>
|
||||
<UseWindowsForms>true</UseWindowsForms>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<ApplicationIcon>emcrw-g2e5j-001.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="emcrw-g2e5j-001.ico" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
||||
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 70 KiB |
Loading…
Reference in New Issue