1 |
namespace AnywhereTS |
2 |
{ |
3 |
partial class frmClientBootPicture |
4 |
{ |
5 |
/// <summary> |
6 |
/// Required designer variable. |
7 |
/// </summary> |
8 |
private System.ComponentModel.IContainer components = null; |
9 |
|
10 |
/// <summary> |
11 |
/// Clean up any resources being used. |
12 |
/// </summary> |
13 |
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
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 |
|
25 |
/// <summary> |
26 |
/// Required method for Designer support - do not modify |
27 |
/// the contents of this method with the code editor. |
28 |
/// </summary> |
29 |
private void InitializeComponent() |
30 |
{ |
31 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmClientBootPicture)); |
32 |
this.btnOk = new System.Windows.Forms.Button(); |
33 |
this.btnLoad = new System.Windows.Forms.Button(); |
34 |
this.radBootPicRes800 = new System.Windows.Forms.RadioButton(); |
35 |
this.radBootPicRes1024 = new System.Windows.Forms.RadioButton(); |
36 |
this.radBootPicRes1280 = new System.Windows.Forms.RadioButton(); |
37 |
this.btnCancel = new System.Windows.Forms.Button(); |
38 |
this.radBootPicRes640 = new System.Windows.Forms.RadioButton(); |
39 |
this.groupBox1 = new System.Windows.Forms.GroupBox(); |
40 |
this.groupBox2 = new System.Windows.Forms.GroupBox(); |
41 |
this.picBoot = new System.Windows.Forms.PictureBox(); |
42 |
this.lblBootPicResInfo = new System.Windows.Forms.Label(); |
43 |
this.helpProvider = new System.Windows.Forms.HelpProvider(); |
44 |
this.groupBox1.SuspendLayout(); |
45 |
this.groupBox2.SuspendLayout(); |
46 |
((System.ComponentModel.ISupportInitialize)(this.picBoot)).BeginInit(); |
47 |
this.SuspendLayout(); |
48 |
// |
49 |
// btnOk |
50 |
// |
51 |
this.btnOk.Location = new System.Drawing.Point(292, 300); |
52 |
this.btnOk.Name = "btnOk"; |
53 |
this.btnOk.Size = new System.Drawing.Size(98, 21); |
54 |
this.btnOk.TabIndex = 0; |
55 |
this.btnOk.Text = "OK"; |
56 |
this.btnOk.UseVisualStyleBackColor = true; |
57 |
this.btnOk.Click += new System.EventHandler(this.btnOk_Click); |
58 |
// |
59 |
// btnLoad |
60 |
// |
61 |
this.btnLoad.Location = new System.Drawing.Point(16, 16); |
62 |
this.btnLoad.Name = "btnLoad"; |
63 |
this.btnLoad.Size = new System.Drawing.Size(128, 25); |
64 |
this.btnLoad.TabIndex = 2; |
65 |
this.btnLoad.Text = "Change picture..."; |
66 |
this.btnLoad.UseVisualStyleBackColor = true; |
67 |
this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click); |
68 |
// |
69 |
// radBootPicRes800 |
70 |
// |
71 |
this.radBootPicRes800.AutoSize = true; |
72 |
this.radBootPicRes800.Location = new System.Drawing.Point(12, 42); |
73 |
this.radBootPicRes800.Name = "radBootPicRes800"; |
74 |
this.radBootPicRes800.Size = new System.Drawing.Size(72, 17); |
75 |
this.radBootPicRes800.TabIndex = 3; |
76 |
this.radBootPicRes800.TabStop = true; |
77 |
this.radBootPicRes800.Text = "800 x 600"; |
78 |
this.radBootPicRes800.UseVisualStyleBackColor = true; |
79 |
// |
80 |
// radBootPicRes1024 |
81 |
// |
82 |
this.radBootPicRes1024.AutoSize = true; |
83 |
this.radBootPicRes1024.Location = new System.Drawing.Point(12, 65); |
84 |
this.radBootPicRes1024.Name = "radBootPicRes1024"; |
85 |
this.radBootPicRes1024.Size = new System.Drawing.Size(78, 17); |
86 |
this.radBootPicRes1024.TabIndex = 4; |
87 |
this.radBootPicRes1024.TabStop = true; |
88 |
this.radBootPicRes1024.Text = "1024 x 768"; |
89 |
this.radBootPicRes1024.UseVisualStyleBackColor = true; |
90 |
// |
91 |
// radBootPicRes1280 |
92 |
// |
93 |
this.radBootPicRes1280.AutoSize = true; |
94 |
this.radBootPicRes1280.Location = new System.Drawing.Point(12, 88); |
95 |
this.radBootPicRes1280.Name = "radBootPicRes1280"; |
96 |
this.radBootPicRes1280.Size = new System.Drawing.Size(84, 17); |
97 |
this.radBootPicRes1280.TabIndex = 5; |
98 |
this.radBootPicRes1280.TabStop = true; |
99 |
this.radBootPicRes1280.Text = "1280 x 1024"; |
100 |
this.radBootPicRes1280.UseVisualStyleBackColor = true; |
101 |
// |
102 |
// btnCancel |
103 |
// |
104 |
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; |
105 |
this.btnCancel.Location = new System.Drawing.Point(408, 300); |
106 |
this.btnCancel.Name = "btnCancel"; |
107 |
this.btnCancel.Size = new System.Drawing.Size(94, 21); |
108 |
this.btnCancel.TabIndex = 7; |
109 |
this.btnCancel.Text = "Cancel"; |
110 |
this.btnCancel.UseVisualStyleBackColor = true; |
111 |
// |
112 |
// radBootPicRes640 |
113 |
// |
114 |
this.radBootPicRes640.AutoSize = true; |
115 |
this.radBootPicRes640.Location = new System.Drawing.Point(12, 19); |
116 |
this.radBootPicRes640.Name = "radBootPicRes640"; |
117 |
this.radBootPicRes640.Size = new System.Drawing.Size(72, 17); |
118 |
this.radBootPicRes640.TabIndex = 8; |
119 |
this.radBootPicRes640.TabStop = true; |
120 |
this.radBootPicRes640.Text = "640 x 480"; |
121 |
this.radBootPicRes640.UseVisualStyleBackColor = true; |
122 |
// |
123 |
// groupBox1 |
124 |
// |
125 |
this.groupBox1.Controls.Add(this.radBootPicRes800); |
126 |
this.groupBox1.Controls.Add(this.radBootPicRes640); |
127 |
this.groupBox1.Controls.Add(this.radBootPicRes1024); |
128 |
this.groupBox1.Controls.Add(this.radBootPicRes1280); |
129 |
this.groupBox1.Location = new System.Drawing.Point(16, 59); |
130 |
this.groupBox1.Name = "groupBox1"; |
131 |
this.groupBox1.Size = new System.Drawing.Size(128, 118); |
132 |
this.groupBox1.TabIndex = 9; |
133 |
this.groupBox1.TabStop = false; |
134 |
this.groupBox1.Text = "Boot picture resolution"; |
135 |
// |
136 |
// groupBox2 |
137 |
// |
138 |
this.groupBox2.Controls.Add(this.picBoot); |
139 |
this.groupBox2.Location = new System.Drawing.Point(150, 12); |
140 |
this.groupBox2.Name = "groupBox2"; |
141 |
this.groupBox2.Size = new System.Drawing.Size(352, 274); |
142 |
this.groupBox2.TabIndex = 10; |
143 |
this.groupBox2.TabStop = false; |
144 |
this.groupBox2.Text = "Boot picture"; |
145 |
// |
146 |
// picBoot |
147 |
// |
148 |
this.picBoot.BackColor = System.Drawing.Color.Black; |
149 |
this.picBoot.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
150 |
this.picBoot.Location = new System.Drawing.Point(17, 19); |
151 |
this.picBoot.Name = "picBoot"; |
152 |
this.picBoot.Size = new System.Drawing.Size(320, 240); |
153 |
this.picBoot.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; |
154 |
this.picBoot.TabIndex = 2; |
155 |
this.picBoot.TabStop = false; |
156 |
// |
157 |
// lblBootPicResInfo |
158 |
// |
159 |
this.lblBootPicResInfo.Location = new System.Drawing.Point(19, 189); |
160 |
this.lblBootPicResInfo.Name = "lblBootPicResInfo"; |
161 |
this.lblBootPicResInfo.Size = new System.Drawing.Size(124, 113); |
162 |
this.lblBootPicResInfo.TabIndex = 11; |
163 |
this.lblBootPicResInfo.Text = "Please note that not all graphics adapters support all resolutions."; |
164 |
// |
165 |
// frmClientBootPicture |
166 |
// |
167 |
this.AcceptButton = this.btnOk; |
168 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
169 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
170 |
this.CancelButton = this.btnCancel; |
171 |
this.ClientSize = new System.Drawing.Size(513, 333); |
172 |
this.Controls.Add(this.lblBootPicResInfo); |
173 |
this.Controls.Add(this.groupBox2); |
174 |
this.Controls.Add(this.groupBox1); |
175 |
this.Controls.Add(this.btnCancel); |
176 |
this.Controls.Add(this.btnLoad); |
177 |
this.Controls.Add(this.btnOk); |
178 |
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; |
179 |
this.HelpButton = true; |
180 |
this.helpProvider.SetHelpKeyword(this, "custombootpicture.htm"); |
181 |
this.helpProvider.SetHelpNavigator(this, System.Windows.Forms.HelpNavigator.Topic); |
182 |
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
183 |
this.MaximizeBox = false; |
184 |
this.Name = "frmClientBootPicture"; |
185 |
this.helpProvider.SetShowHelp(this, true); |
186 |
this.ShowInTaskbar = false; |
187 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
188 |
this.Text = "Custom boot picture"; |
189 |
this.Load += new System.EventHandler(this.frmClientBootPicture_Load); |
190 |
this.groupBox1.ResumeLayout(false); |
191 |
this.groupBox1.PerformLayout(); |
192 |
this.groupBox2.ResumeLayout(false); |
193 |
((System.ComponentModel.ISupportInitialize)(this.picBoot)).EndInit(); |
194 |
this.ResumeLayout(false); |
195 |
|
196 |
} |
197 |
|
198 |
#endregion |
199 |
|
200 |
private System.Windows.Forms.Button btnOk; |
201 |
private System.Windows.Forms.Button btnLoad; |
202 |
private System.Windows.Forms.RadioButton radBootPicRes800; |
203 |
private System.Windows.Forms.RadioButton radBootPicRes1024; |
204 |
private System.Windows.Forms.RadioButton radBootPicRes1280; |
205 |
private System.Windows.Forms.Button btnCancel; |
206 |
private System.Windows.Forms.RadioButton radBootPicRes640; |
207 |
private System.Windows.Forms.GroupBox groupBox1; |
208 |
private System.Windows.Forms.GroupBox groupBox2; |
209 |
private System.Windows.Forms.PictureBox picBoot; |
210 |
private System.Windows.Forms.Label lblBootPicResInfo; |
211 |
private System.Windows.Forms.HelpProvider helpProvider; |
212 |
} |
213 |
} |