Browse Source

fix: 新增提示语

master
niushuai233 3 years ago
parent
commit
b3d06f3b71
  1. 25
      UI/Set/GuardConfig.Designer.cs
  2. 3
      UI/Set/GuardConfig.resx

25
UI/Set/GuardConfig.Designer.cs generated

@ -37,11 +37,12 @@ namespace steam_token.UI.Set
this.label2 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label();
this.button_exit = new System.Windows.Forms.Button(); this.button_exit = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.SuspendLayout(); this.SuspendLayout();
// //
// button_confirm // button_confirm
// //
this.button_confirm.Location = new System.Drawing.Point(451, 97); this.button_confirm.Location = new System.Drawing.Point(451, 108);
this.button_confirm.Name = "button_confirm"; this.button_confirm.Name = "button_confirm";
this.button_confirm.Size = new System.Drawing.Size(85, 30); this.button_confirm.Size = new System.Drawing.Size(85, 30);
this.button_confirm.TabIndex = 1; this.button_confirm.TabIndex = 1;
@ -95,15 +96,15 @@ namespace steam_token.UI.Set
// //
this.label3.AutoSize = true; this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 10F); this.label3.Font = new System.Drawing.Font("微软雅黑", 10F);
this.label3.Location = new System.Drawing.Point(16, 101); this.label3.Location = new System.Drawing.Point(16, 95);
this.label3.Name = "label3"; this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(309, 20); this.label3.Size = new System.Drawing.Size(331, 20);
this.label3.TabIndex = 5; this.label3.TabIndex = 5;
this.label3.Text = "Tips: 手机需root或者能通过备份手段拿到该文件"; this.label3.Text = "Tips: 1、手机需root或者能通过备份手段拿到该文件";
// //
// button_exit // button_exit
// //
this.button_exit.Location = new System.Drawing.Point(359, 97); this.button_exit.Location = new System.Drawing.Point(359, 108);
this.button_exit.Name = "button_exit"; this.button_exit.Name = "button_exit";
this.button_exit.Size = new System.Drawing.Size(85, 30); this.button_exit.Size = new System.Drawing.Size(85, 30);
this.button_exit.TabIndex = 1; this.button_exit.TabIndex = 1;
@ -111,12 +112,23 @@ namespace steam_token.UI.Set
this.button_exit.UseVisualStyleBackColor = true; this.button_exit.UseVisualStyleBackColor = true;
this.button_exit.Click += new System.EventHandler(this.button_exit_Click); this.button_exit.Click += new System.EventHandler(this.button_exit_Click);
// //
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 10F);
this.label4.Location = new System.Drawing.Point(16, 118);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(313, 20);
this.label4.TabIndex = 5;
this.label4.Text = " 2、错误的值也可以生成token, 比如 [1234]";
//
// GuardConfig // GuardConfig
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F); this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(539, 132); this.ClientSize = new System.Drawing.Size(539, 147);
this.ControlBox = false; this.ControlBox = false;
this.Controls.Add(this.label4);
this.Controls.Add(this.label3); this.Controls.Add(this.label3);
this.Controls.Add(this.label2); this.Controls.Add(this.label2);
this.Controls.Add(this.label1); this.Controls.Add(this.label1);
@ -146,5 +158,6 @@ namespace steam_token.UI.Set
private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button_exit; private System.Windows.Forms.Button button_exit;
private System.Windows.Forms.Label label4;
} }
} }

3
UI/Set/GuardConfig.resx

@ -120,7 +120,4 @@
<metadata name="openFileDialog_steam.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="openFileDialog_steam.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value> <value>17, 17</value>
</metadata> </metadata>
<metadata name="$this.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
</root> </root>
Loading…
Cancel
Save