Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1 | freddie | 1 | /* |
2 | * Created by SharpDevelop. |
||
3 | * User: Freddie |
||
4 | * Date: 28/05/2010 |
||
5 | * Time: 20:58 |
||
6 | * |
||
7 | * To change this template use Tools | Options | Coding | Edit Standard Headers. |
||
8 | */ |
||
9 | namespace blockade |
||
10 | { |
||
11 | partial class Form2 |
||
12 | { |
||
13 | /// <summary> |
||
14 | /// Designer variable used to keep track of non-visual components. |
||
15 | /// </summary> |
||
16 | private System.ComponentModel.IContainer components = null; |
||
17 | |||
18 | /// <summary> |
||
19 | /// Disposes resources used by the form. |
||
20 | /// </summary> |
||
21 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
||
22 | protected override void Dispose(bool disposing) |
||
23 | { |
||
24 | if (disposing) { |
||
25 | if (components != null) { |
||
26 | components.Dispose(); |
||
27 | } |
||
28 | } |
||
29 | base.Dispose(disposing); |
||
30 | } |
||
31 | |||
32 | /// <summary> |
||
33 | /// This method is required for Windows Forms designer support. |
||
34 | /// Do not change the method contents inside the source code editor. The Forms designer might |
||
35 | /// not be able to load this method if it was changed manually. |
||
36 | /// </summary> |
||
37 | private void InitializeComponent() |
||
38 | { |
||
39 | this.components = new System.ComponentModel.Container(); |
||
40 | this.timer1 = new System.Windows.Forms.Timer(this.components); |
||
41 | this.SuspendLayout(); |
||
42 | // |
||
43 | // timer1 |
||
44 | // |
||
45 | this.timer1.Interval = 30; |
||
46 | this.timer1.Tick += new System.EventHandler(this.Timer1Tick); |
||
47 | // |
||
48 | // Form2 |
||
49 | // |
||
50 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
||
51 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
52 | this.ClientSize = new System.Drawing.Size(300, 300); |
||
53 | this.DoubleBuffered = true; |
||
54 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; |
||
55 | this.Name = "Form2"; |
||
56 | this.Text = "Form2"; |
||
57 | this.Load += new System.EventHandler(this.Form2Load); |
||
58 | this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Form2MouseClick); |
||
59 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form2FormClosing); |
||
60 | this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Form2MouseMove); |
||
61 | this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form2KeyDown); |
||
62 | this.ResumeLayout(false); |
||
63 | } |
||
64 | private System.Windows.Forms.Timer timer1; |
||
65 | } |
||
66 | } |