‪Black Box
BBAccessPad.Designer.cs
Go to the documentation of this file.
1 namespace ‪BBTasker
2 {
3  partial class BBAccessPad
4  {
8  private System.ComponentModel.IContainer ‪components = null;
9 
14  protected override void ‪Dispose(bool disposing)
15  {
16  if (disposing && (‪components != null))
17  {
18  ‪components.Dispose();
19  }
20  base.Dispose(disposing);
21  }
22 
23  #region Windows Form Designer generated code
24 
29  private void ‪InitializeComponent()
30  {
31  this.‪pswBox = new System.Windows.Forms.TextBox();
32  this.‪btnClear = new System.Windows.Forms.Button();
33  this.‪btnEnter = new System.Windows.Forms.Button();
34  this.‪btn0 = new System.Windows.Forms.Button();
35  this.‪btn09 = new System.Windows.Forms.Button();
36  this.‪btn08 = new System.Windows.Forms.Button();
37  this.‪btn07 = new System.Windows.Forms.Button();
38  this.‪btn06 = new System.Windows.Forms.Button();
39  this.‪btn05 = new System.Windows.Forms.Button();
40  this.‪btn04 = new System.Windows.Forms.Button();
41  this.‪btn03 = new System.Windows.Forms.Button();
42  this.‪btn02 = new System.Windows.Forms.Button();
43  this.‪btn01 = new System.Windows.Forms.Button();
44  this.SuspendLayout();
45  //
46  // pswBox
47  //
48  this.‪pswBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 17F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
49  this.‪pswBox.Location = new System.Drawing.Point(44, 14);
50  this.‪pswBox.MaxLength = 4;
51  this.‪pswBox.Name = "pswBox";
52  this.‪pswBox.PasswordChar = '*';
53  this.‪pswBox.Size = new System.Drawing.Size(100, 33);
54  this.‪pswBox.TabIndex = 1;
55  this.‪pswBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
56  //
57  // btnClear
58  //
59  this.‪btnClear.BackgroundImage = global::BBTasker.Properties.Resources.delete_512;
60  this.‪btnClear.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
61  this.‪btnClear.Location = new System.Drawing.Point(127, 239);
62  this.‪btnClear.Name = "btnClear";
63  this.‪btnClear.Size = new System.Drawing.Size(51, 57);
64  this.‪btnClear.TabIndex = 11;
65  this.‪btnClear.UseVisualStyleBackColor = true;
66  this.‪btnClear.Click += new System.EventHandler(this.‪btnClear_Click);
67  //
68  // btnEnter
69  //
70  this.‪btnEnter.BackgroundImage = global::BBTasker.Properties.Resources.multimedia;
71  this.‪btnEnter.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
72  this.‪btnEnter.Location = new System.Drawing.Point(13, 239);
73  this.‪btnEnter.Name = "btnEnter";
74  this.‪btnEnter.Size = new System.Drawing.Size(51, 57);
75  this.‪btnEnter.TabIndex = 12;
76  this.‪btnEnter.UseVisualStyleBackColor = true;
77  this.‪btnEnter.Click += new System.EventHandler(this.‪btnEnter_Click);
78  //
79  // btn0
80  //
81  this.‪btn0.BackgroundImage = global::BBTasker.Properties.Resources._0;
82  this.‪btn0.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
83  this.‪btn0.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
84  this.‪btn0.Location = new System.Drawing.Point(70, 239);
85  this.‪btn0.Name = "btn0";
86  this.‪btn0.Size = new System.Drawing.Size(51, 57);
87  this.‪btn0.TabIndex = 10;
88  this.‪btn0.UseVisualStyleBackColor = true;
89  this.‪btn0.Click += new System.EventHandler(this.‪btn0_Click);
90  //
91  // btn09
92  //
93  this.‪btn09.BackgroundImage = global::BBTasker.Properties.Resources._9;
94  this.‪btn09.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
95  this.‪btn09.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
96  this.‪btn09.Location = new System.Drawing.Point(127, 176);
97  this.‪btn09.Name = "btn09";
98  this.‪btn09.Size = new System.Drawing.Size(51, 57);
99  this.‪btn09.TabIndex = 9;
100  this.‪btn09.UseVisualStyleBackColor = true;
101  this.‪btn09.Click += new System.EventHandler(this.‪btn09_Click);
102  //
103  // btn08
104  //
105  this.‪btn08.BackgroundImage = global::BBTasker.Properties.Resources._8;
106  this.‪btn08.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
107  this.‪btn08.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
108  this.‪btn08.Location = new System.Drawing.Point(70, 176);
109  this.‪btn08.Name = "btn08";
110  this.‪btn08.Size = new System.Drawing.Size(51, 57);
111  this.‪btn08.TabIndex = 8;
112  this.‪btn08.UseVisualStyleBackColor = true;
113  this.‪btn08.Click += new System.EventHandler(this.‪btn08_Click);
114  //
115  // btn07
116  //
117  this.‪btn07.BackgroundImage = global::BBTasker.Properties.Resources._7;
118  this.‪btn07.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
119  this.‪btn07.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
120  this.‪btn07.Location = new System.Drawing.Point(13, 176);
121  this.‪btn07.Name = "btn07";
122  this.‪btn07.Size = new System.Drawing.Size(51, 57);
123  this.‪btn07.TabIndex = 7;
124  this.‪btn07.UseVisualStyleBackColor = true;
125  this.‪btn07.Click += new System.EventHandler(this.‪btn07_Click);
126  //
127  // btn06
128  //
129  this.‪btn06.BackgroundImage = global::BBTasker.Properties.Resources._6;
130  this.‪btn06.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
131  this.‪btn06.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
132  this.‪btn06.Location = new System.Drawing.Point(127, 113);
133  this.‪btn06.Name = "btn06";
134  this.‪btn06.Size = new System.Drawing.Size(51, 57);
135  this.‪btn06.TabIndex = 6;
136  this.‪btn06.UseVisualStyleBackColor = true;
137  this.‪btn06.Click += new System.EventHandler(this.‪btn06_Click);
138  //
139  // btn05
140  //
141  this.‪btn05.BackgroundImage = global::BBTasker.Properties.Resources._5;
142  this.‪btn05.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
143  this.‪btn05.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
144  this.‪btn05.Location = new System.Drawing.Point(70, 113);
145  this.‪btn05.Name = "btn05";
146  this.‪btn05.Size = new System.Drawing.Size(51, 57);
147  this.‪btn05.TabIndex = 5;
148  this.‪btn05.UseVisualStyleBackColor = true;
149  this.‪btn05.Click += new System.EventHandler(this.‪btn05_Click);
150  //
151  // btn04
152  //
153  this.‪btn04.BackgroundImage = global::BBTasker.Properties.Resources._4;
154  this.‪btn04.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
155  this.‪btn04.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
156  this.‪btn04.Location = new System.Drawing.Point(13, 113);
157  this.‪btn04.Name = "btn04";
158  this.‪btn04.Size = new System.Drawing.Size(51, 57);
159  this.‪btn04.TabIndex = 4;
160  this.‪btn04.UseVisualStyleBackColor = true;
161  this.‪btn04.Click += new System.EventHandler(this.‪btn04_Click);
162  //
163  // btn03
164  //
165  this.‪btn03.BackgroundImage = global::BBTasker.Properties.Resources._3;
166  this.‪btn03.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
167  this.‪btn03.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
168  this.‪btn03.Location = new System.Drawing.Point(127, 50);
169  this.‪btn03.Name = "btn03";
170  this.‪btn03.Size = new System.Drawing.Size(51, 57);
171  this.‪btn03.TabIndex = 3;
172  this.‪btn03.UseVisualStyleBackColor = true;
173  this.‪btn03.Click += new System.EventHandler(this.‪btn03_Click);
174  //
175  // btn02
176  //
177  this.‪btn02.BackgroundImage = global::BBTasker.Properties.Resources._2;
178  this.‪btn02.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
179  this.‪btn02.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
180  this.‪btn02.Location = new System.Drawing.Point(70, 50);
181  this.‪btn02.Name = "btn02";
182  this.‪btn02.Size = new System.Drawing.Size(51, 57);
183  this.‪btn02.TabIndex = 2;
184  this.‪btn02.UseVisualStyleBackColor = true;
185  this.‪btn02.Click += new System.EventHandler(this.‪btn02_Click);
186  //
187  // btn01
188  //
189  this.‪btn01.BackgroundImage = global::BBTasker.Properties.Resources._1;
190  this.‪btn01.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
191  this.‪btn01.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
192  this.‪btn01.Location = new System.Drawing.Point(13, 50);
193  this.‪btn01.Name = "btn01";
194  this.‪btn01.Size = new System.Drawing.Size(51, 57);
195  this.‪btn01.TabIndex = 0;
196  this.‪btn01.UseVisualStyleBackColor = true;
197  this.‪btn01.Click += new System.EventHandler(this.‪btn01_Click);
198  //
199  // BBAccessPad
200  //
201  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
202  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
203  this.BackgroundImage = global::BBTasker.Properties.Resources.x_21_512;
204  this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
205  this.ClientSize = new System.Drawing.Size(190, 308);
206  this.Controls.Add(this.‪btnEnter);
207  this.Controls.Add(this.‪btnClear);
208  this.Controls.Add(this.‪btn0);
209  this.Controls.Add(this.‪btn09);
210  this.Controls.Add(this.‪btn08);
211  this.Controls.Add(this.‪btn07);
212  this.Controls.Add(this.‪btn06);
213  this.Controls.Add(this.‪btn05);
214  this.Controls.Add(this.‪btn04);
215  this.Controls.Add(this.‪btn03);
216  this.Controls.Add(this.‪btn02);
217  this.Controls.Add(this.‪pswBox);
218  this.Controls.Add(this.‪btn01);
219  this.DoubleBuffered = true;
220  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
221  this.MaximizeBox = false;
222  this.MinimizeBox = false;
223  this.Name = "BBAccessPad";
224  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
225  this.Text = "BBAccessPad";
226  this.ResumeLayout(false);
227  this.PerformLayout();
228 
229  }
230 
231  #endregion
232 
233  private System.Windows.Forms.Button ‪btn01;
234  private System.Windows.Forms.TextBox ‪pswBox;
235  private System.Windows.Forms.Button ‪btn02;
236  private System.Windows.Forms.Button ‪btn03;
237  private System.Windows.Forms.Button ‪btn06;
238  private System.Windows.Forms.Button ‪btn05;
239  private System.Windows.Forms.Button ‪btn04;
240  private System.Windows.Forms.Button ‪btn09;
241  private System.Windows.Forms.Button ‪btn08;
242  private System.Windows.Forms.Button ‪btn07;
243  private System.Windows.Forms.Button ‪btn0;
244  private System.Windows.Forms.Button ‪btnClear;
245  private System.Windows.Forms.Button ‪btnEnter;
246  }
247 }
‪override void Dispose(bool disposing)
‪Clean up any resources being used.
‪void btn08_Click(object sender, System.EventArgs e)
‪Keypad 08
Definition: BBAccessPad.cs:120
‪void btn09_Click(object sender, System.EventArgs e)
‪Keypad 09
Definition: BBAccessPad.cs:134
‪System.Windows.Forms.Button btn07
‪System.Windows.Forms.Button btn03
‪void btn04_Click(object sender, System.EventArgs e)
‪Keypad 04
Definition: BBAccessPad.cs:64
‪System.Windows.Forms.Button btnClear
‪void btn01_Click(object sender, System.EventArgs e)
‪Keypad 01
Definition: BBAccessPad.cs:22
‪System.Windows.Forms.Button btn09
‪void btn02_Click(object sender, System.EventArgs e)
‪Keypad 02
Definition: BBAccessPad.cs:36
‪void btn05_Click(object sender, System.EventArgs e)
‪Keypad 05
Definition: BBAccessPad.cs:78
‪System.Windows.Forms.Button btn04
‪void btnClear_Click(object sender, System.EventArgs e)
‪Clear access pin
Definition: BBAccessPad.cs:184
‪System.Windows.Forms.Button btn06
‪System.Windows.Forms.Button btn02
‪void InitializeComponent()
‪Required method for Designer support - do not modify the contents of this method with the code editor...
‪System.Windows.Forms.Button btn08
‪System.Windows.Forms.Button btn0
‪void btnEnter_Click(object sender, System.EventArgs e)
‪Check access pin
Definition: BBAccessPad.cs:162
‪System.Windows.Forms.Button btn05
‪System.ComponentModel.IContainer components
‪Required designer variable.
‪void btn0_Click(object sender, System.EventArgs e)
‪Keypad 0
Definition: BBAccessPad.cs:148
‪System.Windows.Forms.Button btnEnter
‪void btn07_Click(object sender, System.EventArgs e)
‪Keypad 07
Definition: BBAccessPad.cs:106
‪System.Windows.Forms.TextBox pswBox
‪System.Windows.Forms.Button btn01
‪void btn03_Click(object sender, System.EventArgs e)
‪Keypad 03
Definition: BBAccessPad.cs:50
‪void btn06_Click(object sender, System.EventArgs e)
‪Keypad 06
Definition: BBAccessPad.cs:92