Server/MainForm.Designer.cs
author StephaneLenclud
Sat, 23 Jul 2016 19:22:56 +0200
changeset 211 96f8b4dc4300
parent 206 33be8cb90c57
child 214 4961ede27e0a
permissions -rw-r--r--
Adding Events tab.
sl@0
     1
namespace SharpDisplayManager
sl@0
     2
{
sl@0
     3
    partial class MainForm
sl@0
     4
    {
sl@0
     5
        /// <summary>
sl@0
     6
        /// Required designer variable.
sl@0
     7
        /// </summary>
sl@0
     8
        private System.ComponentModel.IContainer components = null;
sl@0
     9
sl@0
    10
        /// <summary>
sl@0
    11
        /// Clean up any resources being used.
sl@0
    12
        /// </summary>
sl@0
    13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
sl@0
    14
        protected override void Dispose(bool disposing)
sl@0
    15
        {
sl@102
    16
            if (disposing)
sl@0
    17
            {
sl@102
    18
                if (iNotifyIcon != null)
sl@102
    19
                {
sl@102
    20
                    iNotifyIcon.Dispose();
sl@102
    21
                    iNotifyIcon = null;
sl@102
    22
                }
sl@102
    23
                
sl@102
    24
                if (components != null)
sl@102
    25
                {
sl@102
    26
                    components.Dispose();
sl@102
    27
                }
sl@0
    28
            }
sl@0
    29
            base.Dispose(disposing);
sl@0
    30
        }
sl@0
    31
sl@0
    32
        #region Windows Form Designer generated code
sl@0
    33
sl@0
    34
        /// <summary>
sl@0
    35
        /// Required method for Designer support - do not modify
sl@0
    36
        /// the contents of this method with the code editor.
sl@0
    37
        /// </summary>
sl@0
    38
        private void InitializeComponent()
sl@0
    39
        {
StephaneLenclud@152
    40
            this.components = new System.ComponentModel.Container();
StephaneLenclud@152
    41
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
StephaneLenclud@152
    42
            this.panelDisplay = new System.Windows.Forms.Panel();
StephaneLenclud@175
    43
            this.iTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
StephaneLenclud@152
    44
            this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
StephaneLenclud@152
    45
            this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
StephaneLenclud@152
    46
            this.fontDialog = new System.Windows.Forms.FontDialog();
StephaneLenclud@152
    47
            this.timer = new System.Windows.Forms.Timer(this.components);
StephaneLenclud@152
    48
            this.statusStrip = new System.Windows.Forms.StatusStrip();
StephaneLenclud@152
    49
            this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
StephaneLenclud@152
    50
            this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
StephaneLenclud@152
    51
            this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
StephaneLenclud@152
    52
            this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
StephaneLenclud@152
    53
            this.tabPageClients = new System.Windows.Forms.TabPage();
StephaneLenclud@194
    54
            this.iCheckBoxStartIdleClient = new System.Windows.Forms.CheckBox();
StephaneLenclud@194
    55
            this.iButtonStartIdleClient = new System.Windows.Forms.Button();
StephaneLenclud@152
    56
            this.buttonCloseClients = new System.Windows.Forms.Button();
StephaneLenclud@152
    57
            this.buttonStartClient = new System.Windows.Forms.Button();
StephaneLenclud@188
    58
            this.iTreeViewClients = new System.Windows.Forms.TreeView();
StephaneLenclud@152
    59
            this.tabPageDisplay = new System.Windows.Forms.TabPage();
StephaneLenclud@152
    60
            this.buttonShowClock = new System.Windows.Forms.Button();
StephaneLenclud@152
    61
            this.buttonHideClock = new System.Windows.Forms.Button();
StephaneLenclud@152
    62
            this.buttonPowerOff = new System.Windows.Forms.Button();
StephaneLenclud@152
    63
            this.buttonPowerOn = new System.Windows.Forms.Button();
StephaneLenclud@152
    64
            this.labelTimerInterval = new System.Windows.Forms.Label();
StephaneLenclud@152
    65
            this.maskedTextBoxTimerInterval = new System.Windows.Forms.MaskedTextBox();
StephaneLenclud@152
    66
            this.comboBoxDisplayType = new System.Windows.Forms.ComboBox();
StephaneLenclud@152
    67
            this.buttonSuspend = new System.Windows.Forms.Button();
StephaneLenclud@152
    68
            this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
StephaneLenclud@152
    69
            this.trackBarBrightness = new System.Windows.Forms.TrackBar();
StephaneLenclud@152
    70
            this.buttonFill = new System.Windows.Forms.Button();
StephaneLenclud@152
    71
            this.buttonClear = new System.Windows.Forms.Button();
StephaneLenclud@152
    72
            this.buttonClose = new System.Windows.Forms.Button();
StephaneLenclud@152
    73
            this.buttonOpen = new System.Windows.Forms.Button();
StephaneLenclud@152
    74
            this.buttonCapture = new System.Windows.Forms.Button();
StephaneLenclud@152
    75
            this.labelWarning = new System.Windows.Forms.Label();
StephaneLenclud@152
    76
            this.checkBoxFixedPitchFontOnly = new System.Windows.Forms.CheckBox();
StephaneLenclud@152
    77
            this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
StephaneLenclud@152
    78
            this.buttonFont = new System.Windows.Forms.Button();
StephaneLenclud@152
    79
            this.tabControl = new System.Windows.Forms.TabControl();
StephaneLenclud@152
    80
            this.tabPageDesign = new System.Windows.Forms.TabPage();
StephaneLenclud@152
    81
            this.labelScrollingSpeed = new System.Windows.Forms.Label();
StephaneLenclud@152
    82
            this.maskedTextBoxScrollingSpeed = new System.Windows.Forms.MaskedTextBox();
StephaneLenclud@152
    83
            this.labelScrollLoopSeparator = new System.Windows.Forms.Label();
StephaneLenclud@152
    84
            this.textBoxScrollLoopSeparator = new System.Windows.Forms.TextBox();
StephaneLenclud@152
    85
            this.labelMinFontSize = new System.Windows.Forms.Label();
StephaneLenclud@152
    86
            this.maskedTextBoxMinFontSize = new System.Windows.Forms.MaskedTextBox();
StephaneLenclud@152
    87
            this.checkBoxScaleToFit = new System.Windows.Forms.CheckBox();
StephaneLenclud@152
    88
            this.checkBoxInverseColors = new System.Windows.Forms.CheckBox();
StephaneLenclud@152
    89
            this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
StephaneLenclud@152
    90
            this.tabPageAudio = new System.Windows.Forms.TabPage();
StephaneLenclud@152
    91
            this.labelDefaultAudioDevice = new System.Windows.Forms.Label();
StephaneLenclud@152
    92
            this.checkBoxShowVolumeLabel = new System.Windows.Forms.CheckBox();
StephaneLenclud@152
    93
            this.checkBoxMute = new System.Windows.Forms.CheckBox();
StephaneLenclud@152
    94
            this.trackBarMasterVolume = new System.Windows.Forms.TrackBar();
StephaneLenclud@152
    95
            this.tabPageInput = new System.Windows.Forms.TabPage();
StephaneLenclud@153
    96
            this.comboBoxOpticalDrives = new System.Windows.Forms.ComboBox();
StephaneLenclud@153
    97
            this.labelOpticalDriveEject = new System.Windows.Forms.Label();
StephaneLenclud@152
    98
            this.pictureBoxGreenStart = new System.Windows.Forms.PictureBox();
StephaneLenclud@152
    99
            this.labelStartFileName = new System.Windows.Forms.Label();
StephaneLenclud@152
   100
            this.buttonSelectFile = new System.Windows.Forms.Button();
StephaneLenclud@168
   101
            this.tabPageCec = new System.Windows.Forms.TabPage();
StephaneLenclud@206
   102
            this.groupBoxCecLogOptions = new System.Windows.Forms.GroupBox();
StephaneLenclud@206
   103
            this.checkBoxCecLogNoPoll = new System.Windows.Forms.CheckBox();
StephaneLenclud@206
   104
            this.checkBoxCecLogTraffic = new System.Windows.Forms.CheckBox();
StephaneLenclud@206
   105
            this.checkBoxCecLogDebug = new System.Windows.Forms.CheckBox();
StephaneLenclud@206
   106
            this.checkBoxCecLogNotice = new System.Windows.Forms.CheckBox();
StephaneLenclud@206
   107
            this.checkBoxCecLogError = new System.Windows.Forms.CheckBox();
StephaneLenclud@206
   108
            this.checkBoxCecLogWarning = new System.Windows.Forms.CheckBox();
StephaneLenclud@204
   109
            this.checkBoxCecReconnectToPowerTv = new System.Windows.Forms.CheckBox();
StephaneLenclud@168
   110
            this.checkBoxCecMonitorOn = new System.Windows.Forms.CheckBox();
StephaneLenclud@168
   111
            this.checkBoxCecMonitorOff = new System.Windows.Forms.CheckBox();
StephaneLenclud@168
   112
            this.checkBoxCecEnabled = new System.Windows.Forms.CheckBox();
StephaneLenclud@168
   113
            this.labelHdmiPort = new System.Windows.Forms.Label();
StephaneLenclud@168
   114
            this.comboBoxHdmiPort = new System.Windows.Forms.ComboBox();
StephaneLenclud@211
   115
            this.tabPageEvent = new System.Windows.Forms.TabPage();
StephaneLenclud@211
   116
            this.buttonDeleteAction = new System.Windows.Forms.Button();
StephaneLenclud@211
   117
            this.buttonAddAction = new System.Windows.Forms.Button();
StephaneLenclud@211
   118
            this.iTreeViewEvents = new System.Windows.Forms.TreeView();
StephaneLenclud@152
   119
            this.tabPageApp = new System.Windows.Forms.TabPage();
StephaneLenclud@152
   120
            this.checkBoxStartMinimized = new System.Windows.Forms.CheckBox();
StephaneLenclud@152
   121
            this.checkBoxMinimizeToTray = new System.Windows.Forms.CheckBox();
StephaneLenclud@152
   122
            this.checkBoxAutoStart = new System.Windows.Forms.CheckBox();
StephaneLenclud@152
   123
            this.buttonUpdate = new System.Windows.Forms.Button();
StephaneLenclud@204
   124
            this.tabPageLogs = new System.Windows.Forms.TabPage();
StephaneLenclud@206
   125
            this.buttonClearLogs = new System.Windows.Forms.Button();
StephaneLenclud@204
   126
            this.richTextBoxLogs = new System.Windows.Forms.RichTextBox();
StephaneLenclud@152
   127
            this.labelFontWidth = new System.Windows.Forms.Label();
StephaneLenclud@152
   128
            this.labelFontHeight = new System.Windows.Forms.Label();
StephaneLenclud@152
   129
            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
StephaneLenclud@152
   130
            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
StephaneLenclud@152
   131
            this.panelDisplay.SuspendLayout();
StephaneLenclud@175
   132
            this.iTableLayoutPanel.SuspendLayout();
StephaneLenclud@152
   133
            this.statusStrip.SuspendLayout();
StephaneLenclud@152
   134
            this.tabPageClients.SuspendLayout();
StephaneLenclud@152
   135
            this.tabPageDisplay.SuspendLayout();
StephaneLenclud@152
   136
            ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
StephaneLenclud@152
   137
            this.tabControl.SuspendLayout();
StephaneLenclud@152
   138
            this.tabPageDesign.SuspendLayout();
StephaneLenclud@152
   139
            this.tabPageAudio.SuspendLayout();
StephaneLenclud@152
   140
            ((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).BeginInit();
StephaneLenclud@152
   141
            this.tabPageInput.SuspendLayout();
StephaneLenclud@152
   142
            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxGreenStart)).BeginInit();
StephaneLenclud@168
   143
            this.tabPageCec.SuspendLayout();
StephaneLenclud@206
   144
            this.groupBoxCecLogOptions.SuspendLayout();
StephaneLenclud@211
   145
            this.tabPageEvent.SuspendLayout();
StephaneLenclud@152
   146
            this.tabPageApp.SuspendLayout();
StephaneLenclud@201
   147
            this.tabPageLogs.SuspendLayout();
StephaneLenclud@152
   148
            this.SuspendLayout();
StephaneLenclud@152
   149
            // 
StephaneLenclud@152
   150
            // panelDisplay
StephaneLenclud@152
   151
            // 
StephaneLenclud@152
   152
            this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
StephaneLenclud@175
   153
            this.panelDisplay.Controls.Add(this.iTableLayoutPanel);
StephaneLenclud@152
   154
            this.panelDisplay.Location = new System.Drawing.Point(173, 40);
StephaneLenclud@152
   155
            this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
StephaneLenclud@152
   156
            this.panelDisplay.Name = "panelDisplay";
StephaneLenclud@152
   157
            this.panelDisplay.Size = new System.Drawing.Size(258, 66);
StephaneLenclud@152
   158
            this.panelDisplay.TabIndex = 12;
StephaneLenclud@152
   159
            // 
StephaneLenclud@175
   160
            // iTableLayoutPanel
StephaneLenclud@152
   161
            // 
StephaneLenclud@175
   162
            this.iTableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
sl@0
   163
            | System.Windows.Forms.AnchorStyles.Left) 
sl@0
   164
            | System.Windows.Forms.AnchorStyles.Right)));
StephaneLenclud@175
   165
            this.iTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
StephaneLenclud@175
   166
            this.iTableLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
StephaneLenclud@175
   167
            this.iTableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
StephaneLenclud@175
   168
            this.iTableLayoutPanel.ColumnCount = 1;
StephaneLenclud@175
   169
            this.iTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
StephaneLenclud@175
   170
            this.iTableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
StephaneLenclud@175
   171
            this.iTableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
StephaneLenclud@175
   172
            this.iTableLayoutPanel.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
StephaneLenclud@175
   173
            this.iTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
StephaneLenclud@175
   174
            this.iTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
StephaneLenclud@175
   175
            this.iTableLayoutPanel.Name = "iTableLayoutPanel";
StephaneLenclud@175
   176
            this.iTableLayoutPanel.RowCount = 2;
StephaneLenclud@175
   177
            this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
StephaneLenclud@175
   178
            this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
StephaneLenclud@175
   179
            this.iTableLayoutPanel.Size = new System.Drawing.Size(256, 64);
StephaneLenclud@175
   180
            this.iTableLayoutPanel.TabIndex = 5;
StephaneLenclud@175
   181
            this.iTableLayoutPanel.SizeChanged += new System.EventHandler(this.tableLayoutPanel_SizeChanged);
StephaneLenclud@152
   182
            // 
StephaneLenclud@152
   183
            // marqueeLabelTop
StephaneLenclud@152
   184
            // 
StephaneLenclud@152
   185
            this.marqueeLabelTop.AutoEllipsis = true;
StephaneLenclud@152
   186
            this.marqueeLabelTop.AutoSize = true;
StephaneLenclud@152
   187
            this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
StephaneLenclud@152
   188
            this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
StephaneLenclud@152
   189
            this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
StephaneLenclud@152
   190
            this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
StephaneLenclud@152
   191
            this.marqueeLabelTop.MinFontSize = 15F;
StephaneLenclud@152
   192
            this.marqueeLabelTop.Name = "marqueeLabelTop";
StephaneLenclud@152
   193
            this.marqueeLabelTop.OwnTimer = false;
StephaneLenclud@152
   194
            this.marqueeLabelTop.PixelsPerSecond = 64;
StephaneLenclud@152
   195
            this.marqueeLabelTop.ScaleToFit = true;
StephaneLenclud@152
   196
            this.marqueeLabelTop.Separator = "|";
StephaneLenclud@152
   197
            this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
StephaneLenclud@152
   198
            this.marqueeLabelTop.TabIndex = 2;
StephaneLenclud@152
   199
            this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
StephaneLenclud@152
   200
            this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
StephaneLenclud@152
   201
            this.marqueeLabelTop.UseCompatibleTextRendering = true;
StephaneLenclud@152
   202
            // 
StephaneLenclud@152
   203
            // marqueeLabelBottom
StephaneLenclud@152
   204
            // 
StephaneLenclud@152
   205
            this.marqueeLabelBottom.AutoEllipsis = true;
StephaneLenclud@152
   206
            this.marqueeLabelBottom.AutoSize = true;
StephaneLenclud@152
   207
            this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
StephaneLenclud@152
   208
            this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
StephaneLenclud@152
   209
            this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
StephaneLenclud@152
   210
            this.marqueeLabelBottom.MinFontSize = 15F;
StephaneLenclud@152
   211
            this.marqueeLabelBottom.Name = "marqueeLabelBottom";
StephaneLenclud@152
   212
            this.marqueeLabelBottom.OwnTimer = false;
StephaneLenclud@152
   213
            this.marqueeLabelBottom.PixelsPerSecond = 64;
StephaneLenclud@152
   214
            this.marqueeLabelBottom.ScaleToFit = true;
StephaneLenclud@152
   215
            this.marqueeLabelBottom.Separator = "|";
StephaneLenclud@152
   216
            this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
StephaneLenclud@152
   217
            this.marqueeLabelBottom.TabIndex = 3;
StephaneLenclud@152
   218
            this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
StephaneLenclud@152
   219
            this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
StephaneLenclud@152
   220
            this.marqueeLabelBottom.UseCompatibleTextRendering = true;
StephaneLenclud@152
   221
            // 
StephaneLenclud@152
   222
            // timer
StephaneLenclud@152
   223
            // 
StephaneLenclud@152
   224
            this.timer.Interval = 50;
StephaneLenclud@152
   225
            this.timer.Tick += new System.EventHandler(this.timer_Tick);
StephaneLenclud@152
   226
            // 
StephaneLenclud@152
   227
            // statusStrip
StephaneLenclud@152
   228
            // 
StephaneLenclud@152
   229
            this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
sl@36
   230
            this.toolStripStatusLabelConnect,
sl@36
   231
            this.toolStripStatusLabelSpring,
sl@36
   232
            this.toolStripStatusLabelPower,
sl@36
   233
            this.toolStripStatusLabelFps});
StephaneLenclud@206
   234
            this.statusStrip.Location = new System.Drawing.Point(0, 539);
StephaneLenclud@152
   235
            this.statusStrip.Name = "statusStrip";
StephaneLenclud@152
   236
            this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
StephaneLenclud@206
   237
            this.statusStrip.Size = new System.Drawing.Size(784, 22);
StephaneLenclud@152
   238
            this.statusStrip.TabIndex = 1;
StephaneLenclud@152
   239
            this.statusStrip.Text = "statusStrip";
StephaneLenclud@152
   240
            // 
StephaneLenclud@152
   241
            // toolStripStatusLabelConnect
StephaneLenclud@152
   242
            // 
StephaneLenclud@152
   243
            this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
StephaneLenclud@152
   244
            this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
StephaneLenclud@152
   245
            this.toolStripStatusLabelConnect.Text = "Not connected";
StephaneLenclud@152
   246
            // 
StephaneLenclud@152
   247
            // toolStripStatusLabelSpring
StephaneLenclud@152
   248
            // 
StephaneLenclud@152
   249
            this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
StephaneLenclud@206
   250
            this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(633, 17);
StephaneLenclud@152
   251
            this.toolStripStatusLabelSpring.Spring = true;
StephaneLenclud@152
   252
            // 
StephaneLenclud@152
   253
            // toolStripStatusLabelPower
StephaneLenclud@152
   254
            // 
StephaneLenclud@152
   255
            this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
StephaneLenclud@152
   256
            this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
StephaneLenclud@152
   257
            this.toolStripStatusLabelPower.Text = "NA";
StephaneLenclud@152
   258
            // 
StephaneLenclud@152
   259
            // toolStripStatusLabelFps
StephaneLenclud@152
   260
            // 
StephaneLenclud@152
   261
            this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
StephaneLenclud@152
   262
            this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
StephaneLenclud@152
   263
            this.toolStripStatusLabelFps.Text = "FPS";
StephaneLenclud@152
   264
            // 
StephaneLenclud@152
   265
            // tabPageClients
StephaneLenclud@152
   266
            // 
StephaneLenclud@194
   267
            this.tabPageClients.Controls.Add(this.iCheckBoxStartIdleClient);
StephaneLenclud@189
   268
            this.tabPageClients.Controls.Add(this.iButtonStartIdleClient);
StephaneLenclud@152
   269
            this.tabPageClients.Controls.Add(this.buttonCloseClients);
StephaneLenclud@152
   270
            this.tabPageClients.Controls.Add(this.buttonStartClient);
StephaneLenclud@188
   271
            this.tabPageClients.Controls.Add(this.iTreeViewClients);
StephaneLenclud@152
   272
            this.tabPageClients.Location = new System.Drawing.Point(4, 22);
StephaneLenclud@152
   273
            this.tabPageClients.Name = "tabPageClients";
StephaneLenclud@152
   274
            this.tabPageClients.Padding = new System.Windows.Forms.Padding(3);
StephaneLenclud@206
   275
            this.tabPageClients.Size = new System.Drawing.Size(752, 385);
StephaneLenclud@152
   276
            this.tabPageClients.TabIndex = 2;
StephaneLenclud@152
   277
            this.tabPageClients.Text = "Clients";
StephaneLenclud@152
   278
            this.tabPageClients.UseVisualStyleBackColor = true;
StephaneLenclud@152
   279
            // 
StephaneLenclud@194
   280
            // iCheckBoxStartIdleClient
StephaneLenclud@194
   281
            // 
StephaneLenclud@206
   282
            this.iCheckBoxStartIdleClient.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@194
   283
            this.iCheckBoxStartIdleClient.AutoSize = true;
StephaneLenclud@206
   284
            this.iCheckBoxStartIdleClient.Location = new System.Drawing.Point(108, 340);
StephaneLenclud@194
   285
            this.iCheckBoxStartIdleClient.Name = "iCheckBoxStartIdleClient";
StephaneLenclud@194
   286
            this.iCheckBoxStartIdleClient.Size = new System.Drawing.Size(145, 17);
StephaneLenclud@194
   287
            this.iCheckBoxStartIdleClient.TabIndex = 22;
StephaneLenclud@194
   288
            this.iCheckBoxStartIdleClient.Text = "Start idle client on startup";
StephaneLenclud@194
   289
            this.iCheckBoxStartIdleClient.UseVisualStyleBackColor = true;
StephaneLenclud@194
   290
            this.iCheckBoxStartIdleClient.CheckedChanged += new System.EventHandler(this.checkBoxStartIdleClient_CheckedChanged);
StephaneLenclud@194
   291
            // 
StephaneLenclud@194
   292
            // iButtonStartIdleClient
StephaneLenclud@194
   293
            // 
StephaneLenclud@194
   294
            this.iButtonStartIdleClient.Location = new System.Drawing.Point(6, 35);
StephaneLenclud@194
   295
            this.iButtonStartIdleClient.Name = "iButtonStartIdleClient";
StephaneLenclud@194
   296
            this.iButtonStartIdleClient.Size = new System.Drawing.Size(96, 23);
StephaneLenclud@194
   297
            this.iButtonStartIdleClient.TabIndex = 21;
StephaneLenclud@194
   298
            this.iButtonStartIdleClient.Text = "Start Idle Client";
StephaneLenclud@194
   299
            this.iButtonStartIdleClient.UseVisualStyleBackColor = true;
StephaneLenclud@194
   300
            this.iButtonStartIdleClient.Click += new System.EventHandler(this.ButtonStartIdleClient_Click);
StephaneLenclud@194
   301
            // 
StephaneLenclud@152
   302
            // buttonCloseClients
StephaneLenclud@152
   303
            // 
StephaneLenclud@206
   304
            this.buttonCloseClients.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@206
   305
            this.buttonCloseClients.Location = new System.Drawing.Point(6, 336);
StephaneLenclud@152
   306
            this.buttonCloseClients.Name = "buttonCloseClients";
StephaneLenclud@189
   307
            this.buttonCloseClients.Size = new System.Drawing.Size(96, 23);
StephaneLenclud@152
   308
            this.buttonCloseClients.TabIndex = 20;
StephaneLenclud@152
   309
            this.buttonCloseClients.Text = "Close Clients";
StephaneLenclud@152
   310
            this.buttonCloseClients.UseVisualStyleBackColor = true;
StephaneLenclud@152
   311
            this.buttonCloseClients.Click += new System.EventHandler(this.buttonCloseClients_Click);
StephaneLenclud@152
   312
            // 
StephaneLenclud@152
   313
            // buttonStartClient
StephaneLenclud@152
   314
            // 
StephaneLenclud@152
   315
            this.buttonStartClient.Location = new System.Drawing.Point(6, 6);
StephaneLenclud@152
   316
            this.buttonStartClient.Name = "buttonStartClient";
StephaneLenclud@189
   317
            this.buttonStartClient.Size = new System.Drawing.Size(96, 23);
StephaneLenclud@152
   318
            this.buttonStartClient.TabIndex = 19;
StephaneLenclud@194
   319
            this.buttonStartClient.Text = "Start Test Client";
StephaneLenclud@152
   320
            this.buttonStartClient.UseVisualStyleBackColor = true;
StephaneLenclud@152
   321
            this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
StephaneLenclud@152
   322
            // 
StephaneLenclud@188
   323
            // iTreeViewClients
StephaneLenclud@152
   324
            // 
StephaneLenclud@188
   325
            this.iTreeViewClients.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
sl@36
   326
            | System.Windows.Forms.AnchorStyles.Left) 
sl@36
   327
            | System.Windows.Forms.AnchorStyles.Right)));
StephaneLenclud@189
   328
            this.iTreeViewClients.Location = new System.Drawing.Point(108, 6);
StephaneLenclud@188
   329
            this.iTreeViewClients.Name = "iTreeViewClients";
StephaneLenclud@206
   330
            this.iTreeViewClients.Size = new System.Drawing.Size(638, 328);
StephaneLenclud@188
   331
            this.iTreeViewClients.TabIndex = 0;
StephaneLenclud@188
   332
            this.iTreeViewClients.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewClients_AfterSelect);
StephaneLenclud@152
   333
            // 
StephaneLenclud@152
   334
            // tabPageDisplay
StephaneLenclud@152
   335
            // 
StephaneLenclud@152
   336
            this.tabPageDisplay.Controls.Add(this.buttonShowClock);
StephaneLenclud@152
   337
            this.tabPageDisplay.Controls.Add(this.buttonHideClock);
StephaneLenclud@152
   338
            this.tabPageDisplay.Controls.Add(this.buttonPowerOff);
StephaneLenclud@152
   339
            this.tabPageDisplay.Controls.Add(this.buttonPowerOn);
StephaneLenclud@152
   340
            this.tabPageDisplay.Controls.Add(this.labelTimerInterval);
StephaneLenclud@152
   341
            this.tabPageDisplay.Controls.Add(this.maskedTextBoxTimerInterval);
StephaneLenclud@152
   342
            this.tabPageDisplay.Controls.Add(this.comboBoxDisplayType);
StephaneLenclud@152
   343
            this.tabPageDisplay.Controls.Add(this.buttonSuspend);
StephaneLenclud@152
   344
            this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
StephaneLenclud@152
   345
            this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
StephaneLenclud@152
   346
            this.tabPageDisplay.Controls.Add(this.buttonFill);
StephaneLenclud@152
   347
            this.tabPageDisplay.Controls.Add(this.buttonClear);
StephaneLenclud@152
   348
            this.tabPageDisplay.Controls.Add(this.buttonClose);
StephaneLenclud@152
   349
            this.tabPageDisplay.Controls.Add(this.buttonOpen);
StephaneLenclud@152
   350
            this.tabPageDisplay.Controls.Add(this.buttonCapture);
StephaneLenclud@152
   351
            this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
StephaneLenclud@152
   352
            this.tabPageDisplay.Name = "tabPageDisplay";
StephaneLenclud@152
   353
            this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
StephaneLenclud@206
   354
            this.tabPageDisplay.Size = new System.Drawing.Size(752, 385);
StephaneLenclud@152
   355
            this.tabPageDisplay.TabIndex = 0;
StephaneLenclud@152
   356
            this.tabPageDisplay.Text = "Display";
StephaneLenclud@152
   357
            this.tabPageDisplay.UseVisualStyleBackColor = true;
StephaneLenclud@152
   358
            // 
StephaneLenclud@152
   359
            // buttonShowClock
StephaneLenclud@152
   360
            // 
StephaneLenclud@206
   361
            this.buttonShowClock.Location = new System.Drawing.Point(6, 122);
StephaneLenclud@152
   362
            this.buttonShowClock.Name = "buttonShowClock";
StephaneLenclud@152
   363
            this.buttonShowClock.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@152
   364
            this.buttonShowClock.TabIndex = 23;
StephaneLenclud@152
   365
            this.buttonShowClock.Text = "Show Clock";
StephaneLenclud@152
   366
            this.buttonShowClock.UseVisualStyleBackColor = true;
StephaneLenclud@152
   367
            this.buttonShowClock.Click += new System.EventHandler(this.buttonShowClock_Click);
StephaneLenclud@152
   368
            // 
StephaneLenclud@152
   369
            // buttonHideClock
StephaneLenclud@152
   370
            // 
StephaneLenclud@206
   371
            this.buttonHideClock.Location = new System.Drawing.Point(6, 151);
StephaneLenclud@152
   372
            this.buttonHideClock.Name = "buttonHideClock";
StephaneLenclud@152
   373
            this.buttonHideClock.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@152
   374
            this.buttonHideClock.TabIndex = 22;
StephaneLenclud@152
   375
            this.buttonHideClock.Text = "Hide Clock";
StephaneLenclud@152
   376
            this.buttonHideClock.UseVisualStyleBackColor = true;
StephaneLenclud@152
   377
            this.buttonHideClock.Click += new System.EventHandler(this.buttonHideClock_Click);
StephaneLenclud@152
   378
            // 
StephaneLenclud@152
   379
            // buttonPowerOff
StephaneLenclud@152
   380
            // 
StephaneLenclud@206
   381
            this.buttonPowerOff.Location = new System.Drawing.Point(6, 209);
StephaneLenclud@152
   382
            this.buttonPowerOff.Name = "buttonPowerOff";
StephaneLenclud@152
   383
            this.buttonPowerOff.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@152
   384
            this.buttonPowerOff.TabIndex = 21;
StephaneLenclud@152
   385
            this.buttonPowerOff.Text = "OFF";
StephaneLenclud@152
   386
            this.buttonPowerOff.UseVisualStyleBackColor = true;
StephaneLenclud@152
   387
            this.buttonPowerOff.Click += new System.EventHandler(this.buttonPowerOff_Click);
StephaneLenclud@152
   388
            // 
StephaneLenclud@152
   389
            // buttonPowerOn
StephaneLenclud@152
   390
            // 
StephaneLenclud@206
   391
            this.buttonPowerOn.Location = new System.Drawing.Point(6, 180);
StephaneLenclud@152
   392
            this.buttonPowerOn.Name = "buttonPowerOn";
StephaneLenclud@152
   393
            this.buttonPowerOn.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@152
   394
            this.buttonPowerOn.TabIndex = 20;
StephaneLenclud@152
   395
            this.buttonPowerOn.Text = "ON";
StephaneLenclud@152
   396
            this.buttonPowerOn.UseVisualStyleBackColor = true;
StephaneLenclud@152
   397
            this.buttonPowerOn.Click += new System.EventHandler(this.buttonPowerOn_Click);
StephaneLenclud@152
   398
            // 
StephaneLenclud@152
   399
            // labelTimerInterval
StephaneLenclud@152
   400
            // 
StephaneLenclud@152
   401
            this.labelTimerInterval.AutoSize = true;
StephaneLenclud@152
   402
            this.labelTimerInterval.Location = new System.Drawing.Point(184, 45);
StephaneLenclud@152
   403
            this.labelTimerInterval.Name = "labelTimerInterval";
StephaneLenclud@152
   404
            this.labelTimerInterval.Size = new System.Drawing.Size(98, 13);
StephaneLenclud@152
   405
            this.labelTimerInterval.TabIndex = 19;
StephaneLenclud@152
   406
            this.labelTimerInterval.Text = "Timer interval (ms) :";
StephaneLenclud@152
   407
            // 
StephaneLenclud@152
   408
            // maskedTextBoxTimerInterval
StephaneLenclud@152
   409
            // 
StephaneLenclud@152
   410
            this.maskedTextBoxTimerInterval.Location = new System.Drawing.Point(288, 42);
StephaneLenclud@152
   411
            this.maskedTextBoxTimerInterval.Mask = "000";
StephaneLenclud@152
   412
            this.maskedTextBoxTimerInterval.Name = "maskedTextBoxTimerInterval";
StephaneLenclud@152
   413
            this.maskedTextBoxTimerInterval.PromptChar = ' ';
StephaneLenclud@152
   414
            this.maskedTextBoxTimerInterval.Size = new System.Drawing.Size(24, 20);
StephaneLenclud@152
   415
            this.maskedTextBoxTimerInterval.TabIndex = 18;
StephaneLenclud@152
   416
            this.maskedTextBoxTimerInterval.TextChanged += new System.EventHandler(this.maskedTextBoxTimerInterval_TextChanged);
StephaneLenclud@152
   417
            // 
StephaneLenclud@152
   418
            // comboBoxDisplayType
StephaneLenclud@152
   419
            // 
StephaneLenclud@152
   420
            this.comboBoxDisplayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
StephaneLenclud@152
   421
            this.comboBoxDisplayType.FormattingEnabled = true;
StephaneLenclud@152
   422
            this.comboBoxDisplayType.Location = new System.Drawing.Point(187, 9);
StephaneLenclud@152
   423
            this.comboBoxDisplayType.Name = "comboBoxDisplayType";
StephaneLenclud@152
   424
            this.comboBoxDisplayType.Size = new System.Drawing.Size(181, 21);
StephaneLenclud@152
   425
            this.comboBoxDisplayType.TabIndex = 17;
StephaneLenclud@152
   426
            this.comboBoxDisplayType.SelectedIndexChanged += new System.EventHandler(this.comboBoxDisplayType_SelectedIndexChanged);
StephaneLenclud@152
   427
            // 
StephaneLenclud@152
   428
            // buttonSuspend
StephaneLenclud@152
   429
            // 
StephaneLenclud@152
   430
            this.buttonSuspend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@206
   431
            this.buttonSuspend.Location = new System.Drawing.Point(6, 317);
StephaneLenclud@152
   432
            this.buttonSuspend.Name = "buttonSuspend";
StephaneLenclud@152
   433
            this.buttonSuspend.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@152
   434
            this.buttonSuspend.TabIndex = 16;
StephaneLenclud@152
   435
            this.buttonSuspend.Text = "Pause";
StephaneLenclud@152
   436
            this.buttonSuspend.UseVisualStyleBackColor = true;
StephaneLenclud@152
   437
            this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
StephaneLenclud@152
   438
            // 
StephaneLenclud@152
   439
            // checkBoxConnectOnStartup
StephaneLenclud@152
   440
            // 
StephaneLenclud@152
   441
            this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@152
   442
            this.checkBoxConnectOnStartup.AutoSize = true;
StephaneLenclud@206
   443
            this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 350);
StephaneLenclud@152
   444
            this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
StephaneLenclud@152
   445
            this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
StephaneLenclud@152
   446
            this.checkBoxConnectOnStartup.TabIndex = 13;
StephaneLenclud@152
   447
            this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
StephaneLenclud@152
   448
            this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
StephaneLenclud@152
   449
            this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
StephaneLenclud@152
   450
            // 
StephaneLenclud@152
   451
            // trackBarBrightness
StephaneLenclud@152
   452
            // 
StephaneLenclud@152
   453
            this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
sl@7
   454
            | System.Windows.Forms.AnchorStyles.Right)));
StephaneLenclud@152
   455
            this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
StephaneLenclud@206
   456
            this.trackBarBrightness.Location = new System.Drawing.Point(704, 9);
StephaneLenclud@152
   457
            this.trackBarBrightness.Name = "trackBarBrightness";
StephaneLenclud@152
   458
            this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
StephaneLenclud@206
   459
            this.trackBarBrightness.Size = new System.Drawing.Size(45, 358);
StephaneLenclud@152
   460
            this.trackBarBrightness.TabIndex = 10;
StephaneLenclud@152
   461
            this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
StephaneLenclud@152
   462
            this.toolTip.SetToolTip(this.trackBarBrightness, "Brightness adjustment");
StephaneLenclud@152
   463
            this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
StephaneLenclud@152
   464
            // 
StephaneLenclud@152
   465
            // buttonFill
StephaneLenclud@152
   466
            // 
StephaneLenclud@152
   467
            this.buttonFill.Location = new System.Drawing.Point(6, 93);
StephaneLenclud@152
   468
            this.buttonFill.Name = "buttonFill";
StephaneLenclud@152
   469
            this.buttonFill.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@152
   470
            this.buttonFill.TabIndex = 9;
StephaneLenclud@152
   471
            this.buttonFill.Text = "Fill";
StephaneLenclud@152
   472
            this.buttonFill.UseVisualStyleBackColor = true;
StephaneLenclud@152
   473
            this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
StephaneLenclud@152
   474
            // 
StephaneLenclud@152
   475
            // buttonClear
StephaneLenclud@152
   476
            // 
StephaneLenclud@152
   477
            this.buttonClear.Location = new System.Drawing.Point(6, 64);
StephaneLenclud@152
   478
            this.buttonClear.Name = "buttonClear";
StephaneLenclud@152
   479
            this.buttonClear.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@152
   480
            this.buttonClear.TabIndex = 8;
StephaneLenclud@152
   481
            this.buttonClear.Text = "Clear";
StephaneLenclud@152
   482
            this.buttonClear.UseVisualStyleBackColor = true;
StephaneLenclud@152
   483
            this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
StephaneLenclud@152
   484
            // 
StephaneLenclud@152
   485
            // buttonClose
StephaneLenclud@152
   486
            // 
StephaneLenclud@152
   487
            this.buttonClose.Location = new System.Drawing.Point(6, 35);
StephaneLenclud@152
   488
            this.buttonClose.Name = "buttonClose";
StephaneLenclud@152
   489
            this.buttonClose.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@152
   490
            this.buttonClose.TabIndex = 7;
StephaneLenclud@152
   491
            this.buttonClose.Text = "Close";
StephaneLenclud@152
   492
            this.buttonClose.UseVisualStyleBackColor = true;
StephaneLenclud@152
   493
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
StephaneLenclud@152
   494
            // 
StephaneLenclud@152
   495
            // buttonOpen
StephaneLenclud@152
   496
            // 
StephaneLenclud@152
   497
            this.buttonOpen.Location = new System.Drawing.Point(6, 6);
StephaneLenclud@152
   498
            this.buttonOpen.Name = "buttonOpen";
StephaneLenclud@152
   499
            this.buttonOpen.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@152
   500
            this.buttonOpen.TabIndex = 6;
StephaneLenclud@152
   501
            this.buttonOpen.Text = "Open";
StephaneLenclud@152
   502
            this.buttonOpen.UseVisualStyleBackColor = true;
StephaneLenclud@152
   503
            this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
StephaneLenclud@152
   504
            // 
StephaneLenclud@152
   505
            // buttonCapture
StephaneLenclud@152
   506
            // 
StephaneLenclud@152
   507
            this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@206
   508
            this.buttonCapture.Location = new System.Drawing.Point(6, 346);
StephaneLenclud@152
   509
            this.buttonCapture.Name = "buttonCapture";
StephaneLenclud@152
   510
            this.buttonCapture.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@152
   511
            this.buttonCapture.TabIndex = 5;
StephaneLenclud@152
   512
            this.buttonCapture.Text = "Capture";
StephaneLenclud@152
   513
            this.buttonCapture.UseVisualStyleBackColor = true;
StephaneLenclud@152
   514
            this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
StephaneLenclud@152
   515
            // 
StephaneLenclud@152
   516
            // labelWarning
StephaneLenclud@152
   517
            // 
StephaneLenclud@152
   518
            this.labelWarning.AutoSize = true;
StephaneLenclud@152
   519
            this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
StephaneLenclud@152
   520
            this.labelWarning.ForeColor = System.Drawing.Color.Red;
StephaneLenclud@152
   521
            this.labelWarning.Location = new System.Drawing.Point(9, 9);
StephaneLenclud@152
   522
            this.labelWarning.Name = "labelWarning";
StephaneLenclud@152
   523
            this.labelWarning.Size = new System.Drawing.Size(80, 16);
StephaneLenclud@152
   524
            this.labelWarning.TabIndex = 18;
StephaneLenclud@152
   525
            this.labelWarning.Text = "WARNING";
StephaneLenclud@152
   526
            this.labelWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
StephaneLenclud@152
   527
            this.labelWarning.Visible = false;
StephaneLenclud@152
   528
            // 
StephaneLenclud@152
   529
            // checkBoxFixedPitchFontOnly
StephaneLenclud@152
   530
            // 
StephaneLenclud@152
   531
            this.checkBoxFixedPitchFontOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@152
   532
            this.checkBoxFixedPitchFontOnly.AutoSize = true;
StephaneLenclud@206
   533
            this.checkBoxFixedPitchFontOnly.Location = new System.Drawing.Point(87, 362);
StephaneLenclud@152
   534
            this.checkBoxFixedPitchFontOnly.Name = "checkBoxFixedPitchFontOnly";
StephaneLenclud@152
   535
            this.checkBoxFixedPitchFontOnly.Size = new System.Drawing.Size(120, 17);
StephaneLenclud@152
   536
            this.checkBoxFixedPitchFontOnly.TabIndex = 17;
StephaneLenclud@152
   537
            this.checkBoxFixedPitchFontOnly.Text = "Fixed pitch font only";
StephaneLenclud@152
   538
            this.checkBoxFixedPitchFontOnly.UseVisualStyleBackColor = true;
StephaneLenclud@152
   539
            // 
StephaneLenclud@152
   540
            // checkBoxShowBorders
StephaneLenclud@152
   541
            // 
StephaneLenclud@152
   542
            this.checkBoxShowBorders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
StephaneLenclud@152
   543
            this.checkBoxShowBorders.AutoSize = true;
StephaneLenclud@206
   544
            this.checkBoxShowBorders.Location = new System.Drawing.Point(645, 29);
StephaneLenclud@152
   545
            this.checkBoxShowBorders.Name = "checkBoxShowBorders";
StephaneLenclud@152
   546
            this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
StephaneLenclud@152
   547
            this.checkBoxShowBorders.TabIndex = 11;
StephaneLenclud@152
   548
            this.checkBoxShowBorders.Text = "Show borders";
StephaneLenclud@152
   549
            this.checkBoxShowBorders.UseVisualStyleBackColor = true;
StephaneLenclud@152
   550
            this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
StephaneLenclud@152
   551
            // 
StephaneLenclud@152
   552
            // buttonFont
StephaneLenclud@152
   553
            // 
StephaneLenclud@152
   554
            this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@206
   555
            this.buttonFont.Location = new System.Drawing.Point(6, 356);
StephaneLenclud@152
   556
            this.buttonFont.Name = "buttonFont";
StephaneLenclud@152
   557
            this.buttonFont.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@152
   558
            this.buttonFont.TabIndex = 0;
StephaneLenclud@152
   559
            this.buttonFont.Text = "Select Font";
StephaneLenclud@152
   560
            this.buttonFont.UseVisualStyleBackColor = true;
StephaneLenclud@152
   561
            this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
StephaneLenclud@152
   562
            // 
StephaneLenclud@152
   563
            // tabControl
StephaneLenclud@152
   564
            // 
StephaneLenclud@152
   565
            this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
sl@34
   566
            | System.Windows.Forms.AnchorStyles.Left) 
sl@34
   567
            | System.Windows.Forms.AnchorStyles.Right)));
StephaneLenclud@152
   568
            this.tabControl.Controls.Add(this.tabPageDisplay);
StephaneLenclud@152
   569
            this.tabControl.Controls.Add(this.tabPageClients);
StephaneLenclud@152
   570
            this.tabControl.Controls.Add(this.tabPageDesign);
StephaneLenclud@152
   571
            this.tabControl.Controls.Add(this.tabPageAudio);
StephaneLenclud@152
   572
            this.tabControl.Controls.Add(this.tabPageInput);
StephaneLenclud@168
   573
            this.tabControl.Controls.Add(this.tabPageCec);
StephaneLenclud@211
   574
            this.tabControl.Controls.Add(this.tabPageEvent);
StephaneLenclud@152
   575
            this.tabControl.Controls.Add(this.tabPageApp);
StephaneLenclud@201
   576
            this.tabControl.Controls.Add(this.tabPageLogs);
StephaneLenclud@206
   577
            this.tabControl.Location = new System.Drawing.Point(12, 125);
StephaneLenclud@152
   578
            this.tabControl.Name = "tabControl";
StephaneLenclud@152
   579
            this.tabControl.SelectedIndex = 0;
StephaneLenclud@206
   580
            this.tabControl.Size = new System.Drawing.Size(760, 411);
StephaneLenclud@152
   581
            this.tabControl.TabIndex = 0;
StephaneLenclud@152
   582
            // 
StephaneLenclud@152
   583
            // tabPageDesign
StephaneLenclud@152
   584
            // 
StephaneLenclud@152
   585
            this.tabPageDesign.Controls.Add(this.labelScrollingSpeed);
StephaneLenclud@152
   586
            this.tabPageDesign.Controls.Add(this.maskedTextBoxScrollingSpeed);
StephaneLenclud@152
   587
            this.tabPageDesign.Controls.Add(this.labelScrollLoopSeparator);
StephaneLenclud@152
   588
            this.tabPageDesign.Controls.Add(this.textBoxScrollLoopSeparator);
StephaneLenclud@152
   589
            this.tabPageDesign.Controls.Add(this.labelMinFontSize);
StephaneLenclud@152
   590
            this.tabPageDesign.Controls.Add(this.maskedTextBoxMinFontSize);
StephaneLenclud@152
   591
            this.tabPageDesign.Controls.Add(this.checkBoxScaleToFit);
StephaneLenclud@152
   592
            this.tabPageDesign.Controls.Add(this.checkBoxInverseColors);
StephaneLenclud@152
   593
            this.tabPageDesign.Controls.Add(this.checkBoxFixedPitchFontOnly);
StephaneLenclud@152
   594
            this.tabPageDesign.Controls.Add(this.buttonFont);
StephaneLenclud@152
   595
            this.tabPageDesign.Controls.Add(this.checkBoxReverseScreen);
StephaneLenclud@152
   596
            this.tabPageDesign.Controls.Add(this.checkBoxShowBorders);
StephaneLenclud@152
   597
            this.tabPageDesign.Location = new System.Drawing.Point(4, 22);
StephaneLenclud@152
   598
            this.tabPageDesign.Name = "tabPageDesign";
StephaneLenclud@152
   599
            this.tabPageDesign.Padding = new System.Windows.Forms.Padding(3);
StephaneLenclud@206
   600
            this.tabPageDesign.Size = new System.Drawing.Size(752, 385);
StephaneLenclud@152
   601
            this.tabPageDesign.TabIndex = 3;
StephaneLenclud@152
   602
            this.tabPageDesign.Text = "Design";
StephaneLenclud@152
   603
            this.tabPageDesign.UseVisualStyleBackColor = true;
StephaneLenclud@152
   604
            // 
StephaneLenclud@152
   605
            // labelScrollingSpeed
StephaneLenclud@152
   606
            // 
StephaneLenclud@206
   607
            this.labelScrollingSpeed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@152
   608
            this.labelScrollingSpeed.AutoSize = true;
StephaneLenclud@206
   609
            this.labelScrollingSpeed.Location = new System.Drawing.Point(92, 248);
StephaneLenclud@152
   610
            this.labelScrollingSpeed.Name = "labelScrollingSpeed";
StephaneLenclud@152
   611
            this.labelScrollingSpeed.Size = new System.Drawing.Size(115, 13);
StephaneLenclud@152
   612
            this.labelScrollingSpeed.TabIndex = 28;
StephaneLenclud@152
   613
            this.labelScrollingSpeed.Text = "Scrolling speed (px/s) :";
StephaneLenclud@152
   614
            // 
StephaneLenclud@152
   615
            // maskedTextBoxScrollingSpeed
StephaneLenclud@152
   616
            // 
StephaneLenclud@206
   617
            this.maskedTextBoxScrollingSpeed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@206
   618
            this.maskedTextBoxScrollingSpeed.Location = new System.Drawing.Point(213, 245);
StephaneLenclud@152
   619
            this.maskedTextBoxScrollingSpeed.Mask = "000";
StephaneLenclud@152
   620
            this.maskedTextBoxScrollingSpeed.Name = "maskedTextBoxScrollingSpeed";
StephaneLenclud@152
   621
            this.maskedTextBoxScrollingSpeed.PromptChar = ' ';
StephaneLenclud@152
   622
            this.maskedTextBoxScrollingSpeed.Size = new System.Drawing.Size(24, 20);
StephaneLenclud@152
   623
            this.maskedTextBoxScrollingSpeed.TabIndex = 27;
StephaneLenclud@152
   624
            this.maskedTextBoxScrollingSpeed.TextChanged += new System.EventHandler(this.maskedTextBoxScrollingSpeed_TextChanged);
StephaneLenclud@152
   625
            // 
StephaneLenclud@152
   626
            // labelScrollLoopSeparator
StephaneLenclud@152
   627
            // 
StephaneLenclud@206
   628
            this.labelScrollLoopSeparator.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@152
   629
            this.labelScrollLoopSeparator.AutoSize = true;
StephaneLenclud@206
   630
            this.labelScrollLoopSeparator.Location = new System.Drawing.Point(98, 274);
StephaneLenclud@152
   631
            this.labelScrollLoopSeparator.Name = "labelScrollLoopSeparator";
StephaneLenclud@152
   632
            this.labelScrollLoopSeparator.Size = new System.Drawing.Size(109, 13);
StephaneLenclud@152
   633
            this.labelScrollLoopSeparator.TabIndex = 26;
StephaneLenclud@152
   634
            this.labelScrollLoopSeparator.Text = "Scroll loop separator :";
StephaneLenclud@152
   635
            // 
StephaneLenclud@152
   636
            // textBoxScrollLoopSeparator
StephaneLenclud@152
   637
            // 
StephaneLenclud@206
   638
            this.textBoxScrollLoopSeparator.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@206
   639
            this.textBoxScrollLoopSeparator.Location = new System.Drawing.Point(213, 271);
StephaneLenclud@152
   640
            this.textBoxScrollLoopSeparator.Name = "textBoxScrollLoopSeparator";
StephaneLenclud@152
   641
            this.textBoxScrollLoopSeparator.Size = new System.Drawing.Size(74, 20);
StephaneLenclud@152
   642
            this.textBoxScrollLoopSeparator.TabIndex = 25;
StephaneLenclud@152
   643
            this.textBoxScrollLoopSeparator.TextChanged += new System.EventHandler(this.textBoxScrollLoopSeparator_TextChanged);
StephaneLenclud@152
   644
            // 
StephaneLenclud@152
   645
            // labelMinFontSize
StephaneLenclud@152
   646
            // 
StephaneLenclud@206
   647
            this.labelMinFontSize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@152
   648
            this.labelMinFontSize.AutoSize = true;
StephaneLenclud@206
   649
            this.labelMinFontSize.Location = new System.Drawing.Point(88, 323);
StephaneLenclud@152
   650
            this.labelMinFontSize.Name = "labelMinFontSize";
StephaneLenclud@152
   651
            this.labelMinFontSize.Size = new System.Drawing.Size(119, 13);
StephaneLenclud@152
   652
            this.labelMinFontSize.TabIndex = 24;
StephaneLenclud@152
   653
            this.labelMinFontSize.Text = "Minimum font size (pts) :";
StephaneLenclud@152
   654
            // 
StephaneLenclud@152
   655
            // maskedTextBoxMinFontSize
StephaneLenclud@152
   656
            // 
StephaneLenclud@206
   657
            this.maskedTextBoxMinFontSize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@206
   658
            this.maskedTextBoxMinFontSize.Location = new System.Drawing.Point(213, 320);
StephaneLenclud@152
   659
            this.maskedTextBoxMinFontSize.Mask = "000";
StephaneLenclud@152
   660
            this.maskedTextBoxMinFontSize.Name = "maskedTextBoxMinFontSize";
StephaneLenclud@152
   661
            this.maskedTextBoxMinFontSize.PromptChar = ' ';
StephaneLenclud@152
   662
            this.maskedTextBoxMinFontSize.Size = new System.Drawing.Size(24, 20);
StephaneLenclud@152
   663
            this.maskedTextBoxMinFontSize.TabIndex = 23;
StephaneLenclud@152
   664
            this.maskedTextBoxMinFontSize.TextChanged += new System.EventHandler(this.maskedTextBoxMinFontSize_TextChanged);
StephaneLenclud@152
   665
            // 
StephaneLenclud@152
   666
            // checkBoxScaleToFit
StephaneLenclud@152
   667
            // 
StephaneLenclud@152
   668
            this.checkBoxScaleToFit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@152
   669
            this.checkBoxScaleToFit.AutoSize = true;
StephaneLenclud@206
   670
            this.checkBoxScaleToFit.Location = new System.Drawing.Point(86, 297);
StephaneLenclud@152
   671
            this.checkBoxScaleToFit.Name = "checkBoxScaleToFit";
StephaneLenclud@152
   672
            this.checkBoxScaleToFit.Size = new System.Drawing.Size(201, 17);
StephaneLenclud@152
   673
            this.checkBoxScaleToFit.TabIndex = 22;
StephaneLenclud@152
   674
            this.checkBoxScaleToFit.Text = "Try scale font down to avoid scrolling";
StephaneLenclud@152
   675
            this.checkBoxScaleToFit.UseVisualStyleBackColor = true;
StephaneLenclud@152
   676
            this.checkBoxScaleToFit.CheckedChanged += new System.EventHandler(this.checkBoxScaleToFit_CheckedChanged);
StephaneLenclud@152
   677
            // 
StephaneLenclud@152
   678
            // checkBoxInverseColors
StephaneLenclud@152
   679
            // 
StephaneLenclud@152
   680
            this.checkBoxInverseColors.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
StephaneLenclud@152
   681
            this.checkBoxInverseColors.AutoSize = true;
StephaneLenclud@206
   682
            this.checkBoxInverseColors.Location = new System.Drawing.Point(645, 52);
StephaneLenclud@152
   683
            this.checkBoxInverseColors.Name = "checkBoxInverseColors";
StephaneLenclud@152
   684
            this.checkBoxInverseColors.Size = new System.Drawing.Size(92, 17);
StephaneLenclud@152
   685
            this.checkBoxInverseColors.TabIndex = 21;
StephaneLenclud@152
   686
            this.checkBoxInverseColors.Text = "Inverse colors";
StephaneLenclud@152
   687
            this.checkBoxInverseColors.UseVisualStyleBackColor = true;
StephaneLenclud@152
   688
            this.checkBoxInverseColors.CheckedChanged += new System.EventHandler(this.checkBoxInverseColors_CheckedChanged);
StephaneLenclud@152
   689
            // 
StephaneLenclud@152
   690
            // checkBoxReverseScreen
StephaneLenclud@152
   691
            // 
StephaneLenclud@152
   692
            this.checkBoxReverseScreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
StephaneLenclud@152
   693
            this.checkBoxReverseScreen.AutoSize = true;
StephaneLenclud@206
   694
            this.checkBoxReverseScreen.Location = new System.Drawing.Point(645, 6);
StephaneLenclud@152
   695
            this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
StephaneLenclud@152
   696
            this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
StephaneLenclud@152
   697
            this.checkBoxReverseScreen.TabIndex = 14;
StephaneLenclud@152
   698
            this.checkBoxReverseScreen.Text = "Reverse screen";
StephaneLenclud@152
   699
            this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
StephaneLenclud@152
   700
            this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
StephaneLenclud@152
   701
            // 
StephaneLenclud@152
   702
            // tabPageAudio
StephaneLenclud@152
   703
            // 
StephaneLenclud@152
   704
            this.tabPageAudio.Controls.Add(this.labelDefaultAudioDevice);
StephaneLenclud@152
   705
            this.tabPageAudio.Controls.Add(this.checkBoxShowVolumeLabel);
StephaneLenclud@152
   706
            this.tabPageAudio.Controls.Add(this.checkBoxMute);
StephaneLenclud@152
   707
            this.tabPageAudio.Controls.Add(this.trackBarMasterVolume);
StephaneLenclud@152
   708
            this.tabPageAudio.Location = new System.Drawing.Point(4, 22);
StephaneLenclud@152
   709
            this.tabPageAudio.Name = "tabPageAudio";
StephaneLenclud@152
   710
            this.tabPageAudio.Padding = new System.Windows.Forms.Padding(3);
StephaneLenclud@206
   711
            this.tabPageAudio.Size = new System.Drawing.Size(752, 385);
StephaneLenclud@152
   712
            this.tabPageAudio.TabIndex = 5;
StephaneLenclud@152
   713
            this.tabPageAudio.Text = "Audio";
StephaneLenclud@152
   714
            this.tabPageAudio.UseVisualStyleBackColor = true;
StephaneLenclud@152
   715
            // 
StephaneLenclud@152
   716
            // labelDefaultAudioDevice
StephaneLenclud@152
   717
            // 
StephaneLenclud@152
   718
            this.labelDefaultAudioDevice.AutoSize = true;
StephaneLenclud@152
   719
            this.labelDefaultAudioDevice.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
StephaneLenclud@152
   720
            this.labelDefaultAudioDevice.Location = new System.Drawing.Point(3, 6);
StephaneLenclud@152
   721
            this.labelDefaultAudioDevice.Name = "labelDefaultAudioDevice";
StephaneLenclud@152
   722
            this.labelDefaultAudioDevice.Size = new System.Drawing.Size(120, 13);
StephaneLenclud@152
   723
            this.labelDefaultAudioDevice.TabIndex = 19;
StephaneLenclud@152
   724
            this.labelDefaultAudioDevice.Text = "Audio Device Unknown";
StephaneLenclud@152
   725
            // 
StephaneLenclud@152
   726
            // checkBoxShowVolumeLabel
StephaneLenclud@152
   727
            // 
StephaneLenclud@152
   728
            this.checkBoxShowVolumeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@152
   729
            this.checkBoxShowVolumeLabel.AutoSize = true;
StephaneLenclud@206
   730
            this.checkBoxShowVolumeLabel.Location = new System.Drawing.Point(3, 329);
StephaneLenclud@152
   731
            this.checkBoxShowVolumeLabel.Name = "checkBoxShowVolumeLabel";
StephaneLenclud@152
   732
            this.checkBoxShowVolumeLabel.Size = new System.Drawing.Size(115, 17);
StephaneLenclud@152
   733
            this.checkBoxShowVolumeLabel.TabIndex = 18;
StephaneLenclud@152
   734
            this.checkBoxShowVolumeLabel.Text = "Show volume label";
StephaneLenclud@152
   735
            this.checkBoxShowVolumeLabel.UseVisualStyleBackColor = true;
StephaneLenclud@152
   736
            this.checkBoxShowVolumeLabel.CheckedChanged += new System.EventHandler(this.checkBoxShowVolumeLabel_CheckedChanged);
StephaneLenclud@152
   737
            // 
StephaneLenclud@152
   738
            // checkBoxMute
StephaneLenclud@152
   739
            // 
StephaneLenclud@152
   740
            this.checkBoxMute.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@152
   741
            this.checkBoxMute.AutoSize = true;
StephaneLenclud@206
   742
            this.checkBoxMute.Location = new System.Drawing.Point(3, 352);
StephaneLenclud@152
   743
            this.checkBoxMute.Name = "checkBoxMute";
StephaneLenclud@152
   744
            this.checkBoxMute.Size = new System.Drawing.Size(50, 17);
StephaneLenclud@152
   745
            this.checkBoxMute.TabIndex = 17;
StephaneLenclud@152
   746
            this.checkBoxMute.Text = "Mute";
StephaneLenclud@152
   747
            this.checkBoxMute.UseVisualStyleBackColor = true;
StephaneLenclud@152
   748
            this.checkBoxMute.CheckedChanged += new System.EventHandler(this.checkBoxMute_CheckedChanged);
StephaneLenclud@152
   749
            // 
StephaneLenclud@152
   750
            // trackBarMasterVolume
StephaneLenclud@152
   751
            // 
StephaneLenclud@206
   752
            this.trackBarMasterVolume.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
StephaneLenclud@206
   753
            | System.Windows.Forms.AnchorStyles.Right)));
StephaneLenclud@152
   754
            this.trackBarMasterVolume.BackColor = System.Drawing.SystemColors.Window;
StephaneLenclud@206
   755
            this.trackBarMasterVolume.Location = new System.Drawing.Point(701, 6);
StephaneLenclud@152
   756
            this.trackBarMasterVolume.Maximum = 100;
StephaneLenclud@152
   757
            this.trackBarMasterVolume.Name = "trackBarMasterVolume";
StephaneLenclud@152
   758
            this.trackBarMasterVolume.Orientation = System.Windows.Forms.Orientation.Vertical;
StephaneLenclud@206
   759
            this.trackBarMasterVolume.Size = new System.Drawing.Size(45, 373);
StephaneLenclud@152
   760
            this.trackBarMasterVolume.TabIndex = 0;
StephaneLenclud@152
   761
            this.trackBarMasterVolume.TickFrequency = 10;
StephaneLenclud@152
   762
            this.trackBarMasterVolume.TickStyle = System.Windows.Forms.TickStyle.Both;
StephaneLenclud@152
   763
            this.toolTip.SetToolTip(this.trackBarMasterVolume, "Master Volume");
StephaneLenclud@152
   764
            this.trackBarMasterVolume.Scroll += new System.EventHandler(this.trackBarMasterVolume_Scroll);
StephaneLenclud@152
   765
            // 
StephaneLenclud@152
   766
            // tabPageInput
StephaneLenclud@152
   767
            // 
StephaneLenclud@152
   768
            this.tabPageInput.Controls.Add(this.comboBoxOpticalDrives);
StephaneLenclud@152
   769
            this.tabPageInput.Controls.Add(this.labelOpticalDriveEject);
StephaneLenclud@152
   770
            this.tabPageInput.Controls.Add(this.pictureBoxGreenStart);
StephaneLenclud@152
   771
            this.tabPageInput.Controls.Add(this.labelStartFileName);
StephaneLenclud@152
   772
            this.tabPageInput.Controls.Add(this.buttonSelectFile);
StephaneLenclud@152
   773
            this.tabPageInput.Location = new System.Drawing.Point(4, 22);
StephaneLenclud@152
   774
            this.tabPageInput.Name = "tabPageInput";
StephaneLenclud@152
   775
            this.tabPageInput.Padding = new System.Windows.Forms.Padding(3);
StephaneLenclud@206
   776
            this.tabPageInput.Size = new System.Drawing.Size(752, 385);
StephaneLenclud@152
   777
            this.tabPageInput.TabIndex = 6;
StephaneLenclud@152
   778
            this.tabPageInput.Text = "Input";
StephaneLenclud@152
   779
            this.tabPageInput.UseVisualStyleBackColor = true;
StephaneLenclud@152
   780
            // 
StephaneLenclud@153
   781
            // comboBoxOpticalDrives
StephaneLenclud@153
   782
            // 
StephaneLenclud@153
   783
            this.comboBoxOpticalDrives.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
StephaneLenclud@153
   784
            this.comboBoxOpticalDrives.FormattingEnabled = true;
StephaneLenclud@153
   785
            this.comboBoxOpticalDrives.Location = new System.Drawing.Point(113, 53);
StephaneLenclud@153
   786
            this.comboBoxOpticalDrives.Name = "comboBoxOpticalDrives";
StephaneLenclud@153
   787
            this.comboBoxOpticalDrives.Size = new System.Drawing.Size(55, 21);
StephaneLenclud@153
   788
            this.comboBoxOpticalDrives.TabIndex = 18;
StephaneLenclud@153
   789
            this.comboBoxOpticalDrives.SelectedIndexChanged += new System.EventHandler(this.comboBoxOpticalDrives_SelectedIndexChanged);
StephaneLenclud@153
   790
            // 
StephaneLenclud@153
   791
            // labelOpticalDriveEject
StephaneLenclud@153
   792
            // 
StephaneLenclud@153
   793
            this.labelOpticalDriveEject.AutoSize = true;
StephaneLenclud@153
   794
            this.labelOpticalDriveEject.Location = new System.Drawing.Point(0, 56);
StephaneLenclud@153
   795
            this.labelOpticalDriveEject.Name = "labelOpticalDriveEject";
StephaneLenclud@153
   796
            this.labelOpticalDriveEject.Size = new System.Drawing.Size(107, 13);
StephaneLenclud@153
   797
            this.labelOpticalDriveEject.TabIndex = 3;
StephaneLenclud@153
   798
            this.labelOpticalDriveEject.Text = "Optical drive to eject:";
StephaneLenclud@153
   799
            // 
StephaneLenclud@152
   800
            // pictureBoxGreenStart
StephaneLenclud@152
   801
            // 
StephaneLenclud@152
   802
            this.pictureBoxGreenStart.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxGreenStart.Image")));
StephaneLenclud@152
   803
            this.pictureBoxGreenStart.Location = new System.Drawing.Point(3, 6);
StephaneLenclud@152
   804
            this.pictureBoxGreenStart.Name = "pictureBoxGreenStart";
StephaneLenclud@152
   805
            this.pictureBoxGreenStart.Size = new System.Drawing.Size(32, 32);
StephaneLenclud@152
   806
            this.pictureBoxGreenStart.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
StephaneLenclud@152
   807
            this.pictureBoxGreenStart.TabIndex = 2;
StephaneLenclud@152
   808
            this.pictureBoxGreenStart.TabStop = false;
StephaneLenclud@152
   809
            // 
StephaneLenclud@152
   810
            // labelStartFileName
StephaneLenclud@152
   811
            // 
StephaneLenclud@152
   812
            this.labelStartFileName.AutoSize = true;
StephaneLenclud@152
   813
            this.labelStartFileName.Location = new System.Drawing.Point(72, 16);
StephaneLenclud@152
   814
            this.labelStartFileName.Name = "labelStartFileName";
StephaneLenclud@152
   815
            this.labelStartFileName.Size = new System.Drawing.Size(33, 13);
StephaneLenclud@152
   816
            this.labelStartFileName.TabIndex = 1;
StephaneLenclud@152
   817
            this.labelStartFileName.Text = "None";
StephaneLenclud@152
   818
            // 
StephaneLenclud@152
   819
            // buttonSelectFile
StephaneLenclud@152
   820
            // 
StephaneLenclud@152
   821
            this.buttonSelectFile.Location = new System.Drawing.Point(41, 11);
StephaneLenclud@152
   822
            this.buttonSelectFile.Name = "buttonSelectFile";
StephaneLenclud@152
   823
            this.buttonSelectFile.Size = new System.Drawing.Size(25, 23);
StephaneLenclud@152
   824
            this.buttonSelectFile.TabIndex = 0;
StephaneLenclud@152
   825
            this.buttonSelectFile.Text = "...";
StephaneLenclud@152
   826
            this.buttonSelectFile.UseVisualStyleBackColor = true;
StephaneLenclud@152
   827
            this.buttonSelectFile.Click += new System.EventHandler(this.buttonSelectFile_Click);
StephaneLenclud@152
   828
            // 
StephaneLenclud@168
   829
            // tabPageCec
StephaneLenclud@168
   830
            // 
StephaneLenclud@206
   831
            this.tabPageCec.Controls.Add(this.groupBoxCecLogOptions);
StephaneLenclud@204
   832
            this.tabPageCec.Controls.Add(this.checkBoxCecReconnectToPowerTv);
StephaneLenclud@168
   833
            this.tabPageCec.Controls.Add(this.checkBoxCecMonitorOn);
StephaneLenclud@168
   834
            this.tabPageCec.Controls.Add(this.checkBoxCecMonitorOff);
StephaneLenclud@168
   835
            this.tabPageCec.Controls.Add(this.checkBoxCecEnabled);
StephaneLenclud@168
   836
            this.tabPageCec.Controls.Add(this.labelHdmiPort);
StephaneLenclud@168
   837
            this.tabPageCec.Controls.Add(this.comboBoxHdmiPort);
StephaneLenclud@168
   838
            this.tabPageCec.Location = new System.Drawing.Point(4, 22);
StephaneLenclud@168
   839
            this.tabPageCec.Name = "tabPageCec";
StephaneLenclud@168
   840
            this.tabPageCec.Padding = new System.Windows.Forms.Padding(3);
StephaneLenclud@206
   841
            this.tabPageCec.Size = new System.Drawing.Size(752, 385);
StephaneLenclud@168
   842
            this.tabPageCec.TabIndex = 7;
StephaneLenclud@168
   843
            this.tabPageCec.Text = "CEC";
StephaneLenclud@168
   844
            this.tabPageCec.UseVisualStyleBackColor = true;
StephaneLenclud@168
   845
            // 
StephaneLenclud@206
   846
            // groupBoxCecLogOptions
StephaneLenclud@206
   847
            // 
StephaneLenclud@206
   848
            this.groupBoxCecLogOptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@206
   849
            this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogNoPoll);
StephaneLenclud@206
   850
            this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogTraffic);
StephaneLenclud@206
   851
            this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogDebug);
StephaneLenclud@206
   852
            this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogNotice);
StephaneLenclud@206
   853
            this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogError);
StephaneLenclud@206
   854
            this.groupBoxCecLogOptions.Controls.Add(this.checkBoxCecLogWarning);
StephaneLenclud@206
   855
            this.groupBoxCecLogOptions.Location = new System.Drawing.Point(6, 239);
StephaneLenclud@206
   856
            this.groupBoxCecLogOptions.Name = "groupBoxCecLogOptions";
StephaneLenclud@206
   857
            this.groupBoxCecLogOptions.Size = new System.Drawing.Size(165, 140);
StephaneLenclud@206
   858
            this.groupBoxCecLogOptions.TabIndex = 25;
StephaneLenclud@206
   859
            this.groupBoxCecLogOptions.TabStop = false;
StephaneLenclud@206
   860
            this.groupBoxCecLogOptions.Text = "Log options";
StephaneLenclud@206
   861
            // 
StephaneLenclud@206
   862
            // checkBoxCecLogNoPoll
StephaneLenclud@206
   863
            // 
StephaneLenclud@206
   864
            this.checkBoxCecLogNoPoll.AutoSize = true;
StephaneLenclud@206
   865
            this.checkBoxCecLogNoPoll.Checked = true;
StephaneLenclud@206
   866
            this.checkBoxCecLogNoPoll.CheckState = System.Windows.Forms.CheckState.Checked;
StephaneLenclud@206
   867
            this.checkBoxCecLogNoPoll.Location = new System.Drawing.Point(76, 24);
StephaneLenclud@206
   868
            this.checkBoxCecLogNoPoll.Name = "checkBoxCecLogNoPoll";
StephaneLenclud@206
   869
            this.checkBoxCecLogNoPoll.Size = new System.Drawing.Size(59, 17);
StephaneLenclud@206
   870
            this.checkBoxCecLogNoPoll.TabIndex = 30;
StephaneLenclud@206
   871
            this.checkBoxCecLogNoPoll.Text = "No poll";
StephaneLenclud@206
   872
            this.checkBoxCecLogNoPoll.UseVisualStyleBackColor = true;
StephaneLenclud@206
   873
            this.checkBoxCecLogNoPoll.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
StephaneLenclud@206
   874
            // 
StephaneLenclud@206
   875
            // checkBoxCecLogTraffic
StephaneLenclud@206
   876
            // 
StephaneLenclud@206
   877
            this.checkBoxCecLogTraffic.AutoSize = true;
StephaneLenclud@206
   878
            this.checkBoxCecLogTraffic.Location = new System.Drawing.Point(6, 93);
StephaneLenclud@206
   879
            this.checkBoxCecLogTraffic.Name = "checkBoxCecLogTraffic";
StephaneLenclud@206
   880
            this.checkBoxCecLogTraffic.Size = new System.Drawing.Size(56, 17);
StephaneLenclud@206
   881
            this.checkBoxCecLogTraffic.TabIndex = 29;
StephaneLenclud@206
   882
            this.checkBoxCecLogTraffic.Text = "Traffic";
StephaneLenclud@206
   883
            this.checkBoxCecLogTraffic.UseVisualStyleBackColor = true;
StephaneLenclud@206
   884
            this.checkBoxCecLogTraffic.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
StephaneLenclud@206
   885
            // 
StephaneLenclud@206
   886
            // checkBoxCecLogDebug
StephaneLenclud@206
   887
            // 
StephaneLenclud@206
   888
            this.checkBoxCecLogDebug.AutoSize = true;
StephaneLenclud@206
   889
            this.checkBoxCecLogDebug.Location = new System.Drawing.Point(6, 116);
StephaneLenclud@206
   890
            this.checkBoxCecLogDebug.Name = "checkBoxCecLogDebug";
StephaneLenclud@206
   891
            this.checkBoxCecLogDebug.Size = new System.Drawing.Size(58, 17);
StephaneLenclud@206
   892
            this.checkBoxCecLogDebug.TabIndex = 28;
StephaneLenclud@206
   893
            this.checkBoxCecLogDebug.Text = "Debug";
StephaneLenclud@206
   894
            this.checkBoxCecLogDebug.UseVisualStyleBackColor = true;
StephaneLenclud@206
   895
            this.checkBoxCecLogDebug.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
StephaneLenclud@206
   896
            // 
StephaneLenclud@206
   897
            // checkBoxCecLogNotice
StephaneLenclud@206
   898
            // 
StephaneLenclud@206
   899
            this.checkBoxCecLogNotice.AutoSize = true;
StephaneLenclud@206
   900
            this.checkBoxCecLogNotice.Checked = true;
StephaneLenclud@206
   901
            this.checkBoxCecLogNotice.CheckState = System.Windows.Forms.CheckState.Checked;
StephaneLenclud@206
   902
            this.checkBoxCecLogNotice.Location = new System.Drawing.Point(6, 70);
StephaneLenclud@206
   903
            this.checkBoxCecLogNotice.Name = "checkBoxCecLogNotice";
StephaneLenclud@206
   904
            this.checkBoxCecLogNotice.Size = new System.Drawing.Size(57, 17);
StephaneLenclud@206
   905
            this.checkBoxCecLogNotice.TabIndex = 27;
StephaneLenclud@206
   906
            this.checkBoxCecLogNotice.Text = "Notice";
StephaneLenclud@206
   907
            this.checkBoxCecLogNotice.UseVisualStyleBackColor = true;
StephaneLenclud@206
   908
            this.checkBoxCecLogNotice.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
StephaneLenclud@206
   909
            // 
StephaneLenclud@206
   910
            // checkBoxCecLogError
StephaneLenclud@206
   911
            // 
StephaneLenclud@206
   912
            this.checkBoxCecLogError.AutoSize = true;
StephaneLenclud@206
   913
            this.checkBoxCecLogError.Checked = true;
StephaneLenclud@206
   914
            this.checkBoxCecLogError.CheckState = System.Windows.Forms.CheckState.Checked;
StephaneLenclud@206
   915
            this.checkBoxCecLogError.Location = new System.Drawing.Point(6, 24);
StephaneLenclud@206
   916
            this.checkBoxCecLogError.Name = "checkBoxCecLogError";
StephaneLenclud@206
   917
            this.checkBoxCecLogError.Size = new System.Drawing.Size(48, 17);
StephaneLenclud@206
   918
            this.checkBoxCecLogError.TabIndex = 26;
StephaneLenclud@206
   919
            this.checkBoxCecLogError.Text = "Error";
StephaneLenclud@206
   920
            this.checkBoxCecLogError.UseVisualStyleBackColor = true;
StephaneLenclud@206
   921
            this.checkBoxCecLogError.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
StephaneLenclud@206
   922
            // 
StephaneLenclud@206
   923
            // checkBoxCecLogWarning
StephaneLenclud@206
   924
            // 
StephaneLenclud@206
   925
            this.checkBoxCecLogWarning.AutoSize = true;
StephaneLenclud@206
   926
            this.checkBoxCecLogWarning.Checked = true;
StephaneLenclud@206
   927
            this.checkBoxCecLogWarning.CheckState = System.Windows.Forms.CheckState.Checked;
StephaneLenclud@206
   928
            this.checkBoxCecLogWarning.Location = new System.Drawing.Point(6, 47);
StephaneLenclud@206
   929
            this.checkBoxCecLogWarning.Name = "checkBoxCecLogWarning";
StephaneLenclud@206
   930
            this.checkBoxCecLogWarning.Size = new System.Drawing.Size(66, 17);
StephaneLenclud@206
   931
            this.checkBoxCecLogWarning.TabIndex = 25;
StephaneLenclud@206
   932
            this.checkBoxCecLogWarning.Text = "Warning";
StephaneLenclud@206
   933
            this.checkBoxCecLogWarning.UseVisualStyleBackColor = true;
StephaneLenclud@206
   934
            this.checkBoxCecLogWarning.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
StephaneLenclud@206
   935
            // 
StephaneLenclud@204
   936
            // checkBoxCecReconnectToPowerTv
StephaneLenclud@204
   937
            // 
StephaneLenclud@204
   938
            this.checkBoxCecReconnectToPowerTv.AutoSize = true;
StephaneLenclud@204
   939
            this.checkBoxCecReconnectToPowerTv.Location = new System.Drawing.Point(6, 115);
StephaneLenclud@204
   940
            this.checkBoxCecReconnectToPowerTv.Name = "checkBoxCecReconnectToPowerTv";
StephaneLenclud@204
   941
            this.checkBoxCecReconnectToPowerTv.Size = new System.Drawing.Size(194, 17);
StephaneLenclud@204
   942
            this.checkBoxCecReconnectToPowerTv.TabIndex = 24;
StephaneLenclud@204
   943
            this.checkBoxCecReconnectToPowerTv.Text = "Reconnect before TV power switch";
StephaneLenclud@204
   944
            this.checkBoxCecReconnectToPowerTv.UseVisualStyleBackColor = true;
StephaneLenclud@204
   945
            this.checkBoxCecReconnectToPowerTv.CheckedChanged += new System.EventHandler(this.checkBoxCecReconnectToPowerTv_CheckedChanged);
StephaneLenclud@204
   946
            // 
StephaneLenclud@168
   947
            // checkBoxCecMonitorOn
StephaneLenclud@168
   948
            // 
StephaneLenclud@168
   949
            this.checkBoxCecMonitorOn.AutoSize = true;
StephaneLenclud@168
   950
            this.checkBoxCecMonitorOn.Location = new System.Drawing.Point(6, 92);
StephaneLenclud@168
   951
            this.checkBoxCecMonitorOn.Name = "checkBoxCecMonitorOn";
StephaneLenclud@168
   952
            this.checkBoxCecMonitorOn.Size = new System.Drawing.Size(192, 17);
StephaneLenclud@168
   953
            this.checkBoxCecMonitorOn.TabIndex = 23;
StephaneLenclud@168
   954
            this.checkBoxCecMonitorOn.Text = "Wake up TV when screen turns on";
StephaneLenclud@168
   955
            this.checkBoxCecMonitorOn.UseVisualStyleBackColor = true;
StephaneLenclud@168
   956
            this.checkBoxCecMonitorOn.CheckedChanged += new System.EventHandler(this.checkBoxCecMonitorOn_CheckedChanged);
StephaneLenclud@168
   957
            // 
StephaneLenclud@168
   958
            // checkBoxCecMonitorOff
StephaneLenclud@168
   959
            // 
StephaneLenclud@168
   960
            this.checkBoxCecMonitorOff.AutoSize = true;
StephaneLenclud@168
   961
            this.checkBoxCecMonitorOff.Location = new System.Drawing.Point(6, 69);
StephaneLenclud@168
   962
            this.checkBoxCecMonitorOff.Name = "checkBoxCecMonitorOff";
StephaneLenclud@168
   963
            this.checkBoxCecMonitorOff.Size = new System.Drawing.Size(219, 17);
StephaneLenclud@168
   964
            this.checkBoxCecMonitorOff.TabIndex = 22;
StephaneLenclud@168
   965
            this.checkBoxCecMonitorOff.Text = "Set TV on standby when screen turns off";
StephaneLenclud@168
   966
            this.checkBoxCecMonitorOff.UseVisualStyleBackColor = true;
StephaneLenclud@168
   967
            this.checkBoxCecMonitorOff.CheckedChanged += new System.EventHandler(this.checkBoxCecMonitorOff_CheckedChanged);
StephaneLenclud@168
   968
            // 
StephaneLenclud@168
   969
            // checkBoxCecEnabled
StephaneLenclud@168
   970
            // 
StephaneLenclud@168
   971
            this.checkBoxCecEnabled.AutoSize = true;
StephaneLenclud@168
   972
            this.checkBoxCecEnabled.Location = new System.Drawing.Point(6, 6);
StephaneLenclud@168
   973
            this.checkBoxCecEnabled.Name = "checkBoxCecEnabled";
StephaneLenclud@168
   974
            this.checkBoxCecEnabled.Size = new System.Drawing.Size(83, 17);
StephaneLenclud@168
   975
            this.checkBoxCecEnabled.TabIndex = 21;
StephaneLenclud@168
   976
            this.checkBoxCecEnabled.Text = "Enable CEC";
StephaneLenclud@168
   977
            this.checkBoxCecEnabled.UseVisualStyleBackColor = true;
StephaneLenclud@168
   978
            this.checkBoxCecEnabled.CheckedChanged += new System.EventHandler(this.checkBoxCecEnabled_CheckedChanged);
StephaneLenclud@168
   979
            // 
StephaneLenclud@168
   980
            // labelHdmiPort
StephaneLenclud@168
   981
            // 
StephaneLenclud@168
   982
            this.labelHdmiPort.AutoSize = true;
StephaneLenclud@168
   983
            this.labelHdmiPort.Location = new System.Drawing.Point(3, 26);
StephaneLenclud@168
   984
            this.labelHdmiPort.Name = "labelHdmiPort";
StephaneLenclud@168
   985
            this.labelHdmiPort.Size = new System.Drawing.Size(182, 13);
StephaneLenclud@168
   986
            this.labelHdmiPort.TabIndex = 20;
StephaneLenclud@168
   987
            this.labelHdmiPort.Text = "TV HDMI port connected to your PC:";
StephaneLenclud@168
   988
            // 
StephaneLenclud@168
   989
            // comboBoxHdmiPort
StephaneLenclud@168
   990
            // 
StephaneLenclud@168
   991
            this.comboBoxHdmiPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
StephaneLenclud@168
   992
            this.comboBoxHdmiPort.FormattingEnabled = true;
StephaneLenclud@168
   993
            this.comboBoxHdmiPort.Items.AddRange(new object[] {
StephaneLenclud@168
   994
            "HDMI 1",
StephaneLenclud@168
   995
            "HDMI 2",
StephaneLenclud@168
   996
            "HDMI 3",
StephaneLenclud@168
   997
            "HDMI 4",
StephaneLenclud@168
   998
            "HDMI 5",
StephaneLenclud@168
   999
            "HDMI 6",
StephaneLenclud@168
  1000
            "HDMI 7",
StephaneLenclud@168
  1001
            "HDMI 8",
StephaneLenclud@168
  1002
            "HDMI 9"});
StephaneLenclud@168
  1003
            this.comboBoxHdmiPort.Location = new System.Drawing.Point(6, 42);
StephaneLenclud@168
  1004
            this.comboBoxHdmiPort.Name = "comboBoxHdmiPort";
StephaneLenclud@168
  1005
            this.comboBoxHdmiPort.Size = new System.Drawing.Size(87, 21);
StephaneLenclud@168
  1006
            this.comboBoxHdmiPort.TabIndex = 19;
StephaneLenclud@168
  1007
            this.comboBoxHdmiPort.SelectedIndexChanged += new System.EventHandler(this.comboBoxHdmiPort_SelectedIndexChanged);
StephaneLenclud@168
  1008
            // 
StephaneLenclud@211
  1009
            // tabPageEvent
StephaneLenclud@211
  1010
            // 
StephaneLenclud@211
  1011
            this.tabPageEvent.Controls.Add(this.buttonDeleteAction);
StephaneLenclud@211
  1012
            this.tabPageEvent.Controls.Add(this.buttonAddAction);
StephaneLenclud@211
  1013
            this.tabPageEvent.Controls.Add(this.iTreeViewEvents);
StephaneLenclud@211
  1014
            this.tabPageEvent.Location = new System.Drawing.Point(4, 22);
StephaneLenclud@211
  1015
            this.tabPageEvent.Name = "tabPageEvent";
StephaneLenclud@211
  1016
            this.tabPageEvent.Padding = new System.Windows.Forms.Padding(3);
StephaneLenclud@211
  1017
            this.tabPageEvent.Size = new System.Drawing.Size(752, 385);
StephaneLenclud@211
  1018
            this.tabPageEvent.TabIndex = 9;
StephaneLenclud@211
  1019
            this.tabPageEvent.Text = "Events";
StephaneLenclud@211
  1020
            this.tabPageEvent.UseVisualStyleBackColor = true;
StephaneLenclud@211
  1021
            // 
StephaneLenclud@211
  1022
            // buttonDeleteAction
StephaneLenclud@211
  1023
            // 
StephaneLenclud@211
  1024
            this.buttonDeleteAction.Location = new System.Drawing.Point(6, 35);
StephaneLenclud@211
  1025
            this.buttonDeleteAction.Name = "buttonDeleteAction";
StephaneLenclud@211
  1026
            this.buttonDeleteAction.Size = new System.Drawing.Size(96, 23);
StephaneLenclud@211
  1027
            this.buttonDeleteAction.TabIndex = 21;
StephaneLenclud@211
  1028
            this.buttonDeleteAction.Text = "Delete Action";
StephaneLenclud@211
  1029
            this.buttonDeleteAction.UseVisualStyleBackColor = true;
StephaneLenclud@211
  1030
            // 
StephaneLenclud@211
  1031
            // buttonAddAction
StephaneLenclud@211
  1032
            // 
StephaneLenclud@211
  1033
            this.buttonAddAction.Location = new System.Drawing.Point(6, 6);
StephaneLenclud@211
  1034
            this.buttonAddAction.Name = "buttonAddAction";
StephaneLenclud@211
  1035
            this.buttonAddAction.Size = new System.Drawing.Size(96, 23);
StephaneLenclud@211
  1036
            this.buttonAddAction.TabIndex = 20;
StephaneLenclud@211
  1037
            this.buttonAddAction.Text = "Add Action";
StephaneLenclud@211
  1038
            this.buttonAddAction.UseVisualStyleBackColor = true;
StephaneLenclud@211
  1039
            this.buttonAddAction.Click += new System.EventHandler(this.buttonAddAction_Click);
StephaneLenclud@211
  1040
            // 
StephaneLenclud@211
  1041
            // iTreeViewEvents
StephaneLenclud@211
  1042
            // 
StephaneLenclud@211
  1043
            this.iTreeViewEvents.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
StephaneLenclud@211
  1044
            | System.Windows.Forms.AnchorStyles.Left) 
StephaneLenclud@211
  1045
            | System.Windows.Forms.AnchorStyles.Right)));
StephaneLenclud@211
  1046
            this.iTreeViewEvents.Location = new System.Drawing.Point(111, 3);
StephaneLenclud@211
  1047
            this.iTreeViewEvents.Name = "iTreeViewEvents";
StephaneLenclud@211
  1048
            this.iTreeViewEvents.Size = new System.Drawing.Size(638, 376);
StephaneLenclud@211
  1049
            this.iTreeViewEvents.TabIndex = 1;
StephaneLenclud@211
  1050
            // 
StephaneLenclud@152
  1051
            // tabPageApp
StephaneLenclud@152
  1052
            // 
StephaneLenclud@152
  1053
            this.tabPageApp.Controls.Add(this.checkBoxStartMinimized);
StephaneLenclud@152
  1054
            this.tabPageApp.Controls.Add(this.checkBoxMinimizeToTray);
StephaneLenclud@152
  1055
            this.tabPageApp.Controls.Add(this.checkBoxAutoStart);
StephaneLenclud@152
  1056
            this.tabPageApp.Controls.Add(this.buttonUpdate);
StephaneLenclud@152
  1057
            this.tabPageApp.Location = new System.Drawing.Point(4, 22);
StephaneLenclud@152
  1058
            this.tabPageApp.Name = "tabPageApp";
StephaneLenclud@152
  1059
            this.tabPageApp.Padding = new System.Windows.Forms.Padding(3);
StephaneLenclud@206
  1060
            this.tabPageApp.Size = new System.Drawing.Size(752, 385);
StephaneLenclud@152
  1061
            this.tabPageApp.TabIndex = 4;
StephaneLenclud@152
  1062
            this.tabPageApp.Text = "Application";
StephaneLenclud@152
  1063
            this.tabPageApp.UseVisualStyleBackColor = true;
StephaneLenclud@152
  1064
            // 
StephaneLenclud@152
  1065
            // checkBoxStartMinimized
StephaneLenclud@152
  1066
            // 
StephaneLenclud@152
  1067
            this.checkBoxStartMinimized.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@152
  1068
            this.checkBoxStartMinimized.AutoSize = true;
StephaneLenclud@206
  1069
            this.checkBoxStartMinimized.Location = new System.Drawing.Point(6, 285);
StephaneLenclud@152
  1070
            this.checkBoxStartMinimized.Name = "checkBoxStartMinimized";
StephaneLenclud@152
  1071
            this.checkBoxStartMinimized.Size = new System.Drawing.Size(96, 17);
StephaneLenclud@152
  1072
            this.checkBoxStartMinimized.TabIndex = 16;
StephaneLenclud@152
  1073
            this.checkBoxStartMinimized.Text = "Start minimized";
StephaneLenclud@152
  1074
            this.checkBoxStartMinimized.UseVisualStyleBackColor = true;
StephaneLenclud@152
  1075
            this.checkBoxStartMinimized.CheckedChanged += new System.EventHandler(this.checkBoxStartMinimized_CheckedChanged);
StephaneLenclud@152
  1076
            // 
StephaneLenclud@152
  1077
            // checkBoxMinimizeToTray
StephaneLenclud@152
  1078
            // 
StephaneLenclud@152
  1079
            this.checkBoxMinimizeToTray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@152
  1080
            this.checkBoxMinimizeToTray.AutoSize = true;
StephaneLenclud@206
  1081
            this.checkBoxMinimizeToTray.Location = new System.Drawing.Point(6, 308);
StephaneLenclud@152
  1082
            this.checkBoxMinimizeToTray.Name = "checkBoxMinimizeToTray";
StephaneLenclud@152
  1083
            this.checkBoxMinimizeToTray.Size = new System.Drawing.Size(133, 17);
StephaneLenclud@152
  1084
            this.checkBoxMinimizeToTray.TabIndex = 15;
StephaneLenclud@152
  1085
            this.checkBoxMinimizeToTray.Text = "Minimize to system tray";
StephaneLenclud@152
  1086
            this.checkBoxMinimizeToTray.UseVisualStyleBackColor = true;
StephaneLenclud@152
  1087
            this.checkBoxMinimizeToTray.CheckedChanged += new System.EventHandler(this.checkBoxMinimizeToTray_CheckedChanged);
StephaneLenclud@152
  1088
            // 
StephaneLenclud@152
  1089
            // checkBoxAutoStart
StephaneLenclud@152
  1090
            // 
StephaneLenclud@152
  1091
            this.checkBoxAutoStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@152
  1092
            this.checkBoxAutoStart.AutoSize = true;
StephaneLenclud@206
  1093
            this.checkBoxAutoStart.Location = new System.Drawing.Point(6, 331);
StephaneLenclud@152
  1094
            this.checkBoxAutoStart.Name = "checkBoxAutoStart";
StephaneLenclud@152
  1095
            this.checkBoxAutoStart.Size = new System.Drawing.Size(143, 17);
StephaneLenclud@152
  1096
            this.checkBoxAutoStart.TabIndex = 14;
StephaneLenclud@152
  1097
            this.checkBoxAutoStart.Text = "Run on Windows startup";
StephaneLenclud@152
  1098
            this.checkBoxAutoStart.UseVisualStyleBackColor = true;
StephaneLenclud@152
  1099
            this.checkBoxAutoStart.CheckedChanged += new System.EventHandler(this.checkBoxAutoStart_CheckedChanged);
StephaneLenclud@152
  1100
            // 
StephaneLenclud@152
  1101
            // buttonUpdate
StephaneLenclud@152
  1102
            // 
StephaneLenclud@206
  1103
            this.buttonUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@206
  1104
            this.buttonUpdate.Location = new System.Drawing.Point(6, 354);
StephaneLenclud@152
  1105
            this.buttonUpdate.Name = "buttonUpdate";
StephaneLenclud@152
  1106
            this.buttonUpdate.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@152
  1107
            this.buttonUpdate.TabIndex = 0;
StephaneLenclud@152
  1108
            this.buttonUpdate.Text = "Update";
StephaneLenclud@152
  1109
            this.buttonUpdate.UseVisualStyleBackColor = true;
StephaneLenclud@152
  1110
            this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
StephaneLenclud@152
  1111
            // 
StephaneLenclud@201
  1112
            // tabPageLogs
StephaneLenclud@201
  1113
            // 
StephaneLenclud@206
  1114
            this.tabPageLogs.Controls.Add(this.buttonClearLogs);
StephaneLenclud@201
  1115
            this.tabPageLogs.Controls.Add(this.richTextBoxLogs);
StephaneLenclud@201
  1116
            this.tabPageLogs.Location = new System.Drawing.Point(4, 22);
StephaneLenclud@201
  1117
            this.tabPageLogs.Name = "tabPageLogs";
StephaneLenclud@201
  1118
            this.tabPageLogs.Padding = new System.Windows.Forms.Padding(3);
StephaneLenclud@206
  1119
            this.tabPageLogs.Size = new System.Drawing.Size(752, 385);
StephaneLenclud@201
  1120
            this.tabPageLogs.TabIndex = 8;
StephaneLenclud@201
  1121
            this.tabPageLogs.Text = "Logs";
StephaneLenclud@201
  1122
            this.tabPageLogs.UseVisualStyleBackColor = true;
StephaneLenclud@201
  1123
            // 
StephaneLenclud@206
  1124
            // buttonClearLogs
StephaneLenclud@206
  1125
            // 
StephaneLenclud@206
  1126
            this.buttonClearLogs.Location = new System.Drawing.Point(671, 6);
StephaneLenclud@206
  1127
            this.buttonClearLogs.Name = "buttonClearLogs";
StephaneLenclud@206
  1128
            this.buttonClearLogs.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@206
  1129
            this.buttonClearLogs.TabIndex = 2;
StephaneLenclud@206
  1130
            this.buttonClearLogs.Text = "Clear";
StephaneLenclud@206
  1131
            this.buttonClearLogs.UseVisualStyleBackColor = true;
StephaneLenclud@206
  1132
            this.buttonClearLogs.Click += new System.EventHandler(this.buttonClearLogs_Click);
StephaneLenclud@206
  1133
            // 
StephaneLenclud@201
  1134
            // richTextBoxLogs
StephaneLenclud@201
  1135
            // 
StephaneLenclud@201
  1136
            this.richTextBoxLogs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
StephaneLenclud@201
  1137
            | System.Windows.Forms.AnchorStyles.Left) 
StephaneLenclud@201
  1138
            | System.Windows.Forms.AnchorStyles.Right)));
StephaneLenclud@201
  1139
            this.richTextBoxLogs.BorderStyle = System.Windows.Forms.BorderStyle.None;
StephaneLenclud@201
  1140
            this.richTextBoxLogs.DetectUrls = false;
StephaneLenclud@201
  1141
            this.richTextBoxLogs.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
StephaneLenclud@201
  1142
            this.richTextBoxLogs.Location = new System.Drawing.Point(6, 6);
StephaneLenclud@201
  1143
            this.richTextBoxLogs.Name = "richTextBoxLogs";
StephaneLenclud@201
  1144
            this.richTextBoxLogs.ReadOnly = true;
StephaneLenclud@206
  1145
            this.richTextBoxLogs.Size = new System.Drawing.Size(740, 373);
StephaneLenclud@201
  1146
            this.richTextBoxLogs.TabIndex = 1;
StephaneLenclud@201
  1147
            this.richTextBoxLogs.Text = "";
StephaneLenclud@201
  1148
            this.richTextBoxLogs.WordWrap = false;
StephaneLenclud@201
  1149
            // 
StephaneLenclud@204
  1150
            // labelFontWidth
StephaneLenclud@204
  1151
            // 
StephaneLenclud@204
  1152
            this.labelFontWidth.AutoSize = true;
StephaneLenclud@204
  1153
            this.labelFontWidth.Location = new System.Drawing.Point(13, 29);
StephaneLenclud@204
  1154
            this.labelFontWidth.Name = "labelFontWidth";
StephaneLenclud@204
  1155
            this.labelFontWidth.Size = new System.Drawing.Size(56, 13);
StephaneLenclud@204
  1156
            this.labelFontWidth.TabIndex = 19;
StephaneLenclud@204
  1157
            this.labelFontWidth.Text = "Font width";
StephaneLenclud@204
  1158
            // 
StephaneLenclud@204
  1159
            // labelFontHeight
StephaneLenclud@204
  1160
            // 
StephaneLenclud@204
  1161
            this.labelFontHeight.AutoSize = true;
StephaneLenclud@204
  1162
            this.labelFontHeight.Location = new System.Drawing.Point(13, 46);
StephaneLenclud@204
  1163
            this.labelFontHeight.Name = "labelFontHeight";
StephaneLenclud@204
  1164
            this.labelFontHeight.Size = new System.Drawing.Size(60, 13);
StephaneLenclud@204
  1165
            this.labelFontHeight.TabIndex = 20;
StephaneLenclud@204
  1166
            this.labelFontHeight.Text = "Font height";
StephaneLenclud@204
  1167
            // 
StephaneLenclud@204
  1168
            // openFileDialog
StephaneLenclud@204
  1169
            // 
StephaneLenclud@204
  1170
            this.openFileDialog.Filter = "EXE files (*.exe)|*.exe|All files (*.*)|*.*";
StephaneLenclud@204
  1171
            // 
StephaneLenclud@152
  1172
            // MainForm
StephaneLenclud@152
  1173
            // 
StephaneLenclud@152
  1174
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
StephaneLenclud@152
  1175
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
StephaneLenclud@206
  1176
            this.ClientSize = new System.Drawing.Size(784, 561);
StephaneLenclud@152
  1177
            this.Controls.Add(this.labelFontHeight);
StephaneLenclud@152
  1178
            this.Controls.Add(this.labelFontWidth);
StephaneLenclud@152
  1179
            this.Controls.Add(this.labelWarning);
StephaneLenclud@152
  1180
            this.Controls.Add(this.statusStrip);
StephaneLenclud@152
  1181
            this.Controls.Add(this.tabControl);
StephaneLenclud@152
  1182
            this.Controls.Add(this.panelDisplay);
StephaneLenclud@152
  1183
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
StephaneLenclud@206
  1184
            this.MinimumSize = new System.Drawing.Size(800, 600);
StephaneLenclud@152
  1185
            this.Name = "MainForm";
StephaneLenclud@152
  1186
            this.Text = "Sharp Display Manager";
StephaneLenclud@152
  1187
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
StephaneLenclud@152
  1188
            this.Load += new System.EventHandler(this.MainForm_Load);
StephaneLenclud@152
  1189
            this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged);
StephaneLenclud@152
  1190
            this.Resize += new System.EventHandler(this.MainForm_Resize);
StephaneLenclud@152
  1191
            this.panelDisplay.ResumeLayout(false);
StephaneLenclud@175
  1192
            this.iTableLayoutPanel.ResumeLayout(false);
StephaneLenclud@175
  1193
            this.iTableLayoutPanel.PerformLayout();
StephaneLenclud@152
  1194
            this.statusStrip.ResumeLayout(false);
StephaneLenclud@152
  1195
            this.statusStrip.PerformLayout();
StephaneLenclud@152
  1196
            this.tabPageClients.ResumeLayout(false);
StephaneLenclud@194
  1197
            this.tabPageClients.PerformLayout();
StephaneLenclud@152
  1198
            this.tabPageDisplay.ResumeLayout(false);
StephaneLenclud@152
  1199
            this.tabPageDisplay.PerformLayout();
StephaneLenclud@152
  1200
            ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
StephaneLenclud@152
  1201
            this.tabControl.ResumeLayout(false);
StephaneLenclud@152
  1202
            this.tabPageDesign.ResumeLayout(false);
StephaneLenclud@152
  1203
            this.tabPageDesign.PerformLayout();
StephaneLenclud@152
  1204
            this.tabPageAudio.ResumeLayout(false);
StephaneLenclud@152
  1205
            this.tabPageAudio.PerformLayout();
StephaneLenclud@152
  1206
            ((System.ComponentModel.ISupportInitialize)(this.trackBarMasterVolume)).EndInit();
StephaneLenclud@152
  1207
            this.tabPageInput.ResumeLayout(false);
StephaneLenclud@152
  1208
            this.tabPageInput.PerformLayout();
StephaneLenclud@152
  1209
            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxGreenStart)).EndInit();
StephaneLenclud@168
  1210
            this.tabPageCec.ResumeLayout(false);
StephaneLenclud@168
  1211
            this.tabPageCec.PerformLayout();
StephaneLenclud@206
  1212
            this.groupBoxCecLogOptions.ResumeLayout(false);
StephaneLenclud@206
  1213
            this.groupBoxCecLogOptions.PerformLayout();
StephaneLenclud@211
  1214
            this.tabPageEvent.ResumeLayout(false);
StephaneLenclud@152
  1215
            this.tabPageApp.ResumeLayout(false);
StephaneLenclud@152
  1216
            this.tabPageApp.PerformLayout();
StephaneLenclud@201
  1217
            this.tabPageLogs.ResumeLayout(false);
StephaneLenclud@152
  1218
            this.ResumeLayout(false);
StephaneLenclud@152
  1219
            this.PerformLayout();
sl@0
  1220
sl@0
  1221
        }
sl@0
  1222
sl@0
  1223
        #endregion
sl@0
  1224
sl@0
  1225
        private System.Windows.Forms.FontDialog fontDialog;
sl@2
  1226
        private System.Windows.Forms.Timer timer;
sl@7
  1227
        private System.Windows.Forms.StatusStrip statusStrip;
sl@7
  1228
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
sl@8
  1229
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
sl@8
  1230
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
sl@12
  1231
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
sl@13
  1232
        private System.Windows.Forms.Panel panelDisplay;
StephaneLenclud@175
  1233
        private System.Windows.Forms.TableLayoutPanel iTableLayoutPanel;
sl@30
  1234
        private MarqueeLabel marqueeLabelTop;
sl@30
  1235
        private MarqueeLabel marqueeLabelBottom;
sl@30
  1236
        private System.Windows.Forms.TabPage tabPageClients;
StephaneLenclud@188
  1237
        private System.Windows.Forms.TreeView iTreeViewClients;
sl@36
  1238
        private System.Windows.Forms.TabPage tabPageDisplay;
sl@36
  1239
        private System.Windows.Forms.CheckBox checkBoxFixedPitchFontOnly;
sl@36
  1240
        private System.Windows.Forms.Button buttonSuspend;
sl@36
  1241
        private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
sl@36
  1242
        private System.Windows.Forms.CheckBox checkBoxShowBorders;
sl@36
  1243
        private System.Windows.Forms.TrackBar trackBarBrightness;
sl@36
  1244
        private System.Windows.Forms.Button buttonFill;
sl@36
  1245
        private System.Windows.Forms.Button buttonClear;
sl@36
  1246
        private System.Windows.Forms.Button buttonClose;
sl@36
  1247
        private System.Windows.Forms.Button buttonOpen;
sl@36
  1248
        private System.Windows.Forms.Button buttonCapture;
sl@36
  1249
        private System.Windows.Forms.Button buttonFont;
sl@36
  1250
        private System.Windows.Forms.TabControl tabControl;
sl@36
  1251
        private System.Windows.Forms.Button buttonCloseClients;
sl@36
  1252
        private System.Windows.Forms.Button buttonStartClient;
sl@36
  1253
        private System.Windows.Forms.Label labelWarning;
StephaneLenclud@110
  1254
		private System.Windows.Forms.TabPage tabPageDesign;
StephaneLenclud@110
  1255
		private System.Windows.Forms.CheckBox checkBoxReverseScreen;
sl@46
  1256
        private System.Windows.Forms.ComboBox comboBoxDisplayType;
sl@47
  1257
        private System.Windows.Forms.MaskedTextBox maskedTextBoxTimerInterval;
sl@59
  1258
        private System.Windows.Forms.Label labelTimerInterval;
sl@52
  1259
        private System.Windows.Forms.Button buttonPowerOff;
sl@52
  1260
        private System.Windows.Forms.Button buttonPowerOn;
sl@53
  1261
        private System.Windows.Forms.Button buttonShowClock;
sl@53
  1262
        private System.Windows.Forms.Button buttonHideClock;
sl@54
  1263
        private System.Windows.Forms.Label labelFontWidth;
sl@54
  1264
        private System.Windows.Forms.Label labelFontHeight;
sl@57
  1265
        private System.Windows.Forms.CheckBox checkBoxInverseColors;
sl@88
  1266
        private System.Windows.Forms.TabPage tabPageApp;
sl@88
  1267
        private System.Windows.Forms.Button buttonUpdate;
sl@92
  1268
		private System.Windows.Forms.CheckBox checkBoxAutoStart;
sl@94
  1269
		private System.Windows.Forms.CheckBox checkBoxStartMinimized;
sl@94
  1270
		private System.Windows.Forms.CheckBox checkBoxMinimizeToTray;
sl@100
  1271
        private System.Windows.Forms.MaskedTextBox maskedTextBoxMinFontSize;
sl@100
  1272
        private System.Windows.Forms.CheckBox checkBoxScaleToFit;
sl@100
  1273
        private System.Windows.Forms.Label labelMinFontSize;
sl@100
  1274
        private System.Windows.Forms.Label labelScrollLoopSeparator;
sl@100
  1275
        private System.Windows.Forms.TextBox textBoxScrollLoopSeparator;
StephaneLenclud@106
  1276
		private System.Windows.Forms.Label labelScrollingSpeed;
StephaneLenclud@106
  1277
		private System.Windows.Forms.MaskedTextBox maskedTextBoxScrollingSpeed;
StephaneLenclud@110
  1278
		private System.Windows.Forms.ToolTip toolTip;
StephaneLenclud@112
  1279
		private System.Windows.Forms.TabPage tabPageAudio;
StephaneLenclud@112
  1280
		private System.Windows.Forms.TrackBar trackBarMasterVolume;
StephaneLenclud@113
  1281
		private System.Windows.Forms.CheckBox checkBoxMute;
StephaneLenclud@115
  1282
		private System.Windows.Forms.CheckBox checkBoxShowVolumeLabel;
StephaneLenclud@116
  1283
		private System.Windows.Forms.Label labelDefaultAudioDevice;
StephaneLenclud@126
  1284
		private System.Windows.Forms.TabPage tabPageInput;
StephaneLenclud@126
  1285
		private System.Windows.Forms.Button buttonSelectFile;
StephaneLenclud@126
  1286
		private System.Windows.Forms.OpenFileDialog openFileDialog;
StephaneLenclud@126
  1287
		private System.Windows.Forms.Label labelStartFileName;
StephaneLenclud@127
  1288
		private System.Windows.Forms.PictureBox pictureBoxGreenStart;
StephaneLenclud@152
  1289
        private System.Windows.Forms.ComboBox comboBoxOpticalDrives;
StephaneLenclud@152
  1290
        private System.Windows.Forms.Label labelOpticalDriveEject;
StephaneLenclud@168
  1291
        private System.Windows.Forms.TabPage tabPageCec;
StephaneLenclud@168
  1292
        private System.Windows.Forms.CheckBox checkBoxCecEnabled;
StephaneLenclud@168
  1293
        private System.Windows.Forms.Label labelHdmiPort;
StephaneLenclud@168
  1294
        private System.Windows.Forms.ComboBox comboBoxHdmiPort;
StephaneLenclud@168
  1295
        private System.Windows.Forms.CheckBox checkBoxCecMonitorOn;
StephaneLenclud@168
  1296
        private System.Windows.Forms.CheckBox checkBoxCecMonitorOff;
StephaneLenclud@189
  1297
        private System.Windows.Forms.Button iButtonStartIdleClient;
StephaneLenclud@194
  1298
        private System.Windows.Forms.CheckBox iCheckBoxStartIdleClient;
StephaneLenclud@201
  1299
        private System.Windows.Forms.TabPage tabPageLogs;
StephaneLenclud@201
  1300
        private System.Windows.Forms.RichTextBox richTextBoxLogs;
StephaneLenclud@204
  1301
        private System.Windows.Forms.CheckBox checkBoxCecReconnectToPowerTv;
StephaneLenclud@206
  1302
        private System.Windows.Forms.Button buttonClearLogs;
StephaneLenclud@206
  1303
        private System.Windows.Forms.GroupBox groupBoxCecLogOptions;
StephaneLenclud@206
  1304
        private System.Windows.Forms.CheckBox checkBoxCecLogWarning;
StephaneLenclud@206
  1305
        private System.Windows.Forms.CheckBox checkBoxCecLogError;
StephaneLenclud@206
  1306
        private System.Windows.Forms.CheckBox checkBoxCecLogDebug;
StephaneLenclud@206
  1307
        private System.Windows.Forms.CheckBox checkBoxCecLogNotice;
StephaneLenclud@206
  1308
        private System.Windows.Forms.CheckBox checkBoxCecLogTraffic;
StephaneLenclud@206
  1309
        private System.Windows.Forms.CheckBox checkBoxCecLogNoPoll;
StephaneLenclud@211
  1310
        private System.Windows.Forms.TabPage tabPageEvent;
StephaneLenclud@211
  1311
        private System.Windows.Forms.TreeView iTreeViewEvents;
StephaneLenclud@211
  1312
        private System.Windows.Forms.Button buttonDeleteAction;
StephaneLenclud@211
  1313
        private System.Windows.Forms.Button buttonAddAction;
sl@0
  1314
    }
sl@0
  1315
}
sl@0
  1316