Clients/Test/FormClientTest.Designer.cs
author StephaneLenclud
Sun, 21 Aug 2016 16:30:58 +0200
changeset 248 0220cb84df58
child 261 e2729a990e8b
permissions -rw-r--r--
Fixing EAR event edition.
EAR HID event now displays 'Press a key' if not valid.
StephaneLenclud@191
     1
namespace SharpDisplayClient
StephaneLenclud@191
     2
{
StephaneLenclud@191
     3
    partial class FormClientTest
StephaneLenclud@191
     4
    {
StephaneLenclud@191
     5
        /// <summary>
StephaneLenclud@191
     6
        /// Required designer variable.
StephaneLenclud@191
     7
        /// </summary>
StephaneLenclud@191
     8
        private System.ComponentModel.IContainer components = null;
StephaneLenclud@191
     9
StephaneLenclud@191
    10
        /// <summary>
StephaneLenclud@191
    11
        /// Clean up any resources being used.
StephaneLenclud@191
    12
        /// </summary>
StephaneLenclud@191
    13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
StephaneLenclud@191
    14
        protected override void Dispose(bool disposing)
StephaneLenclud@191
    15
        {
StephaneLenclud@191
    16
            if (disposing && (components != null))
StephaneLenclud@191
    17
            {
StephaneLenclud@191
    18
                components.Dispose();
StephaneLenclud@191
    19
            }
StephaneLenclud@191
    20
            base.Dispose(disposing);
StephaneLenclud@191
    21
        }
StephaneLenclud@191
    22
StephaneLenclud@191
    23
        #region Windows Form Designer generated code
StephaneLenclud@191
    24
StephaneLenclud@191
    25
        /// <summary>
StephaneLenclud@191
    26
        /// Required method for Designer support - do not modify
StephaneLenclud@191
    27
        /// the contents of this method with the code editor.
StephaneLenclud@191
    28
        /// </summary>
StephaneLenclud@191
    29
        private void InitializeComponent()
StephaneLenclud@191
    30
        {
StephaneLenclud@191
    31
            this.buttonSetText = new System.Windows.Forms.Button();
StephaneLenclud@191
    32
            this.textBoxTop = new System.Windows.Forms.TextBox();
StephaneLenclud@191
    33
            this.textBoxBottom = new System.Windows.Forms.TextBox();
StephaneLenclud@191
    34
            this.buttonAlignRight = new System.Windows.Forms.Button();
StephaneLenclud@191
    35
            this.buttonAlignCenter = new System.Windows.Forms.Button();
StephaneLenclud@191
    36
            this.buttonAlignLeft = new System.Windows.Forms.Button();
StephaneLenclud@191
    37
            this.buttonSetTopText = new System.Windows.Forms.Button();
StephaneLenclud@191
    38
            this.buttonLayoutUpdate = new System.Windows.Forms.Button();
StephaneLenclud@191
    39
            this.buttonSetBitmap = new System.Windows.Forms.Button();
StephaneLenclud@191
    40
            this.buttonBitmapLayout = new System.Windows.Forms.Button();
StephaneLenclud@191
    41
            this.buttonIndicatorsLayout = new System.Windows.Forms.Button();
StephaneLenclud@191
    42
            this.buttonUpdateTexts = new System.Windows.Forms.Button();
StephaneLenclud@191
    43
            this.buttonLayoutOneTextField = new System.Windows.Forms.Button();
StephaneLenclud@191
    44
            this.numericUpDownPriority = new System.Windows.Forms.NumericUpDown();
StephaneLenclud@191
    45
            this.labelPriority = new System.Windows.Forms.Label();
StephaneLenclud@191
    46
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPriority)).BeginInit();
StephaneLenclud@191
    47
            this.SuspendLayout();
StephaneLenclud@191
    48
            // 
StephaneLenclud@191
    49
            // buttonSetText
StephaneLenclud@191
    50
            // 
StephaneLenclud@191
    51
            this.buttonSetText.Location = new System.Drawing.Point(13, 132);
StephaneLenclud@191
    52
            this.buttonSetText.Name = "buttonSetText";
StephaneLenclud@191
    53
            this.buttonSetText.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@191
    54
            this.buttonSetText.TabIndex = 0;
StephaneLenclud@191
    55
            this.buttonSetText.Text = "Set Text";
StephaneLenclud@191
    56
            this.buttonSetText.UseVisualStyleBackColor = true;
StephaneLenclud@191
    57
            this.buttonSetText.Click += new System.EventHandler(this.buttonSetText_Click);
StephaneLenclud@191
    58
            // 
StephaneLenclud@191
    59
            // textBoxTop
StephaneLenclud@191
    60
            // 
StephaneLenclud@191
    61
            this.textBoxTop.Location = new System.Drawing.Point(12, 31);
StephaneLenclud@191
    62
            this.textBoxTop.Name = "textBoxTop";
StephaneLenclud@191
    63
            this.textBoxTop.Size = new System.Drawing.Size(419, 20);
StephaneLenclud@191
    64
            this.textBoxTop.TabIndex = 1;
StephaneLenclud@191
    65
            // 
StephaneLenclud@191
    66
            // textBoxBottom
StephaneLenclud@191
    67
            // 
StephaneLenclud@191
    68
            this.textBoxBottom.Location = new System.Drawing.Point(12, 57);
StephaneLenclud@191
    69
            this.textBoxBottom.Name = "textBoxBottom";
StephaneLenclud@191
    70
            this.textBoxBottom.Size = new System.Drawing.Size(419, 20);
StephaneLenclud@191
    71
            this.textBoxBottom.TabIndex = 2;
StephaneLenclud@191
    72
            // 
StephaneLenclud@191
    73
            // buttonAlignRight
StephaneLenclud@191
    74
            // 
StephaneLenclud@191
    75
            this.buttonAlignRight.Location = new System.Drawing.Point(176, 160);
StephaneLenclud@191
    76
            this.buttonAlignRight.Name = "buttonAlignRight";
StephaneLenclud@191
    77
            this.buttonAlignRight.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@191
    78
            this.buttonAlignRight.TabIndex = 23;
StephaneLenclud@191
    79
            this.buttonAlignRight.Text = "Align Right";
StephaneLenclud@191
    80
            this.buttonAlignRight.UseVisualStyleBackColor = true;
StephaneLenclud@191
    81
            this.buttonAlignRight.Click += new System.EventHandler(this.buttonAlignRight_Click);
StephaneLenclud@191
    82
            // 
StephaneLenclud@191
    83
            // buttonAlignCenter
StephaneLenclud@191
    84
            // 
StephaneLenclud@191
    85
            this.buttonAlignCenter.Location = new System.Drawing.Point(94, 161);
StephaneLenclud@191
    86
            this.buttonAlignCenter.Name = "buttonAlignCenter";
StephaneLenclud@191
    87
            this.buttonAlignCenter.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@191
    88
            this.buttonAlignCenter.TabIndex = 22;
StephaneLenclud@191
    89
            this.buttonAlignCenter.Text = "Align Center";
StephaneLenclud@191
    90
            this.buttonAlignCenter.UseVisualStyleBackColor = true;
StephaneLenclud@191
    91
            this.buttonAlignCenter.Click += new System.EventHandler(this.buttonAlignCenter_Click);
StephaneLenclud@191
    92
            // 
StephaneLenclud@191
    93
            // buttonAlignLeft
StephaneLenclud@191
    94
            // 
StephaneLenclud@191
    95
            this.buttonAlignLeft.Location = new System.Drawing.Point(12, 161);
StephaneLenclud@191
    96
            this.buttonAlignLeft.Name = "buttonAlignLeft";
StephaneLenclud@191
    97
            this.buttonAlignLeft.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@191
    98
            this.buttonAlignLeft.TabIndex = 21;
StephaneLenclud@191
    99
            this.buttonAlignLeft.Text = "Align Left";
StephaneLenclud@191
   100
            this.buttonAlignLeft.UseVisualStyleBackColor = true;
StephaneLenclud@191
   101
            this.buttonAlignLeft.Click += new System.EventHandler(this.buttonAlignLeft_Click);
StephaneLenclud@191
   102
            // 
StephaneLenclud@191
   103
            // buttonSetTopText
StephaneLenclud@191
   104
            // 
StephaneLenclud@191
   105
            this.buttonSetTopText.Location = new System.Drawing.Point(94, 132);
StephaneLenclud@191
   106
            this.buttonSetTopText.Name = "buttonSetTopText";
StephaneLenclud@191
   107
            this.buttonSetTopText.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@191
   108
            this.buttonSetTopText.TabIndex = 24;
StephaneLenclud@191
   109
            this.buttonSetTopText.Text = "Set Top Text";
StephaneLenclud@191
   110
            this.buttonSetTopText.UseVisualStyleBackColor = true;
StephaneLenclud@191
   111
            this.buttonSetTopText.Click += new System.EventHandler(this.buttonSetTopText_Click);
StephaneLenclud@191
   112
            // 
StephaneLenclud@191
   113
            // buttonLayoutUpdate
StephaneLenclud@191
   114
            // 
StephaneLenclud@191
   115
            this.buttonLayoutUpdate.Location = new System.Drawing.Point(176, 131);
StephaneLenclud@191
   116
            this.buttonLayoutUpdate.Name = "buttonLayoutUpdate";
StephaneLenclud@191
   117
            this.buttonLayoutUpdate.Size = new System.Drawing.Size(156, 23);
StephaneLenclud@191
   118
            this.buttonLayoutUpdate.TabIndex = 25;
StephaneLenclud@191
   119
            this.buttonLayoutUpdate.Text = "Layout 2x2 and Recording";
StephaneLenclud@191
   120
            this.buttonLayoutUpdate.UseVisualStyleBackColor = true;
StephaneLenclud@191
   121
            this.buttonLayoutUpdate.Click += new System.EventHandler(this.buttonLayoutUpdate_Click);
StephaneLenclud@191
   122
            // 
StephaneLenclud@191
   123
            // buttonSetBitmap
StephaneLenclud@191
   124
            // 
StephaneLenclud@191
   125
            this.buttonSetBitmap.Location = new System.Drawing.Point(12, 190);
StephaneLenclud@191
   126
            this.buttonSetBitmap.Name = "buttonSetBitmap";
StephaneLenclud@191
   127
            this.buttonSetBitmap.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@191
   128
            this.buttonSetBitmap.TabIndex = 26;
StephaneLenclud@191
   129
            this.buttonSetBitmap.Text = "Set Bitmap";
StephaneLenclud@191
   130
            this.buttonSetBitmap.UseVisualStyleBackColor = true;
StephaneLenclud@191
   131
            this.buttonSetBitmap.Click += new System.EventHandler(this.buttonSetBitmap_Click);
StephaneLenclud@191
   132
            // 
StephaneLenclud@191
   133
            // buttonBitmapLayout
StephaneLenclud@191
   134
            // 
StephaneLenclud@191
   135
            this.buttonBitmapLayout.Location = new System.Drawing.Point(176, 189);
StephaneLenclud@191
   136
            this.buttonBitmapLayout.Name = "buttonBitmapLayout";
StephaneLenclud@191
   137
            this.buttonBitmapLayout.Size = new System.Drawing.Size(75, 35);
StephaneLenclud@191
   138
            this.buttonBitmapLayout.TabIndex = 27;
StephaneLenclud@191
   139
            this.buttonBitmapLayout.Text = "Bitmap Layout";
StephaneLenclud@191
   140
            this.buttonBitmapLayout.UseVisualStyleBackColor = true;
StephaneLenclud@191
   141
            this.buttonBitmapLayout.Click += new System.EventHandler(this.buttonBitmapLayout_Click);
StephaneLenclud@191
   142
            // 
StephaneLenclud@191
   143
            // buttonIndicatorsLayout
StephaneLenclud@191
   144
            // 
StephaneLenclud@191
   145
            this.buttonIndicatorsLayout.Location = new System.Drawing.Point(94, 189);
StephaneLenclud@191
   146
            this.buttonIndicatorsLayout.Name = "buttonIndicatorsLayout";
StephaneLenclud@191
   147
            this.buttonIndicatorsLayout.Size = new System.Drawing.Size(75, 35);
StephaneLenclud@191
   148
            this.buttonIndicatorsLayout.TabIndex = 28;
StephaneLenclud@191
   149
            this.buttonIndicatorsLayout.Text = "Indicators Layout ";
StephaneLenclud@191
   150
            this.buttonIndicatorsLayout.UseVisualStyleBackColor = true;
StephaneLenclud@191
   151
            this.buttonIndicatorsLayout.Click += new System.EventHandler(this.buttonIndicatorsLayout_Click);
StephaneLenclud@191
   152
            // 
StephaneLenclud@191
   153
            // buttonUpdateTexts
StephaneLenclud@191
   154
            // 
StephaneLenclud@191
   155
            this.buttonUpdateTexts.Location = new System.Drawing.Point(257, 189);
StephaneLenclud@191
   156
            this.buttonUpdateTexts.Name = "buttonUpdateTexts";
StephaneLenclud@191
   157
            this.buttonUpdateTexts.Size = new System.Drawing.Size(75, 35);
StephaneLenclud@191
   158
            this.buttonUpdateTexts.TabIndex = 29;
StephaneLenclud@191
   159
            this.buttonUpdateTexts.Text = "Update Texts";
StephaneLenclud@191
   160
            this.buttonUpdateTexts.UseVisualStyleBackColor = true;
StephaneLenclud@191
   161
            this.buttonUpdateTexts.Click += new System.EventHandler(this.buttonUpdateTexts_Click);
StephaneLenclud@191
   162
            // 
StephaneLenclud@191
   163
            // buttonLayoutOneTextField
StephaneLenclud@191
   164
            // 
StephaneLenclud@191
   165
            this.buttonLayoutOneTextField.Location = new System.Drawing.Point(257, 160);
StephaneLenclud@191
   166
            this.buttonLayoutOneTextField.Name = "buttonLayoutOneTextField";
StephaneLenclud@191
   167
            this.buttonLayoutOneTextField.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@191
   168
            this.buttonLayoutOneTextField.TabIndex = 30;
StephaneLenclud@191
   169
            this.buttonLayoutOneTextField.Text = "Layout 1x1";
StephaneLenclud@191
   170
            this.buttonLayoutOneTextField.UseVisualStyleBackColor = true;
StephaneLenclud@191
   171
            this.buttonLayoutOneTextField.Click += new System.EventHandler(this.buttonLayoutOneTextField_Click);
StephaneLenclud@191
   172
            // 
StephaneLenclud@191
   173
            // numericUpDownPriority
StephaneLenclud@191
   174
            // 
StephaneLenclud@191
   175
            this.numericUpDownPriority.Increment = new decimal(new int[] {
StephaneLenclud@191
   176
            10,
StephaneLenclud@191
   177
            0,
StephaneLenclud@191
   178
            0,
StephaneLenclud@191
   179
            0});
StephaneLenclud@191
   180
            this.numericUpDownPriority.Location = new System.Drawing.Point(57, 83);
StephaneLenclud@191
   181
            this.numericUpDownPriority.Maximum = new decimal(new int[] {
StephaneLenclud@191
   182
            1000,
StephaneLenclud@191
   183
            0,
StephaneLenclud@191
   184
            0,
StephaneLenclud@191
   185
            0});
StephaneLenclud@191
   186
            this.numericUpDownPriority.Name = "numericUpDownPriority";
StephaneLenclud@191
   187
            this.numericUpDownPriority.Size = new System.Drawing.Size(60, 20);
StephaneLenclud@191
   188
            this.numericUpDownPriority.TabIndex = 31;
StephaneLenclud@191
   189
            this.numericUpDownPriority.Value = new decimal(new int[] {
StephaneLenclud@191
   190
            500,
StephaneLenclud@191
   191
            0,
StephaneLenclud@191
   192
            0,
StephaneLenclud@191
   193
            0});
StephaneLenclud@191
   194
            this.numericUpDownPriority.ValueChanged += new System.EventHandler(this.numericUpDownPriority_ValueChanged);
StephaneLenclud@191
   195
            // 
StephaneLenclud@191
   196
            // labelPriority
StephaneLenclud@191
   197
            // 
StephaneLenclud@191
   198
            this.labelPriority.AutoSize = true;
StephaneLenclud@191
   199
            this.labelPriority.Location = new System.Drawing.Point(12, 85);
StephaneLenclud@191
   200
            this.labelPriority.Name = "labelPriority";
StephaneLenclud@191
   201
            this.labelPriority.Size = new System.Drawing.Size(41, 13);
StephaneLenclud@191
   202
            this.labelPriority.TabIndex = 32;
StephaneLenclud@191
   203
            this.labelPriority.Text = "Priority:";
StephaneLenclud@191
   204
            // 
StephaneLenclud@191
   205
            // MainForm
StephaneLenclud@191
   206
            // 
StephaneLenclud@191
   207
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
StephaneLenclud@191
   208
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
StephaneLenclud@191
   209
            this.ClientSize = new System.Drawing.Size(443, 252);
StephaneLenclud@191
   210
            this.Controls.Add(this.labelPriority);
StephaneLenclud@191
   211
            this.Controls.Add(this.numericUpDownPriority);
StephaneLenclud@191
   212
            this.Controls.Add(this.buttonLayoutOneTextField);
StephaneLenclud@191
   213
            this.Controls.Add(this.buttonUpdateTexts);
StephaneLenclud@191
   214
            this.Controls.Add(this.buttonIndicatorsLayout);
StephaneLenclud@191
   215
            this.Controls.Add(this.buttonBitmapLayout);
StephaneLenclud@191
   216
            this.Controls.Add(this.buttonSetBitmap);
StephaneLenclud@191
   217
            this.Controls.Add(this.buttonLayoutUpdate);
StephaneLenclud@191
   218
            this.Controls.Add(this.buttonSetTopText);
StephaneLenclud@191
   219
            this.Controls.Add(this.buttonAlignRight);
StephaneLenclud@191
   220
            this.Controls.Add(this.buttonAlignCenter);
StephaneLenclud@191
   221
            this.Controls.Add(this.buttonAlignLeft);
StephaneLenclud@191
   222
            this.Controls.Add(this.textBoxBottom);
StephaneLenclud@191
   223
            this.Controls.Add(this.textBoxTop);
StephaneLenclud@191
   224
            this.Controls.Add(this.buttonSetText);
StephaneLenclud@191
   225
            this.Name = "MainForm";
StephaneLenclud@191
   226
            this.Text = "Client";
StephaneLenclud@191
   227
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
StephaneLenclud@191
   228
            this.Load += new System.EventHandler(this.MainForm_Load);
StephaneLenclud@191
   229
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPriority)).EndInit();
StephaneLenclud@191
   230
            this.ResumeLayout(false);
StephaneLenclud@191
   231
            this.PerformLayout();
StephaneLenclud@191
   232
StephaneLenclud@191
   233
        }
StephaneLenclud@191
   234
StephaneLenclud@191
   235
        #endregion
StephaneLenclud@191
   236
StephaneLenclud@191
   237
        private System.Windows.Forms.Button buttonSetText;
StephaneLenclud@191
   238
        private System.Windows.Forms.TextBox textBoxTop;
StephaneLenclud@191
   239
        private System.Windows.Forms.TextBox textBoxBottom;
StephaneLenclud@191
   240
        private System.Windows.Forms.Button buttonAlignRight;
StephaneLenclud@191
   241
        private System.Windows.Forms.Button buttonAlignCenter;
StephaneLenclud@191
   242
        private System.Windows.Forms.Button buttonAlignLeft;
StephaneLenclud@191
   243
        private System.Windows.Forms.Button buttonSetTopText;
StephaneLenclud@191
   244
        private System.Windows.Forms.Button buttonLayoutUpdate;
StephaneLenclud@191
   245
        private System.Windows.Forms.Button buttonSetBitmap;
StephaneLenclud@191
   246
        private System.Windows.Forms.Button buttonBitmapLayout;
StephaneLenclud@191
   247
        private System.Windows.Forms.Button buttonIndicatorsLayout;
StephaneLenclud@191
   248
        private System.Windows.Forms.Button buttonUpdateTexts;
StephaneLenclud@191
   249
		private System.Windows.Forms.Button buttonLayoutOneTextField;
StephaneLenclud@191
   250
        private System.Windows.Forms.NumericUpDown numericUpDownPriority;
StephaneLenclud@191
   251
        private System.Windows.Forms.Label labelPriority;
StephaneLenclud@191
   252
    }
StephaneLenclud@191
   253
}
StephaneLenclud@191
   254