Client/MainForm.Designer.cs
author sl
Tue, 16 Dec 2014 18:05:55 +0100
changeset 80 408ef0501cb7
parent 79 76564df23849
child 108 7dd1d881c142
permissions -rw-r--r--
Client now enforcing field creations to guarantee client side fields always
in sync.
sl@18
     1
namespace SharpDisplayClient
sl@18
     2
{
sl@18
     3
    partial class MainForm
sl@18
     4
    {
sl@18
     5
        /// <summary>
sl@18
     6
        /// Required designer variable.
sl@18
     7
        /// </summary>
sl@18
     8
        private System.ComponentModel.IContainer components = null;
sl@18
     9
sl@18
    10
        /// <summary>
sl@18
    11
        /// Clean up any resources being used.
sl@18
    12
        /// </summary>
sl@18
    13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
sl@18
    14
        protected override void Dispose(bool disposing)
sl@18
    15
        {
sl@18
    16
            if (disposing && (components != null))
sl@18
    17
            {
sl@18
    18
                components.Dispose();
sl@18
    19
            }
sl@18
    20
            base.Dispose(disposing);
sl@18
    21
        }
sl@18
    22
sl@18
    23
        #region Windows Form Designer generated code
sl@18
    24
sl@18
    25
        /// <summary>
sl@18
    26
        /// Required method for Designer support - do not modify
sl@18
    27
        /// the contents of this method with the code editor.
sl@18
    28
        /// </summary>
sl@18
    29
        private void InitializeComponent()
sl@18
    30
        {
sl@18
    31
            this.buttonSetText = new System.Windows.Forms.Button();
sl@33
    32
            this.textBoxTop = new System.Windows.Forms.TextBox();
sl@33
    33
            this.textBoxBottom = new System.Windows.Forms.TextBox();
sl@43
    34
            this.buttonAlignRight = new System.Windows.Forms.Button();
sl@43
    35
            this.buttonAlignCenter = new System.Windows.Forms.Button();
sl@43
    36
            this.buttonAlignLeft = new System.Windows.Forms.Button();
sl@43
    37
            this.buttonSetTopText = new System.Windows.Forms.Button();
sl@62
    38
            this.buttonLayoutUpdate = new System.Windows.Forms.Button();
sl@68
    39
            this.buttonSetBitmap = new System.Windows.Forms.Button();
sl@71
    40
            this.buttonBitmapLayout = new System.Windows.Forms.Button();
sl@79
    41
            this.buttonIndicatorsLayout = new System.Windows.Forms.Button();
sl@80
    42
            this.buttonUpdateTexts = new System.Windows.Forms.Button();
sl@18
    43
            this.SuspendLayout();
sl@18
    44
            // 
sl@18
    45
            // buttonSetText
sl@18
    46
            // 
sl@43
    47
            this.buttonSetText.Location = new System.Drawing.Point(13, 132);
sl@18
    48
            this.buttonSetText.Name = "buttonSetText";
sl@18
    49
            this.buttonSetText.Size = new System.Drawing.Size(75, 23);
sl@18
    50
            this.buttonSetText.TabIndex = 0;
sl@18
    51
            this.buttonSetText.Text = "Set Text";
sl@18
    52
            this.buttonSetText.UseVisualStyleBackColor = true;
sl@18
    53
            this.buttonSetText.Click += new System.EventHandler(this.buttonSetText_Click);
sl@18
    54
            // 
sl@33
    55
            // textBoxTop
sl@33
    56
            // 
sl@33
    57
            this.textBoxTop.Location = new System.Drawing.Point(12, 31);
sl@33
    58
            this.textBoxTop.Name = "textBoxTop";
sl@33
    59
            this.textBoxTop.Size = new System.Drawing.Size(419, 20);
sl@33
    60
            this.textBoxTop.TabIndex = 1;
sl@33
    61
            // 
sl@33
    62
            // textBoxBottom
sl@33
    63
            // 
sl@33
    64
            this.textBoxBottom.Location = new System.Drawing.Point(12, 57);
sl@33
    65
            this.textBoxBottom.Name = "textBoxBottom";
sl@33
    66
            this.textBoxBottom.Size = new System.Drawing.Size(419, 20);
sl@33
    67
            this.textBoxBottom.TabIndex = 2;
sl@33
    68
            // 
sl@43
    69
            // buttonAlignRight
sl@43
    70
            // 
sl@43
    71
            this.buttonAlignRight.Location = new System.Drawing.Point(176, 160);
sl@43
    72
            this.buttonAlignRight.Name = "buttonAlignRight";
sl@43
    73
            this.buttonAlignRight.Size = new System.Drawing.Size(75, 23);
sl@43
    74
            this.buttonAlignRight.TabIndex = 23;
sl@43
    75
            this.buttonAlignRight.Text = "Align Right";
sl@43
    76
            this.buttonAlignRight.UseVisualStyleBackColor = true;
sl@43
    77
            this.buttonAlignRight.Click += new System.EventHandler(this.buttonAlignRight_Click);
sl@43
    78
            // 
sl@43
    79
            // buttonAlignCenter
sl@43
    80
            // 
sl@43
    81
            this.buttonAlignCenter.Location = new System.Drawing.Point(94, 161);
sl@43
    82
            this.buttonAlignCenter.Name = "buttonAlignCenter";
sl@43
    83
            this.buttonAlignCenter.Size = new System.Drawing.Size(75, 23);
sl@43
    84
            this.buttonAlignCenter.TabIndex = 22;
sl@43
    85
            this.buttonAlignCenter.Text = "Align Center";
sl@43
    86
            this.buttonAlignCenter.UseVisualStyleBackColor = true;
sl@43
    87
            this.buttonAlignCenter.Click += new System.EventHandler(this.buttonAlignCenter_Click);
sl@43
    88
            // 
sl@43
    89
            // buttonAlignLeft
sl@43
    90
            // 
sl@43
    91
            this.buttonAlignLeft.Location = new System.Drawing.Point(12, 161);
sl@43
    92
            this.buttonAlignLeft.Name = "buttonAlignLeft";
sl@43
    93
            this.buttonAlignLeft.Size = new System.Drawing.Size(75, 23);
sl@43
    94
            this.buttonAlignLeft.TabIndex = 21;
sl@43
    95
            this.buttonAlignLeft.Text = "Align Left";
sl@43
    96
            this.buttonAlignLeft.UseVisualStyleBackColor = true;
sl@43
    97
            this.buttonAlignLeft.Click += new System.EventHandler(this.buttonAlignLeft_Click);
sl@43
    98
            // 
sl@43
    99
            // buttonSetTopText
sl@43
   100
            // 
sl@43
   101
            this.buttonSetTopText.Location = new System.Drawing.Point(94, 132);
sl@43
   102
            this.buttonSetTopText.Name = "buttonSetTopText";
sl@43
   103
            this.buttonSetTopText.Size = new System.Drawing.Size(75, 23);
sl@43
   104
            this.buttonSetTopText.TabIndex = 24;
sl@43
   105
            this.buttonSetTopText.Text = "Set Top Text";
sl@43
   106
            this.buttonSetTopText.UseVisualStyleBackColor = true;
sl@43
   107
            this.buttonSetTopText.Click += new System.EventHandler(this.buttonSetTopText_Click);
sl@43
   108
            // 
sl@62
   109
            // buttonLayoutUpdate
sl@62
   110
            // 
sl@62
   111
            this.buttonLayoutUpdate.Location = new System.Drawing.Point(176, 131);
sl@62
   112
            this.buttonLayoutUpdate.Name = "buttonLayoutUpdate";
sl@62
   113
            this.buttonLayoutUpdate.Size = new System.Drawing.Size(75, 23);
sl@62
   114
            this.buttonLayoutUpdate.TabIndex = 25;
sl@62
   115
            this.buttonLayoutUpdate.Text = "Layout 2x2";
sl@62
   116
            this.buttonLayoutUpdate.UseVisualStyleBackColor = true;
sl@62
   117
            this.buttonLayoutUpdate.Click += new System.EventHandler(this.buttonLayoutUpdate_Click);
sl@62
   118
            // 
sl@68
   119
            // buttonSetBitmap
sl@67
   120
            // 
sl@68
   121
            this.buttonSetBitmap.Location = new System.Drawing.Point(12, 190);
sl@68
   122
            this.buttonSetBitmap.Name = "buttonSetBitmap";
sl@68
   123
            this.buttonSetBitmap.Size = new System.Drawing.Size(75, 23);
sl@68
   124
            this.buttonSetBitmap.TabIndex = 26;
sl@68
   125
            this.buttonSetBitmap.Text = "Set Bitmap";
sl@68
   126
            this.buttonSetBitmap.UseVisualStyleBackColor = true;
sl@68
   127
            this.buttonSetBitmap.Click += new System.EventHandler(this.buttonSetBitmap_Click);
sl@67
   128
            // 
sl@71
   129
            // buttonBitmapLayout
sl@70
   130
            // 
sl@71
   131
            this.buttonBitmapLayout.Location = new System.Drawing.Point(176, 189);
sl@71
   132
            this.buttonBitmapLayout.Name = "buttonBitmapLayout";
sl@71
   133
            this.buttonBitmapLayout.Size = new System.Drawing.Size(75, 35);
sl@71
   134
            this.buttonBitmapLayout.TabIndex = 27;
sl@71
   135
            this.buttonBitmapLayout.Text = "Bitmap Layout";
sl@71
   136
            this.buttonBitmapLayout.UseVisualStyleBackColor = true;
sl@71
   137
            this.buttonBitmapLayout.Click += new System.EventHandler(this.buttonBitmapLayout_Click);
sl@70
   138
            // 
sl@79
   139
            // buttonIndicatorsLayout
sl@79
   140
            // 
sl@79
   141
            this.buttonIndicatorsLayout.Location = new System.Drawing.Point(94, 189);
sl@79
   142
            this.buttonIndicatorsLayout.Name = "buttonIndicatorsLayout";
sl@79
   143
            this.buttonIndicatorsLayout.Size = new System.Drawing.Size(75, 35);
sl@79
   144
            this.buttonIndicatorsLayout.TabIndex = 28;
sl@79
   145
            this.buttonIndicatorsLayout.Text = "Indicators Layout ";
sl@79
   146
            this.buttonIndicatorsLayout.UseVisualStyleBackColor = true;
sl@79
   147
            this.buttonIndicatorsLayout.Click += new System.EventHandler(this.buttonIndicatorsLayout_Click);
sl@79
   148
            // 
sl@80
   149
            // buttonUpdateTexts
sl@80
   150
            // 
sl@80
   151
            this.buttonUpdateTexts.Location = new System.Drawing.Point(257, 189);
sl@80
   152
            this.buttonUpdateTexts.Name = "buttonUpdateTexts";
sl@80
   153
            this.buttonUpdateTexts.Size = new System.Drawing.Size(75, 35);
sl@80
   154
            this.buttonUpdateTexts.TabIndex = 29;
sl@80
   155
            this.buttonUpdateTexts.Text = "Update Texts";
sl@80
   156
            this.buttonUpdateTexts.UseVisualStyleBackColor = true;
sl@80
   157
            this.buttonUpdateTexts.Click += new System.EventHandler(this.buttonUpdateTexts_Click);
sl@80
   158
            // 
sl@18
   159
            // MainForm
sl@18
   160
            // 
sl@18
   161
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
sl@18
   162
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
sl@18
   163
            this.ClientSize = new System.Drawing.Size(443, 252);
sl@80
   164
            this.Controls.Add(this.buttonUpdateTexts);
sl@79
   165
            this.Controls.Add(this.buttonIndicatorsLayout);
sl@71
   166
            this.Controls.Add(this.buttonBitmapLayout);
sl@68
   167
            this.Controls.Add(this.buttonSetBitmap);
sl@62
   168
            this.Controls.Add(this.buttonLayoutUpdate);
sl@43
   169
            this.Controls.Add(this.buttonSetTopText);
sl@43
   170
            this.Controls.Add(this.buttonAlignRight);
sl@43
   171
            this.Controls.Add(this.buttonAlignCenter);
sl@43
   172
            this.Controls.Add(this.buttonAlignLeft);
sl@33
   173
            this.Controls.Add(this.textBoxBottom);
sl@33
   174
            this.Controls.Add(this.textBoxTop);
sl@18
   175
            this.Controls.Add(this.buttonSetText);
sl@18
   176
            this.Name = "MainForm";
sl@29
   177
            this.Text = "Client";
sl@26
   178
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
sl@18
   179
            this.Load += new System.EventHandler(this.MainForm_Load);
sl@18
   180
            this.ResumeLayout(false);
sl@33
   181
            this.PerformLayout();
sl@18
   182
sl@18
   183
        }
sl@18
   184
sl@18
   185
        #endregion
sl@18
   186
sl@18
   187
        private System.Windows.Forms.Button buttonSetText;
sl@33
   188
        private System.Windows.Forms.TextBox textBoxTop;
sl@33
   189
        private System.Windows.Forms.TextBox textBoxBottom;
sl@43
   190
        private System.Windows.Forms.Button buttonAlignRight;
sl@43
   191
        private System.Windows.Forms.Button buttonAlignCenter;
sl@43
   192
        private System.Windows.Forms.Button buttonAlignLeft;
sl@43
   193
        private System.Windows.Forms.Button buttonSetTopText;
sl@62
   194
        private System.Windows.Forms.Button buttonLayoutUpdate;
sl@68
   195
        private System.Windows.Forms.Button buttonSetBitmap;
sl@71
   196
        private System.Windows.Forms.Button buttonBitmapLayout;
sl@79
   197
        private System.Windows.Forms.Button buttonIndicatorsLayout;
sl@80
   198
        private System.Windows.Forms.Button buttonUpdateTexts;
sl@18
   199
    }
sl@18
   200
}
sl@18
   201