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