This repository was archived by the owner on Jan 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathAuth_Form.Designer.cs
More file actions
202 lines (196 loc) · 11.1 KB
/
Copy pathAuth_Form.Designer.cs
File metadata and controls
202 lines (196 loc) · 11.1 KB
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
namespace Rio_External_Csgo_Cheat
{
partial class Auth_Form
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Auth_Form));
this.loading_metroPanel = new MetroFramework.Controls.MetroPanel();
this.status_metroLabel = new MetroFramework.Controls.MetroLabel();
this.metroProgressSpinner = new MetroFramework.Controls.MetroProgressSpinner();
this.auth_metroPanel = new MetroFramework.Controls.MetroPanel();
this.auth_metroButton = new MetroFramework.Controls.MetroButton();
this.key_metroTextBox = new MetroFramework.Controls.MetroTextBox();
this.dbDownloader_backgroundWorker = new System.ComponentModel.BackgroundWorker();
this.formSeperator_metroTile = new MetroFramework.Controls.MetroTile();
this.authButtonReload_timer = new System.Windows.Forms.Timer(this.components);
this.loading_metroPanel.SuspendLayout();
this.auth_metroPanel.SuspendLayout();
this.SuspendLayout();
//
// loading_metroPanel
//
this.loading_metroPanel.Controls.Add(this.status_metroLabel);
this.loading_metroPanel.Controls.Add(this.metroProgressSpinner);
this.loading_metroPanel.HorizontalScrollbarBarColor = true;
this.loading_metroPanel.HorizontalScrollbarHighlightOnWheel = false;
this.loading_metroPanel.HorizontalScrollbarSize = 10;
this.loading_metroPanel.Location = new System.Drawing.Point(0, 65);
this.loading_metroPanel.Name = "loading_metroPanel";
this.loading_metroPanel.Size = new System.Drawing.Size(380, 125);
this.loading_metroPanel.TabIndex = 0;
this.loading_metroPanel.VerticalScrollbarBarColor = true;
this.loading_metroPanel.VerticalScrollbarHighlightOnWheel = false;
this.loading_metroPanel.VerticalScrollbarSize = 10;
//
// status_metroLabel
//
this.status_metroLabel.FontWeight = MetroFramework.MetroLabelWeight.Regular;
this.status_metroLabel.Location = new System.Drawing.Point(3, 17);
this.status_metroLabel.Name = "status_metroLabel";
this.status_metroLabel.Size = new System.Drawing.Size(374, 23);
this.status_metroLabel.TabIndex = 3;
this.status_metroLabel.Text = "Идет получение данных из интернета...";
this.status_metroLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// metroProgressSpinner
//
this.metroProgressSpinner.Location = new System.Drawing.Point(158, 51);
this.metroProgressSpinner.Maximum = 100;
this.metroProgressSpinner.Name = "metroProgressSpinner";
this.metroProgressSpinner.Size = new System.Drawing.Size(64, 64);
this.metroProgressSpinner.Speed = 2.22F;
this.metroProgressSpinner.Style = MetroFramework.MetroColorStyle.Orange;
this.metroProgressSpinner.TabIndex = 2;
this.metroProgressSpinner.UseSelectable = true;
this.metroProgressSpinner.Value = 100;
//
// auth_metroPanel
//
this.auth_metroPanel.Controls.Add(this.auth_metroButton);
this.auth_metroPanel.Controls.Add(this.key_metroTextBox);
this.auth_metroPanel.HorizontalScrollbarBarColor = true;
this.auth_metroPanel.HorizontalScrollbarHighlightOnWheel = false;
this.auth_metroPanel.HorizontalScrollbarSize = 10;
this.auth_metroPanel.Location = new System.Drawing.Point(0, 65);
this.auth_metroPanel.Name = "auth_metroPanel";
this.auth_metroPanel.Size = new System.Drawing.Size(380, 125);
this.auth_metroPanel.TabIndex = 1;
this.auth_metroPanel.VerticalScrollbarBarColor = true;
this.auth_metroPanel.VerticalScrollbarHighlightOnWheel = false;
this.auth_metroPanel.VerticalScrollbarSize = 10;
this.auth_metroPanel.Visible = false;
//
// auth_metroButton
//
this.auth_metroButton.FontSize = MetroFramework.MetroButtonSize.Medium;
this.auth_metroButton.Location = new System.Drawing.Point(52, 64);
this.auth_metroButton.Name = "auth_metroButton";
this.auth_metroButton.Size = new System.Drawing.Size(275, 36);
this.auth_metroButton.TabIndex = 3;
this.auth_metroButton.Text = "Авторизоваться";
this.auth_metroButton.UseSelectable = true;
this.auth_metroButton.Click += new System.EventHandler(this.auth_metroButton_Click);
//
// key_metroTextBox
//
//
//
//
this.key_metroTextBox.CustomButton.Image = null;
this.key_metroTextBox.CustomButton.Location = new System.Drawing.Point(247, 2);
this.key_metroTextBox.CustomButton.Name = "";
this.key_metroTextBox.CustomButton.Size = new System.Drawing.Size(25, 25);
this.key_metroTextBox.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
this.key_metroTextBox.CustomButton.TabIndex = 1;
this.key_metroTextBox.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
this.key_metroTextBox.CustomButton.UseSelectable = true;
this.key_metroTextBox.CustomButton.Visible = false;
this.key_metroTextBox.FontSize = MetroFramework.MetroTextBoxSize.Tall;
this.key_metroTextBox.FontWeight = MetroFramework.MetroTextBoxWeight.Bold;
this.key_metroTextBox.Lines = new string[0];
this.key_metroTextBox.Location = new System.Drawing.Point(52, 26);
this.key_metroTextBox.MaxLength = 32;
this.key_metroTextBox.Name = "key_metroTextBox";
this.key_metroTextBox.PasswordChar = '\0';
this.key_metroTextBox.PromptText = "Ваш ключ";
this.key_metroTextBox.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.key_metroTextBox.SelectedText = "";
this.key_metroTextBox.SelectionLength = 0;
this.key_metroTextBox.SelectionStart = 0;
this.key_metroTextBox.ShortcutsEnabled = true;
this.key_metroTextBox.Size = new System.Drawing.Size(275, 30);
this.key_metroTextBox.TabIndex = 2;
this.key_metroTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.key_metroTextBox.UseSelectable = true;
this.key_metroTextBox.WaterMark = "Ваш ключ";
this.key_metroTextBox.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
this.key_metroTextBox.WaterMarkFont = new System.Drawing.Font("Segoe UI", 10.2F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
//
// dbDownloader_backgroundWorker
//
this.dbDownloader_backgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.dbDownloader_backgroundWorker_DoWork);
//
// formSeperator_metroTile
//
this.formSeperator_metroTile.ActiveControl = null;
this.formSeperator_metroTile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.formSeperator_metroTile.BackColor = System.Drawing.SystemColors.ControlLight;
this.formSeperator_metroTile.Location = new System.Drawing.Point(-2, 62);
this.formSeperator_metroTile.Name = "formSeperator_metroTile";
this.formSeperator_metroTile.Size = new System.Drawing.Size(381, 2);
this.formSeperator_metroTile.TabIndex = 2;
this.formSeperator_metroTile.UseCustomBackColor = true;
this.formSeperator_metroTile.UseSelectable = true;
//
// authButtonReload_timer
//
this.authButtonReload_timer.Interval = 1000;
this.authButtonReload_timer.Tick += new System.EventHandler(this.authButtonReload_timer_Tick);
//
// Auth_Form
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(380, 190);
this.Controls.Add(this.loading_metroPanel);
this.Controls.Add(this.formSeperator_metroTile);
this.Controls.Add(this.auth_metroPanel);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Movable = false;
this.Name = "Auth_Form";
this.Resizable = false;
this.ShadowType = MetroFramework.Forms.MetroFormShadowType.DropShadow;
this.Style = MetroFramework.MetroColorStyle.Lime;
this.Text = "Авторизация - ID: 00000000";
this.Shown += new System.EventHandler(this.Auth_Form_Shown);
this.loading_metroPanel.ResumeLayout(false);
this.auth_metroPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private MetroFramework.Controls.MetroPanel loading_metroPanel;
private MetroFramework.Controls.MetroPanel auth_metroPanel;
public MetroFramework.Controls.MetroTextBox key_metroTextBox;
private MetroFramework.Controls.MetroProgressSpinner metroProgressSpinner;
public MetroFramework.Controls.MetroButton auth_metroButton;
private System.ComponentModel.BackgroundWorker dbDownloader_backgroundWorker;
private MetroFramework.Controls.MetroLabel status_metroLabel;
private MetroFramework.Controls.MetroTile formSeperator_metroTile;
private System.Windows.Forms.Timer authButtonReload_timer;
}
}