namespace AnywhereTS { partial class frmClientBootPicture { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmClientBootPicture)); this.btnOk = new System.Windows.Forms.Button(); this.btnLoad = new System.Windows.Forms.Button(); this.radBootPicRes800 = new System.Windows.Forms.RadioButton(); this.radBootPicRes1024 = new System.Windows.Forms.RadioButton(); this.radBootPicRes1280 = new System.Windows.Forms.RadioButton(); this.btnCancel = new System.Windows.Forms.Button(); this.radBootPicRes640 = new System.Windows.Forms.RadioButton(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.picBoot = new System.Windows.Forms.PictureBox(); this.lblBootPicResInfo = new System.Windows.Forms.Label(); this.helpProvider = new System.Windows.Forms.HelpProvider(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picBoot)).BeginInit(); this.SuspendLayout(); // // btnOk // this.btnOk.Location = new System.Drawing.Point(292, 300); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(98, 21); this.btnOk.TabIndex = 0; this.btnOk.Text = "OK"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // btnLoad // this.btnLoad.Location = new System.Drawing.Point(16, 16); this.btnLoad.Name = "btnLoad"; this.btnLoad.Size = new System.Drawing.Size(128, 25); this.btnLoad.TabIndex = 2; this.btnLoad.Text = "Change picture..."; this.btnLoad.UseVisualStyleBackColor = true; this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click); // // radBootPicRes800 // this.radBootPicRes800.AutoSize = true; this.radBootPicRes800.Location = new System.Drawing.Point(12, 42); this.radBootPicRes800.Name = "radBootPicRes800"; this.radBootPicRes800.Size = new System.Drawing.Size(72, 17); this.radBootPicRes800.TabIndex = 3; this.radBootPicRes800.TabStop = true; this.radBootPicRes800.Text = "800 x 600"; this.radBootPicRes800.UseVisualStyleBackColor = true; // // radBootPicRes1024 // this.radBootPicRes1024.AutoSize = true; this.radBootPicRes1024.Location = new System.Drawing.Point(12, 65); this.radBootPicRes1024.Name = "radBootPicRes1024"; this.radBootPicRes1024.Size = new System.Drawing.Size(78, 17); this.radBootPicRes1024.TabIndex = 4; this.radBootPicRes1024.TabStop = true; this.radBootPicRes1024.Text = "1024 x 768"; this.radBootPicRes1024.UseVisualStyleBackColor = true; // // radBootPicRes1280 // this.radBootPicRes1280.AutoSize = true; this.radBootPicRes1280.Location = new System.Drawing.Point(12, 88); this.radBootPicRes1280.Name = "radBootPicRes1280"; this.radBootPicRes1280.Size = new System.Drawing.Size(84, 17); this.radBootPicRes1280.TabIndex = 5; this.radBootPicRes1280.TabStop = true; this.radBootPicRes1280.Text = "1280 x 1024"; this.radBootPicRes1280.UseVisualStyleBackColor = true; // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(408, 300); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(94, 21); this.btnCancel.TabIndex = 7; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; // // radBootPicRes640 // this.radBootPicRes640.AutoSize = true; this.radBootPicRes640.Location = new System.Drawing.Point(12, 19); this.radBootPicRes640.Name = "radBootPicRes640"; this.radBootPicRes640.Size = new System.Drawing.Size(72, 17); this.radBootPicRes640.TabIndex = 8; this.radBootPicRes640.TabStop = true; this.radBootPicRes640.Text = "640 x 480"; this.radBootPicRes640.UseVisualStyleBackColor = true; // // groupBox1 // this.groupBox1.Controls.Add(this.radBootPicRes800); this.groupBox1.Controls.Add(this.radBootPicRes640); this.groupBox1.Controls.Add(this.radBootPicRes1024); this.groupBox1.Controls.Add(this.radBootPicRes1280); this.groupBox1.Location = new System.Drawing.Point(16, 59); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(128, 118); this.groupBox1.TabIndex = 9; this.groupBox1.TabStop = false; this.groupBox1.Text = "Boot picture resolution"; // // groupBox2 // this.groupBox2.Controls.Add(this.picBoot); this.groupBox2.Location = new System.Drawing.Point(150, 12); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(352, 274); this.groupBox2.TabIndex = 10; this.groupBox2.TabStop = false; this.groupBox2.Text = "Boot picture"; // // picBoot // this.picBoot.BackColor = System.Drawing.Color.Black; this.picBoot.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.picBoot.Location = new System.Drawing.Point(17, 19); this.picBoot.Name = "picBoot"; this.picBoot.Size = new System.Drawing.Size(320, 240); this.picBoot.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.picBoot.TabIndex = 2; this.picBoot.TabStop = false; // // lblBootPicResInfo // this.lblBootPicResInfo.Location = new System.Drawing.Point(19, 189); this.lblBootPicResInfo.Name = "lblBootPicResInfo"; this.lblBootPicResInfo.Size = new System.Drawing.Size(124, 113); this.lblBootPicResInfo.TabIndex = 11; this.lblBootPicResInfo.Text = "Please note that not all graphics adapters support all resolutions."; // // frmClientBootPicture // this.AcceptButton = this.btnOk; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(513, 333); this.Controls.Add(this.lblBootPicResInfo); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnLoad); this.Controls.Add(this.btnOk); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.HelpButton = true; this.helpProvider.SetHelpKeyword(this, "custombootpicture.htm"); this.helpProvider.SetHelpNavigator(this, System.Windows.Forms.HelpNavigator.Topic); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "frmClientBootPicture"; this.helpProvider.SetShowHelp(this, true); this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Custom boot picture"; this.Load += new System.EventHandler(this.frmClientBootPicture_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picBoot)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnOk; private System.Windows.Forms.Button btnLoad; private System.Windows.Forms.RadioButton radBootPicRes800; private System.Windows.Forms.RadioButton radBootPicRes1024; private System.Windows.Forms.RadioButton radBootPicRes1280; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.RadioButton radBootPicRes640; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.PictureBox picBoot; private System.Windows.Forms.Label lblBootPicResInfo; private System.Windows.Forms.HelpProvider helpProvider; } }