Menu

[r2]: / trunk / WhatsappClient / Form_Debug.Designer.cs  Maximize  Restore  History

Download this file

238 lines (230 with data), 12.8 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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
namespace WhatsappClient
{
partial class Form_Debug
{
/// <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(Form_Debug));
this.TextBox_PhoneNumber = new System.Windows.Forms.TextBox();
this.Label_Phonenumber = new System.Windows.Forms.Label();
this.Label_Password = new System.Windows.Forms.Label();
this.TextBox_Password = new System.Windows.Forms.TextBox();
this.Button_TestConnection = new System.Windows.Forms.Button();
this.RT_Log = new System.Windows.Forms.RichTextBox();
this.GroupBox_PasswordGeneration = new System.Windows.Forms.GroupBox();
this.GroupBox_BasicSettings = new System.Windows.Forms.GroupBox();
this.GroupBox_Test = new System.Windows.Forms.GroupBox();
this.Label_DeviceOS = new System.Windows.Forms.Label();
this.ComboBox_DeviceOS = new System.Windows.Forms.ComboBox();
this.Label_ImeiMac = new System.Windows.Forms.Label();
this.TextBox_ImeiMac = new System.Windows.Forms.TextBox();
this.Button_GeneratePassword = new System.Windows.Forms.Button();
this.GroupBox_PasswordGeneration.SuspendLayout();
this.GroupBox_BasicSettings.SuspendLayout();
this.GroupBox_Test.SuspendLayout();
this.SuspendLayout();
//
// TextBox_PhoneNumber
//
this.TextBox_PhoneNumber.Location = new System.Drawing.Point(20, 41);
this.TextBox_PhoneNumber.Name = "TextBox_PhoneNumber";
this.TextBox_PhoneNumber.Size = new System.Drawing.Size(335, 20);
this.TextBox_PhoneNumber.TabIndex = 0;
this.TextBox_PhoneNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// Label_Phonenumber
//
this.Label_Phonenumber.AutoSize = true;
this.Label_Phonenumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label_Phonenumber.Location = new System.Drawing.Point(17, 25);
this.Label_Phonenumber.Name = "Label_Phonenumber";
this.Label_Phonenumber.Size = new System.Drawing.Size(92, 13);
this.Label_Phonenumber.TabIndex = 1;
this.Label_Phonenumber.Text = "Phone number:";
//
// Label_Password
//
this.Label_Password.AutoSize = true;
this.Label_Password.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label_Password.Location = new System.Drawing.Point(17, 76);
this.Label_Password.Name = "Label_Password";
this.Label_Password.Size = new System.Drawing.Size(65, 13);
this.Label_Password.TabIndex = 2;
this.Label_Password.Text = "Password:";
//
// TextBox_Password
//
this.TextBox_Password.Location = new System.Drawing.Point(20, 92);
this.TextBox_Password.Name = "TextBox_Password";
this.TextBox_Password.Size = new System.Drawing.Size(332, 20);
this.TextBox_Password.TabIndex = 3;
this.TextBox_Password.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// Button_TestConnection
//
this.Button_TestConnection.Location = new System.Drawing.Point(658, 132);
this.Button_TestConnection.Name = "Button_TestConnection";
this.Button_TestConnection.Size = new System.Drawing.Size(101, 23);
this.Button_TestConnection.TabIndex = 4;
this.Button_TestConnection.Text = "Test Connection";
this.Button_TestConnection.UseVisualStyleBackColor = true;
this.Button_TestConnection.Click += new System.EventHandler(this.Button_TestConnection_Click);
//
// RT_Log
//
this.RT_Log.Location = new System.Drawing.Point(20, 22);
this.RT_Log.Name = "RT_Log";
this.RT_Log.Size = new System.Drawing.Size(740, 104);
this.RT_Log.TabIndex = 5;
this.RT_Log.Text = "";
//
// GroupBox_PasswordGeneration
//
this.GroupBox_PasswordGeneration.Controls.Add(this.TextBox_ImeiMac);
this.GroupBox_PasswordGeneration.Controls.Add(this.Label_ImeiMac);
this.GroupBox_PasswordGeneration.Controls.Add(this.ComboBox_DeviceOS);
this.GroupBox_PasswordGeneration.Controls.Add(this.Label_DeviceOS);
this.GroupBox_PasswordGeneration.Location = new System.Drawing.Point(393, 9);
this.GroupBox_PasswordGeneration.Name = "GroupBox_PasswordGeneration";
this.GroupBox_PasswordGeneration.Size = new System.Drawing.Size(404, 137);
this.GroupBox_PasswordGeneration.TabIndex = 7;
this.GroupBox_PasswordGeneration.TabStop = false;
this.GroupBox_PasswordGeneration.Text = "Password Generation";
//
// GroupBox_BasicSettings
//
this.GroupBox_BasicSettings.Controls.Add(this.Label_Phonenumber);
this.GroupBox_BasicSettings.Controls.Add(this.TextBox_PhoneNumber);
this.GroupBox_BasicSettings.Controls.Add(this.Label_Password);
this.GroupBox_BasicSettings.Controls.Add(this.TextBox_Password);
this.GroupBox_BasicSettings.Location = new System.Drawing.Point(12, 12);
this.GroupBox_BasicSettings.Name = "GroupBox_BasicSettings";
this.GroupBox_BasicSettings.Size = new System.Drawing.Size(375, 134);
this.GroupBox_BasicSettings.TabIndex = 8;
this.GroupBox_BasicSettings.TabStop = false;
this.GroupBox_BasicSettings.Text = "Basic Settings";
//
// GroupBox_Test
//
this.GroupBox_Test.Controls.Add(this.Button_GeneratePassword);
this.GroupBox_Test.Controls.Add(this.RT_Log);
this.GroupBox_Test.Controls.Add(this.Button_TestConnection);
this.GroupBox_Test.Location = new System.Drawing.Point(12, 152);
this.GroupBox_Test.Name = "GroupBox_Test";
this.GroupBox_Test.Size = new System.Drawing.Size(785, 170);
this.GroupBox_Test.TabIndex = 9;
this.GroupBox_Test.TabStop = false;
this.GroupBox_Test.Text = "Test";
//
// Label_DeviceOS
//
this.Label_DeviceOS.AutoSize = true;
this.Label_DeviceOS.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label_DeviceOS.Location = new System.Drawing.Point(21, 28);
this.Label_DeviceOS.Name = "Label_DeviceOS";
this.Label_DeviceOS.Size = new System.Drawing.Size(154, 13);
this.Label_DeviceOS.TabIndex = 0;
this.Label_DeviceOS.Text = "Device Operating System:";
//
// ComboBox_DeviceOS
//
this.ComboBox_DeviceOS.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ComboBox_DeviceOS.FormattingEnabled = true;
this.ComboBox_DeviceOS.Items.AddRange(new object[] {
"iOS",
"Android",
"Blackberry",
"Symbian",
"Windows Phone"});
this.ComboBox_DeviceOS.Location = new System.Drawing.Point(24, 44);
this.ComboBox_DeviceOS.Name = "ComboBox_DeviceOS";
this.ComboBox_DeviceOS.Size = new System.Drawing.Size(355, 21);
this.ComboBox_DeviceOS.TabIndex = 1;
this.ComboBox_DeviceOS.SelectedIndexChanged += new System.EventHandler(this.ComboBox_DeviceOS_SelectedIndexChanged);
//
// Label_ImeiMac
//
this.Label_ImeiMac.AutoSize = true;
this.Label_ImeiMac.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label_ImeiMac.Location = new System.Drawing.Point(21, 79);
this.Label_ImeiMac.Name = "Label_ImeiMac";
this.Label_ImeiMac.Size = new System.Drawing.Size(37, 13);
this.Label_ImeiMac.TabIndex = 2;
this.Label_ImeiMac.Text = "IMEI:";
//
// TextBox_ImeiMac
//
this.TextBox_ImeiMac.Location = new System.Drawing.Point(24, 95);
this.TextBox_ImeiMac.Name = "TextBox_ImeiMac";
this.TextBox_ImeiMac.Size = new System.Drawing.Size(355, 20);
this.TextBox_ImeiMac.TabIndex = 3;
this.TextBox_ImeiMac.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// Button_GeneratePassword
//
this.Button_GeneratePassword.Location = new System.Drawing.Point(530, 132);
this.Button_GeneratePassword.Name = "Button_GeneratePassword";
this.Button_GeneratePassword.Size = new System.Drawing.Size(122, 23);
this.Button_GeneratePassword.TabIndex = 4;
this.Button_GeneratePassword.Text = "Generate Password";
this.Button_GeneratePassword.UseVisualStyleBackColor = true;
this.Button_GeneratePassword.Click += new System.EventHandler(this.Button_GeneratePassword_Click);
//
// Form_Debug
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(809, 337);
this.Controls.Add(this.GroupBox_Test);
this.Controls.Add(this.GroupBox_BasicSettings);
this.Controls.Add(this.GroupBox_PasswordGeneration);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form_Debug";
this.Text = "WhatsAppClient Debug Form";
this.Load += new System.EventHandler(this.Form_Debug_Load);
this.GroupBox_PasswordGeneration.ResumeLayout(false);
this.GroupBox_PasswordGeneration.PerformLayout();
this.GroupBox_BasicSettings.ResumeLayout(false);
this.GroupBox_BasicSettings.PerformLayout();
this.GroupBox_Test.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox TextBox_PhoneNumber;
private System.Windows.Forms.Label Label_Phonenumber;
private System.Windows.Forms.Label Label_Password;
private System.Windows.Forms.TextBox TextBox_Password;
private System.Windows.Forms.Button Button_TestConnection;
private System.Windows.Forms.RichTextBox RT_Log;
private System.Windows.Forms.GroupBox GroupBox_PasswordGeneration;
private System.Windows.Forms.Button Button_GeneratePassword;
private System.Windows.Forms.TextBox TextBox_ImeiMac;
private System.Windows.Forms.Label Label_ImeiMac;
private System.Windows.Forms.ComboBox ComboBox_DeviceOS;
private System.Windows.Forms.Label Label_DeviceOS;
private System.Windows.Forms.GroupBox GroupBox_BasicSettings;
private System.Windows.Forms.GroupBox GroupBox_Test;
}
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.