Client/MainForm.Designer.cs
author sl
Tue, 16 Dec 2014 16:35:55 +0100
changeset 79 76564df23849
parent 71 f444344fc205
child 80 408ef0501cb7
permissions -rw-r--r--
Adding indicators layout demo.
     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.SuspendLayout();
    43             // 
    44             // buttonSetText
    45             // 
    46             this.buttonSetText.Location = new System.Drawing.Point(13, 132);
    47             this.buttonSetText.Name = "buttonSetText";
    48             this.buttonSetText.Size = new System.Drawing.Size(75, 23);
    49             this.buttonSetText.TabIndex = 0;
    50             this.buttonSetText.Text = "Set Text";
    51             this.buttonSetText.UseVisualStyleBackColor = true;
    52             this.buttonSetText.Click += new System.EventHandler(this.buttonSetText_Click);
    53             // 
    54             // textBoxTop
    55             // 
    56             this.textBoxTop.Location = new System.Drawing.Point(12, 31);
    57             this.textBoxTop.Name = "textBoxTop";
    58             this.textBoxTop.Size = new System.Drawing.Size(419, 20);
    59             this.textBoxTop.TabIndex = 1;
    60             // 
    61             // textBoxBottom
    62             // 
    63             this.textBoxBottom.Location = new System.Drawing.Point(12, 57);
    64             this.textBoxBottom.Name = "textBoxBottom";
    65             this.textBoxBottom.Size = new System.Drawing.Size(419, 20);
    66             this.textBoxBottom.TabIndex = 2;
    67             // 
    68             // buttonAlignRight
    69             // 
    70             this.buttonAlignRight.Location = new System.Drawing.Point(176, 160);
    71             this.buttonAlignRight.Name = "buttonAlignRight";
    72             this.buttonAlignRight.Size = new System.Drawing.Size(75, 23);
    73             this.buttonAlignRight.TabIndex = 23;
    74             this.buttonAlignRight.Text = "Align Right";
    75             this.buttonAlignRight.UseVisualStyleBackColor = true;
    76             this.buttonAlignRight.Click += new System.EventHandler(this.buttonAlignRight_Click);
    77             // 
    78             // buttonAlignCenter
    79             // 
    80             this.buttonAlignCenter.Location = new System.Drawing.Point(94, 161);
    81             this.buttonAlignCenter.Name = "buttonAlignCenter";
    82             this.buttonAlignCenter.Size = new System.Drawing.Size(75, 23);
    83             this.buttonAlignCenter.TabIndex = 22;
    84             this.buttonAlignCenter.Text = "Align Center";
    85             this.buttonAlignCenter.UseVisualStyleBackColor = true;
    86             this.buttonAlignCenter.Click += new System.EventHandler(this.buttonAlignCenter_Click);
    87             // 
    88             // buttonAlignLeft
    89             // 
    90             this.buttonAlignLeft.Location = new System.Drawing.Point(12, 161);
    91             this.buttonAlignLeft.Name = "buttonAlignLeft";
    92             this.buttonAlignLeft.Size = new System.Drawing.Size(75, 23);
    93             this.buttonAlignLeft.TabIndex = 21;
    94             this.buttonAlignLeft.Text = "Align Left";
    95             this.buttonAlignLeft.UseVisualStyleBackColor = true;
    96             this.buttonAlignLeft.Click += new System.EventHandler(this.buttonAlignLeft_Click);
    97             // 
    98             // buttonSetTopText
    99             // 
   100             this.buttonSetTopText.Location = new System.Drawing.Point(94, 132);
   101             this.buttonSetTopText.Name = "buttonSetTopText";
   102             this.buttonSetTopText.Size = new System.Drawing.Size(75, 23);
   103             this.buttonSetTopText.TabIndex = 24;
   104             this.buttonSetTopText.Text = "Set Top Text";
   105             this.buttonSetTopText.UseVisualStyleBackColor = true;
   106             this.buttonSetTopText.Click += new System.EventHandler(this.buttonSetTopText_Click);
   107             // 
   108             // buttonLayoutUpdate
   109             // 
   110             this.buttonLayoutUpdate.Location = new System.Drawing.Point(176, 131);
   111             this.buttonLayoutUpdate.Name = "buttonLayoutUpdate";
   112             this.buttonLayoutUpdate.Size = new System.Drawing.Size(75, 23);
   113             this.buttonLayoutUpdate.TabIndex = 25;
   114             this.buttonLayoutUpdate.Text = "Layout 2x2";
   115             this.buttonLayoutUpdate.UseVisualStyleBackColor = true;
   116             this.buttonLayoutUpdate.Click += new System.EventHandler(this.buttonLayoutUpdate_Click);
   117             // 
   118             // buttonSetBitmap
   119             // 
   120             this.buttonSetBitmap.Location = new System.Drawing.Point(12, 190);
   121             this.buttonSetBitmap.Name = "buttonSetBitmap";
   122             this.buttonSetBitmap.Size = new System.Drawing.Size(75, 23);
   123             this.buttonSetBitmap.TabIndex = 26;
   124             this.buttonSetBitmap.Text = "Set Bitmap";
   125             this.buttonSetBitmap.UseVisualStyleBackColor = true;
   126             this.buttonSetBitmap.Click += new System.EventHandler(this.buttonSetBitmap_Click);
   127             // 
   128             // buttonBitmapLayout
   129             // 
   130             this.buttonBitmapLayout.Location = new System.Drawing.Point(176, 189);
   131             this.buttonBitmapLayout.Name = "buttonBitmapLayout";
   132             this.buttonBitmapLayout.Size = new System.Drawing.Size(75, 35);
   133             this.buttonBitmapLayout.TabIndex = 27;
   134             this.buttonBitmapLayout.Text = "Bitmap Layout";
   135             this.buttonBitmapLayout.UseVisualStyleBackColor = true;
   136             this.buttonBitmapLayout.Click += new System.EventHandler(this.buttonBitmapLayout_Click);
   137             // 
   138             // buttonIndicatorsLayout
   139             // 
   140             this.buttonIndicatorsLayout.Location = new System.Drawing.Point(94, 189);
   141             this.buttonIndicatorsLayout.Name = "buttonIndicatorsLayout";
   142             this.buttonIndicatorsLayout.Size = new System.Drawing.Size(75, 35);
   143             this.buttonIndicatorsLayout.TabIndex = 28;
   144             this.buttonIndicatorsLayout.Text = "Indicators Layout ";
   145             this.buttonIndicatorsLayout.UseVisualStyleBackColor = true;
   146             this.buttonIndicatorsLayout.Click += new System.EventHandler(this.buttonIndicatorsLayout_Click);
   147             // 
   148             // MainForm
   149             // 
   150             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   151             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
   152             this.ClientSize = new System.Drawing.Size(443, 252);
   153             this.Controls.Add(this.buttonIndicatorsLayout);
   154             this.Controls.Add(this.buttonBitmapLayout);
   155             this.Controls.Add(this.buttonSetBitmap);
   156             this.Controls.Add(this.buttonLayoutUpdate);
   157             this.Controls.Add(this.buttonSetTopText);
   158             this.Controls.Add(this.buttonAlignRight);
   159             this.Controls.Add(this.buttonAlignCenter);
   160             this.Controls.Add(this.buttonAlignLeft);
   161             this.Controls.Add(this.textBoxBottom);
   162             this.Controls.Add(this.textBoxTop);
   163             this.Controls.Add(this.buttonSetText);
   164             this.Name = "MainForm";
   165             this.Text = "Client";
   166             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
   167             this.Load += new System.EventHandler(this.MainForm_Load);
   168             this.ResumeLayout(false);
   169             this.PerformLayout();
   170 
   171         }
   172 
   173         #endregion
   174 
   175         private System.Windows.Forms.Button buttonSetText;
   176         private System.Windows.Forms.TextBox textBoxTop;
   177         private System.Windows.Forms.TextBox textBoxBottom;
   178         private System.Windows.Forms.Button buttonAlignRight;
   179         private System.Windows.Forms.Button buttonAlignCenter;
   180         private System.Windows.Forms.Button buttonAlignLeft;
   181         private System.Windows.Forms.Button buttonSetTopText;
   182         private System.Windows.Forms.Button buttonLayoutUpdate;
   183         private System.Windows.Forms.Button buttonSetBitmap;
   184         private System.Windows.Forms.Button buttonBitmapLayout;
   185         private System.Windows.Forms.Button buttonIndicatorsLayout;
   186     }
   187 }
   188