namespace xServer.Forms { partial class FrmRemoteDesktop { /// /// 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmRemoteDesktop)); this.btnStart = new System.Windows.Forms.Button(); this.btnStop = new System.Windows.Forms.Button(); this.barQuality = new System.Windows.Forms.TrackBar(); this.lblQuality = new System.Windows.Forms.Label(); this.lblQualityShow = new System.Windows.Forms.Label(); this.btnMouse = new System.Windows.Forms.Button(); this.panelTop = new System.Windows.Forms.Panel(); this.btnKeyboard = new System.Windows.Forms.Button(); this.cbMonitors = new System.Windows.Forms.ComboBox(); this.btnHide = new System.Windows.Forms.Button(); this.btnShow = new System.Windows.Forms.Button(); this.toolTipButtons = new System.Windows.Forms.ToolTip(this.components); this.picDesktop = new xServer.Controls.RapidPictureBox(); ((System.ComponentModel.ISupportInitialize)(this.barQuality)).BeginInit(); this.panelTop.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picDesktop)).BeginInit(); this.SuspendLayout(); // // btnStart // this.btnStart.Location = new System.Drawing.Point(15, 5); this.btnStart.Name = "btnStart"; this.btnStart.Size = new System.Drawing.Size(68, 23); this.btnStart.TabIndex = 1; this.btnStart.TabStop = false; this.btnStart.Text = "Start"; this.btnStart.UseVisualStyleBackColor = true; this.btnStart.Click += new System.EventHandler(this.btnStart_Click); // // btnStop // this.btnStop.Enabled = false; this.btnStop.Location = new System.Drawing.Point(96, 5); this.btnStop.Name = "btnStop"; this.btnStop.Size = new System.Drawing.Size(68, 23); this.btnStop.TabIndex = 2; this.btnStop.TabStop = false; this.btnStop.Text = "Stop"; this.btnStop.UseVisualStyleBackColor = true; this.btnStop.Click += new System.EventHandler(this.btnStop_Click); // // barQuality // this.barQuality.Location = new System.Drawing.Point(206, -1); this.barQuality.Maximum = 100; this.barQuality.Minimum = 1; this.barQuality.Name = "barQuality"; this.barQuality.Size = new System.Drawing.Size(76, 45); this.barQuality.TabIndex = 3; this.barQuality.TabStop = false; this.barQuality.Value = 75; this.barQuality.Scroll += new System.EventHandler(this.barQuality_Scroll); // // lblQuality // this.lblQuality.AutoSize = true; this.lblQuality.Location = new System.Drawing.Point(167, 5); this.lblQuality.Name = "lblQuality"; this.lblQuality.Size = new System.Drawing.Size(47, 13); this.lblQuality.TabIndex = 4; this.lblQuality.Text = "Quality:"; // // lblQualityShow // this.lblQualityShow.AutoSize = true; this.lblQualityShow.Location = new System.Drawing.Point(220, 26); this.lblQualityShow.Name = "lblQualityShow"; this.lblQualityShow.Size = new System.Drawing.Size(52, 13); this.lblQualityShow.TabIndex = 5; this.lblQualityShow.Text = "75 (high)"; // // btnMouse // this.btnMouse.Image = global::xServer.Properties.Resources.mouse_delete; this.btnMouse.Location = new System.Drawing.Point(302, 5); this.btnMouse.Name = "btnMouse"; this.btnMouse.Size = new System.Drawing.Size(28, 28); this.btnMouse.TabIndex = 6; this.btnMouse.TabStop = false; this.toolTipButtons.SetToolTip(this.btnMouse, "Enable mouse input."); this.btnMouse.UseVisualStyleBackColor = true; this.btnMouse.Click += new System.EventHandler(this.btnMouse_Click); // // panelTop // this.panelTop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelTop.Controls.Add(this.btnKeyboard); this.panelTop.Controls.Add(this.cbMonitors); this.panelTop.Controls.Add(this.btnHide); this.panelTop.Controls.Add(this.lblQualityShow); this.panelTop.Controls.Add(this.btnMouse); this.panelTop.Controls.Add(this.btnStart); this.panelTop.Controls.Add(this.btnStop); this.panelTop.Controls.Add(this.lblQuality); this.panelTop.Controls.Add(this.barQuality); this.panelTop.Location = new System.Drawing.Point(189, 0); this.panelTop.Name = "panelTop"; this.panelTop.Size = new System.Drawing.Size(384, 57); this.panelTop.TabIndex = 7; // // btnKeyboard // this.btnKeyboard.Image = global::xServer.Properties.Resources.keyboard_delete; this.btnKeyboard.Location = new System.Drawing.Point(336, 5); this.btnKeyboard.Name = "btnKeyboard"; this.btnKeyboard.Size = new System.Drawing.Size(28, 28); this.btnKeyboard.TabIndex = 9; this.btnKeyboard.TabStop = false; this.toolTipButtons.SetToolTip(this.btnKeyboard, "Enable keyboard input."); this.btnKeyboard.UseVisualStyleBackColor = true; this.btnKeyboard.Click += new System.EventHandler(this.btnKeyboard_Click); // // cbMonitors // this.cbMonitors.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbMonitors.FormattingEnabled = true; this.cbMonitors.Location = new System.Drawing.Point(15, 30); this.cbMonitors.Name = "cbMonitors"; this.cbMonitors.Size = new System.Drawing.Size(149, 21); this.cbMonitors.TabIndex = 8; this.cbMonitors.TabStop = false; // // btnHide // this.btnHide.Location = new System.Drawing.Point(170, 37); this.btnHide.Name = "btnHide"; this.btnHide.Size = new System.Drawing.Size(54, 19); this.btnHide.TabIndex = 7; this.btnHide.TabStop = false; this.btnHide.Text = "Hide"; this.btnHide.UseVisualStyleBackColor = true; this.btnHide.Click += new System.EventHandler(this.btnHide_Click); // // btnShow // this.btnShow.Location = new System.Drawing.Point(377, 69); this.btnShow.Name = "btnShow"; this.btnShow.Size = new System.Drawing.Size(54, 19); this.btnShow.TabIndex = 8; this.btnShow.TabStop = false; this.btnShow.Text = "Show"; this.btnShow.UseVisualStyleBackColor = true; this.btnShow.Visible = false; this.btnShow.Click += new System.EventHandler(this.btnShow_Click); // // picDesktop // this.picDesktop.BackColor = System.Drawing.Color.Black; this.picDesktop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picDesktop.Cursor = System.Windows.Forms.Cursors.Default; this.picDesktop.Dock = System.Windows.Forms.DockStyle.Fill; this.picDesktop.GetImageSafe = null; this.picDesktop.Location = new System.Drawing.Point(0, 0); this.picDesktop.Name = "picDesktop"; this.picDesktop.Running = false; this.picDesktop.Size = new System.Drawing.Size(784, 562); this.picDesktop.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picDesktop.TabIndex = 0; this.picDesktop.TabStop = false; this.picDesktop.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picDesktop_MouseDown); this.picDesktop.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picDesktop_MouseMove); this.picDesktop.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picDesktop_MouseUp); // // FrmRemoteDesktop // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(784, 562); this.Controls.Add(this.btnShow); this.Controls.Add(this.panelTop); this.Controls.Add(this.picDesktop); this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.MinimumSize = new System.Drawing.Size(640, 480); this.Name = "FrmRemoteDesktop"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "xRAT 2.0 - Remote Desktop []"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmRemoteDesktop_FormClosing); this.Load += new System.EventHandler(this.FrmRemoteDesktop_Load); this.Resize += new System.EventHandler(this.FrmRemoteDesktop_Resize); ((System.ComponentModel.ISupportInitialize)(this.barQuality)).EndInit(); this.panelTop.ResumeLayout(false); this.panelTop.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picDesktop)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnStart; private System.Windows.Forms.Button btnStop; private System.Windows.Forms.TrackBar barQuality; private System.Windows.Forms.Label lblQuality; private System.Windows.Forms.Label lblQualityShow; private System.Windows.Forms.Button btnMouse; private System.Windows.Forms.Panel panelTop; private System.Windows.Forms.Button btnHide; private System.Windows.Forms.Button btnShow; private xServer.Controls.RapidPictureBox picDesktop; private System.Windows.Forms.ComboBox cbMonitors; private System.Windows.Forms.Button btnKeyboard; private System.Windows.Forms.ToolTip toolTipButtons; } }