-
Notifications
You must be signed in to change notification settings - Fork 1
/
Status.Designer.cs
257 lines (251 loc) · 14.5 KB
/
Status.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
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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
namespace SynchronizedPasswordChanger
{
partial class Status
{
/// <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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this._lblCheckAccount1 = new System.Windows.Forms.Label();
this._lblCheckAccount2 = new System.Windows.Forms.Label();
this._lblChangeAccount1 = new System.Windows.Forms.Label();
this._lblChangeAccount2 = new System.Windows.Forms.Label();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this._lblDone = new System.Windows.Forms.Label();
this._btnCancel = new System.Windows.Forms.Button();
this._pbCheck1 = new System.Windows.Forms.PictureBox();
this._pbCheck2 = new System.Windows.Forms.PictureBox();
this._pbChange1 = new System.Windows.Forms.PictureBox();
this._pbChange2 = new System.Windows.Forms.PictureBox();
this._pbDone = new System.Windows.Forms.PictureBox();
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this._pbCheck1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this._pbCheck2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this._pbChange1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this._pbChange2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this._pbDone)).BeginInit();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 87.25F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.75F));
this.tableLayoutPanel1.Controls.Add(this._lblCheckAccount1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this._lblCheckAccount2, 0, 1);
this.tableLayoutPanel1.Controls.Add(this._lblChangeAccount1, 0, 2);
this.tableLayoutPanel1.Controls.Add(this._lblChangeAccount2, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 4);
this.tableLayoutPanel1.Controls.Add(this._pbCheck1, 1, 0);
this.tableLayoutPanel1.Controls.Add(this._pbCheck2, 1, 1);
this.tableLayoutPanel1.Controls.Add(this._pbChange1, 1, 2);
this.tableLayoutPanel1.Controls.Add(this._pbChange2, 1, 3);
this.tableLayoutPanel1.Controls.Add(this._pbDone, 1, 4);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 5;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(800, 450);
this.tableLayoutPanel1.TabIndex = 0;
//
// _lblCheckAccount1
//
this._lblCheckAccount1.Anchor = System.Windows.Forms.AnchorStyles.Right;
this._lblCheckAccount1.AutoSize = true;
this._lblCheckAccount1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this._lblCheckAccount1.Location = new System.Drawing.Point(224, 26);
this._lblCheckAccount1.Name = "_lblCheckAccount1";
this._lblCheckAccount1.Size = new System.Drawing.Size(471, 37);
this._lblCheckAccount1.TabIndex = 0;
this._lblCheckAccount1.Text = "Checking Account 1 Credentials";
this._lblCheckAccount1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// _lblCheckAccount2
//
this._lblCheckAccount2.Anchor = System.Windows.Forms.AnchorStyles.Right;
this._lblCheckAccount2.AutoSize = true;
this._lblCheckAccount2.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this._lblCheckAccount2.Location = new System.Drawing.Point(222, 116);
this._lblCheckAccount2.Name = "_lblCheckAccount2";
this._lblCheckAccount2.Size = new System.Drawing.Size(473, 37);
this._lblCheckAccount2.TabIndex = 0;
this._lblCheckAccount2.Text = "Checking Account 2 Credentials";
this._lblCheckAccount2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// _lblChangeAccount1
//
this._lblChangeAccount1.Anchor = System.Windows.Forms.AnchorStyles.Right;
this._lblChangeAccount1.AutoSize = true;
this._lblChangeAccount1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this._lblChangeAccount1.Location = new System.Drawing.Point(239, 206);
this._lblChangeAccount1.Name = "_lblChangeAccount1";
this._lblChangeAccount1.Size = new System.Drawing.Size(456, 37);
this._lblChangeAccount1.TabIndex = 0;
this._lblChangeAccount1.Text = "Changing Account 1 Password";
this._lblChangeAccount1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// _lblChangeAccount2
//
this._lblChangeAccount2.Anchor = System.Windows.Forms.AnchorStyles.Right;
this._lblChangeAccount2.AutoSize = true;
this._lblChangeAccount2.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this._lblChangeAccount2.Location = new System.Drawing.Point(237, 296);
this._lblChangeAccount2.Name = "_lblChangeAccount2";
this._lblChangeAccount2.Size = new System.Drawing.Size(458, 37);
this._lblChangeAccount2.TabIndex = 0;
this._lblChangeAccount2.Text = "Changing Account 2 Password";
this._lblChangeAccount2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 2;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.Controls.Add(this._lblDone, 1, 0);
this.tableLayoutPanel2.Controls.Add(this._btnCancel, 0, 0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 363);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 1;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(692, 84);
this.tableLayoutPanel2.TabIndex = 1;
//
// _lblDone
//
this._lblDone.Anchor = System.Windows.Forms.AnchorStyles.Right;
this._lblDone.AutoSize = true;
this._lblDone.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F);
this._lblDone.Location = new System.Drawing.Point(573, 19);
this._lblDone.Name = "_lblDone";
this._lblDone.Size = new System.Drawing.Size(116, 46);
this._lblDone.TabIndex = 0;
this._lblDone.Text = "Done";
this._lblDone.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// _btnCancel
//
this._btnCancel.Anchor = System.Windows.Forms.AnchorStyles.Left;
this._btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F);
this._btnCancel.Location = new System.Drawing.Point(6, 14);
this._btnCancel.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
this._btnCancel.Name = "_btnCancel";
this._btnCancel.Size = new System.Drawing.Size(136, 56);
this._btnCancel.TabIndex = 0;
this._btnCancel.Text = "&Cancel";
this._btnCancel.UseVisualStyleBackColor = true;
this._btnCancel.Click += new System.EventHandler(this.OnCancel);
//
// _pbCheck1
//
this._pbCheck1.InitialImage = null;
this._pbCheck1.Location = new System.Drawing.Point(701, 3);
this._pbCheck1.Name = "_pbCheck1";
this._pbCheck1.Size = new System.Drawing.Size(96, 84);
this._pbCheck1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this._pbCheck1.TabIndex = 2;
this._pbCheck1.TabStop = false;
//
// _pbCheck2
//
this._pbCheck2.Dock = System.Windows.Forms.DockStyle.Fill;
this._pbCheck2.Location = new System.Drawing.Point(701, 93);
this._pbCheck2.Name = "_pbCheck2";
this._pbCheck2.Size = new System.Drawing.Size(96, 84);
this._pbCheck2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this._pbCheck2.TabIndex = 2;
this._pbCheck2.TabStop = false;
//
// _pbChange1
//
this._pbChange1.Dock = System.Windows.Forms.DockStyle.Fill;
this._pbChange1.Location = new System.Drawing.Point(701, 183);
this._pbChange1.Name = "_pbChange1";
this._pbChange1.Size = new System.Drawing.Size(96, 84);
this._pbChange1.TabIndex = 2;
this._pbChange1.TabStop = false;
//
// _pbChange2
//
this._pbChange2.Dock = System.Windows.Forms.DockStyle.Fill;
this._pbChange2.Location = new System.Drawing.Point(701, 273);
this._pbChange2.Name = "_pbChange2";
this._pbChange2.Size = new System.Drawing.Size(96, 84);
this._pbChange2.TabIndex = 2;
this._pbChange2.TabStop = false;
//
// _pbDone
//
this._pbDone.Dock = System.Windows.Forms.DockStyle.Fill;
this._pbDone.Location = new System.Drawing.Point(701, 363);
this._pbDone.Name = "_pbDone";
this._pbDone.Size = new System.Drawing.Size(96, 84);
this._pbDone.TabIndex = 2;
this._pbDone.TabStop = false;
//
// Status
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.ControlBox = false;
this.Controls.Add(this.tableLayoutPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Status";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "Status";
this.TopMost = true;
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this._pbCheck1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this._pbCheck2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this._pbChange1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this._pbChange2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this._pbDone)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label _lblCheckAccount1;
private System.Windows.Forms.Label _lblCheckAccount2;
private System.Windows.Forms.Label _lblChangeAccount1;
private System.Windows.Forms.Label _lblChangeAccount2;
private System.Windows.Forms.Label _lblDone;
private System.Windows.Forms.Button _btnCancel;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.PictureBox _pbCheck1;
private System.Windows.Forms.PictureBox _pbCheck2;
private System.Windows.Forms.PictureBox _pbChange1;
private System.Windows.Forms.PictureBox _pbChange2;
private System.Windows.Forms.PictureBox _pbDone;
}
}