comparison VBoxFrontend/Display.Designer.cs @ 0:e1ec7bf71313

Initial commit
author Ivo Smits
date Wed, 04 May 2011 00:59:43 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e1ec7bf71313
1 namespace ConsoleApplication1 {
2 partial class Display {
3 /// <summary>
4 /// Required designer variable.
5 /// </summary>
6 private System.ComponentModel.IContainer components = null;
7
8 /// <summary>
9 /// Clean up any resources being used.
10 /// </summary>
11 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12 protected override void Dispose(bool disposing) {
13 if (disposing && (components != null)) {
14 components.Dispose();
15 }
16 base.Dispose(disposing);
17 }
18
19 #region Windows Form Designer generated code
20
21 /// <summary>
22 /// Required method for Designer support - do not modify
23 /// the contents of this method with the code editor.
24 /// </summary>
25 private void InitializeComponent() {
26 this.components = new System.ComponentModel.Container();
27 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Display));
28 this.DisplayBox = new System.Windows.Forms.PictureBox();
29 this.COMEventTimer = new System.Windows.Forms.Timer(this.components);
30 this.toolStrip1 = new System.Windows.Forms.ToolStrip();
31 this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
32 this.testToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
33 this.resumeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
34 this.saveStateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
35 this.aCPIPowerDownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
36 this.shutdownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
37 this.resetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
38 this.statusLabel = new System.Windows.Forms.ToolStripLabel();
39 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
40 this.ProgressWatcher = new System.Windows.Forms.Timer(this.components);
41 ((System.ComponentModel.ISupportInitialize)(this.DisplayBox)).BeginInit();
42 this.toolStrip1.SuspendLayout();
43 this.SuspendLayout();
44 //
45 // DisplayBox
46 //
47 this.DisplayBox.BackColor = System.Drawing.Color.Black;
48 this.DisplayBox.Dock = System.Windows.Forms.DockStyle.Fill;
49 this.DisplayBox.Location = new System.Drawing.Point(0, 20);
50 this.DisplayBox.Name = "DisplayBox";
51 this.DisplayBox.Size = new System.Drawing.Size(292, 246);
52 this.DisplayBox.TabIndex = 0;
53 this.DisplayBox.TabStop = false;
54 this.DisplayBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Display_MouseEvent);
55 this.DisplayBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Display_MouseEvent);
56 this.DisplayBox.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Display_MouseEvent);
57 //
58 // COMEventTimer
59 //
60 this.COMEventTimer.Tick += new System.EventHandler(this.COMEventTimer_Tick);
61 //
62 // toolStrip1
63 //
64 this.toolStrip1.AutoSize = false;
65 this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
66 this.toolStripDropDownButton1,
67 this.toolStripSeparator1,
68 this.statusLabel});
69 this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
70 this.toolStrip1.Location = new System.Drawing.Point(0, 0);
71 this.toolStrip1.Name = "toolStrip1";
72 this.toolStrip1.Size = new System.Drawing.Size(292, 20);
73 this.toolStrip1.TabIndex = 2;
74 this.toolStrip1.Text = "toolStrip1";
75 //
76 // toolStripDropDownButton1
77 //
78 this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
79 this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
80 this.testToolStripMenuItem,
81 this.resumeToolStripMenuItem,
82 this.saveStateToolStripMenuItem,
83 this.aCPIPowerDownToolStripMenuItem,
84 this.resetToolStripMenuItem,
85 this.shutdownToolStripMenuItem});
86 this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
87 this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
88 this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
89 this.toolStripDropDownButton1.Size = new System.Drawing.Size(59, 17);
90 this.toolStripDropDownButton1.Text = "Machine";
91 //
92 // testToolStripMenuItem
93 //
94 this.testToolStripMenuItem.Name = "testToolStripMenuItem";
95 this.testToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
96 this.testToolStripMenuItem.Text = "Pause";
97 this.testToolStripMenuItem.Click += new System.EventHandler(this.pauseToolStripMenuItem_Click);
98 //
99 // resumeToolStripMenuItem
100 //
101 this.resumeToolStripMenuItem.Name = "resumeToolStripMenuItem";
102 this.resumeToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
103 this.resumeToolStripMenuItem.Text = "Resume";
104 this.resumeToolStripMenuItem.Click += new System.EventHandler(this.resumeToolStripMenuItem_Click);
105 //
106 // saveStateToolStripMenuItem
107 //
108 this.saveStateToolStripMenuItem.Name = "saveStateToolStripMenuItem";
109 this.saveStateToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
110 this.saveStateToolStripMenuItem.Text = "Save state";
111 this.saveStateToolStripMenuItem.Click += new System.EventHandler(this.savestateToolStripMenuItem_Click);
112 //
113 // aCPIPowerDownToolStripMenuItem
114 //
115 this.aCPIPowerDownToolStripMenuItem.Name = "aCPIPowerDownToolStripMenuItem";
116 this.aCPIPowerDownToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
117 this.aCPIPowerDownToolStripMenuItem.Text = "ACPI power down";
118 this.aCPIPowerDownToolStripMenuItem.Click += new System.EventHandler(this.aCPIPowerButtonToolStripMenuItem_Click);
119 //
120 // shutdownToolStripMenuItem
121 //
122 this.shutdownToolStripMenuItem.Name = "shutdownToolStripMenuItem";
123 this.shutdownToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
124 this.shutdownToolStripMenuItem.Text = "Shutdown";
125 this.shutdownToolStripMenuItem.Click += new System.EventHandler(this.powerdownToolStripMenuItem_Click);
126 //
127 // resetToolStripMenuItem
128 //
129 this.resetToolStripMenuItem.Name = "resetToolStripMenuItem";
130 this.resetToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
131 this.resetToolStripMenuItem.Text = "Reset";
132 this.resetToolStripMenuItem.Click += new System.EventHandler(this.resetToolStripMenuItem_Click);
133 //
134 // statusLabel
135 //
136 this.statusLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
137 this.statusLabel.Name = "statusLabel";
138 this.statusLabel.Size = new System.Drawing.Size(38, 13);
139 this.statusLabel.Text = "Busy..";
140 this.statusLabel.Visible = false;
141 //
142 // toolStripSeparator1
143 //
144 this.toolStripSeparator1.Name = "toolStripSeparator1";
145 this.toolStripSeparator1.Size = new System.Drawing.Size(6, 23);
146 //
147 // ProgressWatcher
148 //
149 this.ProgressWatcher.Tick += new System.EventHandler(this.ProgressWatcher_Tick);
150 //
151 // Display
152 //
153 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
154 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
155 this.ClientSize = new System.Drawing.Size(292, 266);
156 this.Controls.Add(this.DisplayBox);
157 this.Controls.Add(this.toolStrip1);
158 this.Name = "Display";
159 this.Text = "VirtualBox Virtual Machine Display";
160 this.Load += new System.EventHandler(this.Display_Load);
161 this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Display_KeyUp);
162 this.Resize += new System.EventHandler(this.Display_Resize);
163 this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Display_KeyDown);
164 ((System.ComponentModel.ISupportInitialize)(this.DisplayBox)).EndInit();
165 this.toolStrip1.ResumeLayout(false);
166 this.toolStrip1.PerformLayout();
167 this.ResumeLayout(false);
168
169 }
170
171 #endregion
172
173 private System.Windows.Forms.PictureBox DisplayBox;
174 private System.Windows.Forms.Timer COMEventTimer;
175 private System.Windows.Forms.ToolStrip toolStrip1;
176 private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;
177 private System.Windows.Forms.ToolStripMenuItem testToolStripMenuItem;
178 private System.Windows.Forms.ToolStripMenuItem resumeToolStripMenuItem;
179 private System.Windows.Forms.ToolStripMenuItem saveStateToolStripMenuItem;
180 private System.Windows.Forms.ToolStripMenuItem aCPIPowerDownToolStripMenuItem;
181 private System.Windows.Forms.ToolStripMenuItem shutdownToolStripMenuItem;
182 private System.Windows.Forms.ToolStripMenuItem resetToolStripMenuItem;
183 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
184 private System.Windows.Forms.ToolStripLabel statusLabel;
185 private System.Windows.Forms.Timer ProgressWatcher;
186 }
187 }