Server/MainForm.Designer.cs
author sl
Thu, 14 Aug 2014 09:30:14 +0200
changeset 25 6f10207a89a8
parent 18 7acec5059fa6
child 27 9c49c04fc620
permissions -rw-r--r--
Fixing hang when closing server with live client due to client instance context
throwing an exception when closing.
     1 namespace SharpDisplayManager
     2 {
     3     partial class MainForm
     4     {
     5         /// <summary>
     6         /// Required designer variable.
     7         /// </summary>
     8         private System.ComponentModel.IContainer components = null;
     9 
    10         /// <summary>
    11         /// Clean up any resources being used.
    12         /// </summary>
    13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
    14         protected override void Dispose(bool disposing)
    15         {
    16             if (disposing && (components != null))
    17             {
    18                 components.Dispose();
    19             }
    20             base.Dispose(disposing);
    21         }
    22 
    23         #region Windows Form Designer generated code
    24 
    25         /// <summary>
    26         /// Required method for Designer support - do not modify
    27         /// the contents of this method with the code editor.
    28         /// </summary>
    29         private void InitializeComponent()
    30         {
    31             this.components = new System.ComponentModel.Container();
    32             this.tabControl = new System.Windows.Forms.TabControl();
    33             this.tabPageDisplay = new System.Windows.Forms.TabPage();
    34             this.checkBoxReverseScreen = new System.Windows.Forms.CheckBox();
    35             this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
    36             this.panelDisplay = new System.Windows.Forms.Panel();
    37             this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
    38             this.marqueeLabelTop = new SharpDisplayManager.MarqueeLabel();
    39             this.marqueeLabelBottom = new SharpDisplayManager.MarqueeLabel();
    40             this.checkBoxShowBorders = new System.Windows.Forms.CheckBox();
    41             this.trackBarBrightness = new System.Windows.Forms.TrackBar();
    42             this.buttonFill = new System.Windows.Forms.Button();
    43             this.buttonClear = new System.Windows.Forms.Button();
    44             this.buttonClose = new System.Windows.Forms.Button();
    45             this.buttonOpen = new System.Windows.Forms.Button();
    46             this.buttonCapture = new System.Windows.Forms.Button();
    47             this.buttonFont = new System.Windows.Forms.Button();
    48             this.tabPageTests = new System.Windows.Forms.TabPage();
    49             this.fontDialog = new System.Windows.Forms.FontDialog();
    50             this.timer = new System.Windows.Forms.Timer(this.components);
    51             this.statusStrip = new System.Windows.Forms.StatusStrip();
    52             this.toolStripStatusLabelConnect = new System.Windows.Forms.ToolStripStatusLabel();
    53             this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
    54             this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
    55             this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
    56             this.buttonStartClient = new System.Windows.Forms.Button();
    57             this.tabControl.SuspendLayout();
    58             this.tabPageDisplay.SuspendLayout();
    59             this.panelDisplay.SuspendLayout();
    60             this.tableLayoutPanel.SuspendLayout();
    61             ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
    62             this.statusStrip.SuspendLayout();
    63             this.SuspendLayout();
    64             // 
    65             // tabControl
    66             // 
    67             this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    68             | System.Windows.Forms.AnchorStyles.Left) 
    69             | System.Windows.Forms.AnchorStyles.Right)));
    70             this.tabControl.Controls.Add(this.tabPageDisplay);
    71             this.tabControl.Controls.Add(this.tabPageTests);
    72             this.tabControl.Location = new System.Drawing.Point(12, 12);
    73             this.tabControl.Name = "tabControl";
    74             this.tabControl.SelectedIndex = 0;
    75             this.tabControl.Size = new System.Drawing.Size(600, 395);
    76             this.tabControl.TabIndex = 0;
    77             // 
    78             // tabPageDisplay
    79             // 
    80             this.tabPageDisplay.Controls.Add(this.buttonStartClient);
    81             this.tabPageDisplay.Controls.Add(this.checkBoxReverseScreen);
    82             this.tabPageDisplay.Controls.Add(this.checkBoxConnectOnStartup);
    83             this.tabPageDisplay.Controls.Add(this.panelDisplay);
    84             this.tabPageDisplay.Controls.Add(this.checkBoxShowBorders);
    85             this.tabPageDisplay.Controls.Add(this.trackBarBrightness);
    86             this.tabPageDisplay.Controls.Add(this.buttonFill);
    87             this.tabPageDisplay.Controls.Add(this.buttonClear);
    88             this.tabPageDisplay.Controls.Add(this.buttonClose);
    89             this.tabPageDisplay.Controls.Add(this.buttonOpen);
    90             this.tabPageDisplay.Controls.Add(this.buttonCapture);
    91             this.tabPageDisplay.Controls.Add(this.buttonFont);
    92             this.tabPageDisplay.Location = new System.Drawing.Point(4, 22);
    93             this.tabPageDisplay.Name = "tabPageDisplay";
    94             this.tabPageDisplay.Padding = new System.Windows.Forms.Padding(3);
    95             this.tabPageDisplay.Size = new System.Drawing.Size(592, 369);
    96             this.tabPageDisplay.TabIndex = 0;
    97             this.tabPageDisplay.Text = "Display";
    98             this.tabPageDisplay.UseVisualStyleBackColor = true;
    99             // 
   100             // checkBoxReverseScreen
   101             // 
   102             this.checkBoxReverseScreen.AutoSize = true;
   103             this.checkBoxReverseScreen.Location = new System.Drawing.Point(113, 298);
   104             this.checkBoxReverseScreen.Name = "checkBoxReverseScreen";
   105             this.checkBoxReverseScreen.Size = new System.Drawing.Size(101, 17);
   106             this.checkBoxReverseScreen.TabIndex = 14;
   107             this.checkBoxReverseScreen.Text = "Reverse screen";
   108             this.checkBoxReverseScreen.UseVisualStyleBackColor = true;
   109             this.checkBoxReverseScreen.CheckedChanged += new System.EventHandler(this.checkBoxReverseScreen_CheckedChanged);
   110             // 
   111             // checkBoxConnectOnStartup
   112             // 
   113             this.checkBoxConnectOnStartup.AutoSize = true;
   114             this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 321);
   115             this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
   116             this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
   117             this.checkBoxConnectOnStartup.TabIndex = 13;
   118             this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
   119             this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
   120             this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
   121             // 
   122             // panelDisplay
   123             // 
   124             this.panelDisplay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
   125             this.panelDisplay.Controls.Add(this.tableLayoutPanel);
   126             this.panelDisplay.Location = new System.Drawing.Point(181, 151);
   127             this.panelDisplay.Margin = new System.Windows.Forms.Padding(0);
   128             this.panelDisplay.Name = "panelDisplay";
   129             this.panelDisplay.Size = new System.Drawing.Size(258, 66);
   130             this.panelDisplay.TabIndex = 12;
   131             // 
   132             // tableLayoutPanel
   133             // 
   134             this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   135             | System.Windows.Forms.AnchorStyles.Left) 
   136             | System.Windows.Forms.AnchorStyles.Right)));
   137             this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
   138             this.tableLayoutPanel.ColumnCount = 1;
   139             this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
   140             this.tableLayoutPanel.Controls.Add(this.marqueeLabelTop, 0, 0);
   141             this.tableLayoutPanel.Controls.Add(this.marqueeLabelBottom, 0, 1);
   142             this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
   143             this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
   144             this.tableLayoutPanel.Name = "tableLayoutPanel";
   145             this.tableLayoutPanel.RowCount = 2;
   146             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
   147             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
   148             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   149             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   150             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   151             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   152             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   153             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   154             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   155             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   156             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   157             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   158             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   159             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   160             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   161             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   162             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   163             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   164             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   165             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   166             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   167             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   168             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   169             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   170             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   171             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   172             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   173             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   174             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   175             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   176             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   177             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   178             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   179             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   180             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   181             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   182             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   183             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   184             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   185             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   186             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   187             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   188             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   189             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   190             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   191             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   192             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   193             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   194             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   195             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   196             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   197             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   198             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   199             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   200             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   201             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   202             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   203             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
   204             this.tableLayoutPanel.Size = new System.Drawing.Size(256, 64);
   205             this.tableLayoutPanel.TabIndex = 5;
   206             // 
   207             // marqueeLabelTop
   208             // 
   209             this.marqueeLabelTop.AutoEllipsis = true;
   210             this.marqueeLabelTop.BackColor = System.Drawing.Color.Transparent;
   211             this.marqueeLabelTop.Dock = System.Windows.Forms.DockStyle.Fill;
   212             this.marqueeLabelTop.Location = new System.Drawing.Point(1, 1);
   213             this.marqueeLabelTop.Margin = new System.Windows.Forms.Padding(0);
   214             this.marqueeLabelTop.Name = "marqueeLabelTop";
   215             this.marqueeLabelTop.OwnTimer = false;
   216             this.marqueeLabelTop.PixelsPerSecond = 64;
   217             this.marqueeLabelTop.Separator = "|";
   218             this.marqueeLabelTop.Size = new System.Drawing.Size(254, 30);
   219             this.marqueeLabelTop.TabIndex = 2;
   220             this.marqueeLabelTop.Text = "ABCDEFGHIJKLMNOPQRST-0123456789";
   221             this.marqueeLabelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   222             this.marqueeLabelTop.UseCompatibleTextRendering = true;
   223             // 
   224             // marqueeLabelBottom
   225             // 
   226             this.marqueeLabelBottom.AutoEllipsis = true;
   227             this.marqueeLabelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
   228             this.marqueeLabelBottom.Location = new System.Drawing.Point(1, 32);
   229             this.marqueeLabelBottom.Margin = new System.Windows.Forms.Padding(0);
   230             this.marqueeLabelBottom.Name = "marqueeLabelBottom";
   231             this.marqueeLabelBottom.OwnTimer = false;
   232             this.marqueeLabelBottom.PixelsPerSecond = 64;
   233             this.marqueeLabelBottom.Separator = null;
   234             this.marqueeLabelBottom.Size = new System.Drawing.Size(254, 31);
   235             this.marqueeLabelBottom.TabIndex = 3;
   236             this.marqueeLabelBottom.Text = "abcdefghijklmnopqrst-0123456789";
   237             this.marqueeLabelBottom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   238             this.marqueeLabelBottom.UseCompatibleTextRendering = true;
   239             // 
   240             // checkBoxShowBorders
   241             // 
   242             this.checkBoxShowBorders.AutoSize = true;
   243             this.checkBoxShowBorders.Location = new System.Drawing.Point(113, 344);
   244             this.checkBoxShowBorders.Name = "checkBoxShowBorders";
   245             this.checkBoxShowBorders.Size = new System.Drawing.Size(91, 17);
   246             this.checkBoxShowBorders.TabIndex = 11;
   247             this.checkBoxShowBorders.Text = "Show borders";
   248             this.checkBoxShowBorders.UseVisualStyleBackColor = true;
   249             this.checkBoxShowBorders.CheckedChanged += new System.EventHandler(this.checkBoxShowBorders_CheckedChanged);
   250             // 
   251             // trackBarBrightness
   252             // 
   253             this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   254             | System.Windows.Forms.AnchorStyles.Right)));
   255             this.trackBarBrightness.BackColor = System.Drawing.SystemColors.Window;
   256             this.trackBarBrightness.Location = new System.Drawing.Point(544, 9);
   257             this.trackBarBrightness.Name = "trackBarBrightness";
   258             this.trackBarBrightness.Orientation = System.Windows.Forms.Orientation.Vertical;
   259             this.trackBarBrightness.Size = new System.Drawing.Size(45, 357);
   260             this.trackBarBrightness.TabIndex = 10;
   261             this.trackBarBrightness.TickStyle = System.Windows.Forms.TickStyle.Both;
   262             this.trackBarBrightness.Scroll += new System.EventHandler(this.trackBarBrightness_Scroll);
   263             // 
   264             // buttonFill
   265             // 
   266             this.buttonFill.Location = new System.Drawing.Point(6, 93);
   267             this.buttonFill.Name = "buttonFill";
   268             this.buttonFill.Size = new System.Drawing.Size(75, 23);
   269             this.buttonFill.TabIndex = 9;
   270             this.buttonFill.Text = "Fill";
   271             this.buttonFill.UseVisualStyleBackColor = true;
   272             this.buttonFill.Click += new System.EventHandler(this.buttonFill_Click);
   273             // 
   274             // buttonClear
   275             // 
   276             this.buttonClear.Location = new System.Drawing.Point(6, 64);
   277             this.buttonClear.Name = "buttonClear";
   278             this.buttonClear.Size = new System.Drawing.Size(75, 23);
   279             this.buttonClear.TabIndex = 8;
   280             this.buttonClear.Text = "Clear";
   281             this.buttonClear.UseVisualStyleBackColor = true;
   282             this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
   283             // 
   284             // buttonClose
   285             // 
   286             this.buttonClose.Location = new System.Drawing.Point(6, 35);
   287             this.buttonClose.Name = "buttonClose";
   288             this.buttonClose.Size = new System.Drawing.Size(75, 23);
   289             this.buttonClose.TabIndex = 7;
   290             this.buttonClose.Text = "Close";
   291             this.buttonClose.UseVisualStyleBackColor = true;
   292             this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
   293             // 
   294             // buttonOpen
   295             // 
   296             this.buttonOpen.Location = new System.Drawing.Point(6, 6);
   297             this.buttonOpen.Name = "buttonOpen";
   298             this.buttonOpen.Size = new System.Drawing.Size(75, 23);
   299             this.buttonOpen.TabIndex = 6;
   300             this.buttonOpen.Text = "Open";
   301             this.buttonOpen.UseVisualStyleBackColor = true;
   302             this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
   303             // 
   304             // buttonCapture
   305             // 
   306             this.buttonCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   307             this.buttonCapture.Location = new System.Drawing.Point(6, 311);
   308             this.buttonCapture.Name = "buttonCapture";
   309             this.buttonCapture.Size = new System.Drawing.Size(75, 23);
   310             this.buttonCapture.TabIndex = 5;
   311             this.buttonCapture.Text = "Capture";
   312             this.buttonCapture.UseVisualStyleBackColor = true;
   313             this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
   314             // 
   315             // buttonFont
   316             // 
   317             this.buttonFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   318             this.buttonFont.Location = new System.Drawing.Point(6, 340);
   319             this.buttonFont.Name = "buttonFont";
   320             this.buttonFont.Size = new System.Drawing.Size(75, 23);
   321             this.buttonFont.TabIndex = 0;
   322             this.buttonFont.Text = "Select Font";
   323             this.buttonFont.UseVisualStyleBackColor = true;
   324             this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click);
   325             // 
   326             // tabPageTests
   327             // 
   328             this.tabPageTests.Location = new System.Drawing.Point(4, 22);
   329             this.tabPageTests.Name = "tabPageTests";
   330             this.tabPageTests.Padding = new System.Windows.Forms.Padding(3);
   331             this.tabPageTests.Size = new System.Drawing.Size(592, 369);
   332             this.tabPageTests.TabIndex = 1;
   333             this.tabPageTests.Text = "Test";
   334             this.tabPageTests.UseVisualStyleBackColor = true;
   335             // 
   336             // timer
   337             // 
   338             this.timer.Enabled = true;
   339             this.timer.Interval = 50;
   340             this.timer.Tick += new System.EventHandler(this.timer_Tick);
   341             // 
   342             // statusStrip
   343             // 
   344             this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
   345             this.toolStripStatusLabelConnect,
   346             this.toolStripStatusLabelSpring,
   347             this.toolStripStatusLabelPower,
   348             this.toolStripStatusLabelFps});
   349             this.statusStrip.Location = new System.Drawing.Point(0, 420);
   350             this.statusStrip.Name = "statusStrip";
   351             this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
   352             this.statusStrip.Size = new System.Drawing.Size(624, 22);
   353             this.statusStrip.TabIndex = 1;
   354             this.statusStrip.Text = "statusStrip";
   355             // 
   356             // toolStripStatusLabelConnect
   357             // 
   358             this.toolStripStatusLabelConnect.Name = "toolStripStatusLabelConnect";
   359             this.toolStripStatusLabelConnect.Size = new System.Drawing.Size(86, 17);
   360             this.toolStripStatusLabelConnect.Text = "Not connected";
   361             // 
   362             // toolStripStatusLabelSpring
   363             // 
   364             this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
   365             this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(473, 17);
   366             this.toolStripStatusLabelSpring.Spring = true;
   367             // 
   368             // toolStripStatusLabelPower
   369             // 
   370             this.toolStripStatusLabelPower.Name = "toolStripStatusLabelPower";
   371             this.toolStripStatusLabelPower.Size = new System.Drawing.Size(24, 17);
   372             this.toolStripStatusLabelPower.Text = "NA";
   373             // 
   374             // toolStripStatusLabelFps
   375             // 
   376             this.toolStripStatusLabelFps.Name = "toolStripStatusLabelFps";
   377             this.toolStripStatusLabelFps.Size = new System.Drawing.Size(26, 17);
   378             this.toolStripStatusLabelFps.Text = "FPS";
   379             // 
   380             // buttonStartClient
   381             // 
   382             this.buttonStartClient.Location = new System.Drawing.Point(6, 282);
   383             this.buttonStartClient.Name = "buttonStartClient";
   384             this.buttonStartClient.Size = new System.Drawing.Size(75, 23);
   385             this.buttonStartClient.TabIndex = 15;
   386             this.buttonStartClient.Text = "Start Client";
   387             this.buttonStartClient.UseVisualStyleBackColor = true;
   388             this.buttonStartClient.Click += new System.EventHandler(this.buttonStartClient_Click);
   389             // 
   390             // MainForm
   391             // 
   392             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   393             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
   394             this.ClientSize = new System.Drawing.Size(624, 442);
   395             this.Controls.Add(this.statusStrip);
   396             this.Controls.Add(this.tabControl);
   397             this.MinimumSize = new System.Drawing.Size(640, 480);
   398             this.Name = "MainForm";
   399             this.Text = "Sharp Display Manager";
   400             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
   401             this.Load += new System.EventHandler(this.MainForm_Load);
   402             this.Resize += new System.EventHandler(this.MainForm_Resize);
   403             this.tabControl.ResumeLayout(false);
   404             this.tabPageDisplay.ResumeLayout(false);
   405             this.tabPageDisplay.PerformLayout();
   406             this.panelDisplay.ResumeLayout(false);
   407             this.tableLayoutPanel.ResumeLayout(false);
   408             ((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
   409             this.statusStrip.ResumeLayout(false);
   410             this.statusStrip.PerformLayout();
   411             this.ResumeLayout(false);
   412             this.PerformLayout();
   413 
   414         }
   415 
   416         #endregion
   417 
   418         private System.Windows.Forms.TabControl tabControl;
   419         private System.Windows.Forms.TabPage tabPageDisplay;
   420         private System.Windows.Forms.TabPage tabPageTests;
   421         private System.Windows.Forms.Button buttonFont;
   422         private System.Windows.Forms.FontDialog fontDialog;
   423         private System.Windows.Forms.Button buttonCapture;
   424         private System.Windows.Forms.Timer timer;
   425         private System.Windows.Forms.Button buttonFill;
   426         private System.Windows.Forms.Button buttonClear;
   427         private System.Windows.Forms.Button buttonClose;
   428         private System.Windows.Forms.Button buttonOpen;
   429         private System.Windows.Forms.TrackBar trackBarBrightness;
   430         private System.Windows.Forms.StatusStrip statusStrip;
   431         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelConnect;
   432         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFps;
   433         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
   434         private System.Windows.Forms.CheckBox checkBoxShowBorders;
   435         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelPower;
   436         private System.Windows.Forms.Panel panelDisplay;
   437         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
   438         public MarqueeLabel marqueeLabelTop;
   439         public MarqueeLabel marqueeLabelBottom;
   440         private System.Windows.Forms.CheckBox checkBoxConnectOnStartup;
   441         private System.Windows.Forms.CheckBox checkBoxReverseScreen;
   442         private System.Windows.Forms.Button buttonStartClient;
   443     }
   444 }
   445