-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathImportWinAuthForm.Designer.cs
207 lines (202 loc) · 9 KB
/
ImportWinAuthForm.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
namespace Steam_Desktop_Authenticator
{
partial class ImportWinAuthForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImportWinAuthForm));
this.btnBrowse = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtPath = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.btnLoad = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.txtPassword = new System.Windows.Forms.TextBox();
this.listAccounts = new System.Windows.Forms.ListBox();
this.btnOk = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btnBrowse
//
this.btnBrowse.Location = new System.Drawing.Point(292, 54);
this.btnBrowse.Margin = new System.Windows.Forms.Padding(2);
this.btnBrowse.Name = "btnBrowse";
this.btnBrowse.Size = new System.Drawing.Size(83, 23);
this.btnBrowse.TabIndex = 4;
this.btnBrowse.Text = "Browse";
this.btnBrowse.UseVisualStyleBackColor = true;
this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(207, 259);
this.btnCancel.Margin = new System.Windows.Forms.Padding(2);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(82, 30);
this.btnCancel.TabIndex = 5;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(249, 13);
this.label1.TabIndex = 7;
this.label1.Text = "You can import your Steam account from WinAuth. ";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 31);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(267, 13);
this.label2.TabIndex = 8;
this.label2.Text = "1. Select the zip/text file obtained from WinAuth export.";
//
// txtPath
//
this.txtPath.Location = new System.Drawing.Point(15, 56);
this.txtPath.Name = "txtPath";
this.txtPath.ReadOnly = true;
this.txtPath.Size = new System.Drawing.Size(274, 20);
this.txtPath.TabIndex = 9;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 122);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(30, 13);
this.label3.TabIndex = 10;
this.label3.Text = "Click";
//
// btnLoad
//
this.btnLoad.Location = new System.Drawing.Point(48, 117);
this.btnLoad.Name = "btnLoad";
this.btnLoad.Size = new System.Drawing.Size(75, 23);
this.btnLoad.TabIndex = 11;
this.btnLoad.Text = "Load";
this.btnLoad.UseVisualStyleBackColor = true;
this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(129, 122);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(208, 13);
this.label4.TabIndex = 12;
this.label4.Text = "and select the account you want to import.";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(12, 88);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(156, 13);
this.label5.TabIndex = 13;
this.label5.Text = "2. Enter the password (if zip file)";
//
// txtPassword
//
this.txtPassword.Enabled = false;
this.txtPassword.Location = new System.Drawing.Point(175, 85);
this.txtPassword.Name = "txtPassword";
this.txtPassword.Size = new System.Drawing.Size(201, 20);
this.txtPassword.TabIndex = 14;
//
// listAccounts
//
this.listAccounts.FormattingEnabled = true;
this.listAccounts.Location = new System.Drawing.Point(15, 146);
this.listAccounts.Name = "listAccounts";
this.listAccounts.Size = new System.Drawing.Size(361, 108);
this.listAccounts.TabIndex = 15;
this.listAccounts.SelectedIndexChanged += new System.EventHandler(this.listAccounts_SelectedIndexChanged);
//
// btnOk
//
this.btnOk.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnOk.Location = new System.Drawing.Point(293, 260);
this.btnOk.Margin = new System.Windows.Forms.Padding(2);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(82, 30);
this.btnOk.TabIndex = 16;
this.btnOk.Text = "OK";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// ImportWinAuthForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(388, 301);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.listAccounts);
this.Controls.Add(this.txtPassword);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.btnLoad);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtPath);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnBrowse);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "ImportWinAuthForm";
this.Text = "Import from WinAuth";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnBrowse;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtPath;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btnLoad;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtPassword;
private System.Windows.Forms.ListBox listAccounts;
private System.Windows.Forms.Button btnOk;
}
}