Client/MainForm.Designer.cs
author StephaneLenclud
Fri, 22 Jan 2016 16:08:22 +0100
changeset 183 e9a5dc5092fd
parent 108 7dd1d881c142
child 184 7b6aa551eb6c
permissions -rw-r--r--
Support for recording text.
     1 namespace SharpDisplayClient
     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.buttonSetText = new System.Windows.Forms.Button();
    32             this.textBoxTop = new System.Windows.Forms.TextBox();
    33             this.textBoxBottom = new System.Windows.Forms.TextBox();
    34             this.buttonAlignRight = new System.Windows.Forms.Button();
    35             this.buttonAlignCenter = new System.Windows.Forms.Button();
    36             this.buttonAlignLeft = new System.Windows.Forms.Button();
    37             this.buttonSetTopText = new System.Windows.Forms.Button();
    38             this.buttonLayoutUpdate = new System.Windows.Forms.Button();
    39             this.buttonSetBitmap = new System.Windows.Forms.Button();
    40             this.buttonBitmapLayout = new System.Windows.Forms.Button();
    41             this.buttonIndicatorsLayout = new System.Windows.Forms.Button();
    42             this.buttonUpdateTexts = new System.Windows.Forms.Button();
    43             this.buttonLayoutOneTextField = new System.Windows.Forms.Button();
    44             this.SuspendLayout();
    45             // 
    46             // buttonSetText
    47             // 
    48             this.buttonSetText.Location = new System.Drawing.Point(13, 132);
    49             this.buttonSetText.Name = "buttonSetText";
    50             this.buttonSetText.Size = new System.Drawing.Size(75, 23);
    51             this.buttonSetText.TabIndex = 0;
    52             this.buttonSetText.Text = "Set Text";
    53             this.buttonSetText.UseVisualStyleBackColor = true;
    54             this.buttonSetText.Click += new System.EventHandler(this.buttonSetText_Click);
    55             // 
    56             // textBoxTop
    57             // 
    58             this.textBoxTop.Location = new System.Drawing.Point(12, 31);
    59             this.textBoxTop.Name = "textBoxTop";
    60             this.textBoxTop.Size = new System.Drawing.Size(419, 20);
    61             this.textBoxTop.TabIndex = 1;
    62             // 
    63             // textBoxBottom
    64             // 
    65             this.textBoxBottom.Location = new System.Drawing.Point(12, 57);
    66             this.textBoxBottom.Name = "textBoxBottom";
    67             this.textBoxBottom.Size = new System.Drawing.Size(419, 20);
    68             this.textBoxBottom.TabIndex = 2;
    69             // 
    70             // buttonAlignRight
    71             // 
    72             this.buttonAlignRight.Location = new System.Drawing.Point(176, 160);
    73             this.buttonAlignRight.Name = "buttonAlignRight";
    74             this.buttonAlignRight.Size = new System.Drawing.Size(75, 23);
    75             this.buttonAlignRight.TabIndex = 23;
    76             this.buttonAlignRight.Text = "Align Right";
    77             this.buttonAlignRight.UseVisualStyleBackColor = true;
    78             this.buttonAlignRight.Click += new System.EventHandler(this.buttonAlignRight_Click);
    79             // 
    80             // buttonAlignCenter
    81             // 
    82             this.buttonAlignCenter.Location = new System.Drawing.Point(94, 161);
    83             this.buttonAlignCenter.Name = "buttonAlignCenter";
    84             this.buttonAlignCenter.Size = new System.Drawing.Size(75, 23);
    85             this.buttonAlignCenter.TabIndex = 22;
    86             this.buttonAlignCenter.Text = "Align Center";
    87             this.buttonAlignCenter.UseVisualStyleBackColor = true;
    88             this.buttonAlignCenter.Click += new System.EventHandler(this.buttonAlignCenter_Click);
    89             // 
    90             // buttonAlignLeft
    91             // 
    92             this.buttonAlignLeft.Location = new System.Drawing.Point(12, 161);
    93             this.buttonAlignLeft.Name = "buttonAlignLeft";
    94             this.buttonAlignLeft.Size = new System.Drawing.Size(75, 23);
    95             this.buttonAlignLeft.TabIndex = 21;
    96             this.buttonAlignLeft.Text = "Align Left";
    97             this.buttonAlignLeft.UseVisualStyleBackColor = true;
    98             this.buttonAlignLeft.Click += new System.EventHandler(this.buttonAlignLeft_Click);
    99             // 
   100             // buttonSetTopText
   101             // 
   102             this.buttonSetTopText.Location = new System.Drawing.Point(94, 132);
   103             this.buttonSetTopText.Name = "buttonSetTopText";
   104             this.buttonSetTopText.Size = new System.Drawing.Size(75, 23);
   105             this.buttonSetTopText.TabIndex = 24;
   106             this.buttonSetTopText.Text = "Set Top Text";
   107             this.buttonSetTopText.UseVisualStyleBackColor = true;
   108             this.buttonSetTopText.Click += new System.EventHandler(this.buttonSetTopText_Click);
   109             // 
   110             // buttonLayoutUpdate
   111             // 
   112             this.buttonLayoutUpdate.Location = new System.Drawing.Point(176, 131);
   113             this.buttonLayoutUpdate.Name = "buttonLayoutUpdate";
   114             this.buttonLayoutUpdate.Size = new System.Drawing.Size(156, 23);
   115             this.buttonLayoutUpdate.TabIndex = 25;
   116             this.buttonLayoutUpdate.Text = "Layout 2x2 and Recording";
   117             this.buttonLayoutUpdate.UseVisualStyleBackColor = true;
   118             this.buttonLayoutUpdate.Click += new System.EventHandler(this.buttonLayoutUpdate_Click);
   119             // 
   120             // buttonSetBitmap
   121             // 
   122             this.buttonSetBitmap.Location = new System.Drawing.Point(12, 190);
   123             this.buttonSetBitmap.Name = "buttonSetBitmap";
   124             this.buttonSetBitmap.Size = new System.Drawing.Size(75, 23);
   125             this.buttonSetBitmap.TabIndex = 26;
   126             this.buttonSetBitmap.Text = "Set Bitmap";
   127             this.buttonSetBitmap.UseVisualStyleBackColor = true;
   128             this.buttonSetBitmap.Click += new System.EventHandler(this.buttonSetBitmap_Click);
   129             // 
   130             // buttonBitmapLayout
   131             // 
   132             this.buttonBitmapLayout.Location = new System.Drawing.Point(176, 189);
   133             this.buttonBitmapLayout.Name = "buttonBitmapLayout";
   134             this.buttonBitmapLayout.Size = new System.Drawing.Size(75, 35);
   135             this.buttonBitmapLayout.TabIndex = 27;
   136             this.buttonBitmapLayout.Text = "Bitmap Layout";
   137             this.buttonBitmapLayout.UseVisualStyleBackColor = true;
   138             this.buttonBitmapLayout.Click += new System.EventHandler(this.buttonBitmapLayout_Click);
   139             // 
   140             // buttonIndicatorsLayout
   141             // 
   142             this.buttonIndicatorsLayout.Location = new System.Drawing.Point(94, 189);
   143             this.buttonIndicatorsLayout.Name = "buttonIndicatorsLayout";
   144             this.buttonIndicatorsLayout.Size = new System.Drawing.Size(75, 35);
   145             this.buttonIndicatorsLayout.TabIndex = 28;
   146             this.buttonIndicatorsLayout.Text = "Indicators Layout ";
   147             this.buttonIndicatorsLayout.UseVisualStyleBackColor = true;
   148             this.buttonIndicatorsLayout.Click += new System.EventHandler(this.buttonIndicatorsLayout_Click);
   149             // 
   150             // buttonUpdateTexts
   151             // 
   152             this.buttonUpdateTexts.Location = new System.Drawing.Point(257, 189);
   153             this.buttonUpdateTexts.Name = "buttonUpdateTexts";
   154             this.buttonUpdateTexts.Size = new System.Drawing.Size(75, 35);
   155             this.buttonUpdateTexts.TabIndex = 29;
   156             this.buttonUpdateTexts.Text = "Update Texts";
   157             this.buttonUpdateTexts.UseVisualStyleBackColor = true;
   158             this.buttonUpdateTexts.Click += new System.EventHandler(this.buttonUpdateTexts_Click);
   159             // 
   160             // buttonLayoutOneTextField
   161             // 
   162             this.buttonLayoutOneTextField.Location = new System.Drawing.Point(257, 160);
   163             this.buttonLayoutOneTextField.Name = "buttonLayoutOneTextField";
   164             this.buttonLayoutOneTextField.Size = new System.Drawing.Size(75, 23);
   165             this.buttonLayoutOneTextField.TabIndex = 30;
   166             this.buttonLayoutOneTextField.Text = "Layout 1x1";
   167             this.buttonLayoutOneTextField.UseVisualStyleBackColor = true;
   168             this.buttonLayoutOneTextField.Click += new System.EventHandler(this.buttonLayoutOneTextField_Click);
   169             // 
   170             // MainForm
   171             // 
   172             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   173             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
   174             this.ClientSize = new System.Drawing.Size(443, 252);
   175             this.Controls.Add(this.buttonLayoutOneTextField);
   176             this.Controls.Add(this.buttonUpdateTexts);
   177             this.Controls.Add(this.buttonIndicatorsLayout);
   178             this.Controls.Add(this.buttonBitmapLayout);
   179             this.Controls.Add(this.buttonSetBitmap);
   180             this.Controls.Add(this.buttonLayoutUpdate);
   181             this.Controls.Add(this.buttonSetTopText);
   182             this.Controls.Add(this.buttonAlignRight);
   183             this.Controls.Add(this.buttonAlignCenter);
   184             this.Controls.Add(this.buttonAlignLeft);
   185             this.Controls.Add(this.textBoxBottom);
   186             this.Controls.Add(this.textBoxTop);
   187             this.Controls.Add(this.buttonSetText);
   188             this.Name = "MainForm";
   189             this.Text = "Client";
   190             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
   191             this.Load += new System.EventHandler(this.MainForm_Load);
   192             this.ResumeLayout(false);
   193             this.PerformLayout();
   194 
   195         }
   196 
   197         #endregion
   198 
   199         private System.Windows.Forms.Button buttonSetText;
   200         private System.Windows.Forms.TextBox textBoxTop;
   201         private System.Windows.Forms.TextBox textBoxBottom;
   202         private System.Windows.Forms.Button buttonAlignRight;
   203         private System.Windows.Forms.Button buttonAlignCenter;
   204         private System.Windows.Forms.Button buttonAlignLeft;
   205         private System.Windows.Forms.Button buttonSetTopText;
   206         private System.Windows.Forms.Button buttonLayoutUpdate;
   207         private System.Windows.Forms.Button buttonSetBitmap;
   208         private System.Windows.Forms.Button buttonBitmapLayout;
   209         private System.Windows.Forms.Button buttonIndicatorsLayout;
   210         private System.Windows.Forms.Button buttonUpdateTexts;
   211 		private System.Windows.Forms.Button buttonLayoutOneTextField;
   212     }
   213 }
   214