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@105: this.components = new System.ComponentModel.Container();
StephaneLenclud@105: System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
StephaneLenclud@105: this.panelDisplay = new System.Windows.Forms.Panel();
StephaneLenclud@105: this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
StephaneLenclud@105: this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
StephaneLenclud@105: this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
StephaneLenclud@105: this.fontDialog = new System.Windows.Forms.FontDialog();
StephaneLenclud@105: this.timer = new System.Windows.Forms.Timer(this.components);
StephaneLenclud@105: this.statusStrip = new System.Windows.Forms.StatusStrip();
StephaneLenclud@105: this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
StephaneLenclud@105: this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
StephaneLenclud@105: this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
StephaneLenclud@105: this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
StephaneLenclud@105: this.tabPageClients = new System.Windows.Forms.TabPage();
StephaneLenclud@105: this.buttonCloseClients = new System.Windows.Forms.Button();
StephaneLenclud@105: this.buttonStartClient = new System.Windows.Forms.Button();
StephaneLenclud@105: this.treeViewClients = new System.Windows.Forms.TreeView();
StephaneLenclud@105: this.tabPageDisplay = new System.Windows.Forms.TabPage();
StephaneLenclud@105: this.buttonShowClock = new System.Windows.Forms.Button();
StephaneLenclud@105: this.buttonHideClock = new System.Windows.Forms.Button();
StephaneLenclud@105: this.buttonPowerOff = new System.Windows.Forms.Button();
StephaneLenclud@105: this.buttonPowerOn = new System.Windows.Forms.Button();
StephaneLenclud@105: this.labelTimerInterval = new System.Windows.Forms.Label();
StephaneLenclud@105: this.maskedTextBoxTimerInterval = new System.Windows.Forms.MaskedTextBox();
StephaneLenclud@105: this.comboBoxDisplayType = new System.Windows.Forms.ComboBox();
StephaneLenclud@105: this.buttonSuspend = new System.Windows.Forms.Button();
StephaneLenclud@105: this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
StephaneLenclud@105: this.trackBarBrightness = new System.Windows.Forms.TrackBar();
StephaneLenclud@105: this.buttonFill = new System.Windows.Forms.Button();
StephaneLenclud@105: this.buttonClear = new System.Windows.Forms.Button();
StephaneLenclud@105: this.buttonClose = new System.Windows.Forms.Button();
StephaneLenclud@105: this.buttonOpen = new System.Windows.Forms.Button();
StephaneLenclud@105: this.buttonCapture = new System.Windows.Forms.Button();
StephaneLenclud@105: this.labelWarning = new System.Windows.Forms.Label();
StephaneLenclud@105: this.checkBoxFixedPitchFontOnly = new System.Windows.Forms.CheckBox();
StephaneLenclud@105: this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
StephaneLenclud@105: this.buttonFont = new System.Windows.Forms.Button();
StephaneLenclud@105: this.tabControl = new System.Windows.Forms.TabControl();
StephaneLenclud@105: this.tabPageDesign = new System.Windows.Forms.TabPage();
StephaneLenclud@110: this.labelScrollingSpeed = new System.Windows.Forms.Label();
StephaneLenclud@110: this.maskedTextBoxScrollingSpeed = new System.Windows.Forms.MaskedTextBox();
StephaneLenclud@105: this.labelScrollLoopSeparator = new System.Windows.Forms.Label();
StephaneLenclud@105: this.textBoxScrollLoopSeparator = new System.Windows.Forms.TextBox();
StephaneLenclud@105: this.labelMinFontSize = new System.Windows.Forms.Label();
StephaneLenclud@105: this.maskedTextBoxMinFontSize = new System.Windows.Forms.MaskedTextBox();
StephaneLenclud@105: this.checkBoxScaleToFit = new System.Windows.Forms.CheckBox();
StephaneLenclud@105: this.checkBoxInverseColors = new System.Windows.Forms.CheckBox();
StephaneLenclud@105: this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
StephaneLenclud@105: this.tabPageApp = new System.Windows.Forms.TabPage();
StephaneLenclud@105: this.checkBoxStartMinimized = new System.Windows.Forms.CheckBox();
StephaneLenclud@105: this.checkBoxMinimizeToTray = new System.Windows.Forms.CheckBox();
StephaneLenclud@105: this.checkBoxAutoStart = new System.Windows.Forms.CheckBox();
StephaneLenclud@105: this.buttonUpdate = new System.Windows.Forms.Button();
StephaneLenclud@112: this.tabPageAudio = new System.Windows.Forms.TabPage();
StephaneLenclud@116: this.labelDefaultAudioDevice = new System.Windows.Forms.Label();
StephaneLenclud@116: this.checkBoxShowVolumeLabel = new System.Windows.Forms.CheckBox();
StephaneLenclud@115: this.checkBoxMute = new System.Windows.Forms.CheckBox();
StephaneLenclud@112: this.trackBarMasterVolume = new System.Windows.Forms.TrackBar();
StephaneLenclud@105: this.labelFontWidth = new System.Windows.Forms.Label();
StephaneLenclud@105: this.labelFontHeight = new System.Windows.Forms.Label();
StephaneLenclud@105: this.pictureBoxDemo = new System.Windows.Forms.PictureBox();
StephaneLenclud@110: this.toolTip = new System.Windows.Forms.ToolTip(this.components);
StephaneLenclud@105: this.panelDisplay.SuspendLayout();
StephaneLenclud@105: this.tableLayoutPanel.SuspendLayout();
StephaneLenclud@105: this.statusStrip.SuspendLayout();
StephaneLenclud@105: this.tabPageClients.SuspendLayout();
StephaneLenclud@105: this.tabPageDisplay.SuspendLayout();
StephaneLenclud@105: ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
StephaneLenclud@105: this.tabControl.SuspendLayout();
StephaneLenclud@105: this.tabPageDesign.SuspendLayout();
StephaneLenclud@105: this.tabPageApp.SuspendLayout();
StephaneLenclud@112: this.tabPageAudio.SuspendLayout();
StephaneLenclud@112: ((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).BeginInit();
StephaneLenclud@105: ((System.ComponentModel.ISupportInitialize)(this.pictureBoxDemo)).BeginInit();
StephaneLenclud@105: this.SuspendLayout();
StephaneLenclud@105: //
StephaneLenclud@105: // panelDisplay
StephaneLenclud@105: //
StephaneLenclud@105: this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
StephaneLenclud@105: this.panelDisplay.Controls.Add(this.tableLayoutPanel);
StephaneLenclud@105: this.panelDisplay.Location = new System.Drawing.Point(173, 40);
StephaneLenclud@105: this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
StephaneLenclud@105: this.panelDisplay.Name = "panelDisplay";
StephaneLenclud@105: this.panelDisplay.Size = new System.Drawing.Size(258, 66);
StephaneLenclud@105: this.panelDisplay.TabIndex = 12;
StephaneLenclud@105: //
StephaneLenclud@105: // tableLayoutPanel
StephaneLenclud@105: //
StephaneLenclud@105: this.tableLayoutPanel.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@105: this.tableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
StephaneLenclud@105: this.tableLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
StephaneLenclud@105: this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
StephaneLenclud@105: this.tableLayoutPanel.ColumnCount = 1;
StephaneLenclud@105: this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
StephaneLenclud@105: this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
StephaneLenclud@105: this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
StephaneLenclud@105: this.tableLayoutPanel.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
StephaneLenclud@105: this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
StephaneLenclud@105: this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
StephaneLenclud@105: this.tableLayoutPanel.Name = "tableLayoutPanel";
StephaneLenclud@105: this.tableLayoutPanel.RowCount = 2;
StephaneLenclud@105: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
StephaneLenclud@105: this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
StephaneLenclud@105: this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
StephaneLenclud@105: this.tableLayoutPanel.TabIndex = 5;
StephaneLenclud@105: this.tableLayoutPanel.SizeChanged += new System.EventHandler(this.tableLayoutPanel_SizeChanged);
StephaneLenclud@105: //
StephaneLenclud@105: // marqueeLabelTop
StephaneLenclud@105: //
StephaneLenclud@105: this.marqueeLabelTop.AutoEllipsis = true;
StephaneLenclud@105: this.marqueeLabelTop.AutoSize = true;
StephaneLenclud@105: this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
StephaneLenclud@105: this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
StephaneLenclud@105: this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
StephaneLenclud@105: this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
StephaneLenclud@105: this.marqueeLabelTop.MinFontSize = 15F;
StephaneLenclud@105: this.marqueeLabelTop.Name = "marqueeLabelTop";
StephaneLenclud@105: this.marqueeLabelTop.OwnTimer = false;
StephaneLenclud@105: this.marqueeLabelTop.PixelsPerSecond = 64;
StephaneLenclud@105: this.marqueeLabelTop.ScaleToFit = true;
StephaneLenclud@105: this.marqueeLabelTop.Separator = "|";
StephaneLenclud@105: this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
StephaneLenclud@105: this.marqueeLabelTop.TabIndex = 2;
StephaneLenclud@105: this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
StephaneLenclud@105: this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
StephaneLenclud@105: this.marqueeLabelTop.UseCompatibleTextRendering = true;
StephaneLenclud@105: //
StephaneLenclud@105: // marqueeLabelBottom
StephaneLenclud@105: //
StephaneLenclud@105: this.marqueeLabelBottom.AutoEllipsis = true;
StephaneLenclud@105: this.marqueeLabelBottom.AutoSize = true;
StephaneLenclud@105: this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
StephaneLenclud@105: this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
StephaneLenclud@105: this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
StephaneLenclud@105: this.marqueeLabelBottom.MinFontSize = 15F;
StephaneLenclud@105: this.marqueeLabelBottom.Name = "marqueeLabelBottom";
StephaneLenclud@105: this.marqueeLabelBottom.OwnTimer = false;
StephaneLenclud@105: this.marqueeLabelBottom.PixelsPerSecond = 64;
StephaneLenclud@105: this.marqueeLabelBottom.ScaleToFit = true;
StephaneLenclud@105: this.marqueeLabelBottom.Separator = "|";
StephaneLenclud@105: this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
StephaneLenclud@105: this.marqueeLabelBottom.TabIndex = 3;
StephaneLenclud@105: this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
StephaneLenclud@105: this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
StephaneLenclud@105: this.marqueeLabelBottom.UseCompatibleTextRendering = true;
StephaneLenclud@105: //
StephaneLenclud@105: // timer
StephaneLenclud@105: //
StephaneLenclud@105: this.timer.Enabled = true;
StephaneLenclud@105: this.timer.Interval = 50;
StephaneLenclud@105: this.timer.Tick += new System.EventHandler(this.timer_Tick);
StephaneLenclud@105: //
StephaneLenclud@105: // statusStrip
StephaneLenclud@105: //
StephaneLenclud@105: 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@105: this.statusStrip.Location = new System.Drawing.Point(0, 420);
StephaneLenclud@105: this.statusStrip.Name = "statusStrip";
StephaneLenclud@105: this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
StephaneLenclud@105: this.statusStrip.Size = new System.Drawing.Size(624, 22);
StephaneLenclud@105: this.statusStrip.TabIndex = 1;
StephaneLenclud@105: this.statusStrip.Text = "statusStrip";
StephaneLenclud@105: //
StephaneLenclud@105: // toolStripStatusLabelConnect
StephaneLenclud@105: //
StephaneLenclud@105: this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
StephaneLenclud@105: this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
StephaneLenclud@105: this.toolStripStatusLabelConnect.Text = "Not connected";
StephaneLenclud@105: //
StephaneLenclud@105: // toolStripStatusLabelSpring
StephaneLenclud@105: //
StephaneLenclud@105: this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
StephaneLenclud@105: this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17);
StephaneLenclud@105: this.toolStripStatusLabelSpring.Spring = true;
StephaneLenclud@105: //
StephaneLenclud@105: // toolStripStatusLabelPower
StephaneLenclud@105: //
StephaneLenclud@105: this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
StephaneLenclud@105: this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
StephaneLenclud@105: this.toolStripStatusLabelPower.Text = "NA";
StephaneLenclud@105: //
StephaneLenclud@105: // toolStripStatusLabelFps
StephaneLenclud@105: //
StephaneLenclud@105: this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
StephaneLenclud@105: this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
StephaneLenclud@105: this.toolStripStatusLabelFps.Text = "FPS";
StephaneLenclud@105: //
StephaneLenclud@105: // tabPageClients
StephaneLenclud@105: //
StephaneLenclud@105: this.tabPageClients.Controls.Add(this.buttonCloseClients);
StephaneLenclud@105: this.tabPageClients.Controls.Add(this.buttonStartClient);
StephaneLenclud@105: this.tabPageClients.Controls.Add(this.treeViewClients);
StephaneLenclud@105: this.tabPageClients.Location = new System.Drawing.Point(4, 22);
StephaneLenclud@105: this.tabPageClients.Name = "tabPageClients";
StephaneLenclud@105: this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
StephaneLenclud@105: this.tabPageClients.Size = new System.Drawing.Size(592, 242);
StephaneLenclud@105: this.tabPageClients.TabIndex = 2;
StephaneLenclud@105: this.tabPageClients.Text = "Clients";
StephaneLenclud@105: this.tabPageClients.UseVisualStyleBackColor = true;
StephaneLenclud@105: //
StephaneLenclud@105: // buttonCloseClients
StephaneLenclud@105: //
StephaneLenclud@105: this.buttonCloseClients.Location = new System.Drawing.Point(6, 35);
StephaneLenclud@105: this.buttonCloseClients.Name = "buttonCloseClients";
StephaneLenclud@105: this.buttonCloseClients.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@105: this.buttonCloseClients.TabIndex = 20;
StephaneLenclud@105: this.buttonCloseClients.Text = "Close Clients";
StephaneLenclud@105: this.buttonCloseClients.UseVisualStyleBackColor = true;
StephaneLenclud@105: this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
StephaneLenclud@105: //
StephaneLenclud@105: // buttonStartClient
StephaneLenclud@105: //
StephaneLenclud@105: this.buttonStartClient.Location = new System.Drawing.Point(6, 6);
StephaneLenclud@105: this.buttonStartClient.Name = "buttonStartClient";
StephaneLenclud@105: this.buttonStartClient.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@105: this.buttonStartClient.TabIndex = 19;
StephaneLenclud@105: this.buttonStartClient.Text = "Start Client";
StephaneLenclud@105: this.buttonStartClient.UseVisualStyleBackColor = true;
StephaneLenclud@105: this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
StephaneLenclud@105: //
StephaneLenclud@105: // treeViewClients
StephaneLenclud@105: //
StephaneLenclud@105: this.treeViewClients.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@105: this.treeViewClients.Location = new System.Drawing.Point(87, 6);
StephaneLenclud@105: this.treeViewClients.Name = "treeViewClients";
StephaneLenclud@105: this.treeViewClients.Size = new System.Drawing.Size(499, 233);
StephaneLenclud@105: this.treeViewClients.TabIndex = 0;
StephaneLenclud@105: this.treeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
StephaneLenclud@105: //
StephaneLenclud@105: // tabPageDisplay
StephaneLenclud@105: //
StephaneLenclud@105: this.tabPageDisplay.Controls.Add(this.buttonShowClock);
StephaneLenclud@105: this.tabPageDisplay.Controls.Add(this.buttonHideClock);
StephaneLenclud@105: this.tabPageDisplay.Controls.Add(this.buttonPowerOff);
StephaneLenclud@105: this.tabPageDisplay.Controls.Add(this.buttonPowerOn);
StephaneLenclud@105: this.tabPageDisplay.Controls.Add(this.labelTimerInterval);
StephaneLenclud@105: this.tabPageDisplay.Controls.Add(this.maskedTextBoxTimerInterval);
StephaneLenclud@105: this.tabPageDisplay.Controls.Add(this.comboBoxDisplayType);
StephaneLenclud@105: this.tabPageDisplay.Controls.Add(this.buttonSuspend);
StephaneLenclud@105: this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
StephaneLenclud@105: this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
StephaneLenclud@105: this.tabPageDisplay.Controls.Add(this.buttonFill);
StephaneLenclud@105: this.tabPageDisplay.Controls.Add(this.buttonClear);
StephaneLenclud@105: this.tabPageDisplay.Controls.Add(this.buttonClose);
StephaneLenclud@105: this.tabPageDisplay.Controls.Add(this.buttonOpen);
StephaneLenclud@105: this.tabPageDisplay.Controls.Add(this.buttonCapture);
StephaneLenclud@105: this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
StephaneLenclud@105: this.tabPageDisplay.Name = "tabPageDisplay";
StephaneLenclud@105: this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
StephaneLenclud@105: this.tabPageDisplay.Size = new System.Drawing.Size(592, 242);
StephaneLenclud@105: this.tabPageDisplay.TabIndex = 0;
StephaneLenclud@105: this.tabPageDisplay.Text = "Display";
StephaneLenclud@105: this.tabPageDisplay.UseVisualStyleBackColor = true;
StephaneLenclud@105: //
StephaneLenclud@105: // buttonShowClock
StephaneLenclud@105: //
StephaneLenclud@105: this.buttonShowClock.Location = new System.Drawing.Point(293, 124);
StephaneLenclud@105: this.buttonShowClock.Name = "buttonShowClock";
StephaneLenclud@105: this.buttonShowClock.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@105: this.buttonShowClock.TabIndex = 23;
StephaneLenclud@105: this.buttonShowClock.Text = "Show Clock";
StephaneLenclud@105: this.buttonShowClock.UseVisualStyleBackColor = true;
StephaneLenclud@105: this.buttonShowClock.Click += new System.EventHandler(this.buttonShowClock_Click);
StephaneLenclud@105: //
StephaneLenclud@105: // buttonHideClock
StephaneLenclud@105: //
StephaneLenclud@105: this.buttonHideClock.Location = new System.Drawing.Point(293, 153);
StephaneLenclud@105: this.buttonHideClock.Name = "buttonHideClock";
StephaneLenclud@105: this.buttonHideClock.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@105: this.buttonHideClock.TabIndex = 22;
StephaneLenclud@105: this.buttonHideClock.Text = "Hide Clock";
StephaneLenclud@105: this.buttonHideClock.UseVisualStyleBackColor = true;
StephaneLenclud@105: this.buttonHideClock.Click += new System.EventHandler(this.buttonHideClock_Click);
StephaneLenclud@105: //
StephaneLenclud@105: // buttonPowerOff
StephaneLenclud@105: //
StephaneLenclud@105: this.buttonPowerOff.Location = new System.Drawing.Point(293, 211);
StephaneLenclud@105: this.buttonPowerOff.Name = "buttonPowerOff";
StephaneLenclud@105: this.buttonPowerOff.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@105: this.buttonPowerOff.TabIndex = 21;
StephaneLenclud@105: this.buttonPowerOff.Text = "OFF";
StephaneLenclud@105: this.buttonPowerOff.UseVisualStyleBackColor = true;
StephaneLenclud@105: this.buttonPowerOff.Click += new System.EventHandler(this.buttonPowerOff_Click);
StephaneLenclud@105: //
StephaneLenclud@105: // buttonPowerOn
StephaneLenclud@105: //
StephaneLenclud@105: this.buttonPowerOn.Location = new System.Drawing.Point(293, 182);
StephaneLenclud@105: this.buttonPowerOn.Name = "buttonPowerOn";
StephaneLenclud@105: this.buttonPowerOn.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@105: this.buttonPowerOn.TabIndex = 20;
StephaneLenclud@105: this.buttonPowerOn.Text = "ON";
StephaneLenclud@105: this.buttonPowerOn.UseVisualStyleBackColor = true;
StephaneLenclud@105: this.buttonPowerOn.Click += new System.EventHandler(this.buttonPowerOn_Click);
StephaneLenclud@105: //
StephaneLenclud@105: // labelTimerInterval
StephaneLenclud@105: //
StephaneLenclud@105: this.labelTimerInterval.AutoSize = true;
StephaneLenclud@105: this.labelTimerInterval.Location = new System.Drawing.Point(184, 45);
StephaneLenclud@105: this.labelTimerInterval.Name = "labelTimerInterval";
StephaneLenclud@105: this.labelTimerInterval.Size = new System.Drawing.Size(98, 13);
StephaneLenclud@105: this.labelTimerInterval.TabIndex = 19;
StephaneLenclud@105: this.labelTimerInterval.Text = "Timer interval (ms) :";
StephaneLenclud@105: //
StephaneLenclud@105: // maskedTextBoxTimerInterval
StephaneLenclud@105: //
StephaneLenclud@105: this.maskedTextBoxTimerInterval.Location = new System.Drawing.Point(288, 42);
StephaneLenclud@105: this.maskedTextBoxTimerInterval.Mask = "000";
StephaneLenclud@105: this.maskedTextBoxTimerInterval.Name = "maskedTextBoxTimerInterval";
StephaneLenclud@105: this.maskedTextBoxTimerInterval.PromptChar = ' ';
StephaneLenclud@105: this.maskedTextBoxTimerInterval.Size = new System.Drawing.Size(24, 20);
StephaneLenclud@105: this.maskedTextBoxTimerInterval.TabIndex = 18;
StephaneLenclud@105: this.maskedTextBoxTimerInterval.TextChanged += new System.EventHandler(this.maskedTextBoxTimerInterval_TextChanged);
StephaneLenclud@105: //
StephaneLenclud@105: // comboBoxDisplayType
StephaneLenclud@105: //
StephaneLenclud@105: this.comboBoxDisplayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
StephaneLenclud@105: this.comboBoxDisplayType.FormattingEnabled = true;
StephaneLenclud@105: this.comboBoxDisplayType.Location = new System.Drawing.Point(187, 9);
StephaneLenclud@105: this.comboBoxDisplayType.Name = "comboBoxDisplayType";
StephaneLenclud@105: this.comboBoxDisplayType.Size = new System.Drawing.Size(181, 21);
StephaneLenclud@105: this.comboBoxDisplayType.TabIndex = 17;
StephaneLenclud@105: this.comboBoxDisplayType.SelectedIndexChanged += new System.EventHandler(this.comboBoxDisplayType_SelectedIndexChanged);
StephaneLenclud@105: //
StephaneLenclud@105: // buttonSuspend
StephaneLenclud@105: //
StephaneLenclud@105: this.buttonSuspend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@105: this.buttonSuspend.Location = new System.Drawing.Point(6, 184);
StephaneLenclud@105: this.buttonSuspend.Name = "buttonSuspend";
StephaneLenclud@105: this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@105: this.buttonSuspend.TabIndex = 16;
StephaneLenclud@105: this.buttonSuspend.Text = "Pause";
StephaneLenclud@105: this.buttonSuspend.UseVisualStyleBackColor = true;
StephaneLenclud@105: this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
StephaneLenclud@105: //
StephaneLenclud@105: // checkBoxConnectOnStartup
StephaneLenclud@105: //
StephaneLenclud@105: this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@105: this.checkBoxConnectOnStartup.AutoSize = true;
StephaneLenclud@105: this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 217);
StephaneLenclud@105: this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
StephaneLenclud@105: this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
StephaneLenclud@105: this.checkBoxConnectOnStartup.TabIndex = 13;
StephaneLenclud@105: this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
StephaneLenclud@105: this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
StephaneLenclud@105: this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
StephaneLenclud@105: //
StephaneLenclud@105: // trackBarBrightness
StephaneLenclud@105: //
StephaneLenclud@105: 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@105: this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
StephaneLenclud@105: this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
StephaneLenclud@105: this.trackBarBrightness.Name = "trackBarBrightness";
StephaneLenclud@105: this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
StephaneLenclud@105: this.trackBarBrightness.Size = new System.Drawing.Size(45, 225);
StephaneLenclud@105: this.trackBarBrightness.TabIndex = 10;
StephaneLenclud@105: this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
StephaneLenclud@110: this.toolTip.SetToolTip(this.trackBarBrightness, "Brightness adjustment");
StephaneLenclud@105: this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
StephaneLenclud@105: //
StephaneLenclud@105: // buttonFill
StephaneLenclud@105: //
StephaneLenclud@105: this.buttonFill.Location = new System.Drawing.Point(6, 93);
StephaneLenclud@105: this.buttonFill.Name = "buttonFill";
StephaneLenclud@105: this.buttonFill.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@105: this.buttonFill.TabIndex = 9;
StephaneLenclud@105: this.buttonFill.Text = "Fill";
StephaneLenclud@105: this.buttonFill.UseVisualStyleBackColor = true;
StephaneLenclud@105: this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
StephaneLenclud@105: //
StephaneLenclud@105: // buttonClear
StephaneLenclud@105: //
StephaneLenclud@105: this.buttonClear.Location = new System.Drawing.Point(6, 64);
StephaneLenclud@105: this.buttonClear.Name = "buttonClear";
StephaneLenclud@105: this.buttonClear.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@105: this.buttonClear.TabIndex = 8;
StephaneLenclud@105: this.buttonClear.Text = "Clear";
StephaneLenclud@105: this.buttonClear.UseVisualStyleBackColor = true;
StephaneLenclud@105: this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
StephaneLenclud@105: //
StephaneLenclud@105: // buttonClose
StephaneLenclud@105: //
StephaneLenclud@105: this.buttonClose.Location = new System.Drawing.Point(6, 35);
StephaneLenclud@105: this.buttonClose.Name = "buttonClose";
StephaneLenclud@105: this.buttonClose.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@105: this.buttonClose.TabIndex = 7;
StephaneLenclud@105: this.buttonClose.Text = "Close";
StephaneLenclud@105: this.buttonClose.UseVisualStyleBackColor = true;
StephaneLenclud@105: this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
StephaneLenclud@105: //
StephaneLenclud@105: // buttonOpen
StephaneLenclud@105: //
StephaneLenclud@105: this.buttonOpen.Location = new System.Drawing.Point(6, 6);
StephaneLenclud@105: this.buttonOpen.Name = "buttonOpen";
StephaneLenclud@105: this.buttonOpen.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@105: this.buttonOpen.TabIndex = 6;
StephaneLenclud@105: this.buttonOpen.Text = "Open";
StephaneLenclud@105: this.buttonOpen.UseVisualStyleBackColor = true;
StephaneLenclud@105: this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
StephaneLenclud@105: //
StephaneLenclud@105: // buttonCapture
StephaneLenclud@105: //
StephaneLenclud@105: this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@105: this.buttonCapture.Location = new System.Drawing.Point(6, 213);
StephaneLenclud@105: this.buttonCapture.Name = "buttonCapture";
StephaneLenclud@105: this.buttonCapture.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@105: this.buttonCapture.TabIndex = 5;
StephaneLenclud@105: this.buttonCapture.Text = "Capture";
StephaneLenclud@105: this.buttonCapture.UseVisualStyleBackColor = true;
StephaneLenclud@105: this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
StephaneLenclud@105: //
StephaneLenclud@105: // labelWarning
StephaneLenclud@105: //
StephaneLenclud@105: this.labelWarning.AutoSize = true;
StephaneLenclud@105: this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
StephaneLenclud@105: this.labelWarning.ForeColor = System.Drawing.Color.Red;
StephaneLenclud@105: this.labelWarning.Location = new System.Drawing.Point(9, 9);
StephaneLenclud@105: this.labelWarning.Name = "labelWarning";
StephaneLenclud@105: this.labelWarning.Size = new System.Drawing.Size(80, 16);
StephaneLenclud@105: this.labelWarning.TabIndex = 18;
StephaneLenclud@105: this.labelWarning.Text = "WARNING";
StephaneLenclud@105: this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
StephaneLenclud@105: this.labelWarning.Visible = false;
StephaneLenclud@105: //
StephaneLenclud@105: // checkBoxFixedPitchFontOnly
StephaneLenclud@105: //
StephaneLenclud@105: this.checkBoxFixedPitchFontOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@105: this.checkBoxFixedPitchFontOnly.AutoSize = true;
StephaneLenclud@105: this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(87, 217);
StephaneLenclud@105: this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
StephaneLenclud@105: this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
StephaneLenclud@105: this.checkBoxFixedPitchFontOnly.TabIndex = 17;
StephaneLenclud@105: this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
StephaneLenclud@105: this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
StephaneLenclud@105: //
StephaneLenclud@105: // checkBoxShowBorders
StephaneLenclud@105: //
StephaneLenclud@105: this.checkBoxShowBorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
StephaneLenclud@105: this.checkBoxShowBorders.AutoSize = true;
StephaneLenclud@105: this.checkBoxShowBorders.Location = new System.Drawing.Point(485, 29);
StephaneLenclud@105: this.checkBoxShowBorders.Name = "checkBoxShowBorders";
StephaneLenclud@105: this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
StephaneLenclud@105: this.checkBoxShowBorders.TabIndex = 11;
StephaneLenclud@105: this.checkBoxShowBorders.Text = "Show borders";
StephaneLenclud@105: this.checkBoxShowBorders.UseVisualStyleBackColor = true;
StephaneLenclud@105: this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
StephaneLenclud@105: //
StephaneLenclud@105: // buttonFont
StephaneLenclud@105: //
StephaneLenclud@105: this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@105: this.buttonFont.Location = new System.Drawing.Point(6, 213);
StephaneLenclud@105: this.buttonFont.Name = "buttonFont";
StephaneLenclud@105: this.buttonFont.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@105: this.buttonFont.TabIndex = 0;
StephaneLenclud@105: this.buttonFont.Text = "Select Font";
StephaneLenclud@105: this.buttonFont.UseVisualStyleBackColor = true;
StephaneLenclud@105: this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
StephaneLenclud@105: //
StephaneLenclud@105: // tabControl
StephaneLenclud@105: //
StephaneLenclud@105: 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@105: this.tabControl.Controls.Add(this.tabPageDisplay);
StephaneLenclud@105: this.tabControl.Controls.Add(this.tabPageClients);
StephaneLenclud@105: this.tabControl.Controls.Add(this.tabPageDesign);
StephaneLenclud@121: this.tabControl.Controls.Add(this.tabPageAudio);
StephaneLenclud@105: this.tabControl.Controls.Add(this.tabPageApp);
StephaneLenclud@105: this.tabControl.Location = new System.Drawing.Point(12, 139);
StephaneLenclud@105: this.tabControl.Name = "tabControl";
StephaneLenclud@105: this.tabControl.SelectedIndex = 0;
StephaneLenclud@105: this.tabControl.Size = new System.Drawing.Size(600, 268);
StephaneLenclud@105: this.tabControl.TabIndex = 0;
StephaneLenclud@105: //
StephaneLenclud@105: // tabPageDesign
StephaneLenclud@105: //
StephaneLenclud@106: this.tabPageDesign.Controls.Add(this.labelScrollingSpeed);
StephaneLenclud@106: this.tabPageDesign.Controls.Add(this.maskedTextBoxScrollingSpeed);
StephaneLenclud@105: this.tabPageDesign.Controls.Add(this.labelScrollLoopSeparator);
StephaneLenclud@105: this.tabPageDesign.Controls.Add(this.textBoxScrollLoopSeparator);
StephaneLenclud@105: this.tabPageDesign.Controls.Add(this.labelMinFontSize);
StephaneLenclud@105: this.tabPageDesign.Controls.Add(this.maskedTextBoxMinFontSize);
StephaneLenclud@105: this.tabPageDesign.Controls.Add(this.checkBoxScaleToFit);
StephaneLenclud@105: this.tabPageDesign.Controls.Add(this.checkBoxInverseColors);
StephaneLenclud@105: this.tabPageDesign.Controls.Add(this.checkBoxFixedPitchFontOnly);
StephaneLenclud@105: this.tabPageDesign.Controls.Add(this.buttonFont);
StephaneLenclud@105: this.tabPageDesign.Controls.Add(this.checkBoxReverseScreen);
StephaneLenclud@105: this.tabPageDesign.Controls.Add(this.checkBoxShowBorders);
StephaneLenclud@105: this.tabPageDesign.Location = new System.Drawing.Point(4, 22);
StephaneLenclud@105: this.tabPageDesign.Name = "tabPageDesign";
StephaneLenclud@105: this.tabPageDesign.Padding = new System.Windows.Forms.Padding(3);
StephaneLenclud@105: this.tabPageDesign.Size = new System.Drawing.Size(592, 242);
StephaneLenclud@105: this.tabPageDesign.TabIndex = 3;
StephaneLenclud@105: this.tabPageDesign.Text = "Design";
StephaneLenclud@105: this.tabPageDesign.UseVisualStyleBackColor = true;
StephaneLenclud@105: //
StephaneLenclud@110: // labelScrollingSpeed
StephaneLenclud@110: //
StephaneLenclud@110: this.labelScrollingSpeed.AutoSize = true;
StephaneLenclud@110: this.labelScrollingSpeed.Location = new System.Drawing.Point(84, 119);
StephaneLenclud@110: this.labelScrollingSpeed.Name = "labelScrollingSpeed";
StephaneLenclud@110: this.labelScrollingSpeed.Size = new System.Drawing.Size(115, 13);
StephaneLenclud@110: this.labelScrollingSpeed.TabIndex = 28;
StephaneLenclud@110: this.labelScrollingSpeed.Text = "Scrolling speed (px/s) :";
StephaneLenclud@110: //
StephaneLenclud@110: // maskedTextBoxScrollingSpeed
StephaneLenclud@110: //
StephaneLenclud@110: this.maskedTextBoxScrollingSpeed.Location = new System.Drawing.Point(205, 116);
StephaneLenclud@110: this.maskedTextBoxScrollingSpeed.Mask = "000";
StephaneLenclud@110: this.maskedTextBoxScrollingSpeed.Name = "maskedTextBoxScrollingSpeed";
StephaneLenclud@110: this.maskedTextBoxScrollingSpeed.PromptChar = ' ';
StephaneLenclud@110: this.maskedTextBoxScrollingSpeed.Size = new System.Drawing.Size(24, 20);
StephaneLenclud@110: this.maskedTextBoxScrollingSpeed.TabIndex = 27;
StephaneLenclud@110: this.maskedTextBoxScrollingSpeed.TextChanged += new System.EventHandler(this.maskedTextBoxScrollingSpeed_TextChanged);
StephaneLenclud@110: //
StephaneLenclud@105: // labelScrollLoopSeparator
StephaneLenclud@105: //
StephaneLenclud@105: this.labelScrollLoopSeparator.AutoSize = true;
StephaneLenclud@106: this.labelScrollLoopSeparator.Location = new System.Drawing.Point(90, 145);
StephaneLenclud@105: this.labelScrollLoopSeparator.Name = "labelScrollLoopSeparator";
StephaneLenclud@105: this.labelScrollLoopSeparator.Size = new System.Drawing.Size(109, 13);
StephaneLenclud@105: this.labelScrollLoopSeparator.TabIndex = 26;
StephaneLenclud@105: this.labelScrollLoopSeparator.Text = "Scroll loop separator :";
StephaneLenclud@105: //
StephaneLenclud@105: // textBoxScrollLoopSeparator
StephaneLenclud@105: //
StephaneLenclud@105: this.textBoxScrollLoopSeparator.Location = new System.Drawing.Point(205, 142);
StephaneLenclud@105: this.textBoxScrollLoopSeparator.Name = "textBoxScrollLoopSeparator";
StephaneLenclud@105: this.textBoxScrollLoopSeparator.Size = new System.Drawing.Size(74, 20);
StephaneLenclud@105: this.textBoxScrollLoopSeparator.TabIndex = 25;
StephaneLenclud@105: this.textBoxScrollLoopSeparator.TextChanged += new System.EventHandler(this.textBoxScrollLoopSeparator_TextChanged);
StephaneLenclud@105: //
StephaneLenclud@105: // labelMinFontSize
StephaneLenclud@105: //
StephaneLenclud@105: this.labelMinFontSize.AutoSize = true;
StephaneLenclud@110: this.labelMinFontSize.Location = new System.Drawing.Point(80, 194);
StephaneLenclud@105: this.labelMinFontSize.Name = "labelMinFontSize";
StephaneLenclud@105: this.labelMinFontSize.Size = new System.Drawing.Size(119, 13);
StephaneLenclud@105: this.labelMinFontSize.TabIndex = 24;
StephaneLenclud@105: this.labelMinFontSize.Text = "Minimum font size (pts) :";
StephaneLenclud@105: //
StephaneLenclud@105: // maskedTextBoxMinFontSize
StephaneLenclud@105: //
StephaneLenclud@105: this.maskedTextBoxMinFontSize.Location = new System.Drawing.Point(205, 191);
StephaneLenclud@105: this.maskedTextBoxMinFontSize.Mask = "000";
StephaneLenclud@105: this.maskedTextBoxMinFontSize.Name = "maskedTextBoxMinFontSize";
StephaneLenclud@105: this.maskedTextBoxMinFontSize.PromptChar = ' ';
StephaneLenclud@105: this.maskedTextBoxMinFontSize.Size = new System.Drawing.Size(24, 20);
StephaneLenclud@105: this.maskedTextBoxMinFontSize.TabIndex = 23;
StephaneLenclud@105: this.maskedTextBoxMinFontSize.TextChanged += new System.EventHandler(this.maskedTextBoxMinFontSize_TextChanged);
StephaneLenclud@105: //
StephaneLenclud@105: // checkBoxScaleToFit
StephaneLenclud@105: //
StephaneLenclud@105: this.checkBoxScaleToFit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@105: this.checkBoxScaleToFit.AutoSize = true;
StephaneLenclud@105: this.checkBoxScaleToFit.Location = new System.Drawing.Point(87, 168);
StephaneLenclud@105: this.checkBoxScaleToFit.Name = "checkBoxScaleToFit";
StephaneLenclud@105: this.checkBoxScaleToFit.Size = new System.Drawing.Size(201, 17);
StephaneLenclud@105: this.checkBoxScaleToFit.TabIndex = 22;
StephaneLenclud@105: this.checkBoxScaleToFit.Text = "Try scale font down to avoid scrolling";
StephaneLenclud@105: this.checkBoxScaleToFit.UseVisualStyleBackColor = true;
StephaneLenclud@105: this.checkBoxScaleToFit.CheckedChanged += new System.EventHandler(this.checkBoxScaleToFit_CheckedChanged);
StephaneLenclud@105: //
StephaneLenclud@105: // checkBoxInverseColors
StephaneLenclud@105: //
StephaneLenclud@105: this.checkBoxInverseColors.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
StephaneLenclud@105: this.checkBoxInverseColors.AutoSize = true;
StephaneLenclud@105: this.checkBoxInverseColors.Location = new System.Drawing.Point(485, 52);
StephaneLenclud@105: this.checkBoxInverseColors.Name = "checkBoxInverseColors";
StephaneLenclud@105: this.checkBoxInverseColors.Size = new System.Drawing.Size(92, 17);
StephaneLenclud@105: this.checkBoxInverseColors.TabIndex = 21;
StephaneLenclud@105: this.checkBoxInverseColors.Text = "Inverse colors";
StephaneLenclud@105: this.checkBoxInverseColors.UseVisualStyleBackColor = true;
StephaneLenclud@105: this.checkBoxInverseColors.CheckedChanged += new System.EventHandler(this.checkBoxInverseColors_CheckedChanged);
StephaneLenclud@105: //
StephaneLenclud@105: // checkBoxReverseScreen
StephaneLenclud@105: //
StephaneLenclud@105: this.checkBoxReverseScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
StephaneLenclud@105: this.checkBoxReverseScreen.AutoSize = true;
StephaneLenclud@105: this.checkBoxReverseScreen.Location = new System.Drawing.Point(485, 6);
StephaneLenclud@105: this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
StephaneLenclud@105: this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
StephaneLenclud@105: this.checkBoxReverseScreen.TabIndex = 14;
StephaneLenclud@105: this.checkBoxReverseScreen.Text = "Reverse screen";
StephaneLenclud@105: this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
StephaneLenclud@105: this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
StephaneLenclud@105: //
StephaneLenclud@105: // tabPageApp
StephaneLenclud@105: //
StephaneLenclud@105: this.tabPageApp.Controls.Add(this.checkBoxStartMinimized);
StephaneLenclud@105: this.tabPageApp.Controls.Add(this.checkBoxMinimizeToTray);
StephaneLenclud@105: this.tabPageApp.Controls.Add(this.checkBoxAutoStart);
StephaneLenclud@105: this.tabPageApp.Controls.Add(this.buttonUpdate);
StephaneLenclud@105: this.tabPageApp.Location = new System.Drawing.Point(4, 22);
StephaneLenclud@105: this.tabPageApp.Name = "tabPageApp";
StephaneLenclud@105: this.tabPageApp.Padding = new System.Windows.Forms.Padding(3);
StephaneLenclud@105: this.tabPageApp.Size = new System.Drawing.Size(592, 242);
StephaneLenclud@105: this.tabPageApp.TabIndex = 4;
StephaneLenclud@105: this.tabPageApp.Text = "Application";
StephaneLenclud@105: this.tabPageApp.UseVisualStyleBackColor = true;
StephaneLenclud@105: //
StephaneLenclud@105: // checkBoxStartMinimized
StephaneLenclud@105: //
StephaneLenclud@105: this.checkBoxStartMinimized.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@105: this.checkBoxStartMinimized.AutoSize = true;
StephaneLenclud@105: this.checkBoxStartMinimized.Location = new System.Drawing.Point(8, 144);
StephaneLenclud@105: this.checkBoxStartMinimized.Name = "checkBoxStartMinimized";
StephaneLenclud@105: this.checkBoxStartMinimized.Size = new System.Drawing.Size(96, 17);
StephaneLenclud@105: this.checkBoxStartMinimized.TabIndex = 16;
StephaneLenclud@105: this.checkBoxStartMinimized.Text = "Start minimized";
StephaneLenclud@105: this.checkBoxStartMinimized.UseVisualStyleBackColor = true;
StephaneLenclud@105: this.checkBoxStartMinimized.CheckedChanged += new System.EventHandler(this.checkBoxStartMinimized_CheckedChanged);
StephaneLenclud@105: //
StephaneLenclud@105: // checkBoxMinimizeToTray
StephaneLenclud@105: //
StephaneLenclud@105: this.checkBoxMinimizeToTray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@105: this.checkBoxMinimizeToTray.AutoSize = true;
StephaneLenclud@105: this.checkBoxMinimizeToTray.Location = new System.Drawing.Point(8, 167);
StephaneLenclud@105: this.checkBoxMinimizeToTray.Name = "checkBoxMinimizeToTray";
StephaneLenclud@105: this.checkBoxMinimizeToTray.Size = new System.Drawing.Size(133, 17);
StephaneLenclud@105: this.checkBoxMinimizeToTray.TabIndex = 15;
StephaneLenclud@105: this.checkBoxMinimizeToTray.Text = "Minimize to system tray";
StephaneLenclud@105: this.checkBoxMinimizeToTray.UseVisualStyleBackColor = true;
StephaneLenclud@105: this.checkBoxMinimizeToTray.CheckedChanged += new System.EventHandler(this.checkBoxMinimizeToTray_CheckedChanged);
StephaneLenclud@105: //
StephaneLenclud@105: // checkBoxAutoStart
StephaneLenclud@105: //
StephaneLenclud@105: this.checkBoxAutoStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@105: this.checkBoxAutoStart.AutoSize = true;
StephaneLenclud@105: this.checkBoxAutoStart.Location = new System.Drawing.Point(8, 190);
StephaneLenclud@105: this.checkBoxAutoStart.Name = "checkBoxAutoStart";
StephaneLenclud@105: this.checkBoxAutoStart.Size = new System.Drawing.Size(143, 17);
StephaneLenclud@105: this.checkBoxAutoStart.TabIndex = 14;
StephaneLenclud@105: this.checkBoxAutoStart.Text = "Run on Windows startup";
StephaneLenclud@105: this.checkBoxAutoStart.UseVisualStyleBackColor = true;
StephaneLenclud@105: this.checkBoxAutoStart.CheckedChanged += new System.EventHandler(this.checkBoxAutoStart_CheckedChanged);
StephaneLenclud@105: //
StephaneLenclud@105: // buttonUpdate
StephaneLenclud@105: //
StephaneLenclud@105: this.buttonUpdate.Location = new System.Drawing.Point(6, 213);
StephaneLenclud@105: this.buttonUpdate.Name = "buttonUpdate";
StephaneLenclud@105: this.buttonUpdate.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@105: this.buttonUpdate.TabIndex = 0;
StephaneLenclud@105: this.buttonUpdate.Text = "Update";
StephaneLenclud@105: this.buttonUpdate.UseVisualStyleBackColor = true;
StephaneLenclud@105: this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
StephaneLenclud@105: //
StephaneLenclud@112: // tabPageAudio
StephaneLenclud@112: //
StephaneLenclud@116: this.tabPageAudio.Controls.Add(this.labelDefaultAudioDevice);
StephaneLenclud@115: this.tabPageAudio.Controls.Add(this.checkBoxShowVolumeLabel);
StephaneLenclud@113: this.tabPageAudio.Controls.Add(this.checkBoxMute);
StephaneLenclud@112: this.tabPageAudio.Controls.Add(this.trackBarMasterVolume);
StephaneLenclud@112: this.tabPageAudio.Location = new System.Drawing.Point(4, 22);
StephaneLenclud@112: this.tabPageAudio.Name = "tabPageAudio";
StephaneLenclud@112: this.tabPageAudio.Padding = new System.Windows.Forms.Padding(3);
StephaneLenclud@112: this.tabPageAudio.Size = new System.Drawing.Size(592, 242);
StephaneLenclud@112: this.tabPageAudio.TabIndex = 5;
StephaneLenclud@112: this.tabPageAudio.Text = "Audio";
StephaneLenclud@112: this.tabPageAudio.UseVisualStyleBackColor = true;
StephaneLenclud@112: //
StephaneLenclud@116: // labelDefaultAudioDevice
StephaneLenclud@116: //
StephaneLenclud@116: this.labelDefaultAudioDevice.AutoSize = true;
StephaneLenclud@116: this.labelDefaultAudioDevice.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
StephaneLenclud@116: this.labelDefaultAudioDevice.Location = new System.Drawing.Point(3, 6);
StephaneLenclud@116: this.labelDefaultAudioDevice.Name = "labelDefaultAudioDevice";
StephaneLenclud@116: this.labelDefaultAudioDevice.Size = new System.Drawing.Size(120, 13);
StephaneLenclud@116: this.labelDefaultAudioDevice.TabIndex = 19;
StephaneLenclud@116: this.labelDefaultAudioDevice.Text = "Audio Device Unknown";
StephaneLenclud@116: //
StephaneLenclud@116: // checkBoxShowVolumeLabel
StephaneLenclud@116: //
StephaneLenclud@116: this.checkBoxShowVolumeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@116: this.checkBoxShowVolumeLabel.AutoSize = true;
StephaneLenclud@116: this.checkBoxShowVolumeLabel.Location = new System.Drawing.Point(3, 196);
StephaneLenclud@116: this.checkBoxShowVolumeLabel.Name = "checkBoxShowVolumeLabel";
StephaneLenclud@116: this.checkBoxShowVolumeLabel.Size = new System.Drawing.Size(115, 17);
StephaneLenclud@116: this.checkBoxShowVolumeLabel.TabIndex = 18;
StephaneLenclud@116: this.checkBoxShowVolumeLabel.Text = "Show volume label";
StephaneLenclud@116: this.checkBoxShowVolumeLabel.UseVisualStyleBackColor = true;
StephaneLenclud@116: this.checkBoxShowVolumeLabel.CheckedChanged += new System.EventHandler(this.checkBoxShowVolumeLabel_CheckedChanged);
StephaneLenclud@116: //
StephaneLenclud@115: // checkBoxMute
StephaneLenclud@115: //
StephaneLenclud@115: this.checkBoxMute.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@115: this.checkBoxMute.AutoSize = true;
StephaneLenclud@115: this.checkBoxMute.Location = new System.Drawing.Point(3, 219);
StephaneLenclud@115: this.checkBoxMute.Name = "checkBoxMute";
StephaneLenclud@115: this.checkBoxMute.Size = new System.Drawing.Size(50, 17);
StephaneLenclud@115: this.checkBoxMute.TabIndex = 17;
StephaneLenclud@115: this.checkBoxMute.Text = "Mute";
StephaneLenclud@115: this.checkBoxMute.UseVisualStyleBackColor = true;
StephaneLenclud@115: this.checkBoxMute.CheckedChanged += new System.EventHandler(this.checkBoxMute_CheckedChanged);
StephaneLenclud@115: //
StephaneLenclud@112: // trackBarMasterVolume
StephaneLenclud@112: //
StephaneLenclud@112: this.trackBarMasterVolume.BackColor = System.Drawing.SystemColors.Window;
StephaneLenclud@112: this.trackBarMasterVolume.Location = new System.Drawing.Point(541, 6);
StephaneLenclud@112: this.trackBarMasterVolume.Maximum = 100;
StephaneLenclud@112: this.trackBarMasterVolume.Name = "trackBarMasterVolume";
StephaneLenclud@112: this.trackBarMasterVolume.Orientation = System.Windows.Forms.Orientation.Vertical;
StephaneLenclud@112: this.trackBarMasterVolume.Size = new System.Drawing.Size(45, 230);
StephaneLenclud@112: this.trackBarMasterVolume.TabIndex = 0;
StephaneLenclud@112: this.trackBarMasterVolume.TickFrequency = 10;
StephaneLenclud@112: this.trackBarMasterVolume.TickStyle = System.Windows.Forms.TickStyle.Both;
StephaneLenclud@112: this.toolTip.SetToolTip(this.trackBarMasterVolume, "Master Volume");
StephaneLenclud@112: this.trackBarMasterVolume.Scroll += new System.EventHandler(this.trackBarMasterVolume_Scroll);
StephaneLenclud@112: //
StephaneLenclud@105: // labelFontWidth
StephaneLenclud@105: //
StephaneLenclud@105: this.labelFontWidth.AutoSize = true;
StephaneLenclud@105: this.labelFontWidth.Location = new System.Drawing.Point(13, 29);
StephaneLenclud@105: this.labelFontWidth.Name = "labelFontWidth";
StephaneLenclud@105: this.labelFontWidth.Size = new System.Drawing.Size(56, 13);
StephaneLenclud@105: this.labelFontWidth.TabIndex = 19;
StephaneLenclud@105: this.labelFontWidth.Text = "Font width";
StephaneLenclud@105: //
StephaneLenclud@105: // labelFontHeight
StephaneLenclud@105: //
StephaneLenclud@105: this.labelFontHeight.AutoSize = true;
StephaneLenclud@105: this.labelFontHeight.Location = new System.Drawing.Point(13, 46);
StephaneLenclud@105: this.labelFontHeight.Name = "labelFontHeight";
StephaneLenclud@105: this.labelFontHeight.Size = new System.Drawing.Size(60, 13);
StephaneLenclud@105: this.labelFontHeight.TabIndex = 20;
StephaneLenclud@105: this.labelFontHeight.Text = "Font height";
StephaneLenclud@105: //
StephaneLenclud@105: // pictureBoxDemo
StephaneLenclud@105: //
StephaneLenclud@105: this.pictureBoxDemo.Location = new System.Drawing.Point(478, 54);
StephaneLenclud@105: this.pictureBoxDemo.Name = "pictureBoxDemo";
StephaneLenclud@105: this.pictureBoxDemo.Size = new System.Drawing.Size(100, 50);
StephaneLenclud@105: this.pictureBoxDemo.TabIndex = 21;
StephaneLenclud@105: this.pictureBoxDemo.TabStop = false;
StephaneLenclud@105: //
StephaneLenclud@105: // MainForm
StephaneLenclud@105: //
StephaneLenclud@105: this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
StephaneLenclud@105: this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
StephaneLenclud@105: this.ClientSize = new System.Drawing.Size(624, 442);
StephaneLenclud@105: this.Controls.Add(this.pictureBoxDemo);
StephaneLenclud@105: this.Controls.Add(this.labelFontHeight);
StephaneLenclud@105: this.Controls.Add(this.labelFontWidth);
StephaneLenclud@105: this.Controls.Add(this.labelWarning);
StephaneLenclud@105: this.Controls.Add(this.statusStrip);
StephaneLenclud@105: this.Controls.Add(this.tabControl);
StephaneLenclud@105: this.Controls.Add(this.panelDisplay);
StephaneLenclud@105: this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
StephaneLenclud@105: this.MinimumSize = new System.Drawing.Size(640, 480);
StephaneLenclud@105: this.Name = "MainForm";
StephaneLenclud@105: this.Text = "Sharp Display Manager";
StephaneLenclud@105: this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
StephaneLenclud@105: this.Load += new System.EventHandler(this.MainForm_Load);
StephaneLenclud@105: this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged);
StephaneLenclud@105: this.Resize += new System.EventHandler(this.MainForm_Resize);
StephaneLenclud@105: this.panelDisplay.ResumeLayout(false);
StephaneLenclud@105: this.tableLayoutPanel.ResumeLayout(false);
StephaneLenclud@105: this.tableLayoutPanel.PerformLayout();
StephaneLenclud@105: this.statusStrip.ResumeLayout(false);
StephaneLenclud@105: this.statusStrip.PerformLayout();
StephaneLenclud@105: this.tabPageClients.ResumeLayout(false);
StephaneLenclud@105: this.tabPageDisplay.ResumeLayout(false);
StephaneLenclud@105: this.tabPageDisplay.PerformLayout();
StephaneLenclud@105: ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
StephaneLenclud@105: this.tabControl.ResumeLayout(false);
StephaneLenclud@105: this.tabPageDesign.ResumeLayout(false);
StephaneLenclud@105: this.tabPageDesign.PerformLayout();
StephaneLenclud@105: this.tabPageApp.ResumeLayout(false);
StephaneLenclud@105: this.tabPageApp.PerformLayout();
StephaneLenclud@112: this.tabPageAudio.ResumeLayout(false);
StephaneLenclud@112: this.tabPageAudio.PerformLayout();
StephaneLenclud@112: ((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).EndInit();
StephaneLenclud@105: ((System.ComponentModel.ISupportInitialize)(this.pictureBoxDemo)).EndInit();
StephaneLenclud@105: this.ResumeLayout(false);
StephaneLenclud@105: 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;
sl@13: private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
sl@30: private MarqueeLabel marqueeLabelTop;
sl@30: private MarqueeLabel marqueeLabelBottom;
sl@30: private System.Windows.Forms.TabPage tabPageClients;
sl@30: private System.Windows.Forms.TreeView treeViewClients;
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@67: private System.Windows.Forms.PictureBox pictureBoxDemo;
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;
sl@0: }
sl@0: }
sl@0: