sl@0: namespace SharpDisplayManager sl@0: { sl@0: partial class MainForm sl@0: { sl@0: /// sl@0: /// Required designer variable. sl@0: /// sl@0: private System.ComponentModel.IContainer components = null; sl@0: sl@0: /// sl@0: /// Clean up any resources being used. sl@0: /// sl@0: /// true if managed resources should be disposed; otherwise, false. sl@0: protected override void Dispose(bool disposing) sl@0: { sl@102: if (disposing) sl@0: { sl@102: if (iNotifyIcon != null) sl@102: { sl@102: iNotifyIcon.Dispose(); sl@102: iNotifyIcon = null; sl@102: } sl@102: sl@102: if (components != null) sl@102: { sl@102: components.Dispose(); sl@102: } sl@0: } sl@0: base.Dispose(disposing); sl@0: } sl@0: sl@0: #region Windows Form Designer generated code sl@0: sl@0: /// sl@0: /// Required method for Designer support - do not modify sl@0: /// the contents of this method with the code editor. sl@0: /// sl@0: private void InitializeComponent() sl@0: { StephaneLenclud@152: this.components = new System.ComponentModel.Container(); StephaneLenclud@152: System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); StephaneLenclud@152: this.panelDisplay = new System.Windows.Forms.Panel(); StephaneLenclud@175: this.iTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); StephaneLenclud@152: this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel(); StephaneLenclud@152: this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel(); StephaneLenclud@152: this.fontDialog = new System.Windows.Forms.FontDialog(); StephaneLenclud@152: this.timer = new System.Windows.Forms.Timer(this.components); StephaneLenclud@152: this.statusStrip = new System.Windows.Forms.StatusStrip(); StephaneLenclud@152: this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel(); StephaneLenclud@152: this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel(); StephaneLenclud@152: this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel(); StephaneLenclud@152: this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel(); StephaneLenclud@152: this.tabPageClients = new System.Windows.Forms.TabPage(); StephaneLenclud@152: this.buttonCloseClients = new System.Windows.Forms.Button(); StephaneLenclud@152: this.buttonStartClient = new System.Windows.Forms.Button(); StephaneLenclud@188: this.iTreeViewClients = new System.Windows.Forms.TreeView(); StephaneLenclud@152: this.tabPageDisplay = new System.Windows.Forms.TabPage(); StephaneLenclud@152: this.buttonShowClock = new System.Windows.Forms.Button(); StephaneLenclud@152: this.buttonHideClock = new System.Windows.Forms.Button(); StephaneLenclud@152: this.buttonPowerOff = new System.Windows.Forms.Button(); StephaneLenclud@152: this.buttonPowerOn = new System.Windows.Forms.Button(); StephaneLenclud@152: this.labelTimerInterval = new System.Windows.Forms.Label(); StephaneLenclud@152: this.maskedTextBoxTimerInterval = new System.Windows.Forms.MaskedTextBox(); StephaneLenclud@152: this.comboBoxDisplayType = new System.Windows.Forms.ComboBox(); StephaneLenclud@152: this.buttonSuspend = new System.Windows.Forms.Button(); StephaneLenclud@152: this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox(); StephaneLenclud@152: this.trackBarBrightness = new System.Windows.Forms.TrackBar(); StephaneLenclud@152: this.buttonFill = new System.Windows.Forms.Button(); StephaneLenclud@152: this.buttonClear = new System.Windows.Forms.Button(); StephaneLenclud@152: this.buttonClose = new System.Windows.Forms.Button(); StephaneLenclud@152: this.buttonOpen = new System.Windows.Forms.Button(); StephaneLenclud@152: this.buttonCapture = new System.Windows.Forms.Button(); StephaneLenclud@152: this.labelWarning = new System.Windows.Forms.Label(); StephaneLenclud@152: this.checkBoxFixedPitchFontOnly = new System.Windows.Forms.CheckBox(); StephaneLenclud@152: this.checkBoxShowBorders = new System.Windows.Forms.CheckBox(); StephaneLenclud@152: this.buttonFont = new System.Windows.Forms.Button(); StephaneLenclud@152: this.tabControl = new System.Windows.Forms.TabControl(); StephaneLenclud@152: this.tabPageDesign = new System.Windows.Forms.TabPage(); StephaneLenclud@152: this.labelScrollingSpeed = new System.Windows.Forms.Label(); StephaneLenclud@152: this.maskedTextBoxScrollingSpeed = new System.Windows.Forms.MaskedTextBox(); StephaneLenclud@152: this.labelScrollLoopSeparator = new System.Windows.Forms.Label(); StephaneLenclud@152: this.textBoxScrollLoopSeparator = new System.Windows.Forms.TextBox(); StephaneLenclud@152: this.labelMinFontSize = new System.Windows.Forms.Label(); StephaneLenclud@152: this.maskedTextBoxMinFontSize = new System.Windows.Forms.MaskedTextBox(); StephaneLenclud@152: this.checkBoxScaleToFit = new System.Windows.Forms.CheckBox(); StephaneLenclud@152: this.checkBoxInverseColors = new System.Windows.Forms.CheckBox(); StephaneLenclud@152: this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox(); StephaneLenclud@152: this.tabPageAudio = new System.Windows.Forms.TabPage(); StephaneLenclud@152: this.labelDefaultAudioDevice = new System.Windows.Forms.Label(); StephaneLenclud@152: this.checkBoxShowVolumeLabel = new System.Windows.Forms.CheckBox(); StephaneLenclud@152: this.checkBoxMute = new System.Windows.Forms.CheckBox(); StephaneLenclud@152: this.trackBarMasterVolume = new System.Windows.Forms.TrackBar(); StephaneLenclud@152: this.tabPageInput = new System.Windows.Forms.TabPage(); StephaneLenclud@153: this.comboBoxOpticalDrives = new System.Windows.Forms.ComboBox(); StephaneLenclud@153: this.labelOpticalDriveEject = new System.Windows.Forms.Label(); StephaneLenclud@152: this.pictureBoxGreenStart = new System.Windows.Forms.PictureBox(); StephaneLenclud@152: this.labelStartFileName = new System.Windows.Forms.Label(); StephaneLenclud@152: this.buttonSelectFile = new System.Windows.Forms.Button(); StephaneLenclud@168: this.tabPageCec = new System.Windows.Forms.TabPage(); StephaneLenclud@168: this.checkBoxCecMonitorOn = new System.Windows.Forms.CheckBox(); StephaneLenclud@168: this.checkBoxCecMonitorOff = new System.Windows.Forms.CheckBox(); StephaneLenclud@168: this.checkBoxCecEnabled = new System.Windows.Forms.CheckBox(); StephaneLenclud@168: this.labelHdmiPort = new System.Windows.Forms.Label(); StephaneLenclud@168: this.comboBoxHdmiPort = new System.Windows.Forms.ComboBox(); StephaneLenclud@152: this.tabPageApp = new System.Windows.Forms.TabPage(); StephaneLenclud@152: this.checkBoxStartMinimized = new System.Windows.Forms.CheckBox(); StephaneLenclud@152: this.checkBoxMinimizeToTray = new System.Windows.Forms.CheckBox(); StephaneLenclud@152: this.checkBoxAutoStart = new System.Windows.Forms.CheckBox(); StephaneLenclud@152: this.buttonUpdate = new System.Windows.Forms.Button(); StephaneLenclud@152: this.labelFontWidth = new System.Windows.Forms.Label(); StephaneLenclud@152: this.labelFontHeight = new System.Windows.Forms.Label(); StephaneLenclud@152: this.toolTip = new System.Windows.Forms.ToolTip(this.components); StephaneLenclud@152: this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); StephaneLenclud@189: this.iButtonStartIdleClient = new System.Windows.Forms.Button(); StephaneLenclud@152: this.panelDisplay.SuspendLayout(); StephaneLenclud@175: this.iTableLayoutPanel.SuspendLayout(); StephaneLenclud@152: this.statusStrip.SuspendLayout(); StephaneLenclud@152: this.tabPageClients.SuspendLayout(); StephaneLenclud@152: this.tabPageDisplay.SuspendLayout(); StephaneLenclud@152: ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit(); StephaneLenclud@152: this.tabControl.SuspendLayout(); StephaneLenclud@152: this.tabPageDesign.SuspendLayout(); StephaneLenclud@152: this.tabPageAudio.SuspendLayout(); StephaneLenclud@152: ((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).BeginInit(); StephaneLenclud@152: this.tabPageInput.SuspendLayout(); StephaneLenclud@152: ((System.ComponentModel.ISupportInitialize)(this.pictureBoxGreenStart)).BeginInit(); StephaneLenclud@168: this.tabPageCec.SuspendLayout(); StephaneLenclud@152: this.tabPageApp.SuspendLayout(); StephaneLenclud@152: this.SuspendLayout(); StephaneLenclud@152: // StephaneLenclud@152: // panelDisplay StephaneLenclud@152: // StephaneLenclud@152: this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; StephaneLenclud@175: this.panelDisplay.Controls.Add(this.iTableLayoutPanel); StephaneLenclud@152: this.panelDisplay.Location = new System.Drawing.Point(173, 40); StephaneLenclud@152: this.panelDisplay.Margin = new System.Windows.Forms.Padding(0); StephaneLenclud@152: this.panelDisplay.Name = "panelDisplay"; StephaneLenclud@152: this.panelDisplay.Size = new System.Drawing.Size(258, 66); StephaneLenclud@152: this.panelDisplay.TabIndex = 12; StephaneLenclud@152: // StephaneLenclud@175: // iTableLayoutPanel StephaneLenclud@152: // StephaneLenclud@175: this.iTableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) sl@0: | System.Windows.Forms.AnchorStyles.Left) sl@0: | System.Windows.Forms.AnchorStyles.Right))); StephaneLenclud@175: this.iTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; StephaneLenclud@175: this.iTableLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight; StephaneLenclud@175: this.iTableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single; StephaneLenclud@175: this.iTableLayoutPanel.ColumnCount = 1; StephaneLenclud@175: this.iTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); StephaneLenclud@175: this.iTableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0); StephaneLenclud@175: this.iTableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1); StephaneLenclud@175: this.iTableLayoutPanel.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize; StephaneLenclud@175: this.iTableLayoutPanel.Location = new System.Drawing.Point(0, 0); StephaneLenclud@175: this.iTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0); StephaneLenclud@175: this.iTableLayoutPanel.Name = "iTableLayoutPanel"; StephaneLenclud@175: this.iTableLayoutPanel.RowCount = 2; StephaneLenclud@175: this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); StephaneLenclud@175: this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); StephaneLenclud@175: this.iTableLayoutPanel.Size = new System.Drawing.Size(256, 64); StephaneLenclud@175: this.iTableLayoutPanel.TabIndex = 5; StephaneLenclud@175: this.iTableLayoutPanel.SizeChanged += new System.EventHandler(this.tableLayoutPanel_SizeChanged); StephaneLenclud@152: // StephaneLenclud@152: // marqueeLabelTop StephaneLenclud@152: // StephaneLenclud@152: this.marqueeLabelTop.AutoEllipsis = true; StephaneLenclud@152: this.marqueeLabelTop.AutoSize = true; StephaneLenclud@152: this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent; StephaneLenclud@152: this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill; StephaneLenclud@152: this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1); StephaneLenclud@152: this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0); StephaneLenclud@152: this.marqueeLabelTop.MinFontSize = 15F; StephaneLenclud@152: this.marqueeLabelTop.Name = "marqueeLabelTop"; StephaneLenclud@152: this.marqueeLabelTop.OwnTimer = false; StephaneLenclud@152: this.marqueeLabelTop.PixelsPerSecond = 64; StephaneLenclud@152: this.marqueeLabelTop.ScaleToFit = true; StephaneLenclud@152: this.marqueeLabelTop.Separator = "|"; StephaneLenclud@152: this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30); StephaneLenclud@152: this.marqueeLabelTop.TabIndex = 2; StephaneLenclud@152: this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789"; StephaneLenclud@152: this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; StephaneLenclud@152: this.marqueeLabelTop.UseCompatibleTextRendering = true; StephaneLenclud@152: // StephaneLenclud@152: // marqueeLabelBottom StephaneLenclud@152: // StephaneLenclud@152: this.marqueeLabelBottom.AutoEllipsis = true; StephaneLenclud@152: this.marqueeLabelBottom.AutoSize = true; StephaneLenclud@152: this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill; StephaneLenclud@152: this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32); StephaneLenclud@152: this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0); StephaneLenclud@152: this.marqueeLabelBottom.MinFontSize = 15F; StephaneLenclud@152: this.marqueeLabelBottom.Name = "marqueeLabelBottom"; StephaneLenclud@152: this.marqueeLabelBottom.OwnTimer = false; StephaneLenclud@152: this.marqueeLabelBottom.PixelsPerSecond = 64; StephaneLenclud@152: this.marqueeLabelBottom.ScaleToFit = true; StephaneLenclud@152: this.marqueeLabelBottom.Separator = "|"; StephaneLenclud@152: this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31); StephaneLenclud@152: this.marqueeLabelBottom.TabIndex = 3; StephaneLenclud@152: this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789"; StephaneLenclud@152: this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; StephaneLenclud@152: this.marqueeLabelBottom.UseCompatibleTextRendering = true; StephaneLenclud@152: // StephaneLenclud@152: // timer StephaneLenclud@152: // StephaneLenclud@152: this.timer.Interval = 50; StephaneLenclud@152: this.timer.Tick += new System.EventHandler(this.timer_Tick); StephaneLenclud@152: // StephaneLenclud@152: // statusStrip StephaneLenclud@152: // StephaneLenclud@152: this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { sl@36: this.toolStripStatusLabelConnect, sl@36: this.toolStripStatusLabelSpring, sl@36: this.toolStripStatusLabelPower, sl@36: this.toolStripStatusLabelFps}); StephaneLenclud@152: this.statusStrip.Location = new System.Drawing.Point(0, 420); StephaneLenclud@152: this.statusStrip.Name = "statusStrip"; StephaneLenclud@152: this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; StephaneLenclud@152: this.statusStrip.Size = new System.Drawing.Size(624, 22); StephaneLenclud@152: this.statusStrip.TabIndex = 1; StephaneLenclud@152: this.statusStrip.Text = "statusStrip"; StephaneLenclud@152: // StephaneLenclud@152: // toolStripStatusLabelConnect StephaneLenclud@152: // StephaneLenclud@152: this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect"; StephaneLenclud@152: this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17); StephaneLenclud@152: this.toolStripStatusLabelConnect.Text = "Not connected"; StephaneLenclud@152: // StephaneLenclud@152: // toolStripStatusLabelSpring StephaneLenclud@152: // StephaneLenclud@152: this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring"; StephaneLenclud@152: this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17); StephaneLenclud@152: this.toolStripStatusLabelSpring.Spring = true; StephaneLenclud@152: // StephaneLenclud@152: // toolStripStatusLabelPower StephaneLenclud@152: // StephaneLenclud@152: this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower"; StephaneLenclud@152: this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17); StephaneLenclud@152: this.toolStripStatusLabelPower.Text = "NA"; StephaneLenclud@152: // StephaneLenclud@152: // toolStripStatusLabelFps StephaneLenclud@152: // StephaneLenclud@152: this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps"; StephaneLenclud@152: this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17); StephaneLenclud@152: this.toolStripStatusLabelFps.Text = "FPS"; StephaneLenclud@152: // StephaneLenclud@152: // tabPageClients StephaneLenclud@152: // StephaneLenclud@189: this.tabPageClients.Controls.Add(this.iButtonStartIdleClient); StephaneLenclud@152: this.tabPageClients.Controls.Add(this.buttonCloseClients); StephaneLenclud@152: this.tabPageClients.Controls.Add(this.buttonStartClient); StephaneLenclud@188: this.tabPageClients.Controls.Add(this.iTreeViewClients); StephaneLenclud@152: this.tabPageClients.Location = new System.Drawing.Point(4, 22); StephaneLenclud@152: this.tabPageClients.Name = "tabPageClients"; StephaneLenclud@152: this.tabPageClients.Padding = new System.Windows.Forms.Padding(3); StephaneLenclud@152: this.tabPageClients.Size = new System.Drawing.Size(592, 242); StephaneLenclud@152: this.tabPageClients.TabIndex = 2; StephaneLenclud@152: this.tabPageClients.Text = "Clients"; StephaneLenclud@152: this.tabPageClients.UseVisualStyleBackColor = true; StephaneLenclud@152: // StephaneLenclud@152: // buttonCloseClients StephaneLenclud@152: // StephaneLenclud@189: this.buttonCloseClients.Location = new System.Drawing.Point(6, 213); StephaneLenclud@152: this.buttonCloseClients.Name = "buttonCloseClients"; StephaneLenclud@189: this.buttonCloseClients.Size = new System.Drawing.Size(96, 23); StephaneLenclud@152: this.buttonCloseClients.TabIndex = 20; StephaneLenclud@152: this.buttonCloseClients.Text = "Close Clients"; StephaneLenclud@152: this.buttonCloseClients.UseVisualStyleBackColor = true; StephaneLenclud@152: this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click); StephaneLenclud@152: // StephaneLenclud@152: // buttonStartClient StephaneLenclud@152: // StephaneLenclud@152: this.buttonStartClient.Location = new System.Drawing.Point(6, 6); StephaneLenclud@152: this.buttonStartClient.Name = "buttonStartClient"; StephaneLenclud@189: this.buttonStartClient.Size = new System.Drawing.Size(96, 23); StephaneLenclud@152: this.buttonStartClient.TabIndex = 19; StephaneLenclud@152: this.buttonStartClient.Text = "Start Client"; StephaneLenclud@152: this.buttonStartClient.UseVisualStyleBackColor = true; StephaneLenclud@152: this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click); StephaneLenclud@152: // StephaneLenclud@188: // iTreeViewClients StephaneLenclud@152: // StephaneLenclud@188: this.iTreeViewClients.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) sl@36: | System.Windows.Forms.AnchorStyles.Left) sl@36: | System.Windows.Forms.AnchorStyles.Right))); StephaneLenclud@189: this.iTreeViewClients.Location = new System.Drawing.Point(108, 6); StephaneLenclud@188: this.iTreeViewClients.Name = "iTreeViewClients"; StephaneLenclud@189: this.iTreeViewClients.Size = new System.Drawing.Size(478, 233); StephaneLenclud@188: this.iTreeViewClients.TabIndex = 0; StephaneLenclud@188: this.iTreeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect); StephaneLenclud@152: // StephaneLenclud@152: // tabPageDisplay StephaneLenclud@152: // StephaneLenclud@152: this.tabPageDisplay.Controls.Add(this.buttonShowClock); StephaneLenclud@152: this.tabPageDisplay.Controls.Add(this.buttonHideClock); StephaneLenclud@152: this.tabPageDisplay.Controls.Add(this.buttonPowerOff); StephaneLenclud@152: this.tabPageDisplay.Controls.Add(this.buttonPowerOn); StephaneLenclud@152: this.tabPageDisplay.Controls.Add(this.labelTimerInterval); StephaneLenclud@152: this.tabPageDisplay.Controls.Add(this.maskedTextBoxTimerInterval); StephaneLenclud@152: this.tabPageDisplay.Controls.Add(this.comboBoxDisplayType); StephaneLenclud@152: this.tabPageDisplay.Controls.Add(this.buttonSuspend); StephaneLenclud@152: this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup); StephaneLenclud@152: this.tabPageDisplay.Controls.Add(this.trackBarBrightness); StephaneLenclud@152: this.tabPageDisplay.Controls.Add(this.buttonFill); StephaneLenclud@152: this.tabPageDisplay.Controls.Add(this.buttonClear); StephaneLenclud@152: this.tabPageDisplay.Controls.Add(this.buttonClose); StephaneLenclud@152: this.tabPageDisplay.Controls.Add(this.buttonOpen); StephaneLenclud@152: this.tabPageDisplay.Controls.Add(this.buttonCapture); StephaneLenclud@152: this.tabPageDisplay.Location = new System.Drawing.Point(4, 22); StephaneLenclud@152: this.tabPageDisplay.Name = "tabPageDisplay"; StephaneLenclud@152: this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3); StephaneLenclud@152: this.tabPageDisplay.Size = new System.Drawing.Size(592, 242); StephaneLenclud@152: this.tabPageDisplay.TabIndex = 0; StephaneLenclud@152: this.tabPageDisplay.Text = "Display"; StephaneLenclud@152: this.tabPageDisplay.UseVisualStyleBackColor = true; StephaneLenclud@152: // StephaneLenclud@152: // buttonShowClock StephaneLenclud@152: // StephaneLenclud@152: this.buttonShowClock.Location = new System.Drawing.Point(293, 124); StephaneLenclud@152: this.buttonShowClock.Name = "buttonShowClock"; StephaneLenclud@152: this.buttonShowClock.Size = new System.Drawing.Size(75, 23); StephaneLenclud@152: this.buttonShowClock.TabIndex = 23; StephaneLenclud@152: this.buttonShowClock.Text = "Show Clock"; StephaneLenclud@152: this.buttonShowClock.UseVisualStyleBackColor = true; StephaneLenclud@152: this.buttonShowClock.Click += new System.EventHandler(this.buttonShowClock_Click); StephaneLenclud@152: // StephaneLenclud@152: // buttonHideClock StephaneLenclud@152: // StephaneLenclud@152: this.buttonHideClock.Location = new System.Drawing.Point(293, 153); StephaneLenclud@152: this.buttonHideClock.Name = "buttonHideClock"; StephaneLenclud@152: this.buttonHideClock.Size = new System.Drawing.Size(75, 23); StephaneLenclud@152: this.buttonHideClock.TabIndex = 22; StephaneLenclud@152: this.buttonHideClock.Text = "Hide Clock"; StephaneLenclud@152: this.buttonHideClock.UseVisualStyleBackColor = true; StephaneLenclud@152: this.buttonHideClock.Click += new System.EventHandler(this.buttonHideClock_Click); StephaneLenclud@152: // StephaneLenclud@152: // buttonPowerOff StephaneLenclud@152: // StephaneLenclud@152: this.buttonPowerOff.Location = new System.Drawing.Point(293, 211); StephaneLenclud@152: this.buttonPowerOff.Name = "buttonPowerOff"; StephaneLenclud@152: this.buttonPowerOff.Size = new System.Drawing.Size(75, 23); StephaneLenclud@152: this.buttonPowerOff.TabIndex = 21; StephaneLenclud@152: this.buttonPowerOff.Text = "OFF"; StephaneLenclud@152: this.buttonPowerOff.UseVisualStyleBackColor = true; StephaneLenclud@152: this.buttonPowerOff.Click += new System.EventHandler(this.buttonPowerOff_Click); StephaneLenclud@152: // StephaneLenclud@152: // buttonPowerOn StephaneLenclud@152: // StephaneLenclud@152: this.buttonPowerOn.Location = new System.Drawing.Point(293, 182); StephaneLenclud@152: this.buttonPowerOn.Name = "buttonPowerOn"; StephaneLenclud@152: this.buttonPowerOn.Size = new System.Drawing.Size(75, 23); StephaneLenclud@152: this.buttonPowerOn.TabIndex = 20; StephaneLenclud@152: this.buttonPowerOn.Text = "ON"; StephaneLenclud@152: this.buttonPowerOn.UseVisualStyleBackColor = true; StephaneLenclud@152: this.buttonPowerOn.Click += new System.EventHandler(this.buttonPowerOn_Click); StephaneLenclud@152: // StephaneLenclud@152: // labelTimerInterval StephaneLenclud@152: // StephaneLenclud@152: this.labelTimerInterval.AutoSize = true; StephaneLenclud@152: this.labelTimerInterval.Location = new System.Drawing.Point(184, 45); StephaneLenclud@152: this.labelTimerInterval.Name = "labelTimerInterval"; StephaneLenclud@152: this.labelTimerInterval.Size = new System.Drawing.Size(98, 13); StephaneLenclud@152: this.labelTimerInterval.TabIndex = 19; StephaneLenclud@152: this.labelTimerInterval.Text = "Timer interval (ms) :"; StephaneLenclud@152: // StephaneLenclud@152: // maskedTextBoxTimerInterval StephaneLenclud@152: // StephaneLenclud@152: this.maskedTextBoxTimerInterval.Location = new System.Drawing.Point(288, 42); StephaneLenclud@152: this.maskedTextBoxTimerInterval.Mask = "000"; StephaneLenclud@152: this.maskedTextBoxTimerInterval.Name = "maskedTextBoxTimerInterval"; StephaneLenclud@152: this.maskedTextBoxTimerInterval.PromptChar = ' '; StephaneLenclud@152: this.maskedTextBoxTimerInterval.Size = new System.Drawing.Size(24, 20); StephaneLenclud@152: this.maskedTextBoxTimerInterval.TabIndex = 18; StephaneLenclud@152: this.maskedTextBoxTimerInterval.TextChanged += new System.EventHandler(this.maskedTextBoxTimerInterval_TextChanged); StephaneLenclud@152: // StephaneLenclud@152: // comboBoxDisplayType StephaneLenclud@152: // StephaneLenclud@152: this.comboBoxDisplayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; StephaneLenclud@152: this.comboBoxDisplayType.FormattingEnabled = true; StephaneLenclud@152: this.comboBoxDisplayType.Location = new System.Drawing.Point(187, 9); StephaneLenclud@152: this.comboBoxDisplayType.Name = "comboBoxDisplayType"; StephaneLenclud@152: this.comboBoxDisplayType.Size = new System.Drawing.Size(181, 21); StephaneLenclud@152: this.comboBoxDisplayType.TabIndex = 17; StephaneLenclud@152: this.comboBoxDisplayType.SelectedIndexChanged += new System.EventHandler(this.comboBoxDisplayType_SelectedIndexChanged); StephaneLenclud@152: // StephaneLenclud@152: // buttonSuspend StephaneLenclud@152: // StephaneLenclud@152: this.buttonSuspend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); StephaneLenclud@152: this.buttonSuspend.Location = new System.Drawing.Point(6, 184); StephaneLenclud@152: this.buttonSuspend.Name = "buttonSuspend"; StephaneLenclud@152: this.buttonSuspend.Size = new System.Drawing.Size(75, 23); StephaneLenclud@152: this.buttonSuspend.TabIndex = 16; StephaneLenclud@152: this.buttonSuspend.Text = "Pause"; StephaneLenclud@152: this.buttonSuspend.UseVisualStyleBackColor = true; StephaneLenclud@152: this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click); StephaneLenclud@152: // StephaneLenclud@152: // checkBoxConnectOnStartup StephaneLenclud@152: // StephaneLenclud@152: this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); StephaneLenclud@152: this.checkBoxConnectOnStartup.AutoSize = true; StephaneLenclud@152: this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 217); StephaneLenclud@152: this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup"; StephaneLenclud@152: this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17); StephaneLenclud@152: this.checkBoxConnectOnStartup.TabIndex = 13; StephaneLenclud@152: this.checkBoxConnectOnStartup.Text = "Connect on stratup "; StephaneLenclud@152: this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true; StephaneLenclud@152: this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged); StephaneLenclud@152: // StephaneLenclud@152: // trackBarBrightness StephaneLenclud@152: // StephaneLenclud@152: this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) sl@7: | System.Windows.Forms.AnchorStyles.Right))); StephaneLenclud@152: this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window; StephaneLenclud@152: this.trackBarBrightness.Location = new System.Drawing.Point(544, 9); StephaneLenclud@152: this.trackBarBrightness.Name = "trackBarBrightness"; StephaneLenclud@152: this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical; StephaneLenclud@152: this.trackBarBrightness.Size = new System.Drawing.Size(45, 225); StephaneLenclud@152: this.trackBarBrightness.TabIndex = 10; StephaneLenclud@152: this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both; StephaneLenclud@152: this.toolTip.SetToolTip(this.trackBarBrightness, "Brightness adjustment"); StephaneLenclud@152: this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll); StephaneLenclud@152: // StephaneLenclud@152: // buttonFill StephaneLenclud@152: // StephaneLenclud@152: this.buttonFill.Location = new System.Drawing.Point(6, 93); StephaneLenclud@152: this.buttonFill.Name = "buttonFill"; StephaneLenclud@152: this.buttonFill.Size = new System.Drawing.Size(75, 23); StephaneLenclud@152: this.buttonFill.TabIndex = 9; StephaneLenclud@152: this.buttonFill.Text = "Fill"; StephaneLenclud@152: this.buttonFill.UseVisualStyleBackColor = true; StephaneLenclud@152: this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click); StephaneLenclud@152: // StephaneLenclud@152: // buttonClear StephaneLenclud@152: // StephaneLenclud@152: this.buttonClear.Location = new System.Drawing.Point(6, 64); StephaneLenclud@152: this.buttonClear.Name = "buttonClear"; StephaneLenclud@152: this.buttonClear.Size = new System.Drawing.Size(75, 23); StephaneLenclud@152: this.buttonClear.TabIndex = 8; StephaneLenclud@152: this.buttonClear.Text = "Clear"; StephaneLenclud@152: this.buttonClear.UseVisualStyleBackColor = true; StephaneLenclud@152: this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click); StephaneLenclud@152: // StephaneLenclud@152: // buttonClose StephaneLenclud@152: // StephaneLenclud@152: this.buttonClose.Location = new System.Drawing.Point(6, 35); StephaneLenclud@152: this.buttonClose.Name = "buttonClose"; StephaneLenclud@152: this.buttonClose.Size = new System.Drawing.Size(75, 23); StephaneLenclud@152: this.buttonClose.TabIndex = 7; StephaneLenclud@152: this.buttonClose.Text = "Close"; StephaneLenclud@152: this.buttonClose.UseVisualStyleBackColor = true; StephaneLenclud@152: this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click); StephaneLenclud@152: // StephaneLenclud@152: // buttonOpen StephaneLenclud@152: // StephaneLenclud@152: this.buttonOpen.Location = new System.Drawing.Point(6, 6); StephaneLenclud@152: this.buttonOpen.Name = "buttonOpen"; StephaneLenclud@152: this.buttonOpen.Size = new System.Drawing.Size(75, 23); StephaneLenclud@152: this.buttonOpen.TabIndex = 6; StephaneLenclud@152: this.buttonOpen.Text = "Open"; StephaneLenclud@152: this.buttonOpen.UseVisualStyleBackColor = true; StephaneLenclud@152: this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click); StephaneLenclud@152: // StephaneLenclud@152: // buttonCapture StephaneLenclud@152: // StephaneLenclud@152: this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); StephaneLenclud@152: this.buttonCapture.Location = new System.Drawing.Point(6, 213); StephaneLenclud@152: this.buttonCapture.Name = "buttonCapture"; StephaneLenclud@152: this.buttonCapture.Size = new System.Drawing.Size(75, 23); StephaneLenclud@152: this.buttonCapture.TabIndex = 5; StephaneLenclud@152: this.buttonCapture.Text = "Capture"; StephaneLenclud@152: this.buttonCapture.UseVisualStyleBackColor = true; StephaneLenclud@152: this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click); StephaneLenclud@152: // StephaneLenclud@152: // labelWarning StephaneLenclud@152: // StephaneLenclud@152: this.labelWarning.AutoSize = true; StephaneLenclud@152: this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); StephaneLenclud@152: this.labelWarning.ForeColor = System.Drawing.Color.Red; StephaneLenclud@152: this.labelWarning.Location = new System.Drawing.Point(9, 9); StephaneLenclud@152: this.labelWarning.Name = "labelWarning"; StephaneLenclud@152: this.labelWarning.Size = new System.Drawing.Size(80, 16); StephaneLenclud@152: this.labelWarning.TabIndex = 18; StephaneLenclud@152: this.labelWarning.Text = "WARNING"; StephaneLenclud@152: this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; StephaneLenclud@152: this.labelWarning.Visible = false; StephaneLenclud@152: // StephaneLenclud@152: // checkBoxFixedPitchFontOnly StephaneLenclud@152: // StephaneLenclud@152: this.checkBoxFixedPitchFontOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); StephaneLenclud@152: this.checkBoxFixedPitchFontOnly.AutoSize = true; StephaneLenclud@152: this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(87, 217); StephaneLenclud@152: this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly"; StephaneLenclud@152: this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17); StephaneLenclud@152: this.checkBoxFixedPitchFontOnly.TabIndex = 17; StephaneLenclud@152: this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only"; StephaneLenclud@152: this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true; StephaneLenclud@152: // StephaneLenclud@152: // checkBoxShowBorders StephaneLenclud@152: // StephaneLenclud@152: this.checkBoxShowBorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); StephaneLenclud@152: this.checkBoxShowBorders.AutoSize = true; StephaneLenclud@152: this.checkBoxShowBorders.Location = new System.Drawing.Point(485, 29); StephaneLenclud@152: this.checkBoxShowBorders.Name = "checkBoxShowBorders"; StephaneLenclud@152: this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17); StephaneLenclud@152: this.checkBoxShowBorders.TabIndex = 11; StephaneLenclud@152: this.checkBoxShowBorders.Text = "Show borders"; StephaneLenclud@152: this.checkBoxShowBorders.UseVisualStyleBackColor = true; StephaneLenclud@152: this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged); StephaneLenclud@152: // StephaneLenclud@152: // buttonFont StephaneLenclud@152: // StephaneLenclud@152: this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); StephaneLenclud@152: this.buttonFont.Location = new System.Drawing.Point(6, 213); StephaneLenclud@152: this.buttonFont.Name = "buttonFont"; StephaneLenclud@152: this.buttonFont.Size = new System.Drawing.Size(75, 23); StephaneLenclud@152: this.buttonFont.TabIndex = 0; StephaneLenclud@152: this.buttonFont.Text = "Select Font"; StephaneLenclud@152: this.buttonFont.UseVisualStyleBackColor = true; StephaneLenclud@152: this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click); StephaneLenclud@152: // StephaneLenclud@152: // tabControl StephaneLenclud@152: // StephaneLenclud@152: this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) sl@34: | System.Windows.Forms.AnchorStyles.Left) sl@34: | System.Windows.Forms.AnchorStyles.Right))); StephaneLenclud@152: this.tabControl.Controls.Add(this.tabPageDisplay); StephaneLenclud@152: this.tabControl.Controls.Add(this.tabPageClients); StephaneLenclud@152: this.tabControl.Controls.Add(this.tabPageDesign); StephaneLenclud@152: this.tabControl.Controls.Add(this.tabPageAudio); StephaneLenclud@152: this.tabControl.Controls.Add(this.tabPageInput); StephaneLenclud@168: this.tabControl.Controls.Add(this.tabPageCec); StephaneLenclud@152: this.tabControl.Controls.Add(this.tabPageApp); StephaneLenclud@152: this.tabControl.Location = new System.Drawing.Point(12, 139); StephaneLenclud@152: this.tabControl.Name = "tabControl"; StephaneLenclud@152: this.tabControl.SelectedIndex = 0; StephaneLenclud@152: this.tabControl.Size = new System.Drawing.Size(600, 268); StephaneLenclud@152: this.tabControl.TabIndex = 0; StephaneLenclud@152: // StephaneLenclud@152: // tabPageDesign StephaneLenclud@152: // StephaneLenclud@152: this.tabPageDesign.Controls.Add(this.labelScrollingSpeed); StephaneLenclud@152: this.tabPageDesign.Controls.Add(this.maskedTextBoxScrollingSpeed); StephaneLenclud@152: this.tabPageDesign.Controls.Add(this.labelScrollLoopSeparator); StephaneLenclud@152: this.tabPageDesign.Controls.Add(this.textBoxScrollLoopSeparator); StephaneLenclud@152: this.tabPageDesign.Controls.Add(this.labelMinFontSize); StephaneLenclud@152: this.tabPageDesign.Controls.Add(this.maskedTextBoxMinFontSize); StephaneLenclud@152: this.tabPageDesign.Controls.Add(this.checkBoxScaleToFit); StephaneLenclud@152: this.tabPageDesign.Controls.Add(this.checkBoxInverseColors); StephaneLenclud@152: this.tabPageDesign.Controls.Add(this.checkBoxFixedPitchFontOnly); StephaneLenclud@152: this.tabPageDesign.Controls.Add(this.buttonFont); StephaneLenclud@152: this.tabPageDesign.Controls.Add(this.checkBoxReverseScreen); StephaneLenclud@152: this.tabPageDesign.Controls.Add(this.checkBoxShowBorders); StephaneLenclud@152: this.tabPageDesign.Location = new System.Drawing.Point(4, 22); StephaneLenclud@152: this.tabPageDesign.Name = "tabPageDesign"; StephaneLenclud@152: this.tabPageDesign.Padding = new System.Windows.Forms.Padding(3); StephaneLenclud@152: this.tabPageDesign.Size = new System.Drawing.Size(592, 242); StephaneLenclud@152: this.tabPageDesign.TabIndex = 3; StephaneLenclud@152: this.tabPageDesign.Text = "Design"; StephaneLenclud@152: this.tabPageDesign.UseVisualStyleBackColor = true; StephaneLenclud@152: // StephaneLenclud@152: // labelScrollingSpeed StephaneLenclud@152: // StephaneLenclud@152: this.labelScrollingSpeed.AutoSize = true; StephaneLenclud@152: this.labelScrollingSpeed.Location = new System.Drawing.Point(84, 119); StephaneLenclud@152: this.labelScrollingSpeed.Name = "labelScrollingSpeed"; StephaneLenclud@152: this.labelScrollingSpeed.Size = new System.Drawing.Size(115, 13); StephaneLenclud@152: this.labelScrollingSpeed.TabIndex = 28; StephaneLenclud@152: this.labelScrollingSpeed.Text = "Scrolling speed (px/s) :"; StephaneLenclud@152: // StephaneLenclud@152: // maskedTextBoxScrollingSpeed StephaneLenclud@152: // StephaneLenclud@152: this.maskedTextBoxScrollingSpeed.Location = new System.Drawing.Point(205, 116); StephaneLenclud@152: this.maskedTextBoxScrollingSpeed.Mask = "000"; StephaneLenclud@152: this.maskedTextBoxScrollingSpeed.Name = "maskedTextBoxScrollingSpeed"; StephaneLenclud@152: this.maskedTextBoxScrollingSpeed.PromptChar = ' '; StephaneLenclud@152: this.maskedTextBoxScrollingSpeed.Size = new System.Drawing.Size(24, 20); StephaneLenclud@152: this.maskedTextBoxScrollingSpeed.TabIndex = 27; StephaneLenclud@152: this.maskedTextBoxScrollingSpeed.TextChanged += new System.EventHandler(this.maskedTextBoxScrollingSpeed_TextChanged); StephaneLenclud@152: // StephaneLenclud@152: // labelScrollLoopSeparator StephaneLenclud@152: // StephaneLenclud@152: this.labelScrollLoopSeparator.AutoSize = true; StephaneLenclud@152: this.labelScrollLoopSeparator.Location = new System.Drawing.Point(90, 145); StephaneLenclud@152: this.labelScrollLoopSeparator.Name = "labelScrollLoopSeparator"; StephaneLenclud@152: this.labelScrollLoopSeparator.Size = new System.Drawing.Size(109, 13); StephaneLenclud@152: this.labelScrollLoopSeparator.TabIndex = 26; StephaneLenclud@152: this.labelScrollLoopSeparator.Text = "Scroll loop separator :"; StephaneLenclud@152: // StephaneLenclud@152: // textBoxScrollLoopSeparator StephaneLenclud@152: // StephaneLenclud@152: this.textBoxScrollLoopSeparator.Location = new System.Drawing.Point(205, 142); StephaneLenclud@152: this.textBoxScrollLoopSeparator.Name = "textBoxScrollLoopSeparator"; StephaneLenclud@152: this.textBoxScrollLoopSeparator.Size = new System.Drawing.Size(74, 20); StephaneLenclud@152: this.textBoxScrollLoopSeparator.TabIndex = 25; StephaneLenclud@152: this.textBoxScrollLoopSeparator.TextChanged += new System.EventHandler(this.textBoxScrollLoopSeparator_TextChanged); StephaneLenclud@152: // StephaneLenclud@152: // labelMinFontSize StephaneLenclud@152: // StephaneLenclud@152: this.labelMinFontSize.AutoSize = true; StephaneLenclud@152: this.labelMinFontSize.Location = new System.Drawing.Point(80, 194); StephaneLenclud@152: this.labelMinFontSize.Name = "labelMinFontSize"; StephaneLenclud@152: this.labelMinFontSize.Size = new System.Drawing.Size(119, 13); StephaneLenclud@152: this.labelMinFontSize.TabIndex = 24; StephaneLenclud@152: this.labelMinFontSize.Text = "Minimum font size (pts) :"; StephaneLenclud@152: // StephaneLenclud@152: // maskedTextBoxMinFontSize StephaneLenclud@152: // StephaneLenclud@152: this.maskedTextBoxMinFontSize.Location = new System.Drawing.Point(205, 191); StephaneLenclud@152: this.maskedTextBoxMinFontSize.Mask = "000"; StephaneLenclud@152: this.maskedTextBoxMinFontSize.Name = "maskedTextBoxMinFontSize"; StephaneLenclud@152: this.maskedTextBoxMinFontSize.PromptChar = ' '; StephaneLenclud@152: this.maskedTextBoxMinFontSize.Size = new System.Drawing.Size(24, 20); StephaneLenclud@152: this.maskedTextBoxMinFontSize.TabIndex = 23; StephaneLenclud@152: this.maskedTextBoxMinFontSize.TextChanged += new System.EventHandler(this.maskedTextBoxMinFontSize_TextChanged); StephaneLenclud@152: // StephaneLenclud@152: // checkBoxScaleToFit StephaneLenclud@152: // StephaneLenclud@152: this.checkBoxScaleToFit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); StephaneLenclud@152: this.checkBoxScaleToFit.AutoSize = true; StephaneLenclud@152: this.checkBoxScaleToFit.Location = new System.Drawing.Point(87, 168); StephaneLenclud@152: this.checkBoxScaleToFit.Name = "checkBoxScaleToFit"; StephaneLenclud@152: this.checkBoxScaleToFit.Size = new System.Drawing.Size(201, 17); StephaneLenclud@152: this.checkBoxScaleToFit.TabIndex = 22; StephaneLenclud@152: this.checkBoxScaleToFit.Text = "Try scale font down to avoid scrolling"; StephaneLenclud@152: this.checkBoxScaleToFit.UseVisualStyleBackColor = true; StephaneLenclud@152: this.checkBoxScaleToFit.CheckedChanged += new System.EventHandler(this.checkBoxScaleToFit_CheckedChanged); StephaneLenclud@152: // StephaneLenclud@152: // checkBoxInverseColors StephaneLenclud@152: // StephaneLenclud@152: this.checkBoxInverseColors.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); StephaneLenclud@152: this.checkBoxInverseColors.AutoSize = true; StephaneLenclud@152: this.checkBoxInverseColors.Location = new System.Drawing.Point(485, 52); StephaneLenclud@152: this.checkBoxInverseColors.Name = "checkBoxInverseColors"; StephaneLenclud@152: this.checkBoxInverseColors.Size = new System.Drawing.Size(92, 17); StephaneLenclud@152: this.checkBoxInverseColors.TabIndex = 21; StephaneLenclud@152: this.checkBoxInverseColors.Text = "Inverse colors"; StephaneLenclud@152: this.checkBoxInverseColors.UseVisualStyleBackColor = true; StephaneLenclud@152: this.checkBoxInverseColors.CheckedChanged += new System.EventHandler(this.checkBoxInverseColors_CheckedChanged); StephaneLenclud@152: // StephaneLenclud@152: // checkBoxReverseScreen StephaneLenclud@152: // StephaneLenclud@152: this.checkBoxReverseScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); StephaneLenclud@152: this.checkBoxReverseScreen.AutoSize = true; StephaneLenclud@152: this.checkBoxReverseScreen.Location = new System.Drawing.Point(485, 6); StephaneLenclud@152: this.checkBoxReverseScreen.Name = "checkBoxReverseScreen"; StephaneLenclud@152: this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17); StephaneLenclud@152: this.checkBoxReverseScreen.TabIndex = 14; StephaneLenclud@152: this.checkBoxReverseScreen.Text = "Reverse screen"; StephaneLenclud@152: this.checkBoxReverseScreen.UseVisualStyleBackColor = true; StephaneLenclud@152: this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged); StephaneLenclud@152: // StephaneLenclud@152: // tabPageAudio StephaneLenclud@152: // StephaneLenclud@152: this.tabPageAudio.Controls.Add(this.labelDefaultAudioDevice); StephaneLenclud@152: this.tabPageAudio.Controls.Add(this.checkBoxShowVolumeLabel); StephaneLenclud@152: this.tabPageAudio.Controls.Add(this.checkBoxMute); StephaneLenclud@152: this.tabPageAudio.Controls.Add(this.trackBarMasterVolume); StephaneLenclud@152: this.tabPageAudio.Location = new System.Drawing.Point(4, 22); StephaneLenclud@152: this.tabPageAudio.Name = "tabPageAudio"; StephaneLenclud@152: this.tabPageAudio.Padding = new System.Windows.Forms.Padding(3); StephaneLenclud@152: this.tabPageAudio.Size = new System.Drawing.Size(592, 242); StephaneLenclud@152: this.tabPageAudio.TabIndex = 5; StephaneLenclud@152: this.tabPageAudio.Text = "Audio"; StephaneLenclud@152: this.tabPageAudio.UseVisualStyleBackColor = true; StephaneLenclud@152: // StephaneLenclud@152: // labelDefaultAudioDevice StephaneLenclud@152: // StephaneLenclud@152: this.labelDefaultAudioDevice.AutoSize = true; StephaneLenclud@152: this.labelDefaultAudioDevice.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); StephaneLenclud@152: this.labelDefaultAudioDevice.Location = new System.Drawing.Point(3, 6); StephaneLenclud@152: this.labelDefaultAudioDevice.Name = "labelDefaultAudioDevice"; StephaneLenclud@152: this.labelDefaultAudioDevice.Size = new System.Drawing.Size(120, 13); StephaneLenclud@152: this.labelDefaultAudioDevice.TabIndex = 19; StephaneLenclud@152: this.labelDefaultAudioDevice.Text = "Audio Device Unknown"; StephaneLenclud@152: // StephaneLenclud@152: // checkBoxShowVolumeLabel StephaneLenclud@152: // StephaneLenclud@152: this.checkBoxShowVolumeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); StephaneLenclud@152: this.checkBoxShowVolumeLabel.AutoSize = true; StephaneLenclud@152: this.checkBoxShowVolumeLabel.Location = new System.Drawing.Point(3, 196); StephaneLenclud@152: this.checkBoxShowVolumeLabel.Name = "checkBoxShowVolumeLabel"; StephaneLenclud@152: this.checkBoxShowVolumeLabel.Size = new System.Drawing.Size(115, 17); StephaneLenclud@152: this.checkBoxShowVolumeLabel.TabIndex = 18; StephaneLenclud@152: this.checkBoxShowVolumeLabel.Text = "Show volume label"; StephaneLenclud@152: this.checkBoxShowVolumeLabel.UseVisualStyleBackColor = true; StephaneLenclud@152: this.checkBoxShowVolumeLabel.CheckedChanged += new System.EventHandler(this.checkBoxShowVolumeLabel_CheckedChanged); StephaneLenclud@152: // StephaneLenclud@152: // checkBoxMute StephaneLenclud@152: // StephaneLenclud@152: this.checkBoxMute.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); StephaneLenclud@152: this.checkBoxMute.AutoSize = true; StephaneLenclud@152: this.checkBoxMute.Location = new System.Drawing.Point(3, 219); StephaneLenclud@152: this.checkBoxMute.Name = "checkBoxMute"; StephaneLenclud@152: this.checkBoxMute.Size = new System.Drawing.Size(50, 17); StephaneLenclud@152: this.checkBoxMute.TabIndex = 17; StephaneLenclud@152: this.checkBoxMute.Text = "Mute"; StephaneLenclud@152: this.checkBoxMute.UseVisualStyleBackColor = true; StephaneLenclud@152: this.checkBoxMute.CheckedChanged += new System.EventHandler(this.checkBoxMute_CheckedChanged); StephaneLenclud@152: // StephaneLenclud@152: // trackBarMasterVolume StephaneLenclud@152: // StephaneLenclud@152: this.trackBarMasterVolume.BackColor = System.Drawing.SystemColors.Window; StephaneLenclud@152: this.trackBarMasterVolume.Location = new System.Drawing.Point(541, 6); StephaneLenclud@152: this.trackBarMasterVolume.Maximum = 100; StephaneLenclud@152: this.trackBarMasterVolume.Name = "trackBarMasterVolume"; StephaneLenclud@152: this.trackBarMasterVolume.Orientation = System.Windows.Forms.Orientation.Vertical; StephaneLenclud@152: this.trackBarMasterVolume.Size = new System.Drawing.Size(45, 230); StephaneLenclud@152: this.trackBarMasterVolume.TabIndex = 0; StephaneLenclud@152: this.trackBarMasterVolume.TickFrequency = 10; StephaneLenclud@152: this.trackBarMasterVolume.TickStyle = System.Windows.Forms.TickStyle.Both; StephaneLenclud@152: this.toolTip.SetToolTip(this.trackBarMasterVolume, "Master Volume"); StephaneLenclud@152: this.trackBarMasterVolume.Scroll += new System.EventHandler(this.trackBarMasterVolume_Scroll); StephaneLenclud@152: // StephaneLenclud@152: // tabPageInput StephaneLenclud@152: // StephaneLenclud@152: this.tabPageInput.Controls.Add(this.comboBoxOpticalDrives); StephaneLenclud@152: this.tabPageInput.Controls.Add(this.labelOpticalDriveEject); StephaneLenclud@152: this.tabPageInput.Controls.Add(this.pictureBoxGreenStart); StephaneLenclud@152: this.tabPageInput.Controls.Add(this.labelStartFileName); StephaneLenclud@152: this.tabPageInput.Controls.Add(this.buttonSelectFile); StephaneLenclud@152: this.tabPageInput.Location = new System.Drawing.Point(4, 22); StephaneLenclud@152: this.tabPageInput.Name = "tabPageInput"; StephaneLenclud@152: this.tabPageInput.Padding = new System.Windows.Forms.Padding(3); StephaneLenclud@152: this.tabPageInput.Size = new System.Drawing.Size(592, 242); StephaneLenclud@152: this.tabPageInput.TabIndex = 6; StephaneLenclud@152: this.tabPageInput.Text = "Input"; StephaneLenclud@152: this.tabPageInput.UseVisualStyleBackColor = true; StephaneLenclud@152: // StephaneLenclud@153: // comboBoxOpticalDrives StephaneLenclud@153: // StephaneLenclud@153: this.comboBoxOpticalDrives.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; StephaneLenclud@153: this.comboBoxOpticalDrives.FormattingEnabled = true; StephaneLenclud@153: this.comboBoxOpticalDrives.Location = new System.Drawing.Point(113, 53); StephaneLenclud@153: this.comboBoxOpticalDrives.Name = "comboBoxOpticalDrives"; StephaneLenclud@153: this.comboBoxOpticalDrives.Size = new System.Drawing.Size(55, 21); StephaneLenclud@153: this.comboBoxOpticalDrives.TabIndex = 18; StephaneLenclud@153: this.comboBoxOpticalDrives.SelectedIndexChanged += new System.EventHandler(this.comboBoxOpticalDrives_SelectedIndexChanged); StephaneLenclud@153: // StephaneLenclud@153: // labelOpticalDriveEject StephaneLenclud@153: // StephaneLenclud@153: this.labelOpticalDriveEject.AutoSize = true; StephaneLenclud@153: this.labelOpticalDriveEject.Location = new System.Drawing.Point(0, 56); StephaneLenclud@153: this.labelOpticalDriveEject.Name = "labelOpticalDriveEject"; StephaneLenclud@153: this.labelOpticalDriveEject.Size = new System.Drawing.Size(107, 13); StephaneLenclud@153: this.labelOpticalDriveEject.TabIndex = 3; StephaneLenclud@153: this.labelOpticalDriveEject.Text = "Optical drive to eject:"; StephaneLenclud@153: // StephaneLenclud@152: // pictureBoxGreenStart StephaneLenclud@152: // StephaneLenclud@152: this.pictureBoxGreenStart.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxGreenStart.Image"))); StephaneLenclud@152: this.pictureBoxGreenStart.Location = new System.Drawing.Point(3, 6); StephaneLenclud@152: this.pictureBoxGreenStart.Name = "pictureBoxGreenStart"; StephaneLenclud@152: this.pictureBoxGreenStart.Size = new System.Drawing.Size(32, 32); StephaneLenclud@152: this.pictureBoxGreenStart.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; StephaneLenclud@152: this.pictureBoxGreenStart.TabIndex = 2; StephaneLenclud@152: this.pictureBoxGreenStart.TabStop = false; StephaneLenclud@152: // StephaneLenclud@152: // labelStartFileName StephaneLenclud@152: // StephaneLenclud@152: this.labelStartFileName.AutoSize = true; StephaneLenclud@152: this.labelStartFileName.Location = new System.Drawing.Point(72, 16); StephaneLenclud@152: this.labelStartFileName.Name = "labelStartFileName"; StephaneLenclud@152: this.labelStartFileName.Size = new System.Drawing.Size(33, 13); StephaneLenclud@152: this.labelStartFileName.TabIndex = 1; StephaneLenclud@152: this.labelStartFileName.Text = "None"; StephaneLenclud@152: // StephaneLenclud@152: // buttonSelectFile StephaneLenclud@152: // StephaneLenclud@152: this.buttonSelectFile.Location = new System.Drawing.Point(41, 11); StephaneLenclud@152: this.buttonSelectFile.Name = "buttonSelectFile"; StephaneLenclud@152: this.buttonSelectFile.Size = new System.Drawing.Size(25, 23); StephaneLenclud@152: this.buttonSelectFile.TabIndex = 0; StephaneLenclud@152: this.buttonSelectFile.Text = "..."; StephaneLenclud@152: this.buttonSelectFile.UseVisualStyleBackColor = true; StephaneLenclud@152: this.buttonSelectFile.Click += new System.EventHandler(this.buttonSelectFile_Click); StephaneLenclud@152: // StephaneLenclud@168: // tabPageCec StephaneLenclud@168: // StephaneLenclud@168: this.tabPageCec.Controls.Add(this.checkBoxCecMonitorOn); StephaneLenclud@168: this.tabPageCec.Controls.Add(this.checkBoxCecMonitorOff); StephaneLenclud@168: this.tabPageCec.Controls.Add(this.checkBoxCecEnabled); StephaneLenclud@168: this.tabPageCec.Controls.Add(this.labelHdmiPort); StephaneLenclud@168: this.tabPageCec.Controls.Add(this.comboBoxHdmiPort); StephaneLenclud@168: this.tabPageCec.Location = new System.Drawing.Point(4, 22); StephaneLenclud@168: this.tabPageCec.Name = "tabPageCec"; StephaneLenclud@168: this.tabPageCec.Padding = new System.Windows.Forms.Padding(3); StephaneLenclud@168: this.tabPageCec.Size = new System.Drawing.Size(592, 242); StephaneLenclud@168: this.tabPageCec.TabIndex = 7; StephaneLenclud@168: this.tabPageCec.Text = "CEC"; StephaneLenclud@168: this.tabPageCec.UseVisualStyleBackColor = true; StephaneLenclud@168: // StephaneLenclud@168: // checkBoxCecMonitorOn StephaneLenclud@168: // StephaneLenclud@168: this.checkBoxCecMonitorOn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); StephaneLenclud@168: this.checkBoxCecMonitorOn.AutoSize = true; StephaneLenclud@168: this.checkBoxCecMonitorOn.Location = new System.Drawing.Point(6, 92); StephaneLenclud@168: this.checkBoxCecMonitorOn.Name = "checkBoxCecMonitorOn"; StephaneLenclud@168: this.checkBoxCecMonitorOn.Size = new System.Drawing.Size(192, 17); StephaneLenclud@168: this.checkBoxCecMonitorOn.TabIndex = 23; StephaneLenclud@168: this.checkBoxCecMonitorOn.Text = "Wake up TV when screen turns on"; StephaneLenclud@168: this.checkBoxCecMonitorOn.UseVisualStyleBackColor = true; StephaneLenclud@168: this.checkBoxCecMonitorOn.CheckedChanged += new System.EventHandler(this.checkBoxCecMonitorOn_CheckedChanged); StephaneLenclud@168: // StephaneLenclud@168: // checkBoxCecMonitorOff StephaneLenclud@168: // StephaneLenclud@168: this.checkBoxCecMonitorOff.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); StephaneLenclud@168: this.checkBoxCecMonitorOff.AutoSize = true; StephaneLenclud@168: this.checkBoxCecMonitorOff.Location = new System.Drawing.Point(6, 69); StephaneLenclud@168: this.checkBoxCecMonitorOff.Name = "checkBoxCecMonitorOff"; StephaneLenclud@168: this.checkBoxCecMonitorOff.Size = new System.Drawing.Size(219, 17); StephaneLenclud@168: this.checkBoxCecMonitorOff.TabIndex = 22; StephaneLenclud@168: this.checkBoxCecMonitorOff.Text = "Set TV on standby when screen turns off"; StephaneLenclud@168: this.checkBoxCecMonitorOff.UseVisualStyleBackColor = true; StephaneLenclud@168: this.checkBoxCecMonitorOff.CheckedChanged += new System.EventHandler(this.checkBoxCecMonitorOff_CheckedChanged); StephaneLenclud@168: // StephaneLenclud@168: // checkBoxCecEnabled StephaneLenclud@168: // StephaneLenclud@168: this.checkBoxCecEnabled.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); StephaneLenclud@168: this.checkBoxCecEnabled.AutoSize = true; StephaneLenclud@168: this.checkBoxCecEnabled.Location = new System.Drawing.Point(6, 6); StephaneLenclud@168: this.checkBoxCecEnabled.Name = "checkBoxCecEnabled"; StephaneLenclud@168: this.checkBoxCecEnabled.Size = new System.Drawing.Size(83, 17); StephaneLenclud@168: this.checkBoxCecEnabled.TabIndex = 21; StephaneLenclud@168: this.checkBoxCecEnabled.Text = "Enable CEC"; StephaneLenclud@168: this.checkBoxCecEnabled.UseVisualStyleBackColor = true; StephaneLenclud@168: this.checkBoxCecEnabled.CheckedChanged += new System.EventHandler(this.checkBoxCecEnabled_CheckedChanged); StephaneLenclud@168: // StephaneLenclud@168: // labelHdmiPort StephaneLenclud@168: // StephaneLenclud@168: this.labelHdmiPort.AutoSize = true; StephaneLenclud@168: this.labelHdmiPort.Location = new System.Drawing.Point(3, 26); StephaneLenclud@168: this.labelHdmiPort.Name = "labelHdmiPort"; StephaneLenclud@168: this.labelHdmiPort.Size = new System.Drawing.Size(182, 13); StephaneLenclud@168: this.labelHdmiPort.TabIndex = 20; StephaneLenclud@168: this.labelHdmiPort.Text = "TV HDMI port connected to your PC:"; StephaneLenclud@168: // StephaneLenclud@168: // comboBoxHdmiPort StephaneLenclud@168: // StephaneLenclud@168: this.comboBoxHdmiPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; StephaneLenclud@168: this.comboBoxHdmiPort.FormattingEnabled = true; StephaneLenclud@168: this.comboBoxHdmiPort.Items.AddRange(new object[] { StephaneLenclud@168: "HDMI 1", StephaneLenclud@168: "HDMI 2", StephaneLenclud@168: "HDMI 3", StephaneLenclud@168: "HDMI 4", StephaneLenclud@168: "HDMI 5", StephaneLenclud@168: "HDMI 6", StephaneLenclud@168: "HDMI 7", StephaneLenclud@168: "HDMI 8", StephaneLenclud@168: "HDMI 9"}); StephaneLenclud@168: this.comboBoxHdmiPort.Location = new System.Drawing.Point(6, 42); StephaneLenclud@168: this.comboBoxHdmiPort.Name = "comboBoxHdmiPort"; StephaneLenclud@168: this.comboBoxHdmiPort.Size = new System.Drawing.Size(87, 21); StephaneLenclud@168: this.comboBoxHdmiPort.TabIndex = 19; StephaneLenclud@168: this.comboBoxHdmiPort.SelectedIndexChanged += new System.EventHandler(this.comboBoxHdmiPort_SelectedIndexChanged); StephaneLenclud@168: // StephaneLenclud@152: // tabPageApp StephaneLenclud@152: // StephaneLenclud@152: this.tabPageApp.Controls.Add(this.checkBoxStartMinimized); StephaneLenclud@152: this.tabPageApp.Controls.Add(this.checkBoxMinimizeToTray); StephaneLenclud@152: this.tabPageApp.Controls.Add(this.checkBoxAutoStart); StephaneLenclud@152: this.tabPageApp.Controls.Add(this.buttonUpdate); StephaneLenclud@152: this.tabPageApp.Location = new System.Drawing.Point(4, 22); StephaneLenclud@152: this.tabPageApp.Name = "tabPageApp"; StephaneLenclud@152: this.tabPageApp.Padding = new System.Windows.Forms.Padding(3); StephaneLenclud@152: this.tabPageApp.Size = new System.Drawing.Size(592, 242); StephaneLenclud@152: this.tabPageApp.TabIndex = 4; StephaneLenclud@152: this.tabPageApp.Text = "Application"; StephaneLenclud@152: this.tabPageApp.UseVisualStyleBackColor = true; StephaneLenclud@152: // StephaneLenclud@152: // checkBoxStartMinimized StephaneLenclud@152: // StephaneLenclud@152: this.checkBoxStartMinimized.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); StephaneLenclud@152: this.checkBoxStartMinimized.AutoSize = true; StephaneLenclud@152: this.checkBoxStartMinimized.Location = new System.Drawing.Point(8, 144); StephaneLenclud@152: this.checkBoxStartMinimized.Name = "checkBoxStartMinimized"; StephaneLenclud@152: this.checkBoxStartMinimized.Size = new System.Drawing.Size(96, 17); StephaneLenclud@152: this.checkBoxStartMinimized.TabIndex = 16; StephaneLenclud@152: this.checkBoxStartMinimized.Text = "Start minimized"; StephaneLenclud@152: this.checkBoxStartMinimized.UseVisualStyleBackColor = true; StephaneLenclud@152: this.checkBoxStartMinimized.CheckedChanged += new System.EventHandler(this.checkBoxStartMinimized_CheckedChanged); StephaneLenclud@152: // StephaneLenclud@152: // checkBoxMinimizeToTray StephaneLenclud@152: // StephaneLenclud@152: this.checkBoxMinimizeToTray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); StephaneLenclud@152: this.checkBoxMinimizeToTray.AutoSize = true; StephaneLenclud@152: this.checkBoxMinimizeToTray.Location = new System.Drawing.Point(8, 167); StephaneLenclud@152: this.checkBoxMinimizeToTray.Name = "checkBoxMinimizeToTray"; StephaneLenclud@152: this.checkBoxMinimizeToTray.Size = new System.Drawing.Size(133, 17); StephaneLenclud@152: this.checkBoxMinimizeToTray.TabIndex = 15; StephaneLenclud@152: this.checkBoxMinimizeToTray.Text = "Minimize to system tray"; StephaneLenclud@152: this.checkBoxMinimizeToTray.UseVisualStyleBackColor = true; StephaneLenclud@152: this.checkBoxMinimizeToTray.CheckedChanged += new System.EventHandler(this.checkBoxMinimizeToTray_CheckedChanged); StephaneLenclud@152: // StephaneLenclud@152: // checkBoxAutoStart StephaneLenclud@152: // StephaneLenclud@152: this.checkBoxAutoStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); StephaneLenclud@152: this.checkBoxAutoStart.AutoSize = true; StephaneLenclud@152: this.checkBoxAutoStart.Location = new System.Drawing.Point(8, 190); StephaneLenclud@152: this.checkBoxAutoStart.Name = "checkBoxAutoStart"; StephaneLenclud@152: this.checkBoxAutoStart.Size = new System.Drawing.Size(143, 17); StephaneLenclud@152: this.checkBoxAutoStart.TabIndex = 14; StephaneLenclud@152: this.checkBoxAutoStart.Text = "Run on Windows startup"; StephaneLenclud@152: this.checkBoxAutoStart.UseVisualStyleBackColor = true; StephaneLenclud@152: this.checkBoxAutoStart.CheckedChanged += new System.EventHandler(this.checkBoxAutoStart_CheckedChanged); StephaneLenclud@152: // StephaneLenclud@152: // buttonUpdate StephaneLenclud@152: // StephaneLenclud@152: this.buttonUpdate.Location = new System.Drawing.Point(6, 213); StephaneLenclud@152: this.buttonUpdate.Name = "buttonUpdate"; StephaneLenclud@152: this.buttonUpdate.Size = new System.Drawing.Size(75, 23); StephaneLenclud@152: this.buttonUpdate.TabIndex = 0; StephaneLenclud@152: this.buttonUpdate.Text = "Update"; StephaneLenclud@152: this.buttonUpdate.UseVisualStyleBackColor = true; StephaneLenclud@152: this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click); StephaneLenclud@152: // StephaneLenclud@152: // labelFontWidth StephaneLenclud@152: // StephaneLenclud@152: this.labelFontWidth.AutoSize = true; StephaneLenclud@152: this.labelFontWidth.Location = new System.Drawing.Point(13, 29); StephaneLenclud@152: this.labelFontWidth.Name = "labelFontWidth"; StephaneLenclud@152: this.labelFontWidth.Size = new System.Drawing.Size(56, 13); StephaneLenclud@152: this.labelFontWidth.TabIndex = 19; StephaneLenclud@152: this.labelFontWidth.Text = "Font width"; StephaneLenclud@152: // StephaneLenclud@152: // labelFontHeight StephaneLenclud@152: // StephaneLenclud@152: this.labelFontHeight.AutoSize = true; StephaneLenclud@152: this.labelFontHeight.Location = new System.Drawing.Point(13, 46); StephaneLenclud@152: this.labelFontHeight.Name = "labelFontHeight"; StephaneLenclud@152: this.labelFontHeight.Size = new System.Drawing.Size(60, 13); StephaneLenclud@152: this.labelFontHeight.TabIndex = 20; StephaneLenclud@152: this.labelFontHeight.Text = "Font height"; StephaneLenclud@152: // StephaneLenclud@152: // openFileDialog StephaneLenclud@152: // StephaneLenclud@152: this.openFileDialog.Filter = "EXE files (*.exe)|*.exe|All files (*.*)|*.*"; StephaneLenclud@152: // StephaneLenclud@189: // iButtonStartIdleClient StephaneLenclud@189: // StephaneLenclud@189: this.iButtonStartIdleClient.Location = new System.Drawing.Point(6, 35); StephaneLenclud@189: this.iButtonStartIdleClient.Name = "iButtonStartIdleClient"; StephaneLenclud@189: this.iButtonStartIdleClient.Size = new System.Drawing.Size(96, 23); StephaneLenclud@189: this.iButtonStartIdleClient.TabIndex = 21; StephaneLenclud@189: this.iButtonStartIdleClient.Text = "Start Idle Client"; StephaneLenclud@189: this.iButtonStartIdleClient.UseVisualStyleBackColor = true; StephaneLenclud@189: this.iButtonStartIdleClient.Click += new System.EventHandler(this.ButtonStartIdleClient_Click); StephaneLenclud@189: // StephaneLenclud@152: // MainForm StephaneLenclud@152: // StephaneLenclud@152: this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); StephaneLenclud@152: this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; StephaneLenclud@152: this.ClientSize = new System.Drawing.Size(624, 442); StephaneLenclud@152: this.Controls.Add(this.labelFontHeight); StephaneLenclud@152: this.Controls.Add(this.labelFontWidth); StephaneLenclud@152: this.Controls.Add(this.labelWarning); StephaneLenclud@152: this.Controls.Add(this.statusStrip); StephaneLenclud@152: this.Controls.Add(this.tabControl); StephaneLenclud@152: this.Controls.Add(this.panelDisplay); StephaneLenclud@152: this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); StephaneLenclud@152: this.MinimumSize = new System.Drawing.Size(640, 480); StephaneLenclud@152: this.Name = "MainForm"; StephaneLenclud@152: this.Text = "Sharp Display Manager"; StephaneLenclud@152: this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); StephaneLenclud@152: this.Load += new System.EventHandler(this.MainForm_Load); StephaneLenclud@152: this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged); StephaneLenclud@152: this.Resize += new System.EventHandler(this.MainForm_Resize); StephaneLenclud@152: this.panelDisplay.ResumeLayout(false); StephaneLenclud@175: this.iTableLayoutPanel.ResumeLayout(false); StephaneLenclud@175: this.iTableLayoutPanel.PerformLayout(); StephaneLenclud@152: this.statusStrip.ResumeLayout(false); StephaneLenclud@152: this.statusStrip.PerformLayout(); StephaneLenclud@152: this.tabPageClients.ResumeLayout(false); StephaneLenclud@152: this.tabPageDisplay.ResumeLayout(false); StephaneLenclud@152: this.tabPageDisplay.PerformLayout(); StephaneLenclud@152: ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit(); StephaneLenclud@152: this.tabControl.ResumeLayout(false); StephaneLenclud@152: this.tabPageDesign.ResumeLayout(false); StephaneLenclud@152: this.tabPageDesign.PerformLayout(); StephaneLenclud@152: this.tabPageAudio.ResumeLayout(false); StephaneLenclud@152: this.tabPageAudio.PerformLayout(); StephaneLenclud@152: ((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).EndInit(); StephaneLenclud@152: this.tabPageInput.ResumeLayout(false); StephaneLenclud@152: this.tabPageInput.PerformLayout(); StephaneLenclud@152: ((System.ComponentModel.ISupportInitialize)(this.pictureBoxGreenStart)).EndInit(); StephaneLenclud@168: this.tabPageCec.ResumeLayout(false); StephaneLenclud@168: this.tabPageCec.PerformLayout(); StephaneLenclud@152: this.tabPageApp.ResumeLayout(false); StephaneLenclud@152: this.tabPageApp.PerformLayout(); StephaneLenclud@152: this.ResumeLayout(false); StephaneLenclud@152: this.PerformLayout(); sl@0: sl@0: } sl@0: sl@0: #endregion sl@0: sl@0: private System.Windows.Forms.FontDialog fontDialog; sl@2: private System.Windows.Forms.Timer timer; sl@7: private System.Windows.Forms.StatusStrip statusStrip; sl@7: private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect; sl@8: private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps; sl@8: private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring; sl@12: private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower; sl@13: private System.Windows.Forms.Panel panelDisplay; StephaneLenclud@175: private System.Windows.Forms.TableLayoutPanel iTableLayoutPanel; sl@30: private MarqueeLabel marqueeLabelTop; sl@30: private MarqueeLabel marqueeLabelBottom; sl@30: private System.Windows.Forms.TabPage tabPageClients; StephaneLenclud@188: private System.Windows.Forms.TreeView iTreeViewClients; sl@36: private System.Windows.Forms.TabPage tabPageDisplay; sl@36: private System.Windows.Forms.CheckBox checkBoxFixedPitchFontOnly; sl@36: private System.Windows.Forms.Button buttonSuspend; sl@36: private System.Windows.Forms.CheckBox checkBoxConnectOnStartup; sl@36: private System.Windows.Forms.CheckBox checkBoxShowBorders; sl@36: private System.Windows.Forms.TrackBar trackBarBrightness; sl@36: private System.Windows.Forms.Button buttonFill; sl@36: private System.Windows.Forms.Button buttonClear; sl@36: private System.Windows.Forms.Button buttonClose; sl@36: private System.Windows.Forms.Button buttonOpen; sl@36: private System.Windows.Forms.Button buttonCapture; sl@36: private System.Windows.Forms.Button buttonFont; sl@36: private System.Windows.Forms.TabControl tabControl; sl@36: private System.Windows.Forms.Button buttonCloseClients; sl@36: private System.Windows.Forms.Button buttonStartClient; sl@36: private System.Windows.Forms.Label labelWarning; StephaneLenclud@110: private System.Windows.Forms.TabPage tabPageDesign; StephaneLenclud@110: private System.Windows.Forms.CheckBox checkBoxReverseScreen; sl@46: private System.Windows.Forms.ComboBox comboBoxDisplayType; sl@47: private System.Windows.Forms.MaskedTextBox maskedTextBoxTimerInterval; sl@59: private System.Windows.Forms.Label labelTimerInterval; sl@52: private System.Windows.Forms.Button buttonPowerOff; sl@52: private System.Windows.Forms.Button buttonPowerOn; sl@53: private System.Windows.Forms.Button buttonShowClock; sl@53: private System.Windows.Forms.Button buttonHideClock; sl@54: private System.Windows.Forms.Label labelFontWidth; sl@54: private System.Windows.Forms.Label labelFontHeight; sl@57: private System.Windows.Forms.CheckBox checkBoxInverseColors; sl@88: private System.Windows.Forms.TabPage tabPageApp; sl@88: private System.Windows.Forms.Button buttonUpdate; sl@92: private System.Windows.Forms.CheckBox checkBoxAutoStart; sl@94: private System.Windows.Forms.CheckBox checkBoxStartMinimized; sl@94: private System.Windows.Forms.CheckBox checkBoxMinimizeToTray; sl@100: private System.Windows.Forms.MaskedTextBox maskedTextBoxMinFontSize; sl@100: private System.Windows.Forms.CheckBox checkBoxScaleToFit; sl@100: private System.Windows.Forms.Label labelMinFontSize; sl@100: private System.Windows.Forms.Label labelScrollLoopSeparator; sl@100: private System.Windows.Forms.TextBox textBoxScrollLoopSeparator; StephaneLenclud@106: private System.Windows.Forms.Label labelScrollingSpeed; StephaneLenclud@106: private System.Windows.Forms.MaskedTextBox maskedTextBoxScrollingSpeed; StephaneLenclud@110: private System.Windows.Forms.ToolTip toolTip; StephaneLenclud@112: private System.Windows.Forms.TabPage tabPageAudio; StephaneLenclud@112: private System.Windows.Forms.TrackBar trackBarMasterVolume; StephaneLenclud@113: private System.Windows.Forms.CheckBox checkBoxMute; StephaneLenclud@115: private System.Windows.Forms.CheckBox checkBoxShowVolumeLabel; StephaneLenclud@116: private System.Windows.Forms.Label labelDefaultAudioDevice; StephaneLenclud@126: private System.Windows.Forms.TabPage tabPageInput; StephaneLenclud@126: private System.Windows.Forms.Button buttonSelectFile; StephaneLenclud@126: private System.Windows.Forms.OpenFileDialog openFileDialog; StephaneLenclud@126: private System.Windows.Forms.Label labelStartFileName; StephaneLenclud@127: private System.Windows.Forms.PictureBox pictureBoxGreenStart; StephaneLenclud@152: private System.Windows.Forms.ComboBox comboBoxOpticalDrives; StephaneLenclud@152: private System.Windows.Forms.Label labelOpticalDriveEject; StephaneLenclud@168: private System.Windows.Forms.TabPage tabPageCec; StephaneLenclud@168: private System.Windows.Forms.CheckBox checkBoxCecEnabled; StephaneLenclud@168: private System.Windows.Forms.Label labelHdmiPort; StephaneLenclud@168: private System.Windows.Forms.ComboBox comboBoxHdmiPort; StephaneLenclud@168: private System.Windows.Forms.CheckBox checkBoxCecMonitorOn; StephaneLenclud@168: private System.Windows.Forms.CheckBox checkBoxCecMonitorOff; StephaneLenclud@189: private System.Windows.Forms.Button iButtonStartIdleClient; sl@0: } sl@0: } sl@0: