MainForm.Designer.cs
author StephaneLenclud
Sun, 15 Mar 2015 12:44:58 +0100
changeset 73 5262f4b7c4ad
parent 70 e0a7b35f90dd
child 75 e8bb372ae58b
permissions -rw-r--r--
Adding support for usage value and thus joystick/gamepad.
Adding generic support for direction pad.
StephaneLenclud@60
     1
using System;
StephaneLenclud@60
     2
using System.Collections.Generic;
StephaneLenclud@60
     3
using System.Text;
StephaneLenclud@60
     4
StephaneLenclud@60
     5
namespace RemoteControlSample
StephaneLenclud@60
     6
{
StephaneLenclud@60
     7
    public partial class MainForm
StephaneLenclud@60
     8
    {
StephaneLenclud@60
     9
        #region Windows Form Designer generated code
StephaneLenclud@60
    10
        /// <summary>
StephaneLenclud@60
    11
        /// Required method for Designer support - do not modify
StephaneLenclud@60
    12
        /// the contents of this method with the code editor.
StephaneLenclud@60
    13
        /// </summary>
StephaneLenclud@60
    14
        private void InitializeComponent()
StephaneLenclud@60
    15
        {
StephaneLenclud@60
    16
            this.labelButtonName = new System.Windows.Forms.Label();
StephaneLenclud@60
    17
            this.labelDeviceName = new System.Windows.Forms.Label();
StephaneLenclud@60
    18
            this.buttonClear = new System.Windows.Forms.Button();
StephaneLenclud@60
    19
            this.tabControl = new System.Windows.Forms.TabControl();
StephaneLenclud@60
    20
            this.tabPageMessages = new System.Windows.Forms.TabPage();
StephaneLenclud@60
    21
            this.listViewEvents = new System.Windows.Forms.ListView();
StephaneLenclud@60
    22
            this.columnHeaderUsages = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
StephaneLenclud@60
    23
            this.columnHeaderInputReport = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
StephaneLenclud@60
    24
            this.columnHeaderUsagePage = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
StephaneLenclud@60
    25
            this.columnHeaderUsageCollection = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
StephaneLenclud@60
    26
            this.columnHeaderRepeat = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
StephaneLenclud@60
    27
            this.columnHeaderTime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
StephaneLenclud@60
    28
            this.tabPageDevices = new System.Windows.Forms.TabPage();
StephaneLenclud@70
    29
            this.buttonTreeViewExpandAll = new System.Windows.Forms.Button();
StephaneLenclud@70
    30
            this.buttonTreeViewCollapseAll = new System.Windows.Forms.Button();
StephaneLenclud@60
    31
            this.treeViewDevices = new System.Windows.Forms.TreeView();
StephaneLenclud@72
    32
            this.tabPageTests = new System.Windows.Forms.TabPage();
StephaneLenclud@72
    33
            this.textBoxTests = new System.Windows.Forms.TextBox();
StephaneLenclud@67
    34
            this.statusStrip = new System.Windows.Forms.StatusStrip();
StephaneLenclud@67
    35
            this.toolStripStatusLabelDevice = new System.Windows.Forms.ToolStripStatusLabel();
StephaneLenclud@72
    36
            this.buttonRefresh = new System.Windows.Forms.Button();
StephaneLenclud@60
    37
            this.tabControl.SuspendLayout();
StephaneLenclud@60
    38
            this.tabPageMessages.SuspendLayout();
StephaneLenclud@60
    39
            this.tabPageDevices.SuspendLayout();
StephaneLenclud@72
    40
            this.tabPageTests.SuspendLayout();
StephaneLenclud@67
    41
            this.statusStrip.SuspendLayout();
StephaneLenclud@60
    42
            this.SuspendLayout();
StephaneLenclud@60
    43
            // 
StephaneLenclud@60
    44
            // labelButtonName
StephaneLenclud@60
    45
            // 
StephaneLenclud@60
    46
            this.labelButtonName.AutoSize = true;
StephaneLenclud@60
    47
            this.labelButtonName.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
StephaneLenclud@61
    48
            this.labelButtonName.Location = new System.Drawing.Point(785, 53);
StephaneLenclud@60
    49
            this.labelButtonName.Name = "labelButtonName";
StephaneLenclud@60
    50
            this.labelButtonName.Size = new System.Drawing.Size(103, 20);
StephaneLenclud@60
    51
            this.labelButtonName.TabIndex = 0;
StephaneLenclud@60
    52
            this.labelButtonName.Text = "Button Name";
StephaneLenclud@60
    53
            // 
StephaneLenclud@60
    54
            // labelDeviceName
StephaneLenclud@60
    55
            // 
StephaneLenclud@60
    56
            this.labelDeviceName.AutoSize = true;
StephaneLenclud@60
    57
            this.labelDeviceName.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
StephaneLenclud@61
    58
            this.labelDeviceName.Location = new System.Drawing.Point(785, 33);
StephaneLenclud@60
    59
            this.labelDeviceName.Name = "labelDeviceName";
StephaneLenclud@60
    60
            this.labelDeviceName.Size = new System.Drawing.Size(103, 20);
StephaneLenclud@60
    61
            this.labelDeviceName.TabIndex = 1;
StephaneLenclud@60
    62
            this.labelDeviceName.Text = "Device Name";
StephaneLenclud@60
    63
            // 
StephaneLenclud@60
    64
            // buttonClear
StephaneLenclud@60
    65
            // 
StephaneLenclud@61
    66
            this.buttonClear.Location = new System.Drawing.Point(813, 6);
StephaneLenclud@60
    67
            this.buttonClear.Name = "buttonClear";
StephaneLenclud@60
    68
            this.buttonClear.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@60
    69
            this.buttonClear.TabIndex = 3;
StephaneLenclud@60
    70
            this.buttonClear.Text = "Clear";
StephaneLenclud@60
    71
            this.buttonClear.UseVisualStyleBackColor = true;
StephaneLenclud@60
    72
            this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
StephaneLenclud@60
    73
            // 
StephaneLenclud@60
    74
            // tabControl
StephaneLenclud@60
    75
            // 
StephaneLenclud@67
    76
            this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
StephaneLenclud@67
    77
            | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@60
    78
            this.tabControl.Controls.Add(this.tabPageMessages);
StephaneLenclud@60
    79
            this.tabControl.Controls.Add(this.tabPageDevices);
StephaneLenclud@70
    80
            this.tabControl.Controls.Add(this.tabPageTests);
StephaneLenclud@60
    81
            this.tabControl.Location = new System.Drawing.Point(12, 12);
StephaneLenclud@60
    82
            this.tabControl.Name = "tabControl";
StephaneLenclud@60
    83
            this.tabControl.SelectedIndex = 0;
StephaneLenclud@67
    84
            this.tabControl.Size = new System.Drawing.Size(902, 532);
StephaneLenclud@60
    85
            this.tabControl.TabIndex = 4;
StephaneLenclud@60
    86
            // 
StephaneLenclud@60
    87
            // tabPageMessages
StephaneLenclud@60
    88
            // 
StephaneLenclud@60
    89
            this.tabPageMessages.Controls.Add(this.listViewEvents);
StephaneLenclud@60
    90
            this.tabPageMessages.Controls.Add(this.buttonClear);
StephaneLenclud@60
    91
            this.tabPageMessages.Controls.Add(this.labelDeviceName);
StephaneLenclud@60
    92
            this.tabPageMessages.Controls.Add(this.labelButtonName);
StephaneLenclud@60
    93
            this.tabPageMessages.Location = new System.Drawing.Point(4, 22);
StephaneLenclud@60
    94
            this.tabPageMessages.Name = "tabPageMessages";
StephaneLenclud@60
    95
            this.tabPageMessages.Padding = new System.Windows.Forms.Padding(3);
StephaneLenclud@70
    96
            this.tabPageMessages.Size = new System.Drawing.Size(894, 506);
StephaneLenclud@60
    97
            this.tabPageMessages.TabIndex = 0;
StephaneLenclud@60
    98
            this.tabPageMessages.Text = "Messages";
StephaneLenclud@60
    99
            this.tabPageMessages.UseVisualStyleBackColor = true;
StephaneLenclud@60
   100
            // 
StephaneLenclud@60
   101
            // listViewEvents
StephaneLenclud@60
   102
            // 
StephaneLenclud@60
   103
            this.listViewEvents.Alignment = System.Windows.Forms.ListViewAlignment.Left;
StephaneLenclud@60
   104
            this.listViewEvents.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
StephaneLenclud@60
   105
            | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@60
   106
            this.listViewEvents.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
StephaneLenclud@60
   107
            this.listViewEvents.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
StephaneLenclud@60
   108
            this.columnHeaderUsages,
StephaneLenclud@60
   109
            this.columnHeaderInputReport,
StephaneLenclud@60
   110
            this.columnHeaderUsagePage,
StephaneLenclud@60
   111
            this.columnHeaderUsageCollection,
StephaneLenclud@60
   112
            this.columnHeaderRepeat,
StephaneLenclud@60
   113
            this.columnHeaderTime});
StephaneLenclud@60
   114
            this.listViewEvents.GridLines = true;
StephaneLenclud@60
   115
            this.listViewEvents.Location = new System.Drawing.Point(8, 6);
StephaneLenclud@60
   116
            this.listViewEvents.Name = "listViewEvents";
StephaneLenclud@70
   117
            this.listViewEvents.Size = new System.Drawing.Size(744, 492);
StephaneLenclud@60
   118
            this.listViewEvents.TabIndex = 3;
StephaneLenclud@60
   119
            this.listViewEvents.UseCompatibleStateImageBehavior = false;
StephaneLenclud@60
   120
            this.listViewEvents.View = System.Windows.Forms.View.Details;
StephaneLenclud@60
   121
            // 
StephaneLenclud@60
   122
            // columnHeaderUsages
StephaneLenclud@60
   123
            // 
StephaneLenclud@60
   124
            this.columnHeaderUsages.Text = "Usages";
StephaneLenclud@60
   125
            this.columnHeaderUsages.Width = 180;
StephaneLenclud@60
   126
            // 
StephaneLenclud@60
   127
            // columnHeaderInputReport
StephaneLenclud@60
   128
            // 
StephaneLenclud@60
   129
            this.columnHeaderInputReport.Text = "Input Report";
StephaneLenclud@60
   130
            this.columnHeaderInputReport.Width = 176;
StephaneLenclud@60
   131
            // 
StephaneLenclud@60
   132
            // columnHeaderUsagePage
StephaneLenclud@60
   133
            // 
StephaneLenclud@60
   134
            this.columnHeaderUsagePage.Text = "Usage Page";
StephaneLenclud@60
   135
            this.columnHeaderUsagePage.Width = 87;
StephaneLenclud@60
   136
            // 
StephaneLenclud@60
   137
            // columnHeaderUsageCollection
StephaneLenclud@60
   138
            // 
StephaneLenclud@60
   139
            this.columnHeaderUsageCollection.Text = "Usage Collection";
StephaneLenclud@60
   140
            this.columnHeaderUsageCollection.Width = 134;
StephaneLenclud@60
   141
            // 
StephaneLenclud@60
   142
            // columnHeaderRepeat
StephaneLenclud@60
   143
            // 
StephaneLenclud@60
   144
            this.columnHeaderRepeat.Text = "Repeat";
StephaneLenclud@60
   145
            this.columnHeaderRepeat.Width = 68;
StephaneLenclud@60
   146
            // 
StephaneLenclud@60
   147
            // columnHeaderTime
StephaneLenclud@60
   148
            // 
StephaneLenclud@60
   149
            this.columnHeaderTime.Text = "Time";
StephaneLenclud@60
   150
            this.columnHeaderTime.Width = 76;
StephaneLenclud@60
   151
            // 
StephaneLenclud@60
   152
            // tabPageDevices
StephaneLenclud@60
   153
            // 
StephaneLenclud@72
   154
            this.tabPageDevices.Controls.Add(this.buttonRefresh);
StephaneLenclud@65
   155
            this.tabPageDevices.Controls.Add(this.buttonTreeViewExpandAll);
StephaneLenclud@65
   156
            this.tabPageDevices.Controls.Add(this.buttonTreeViewCollapseAll);
StephaneLenclud@60
   157
            this.tabPageDevices.Controls.Add(this.treeViewDevices);
StephaneLenclud@60
   158
            this.tabPageDevices.Location = new System.Drawing.Point(4, 22);
StephaneLenclud@60
   159
            this.tabPageDevices.Name = "tabPageDevices";
StephaneLenclud@60
   160
            this.tabPageDevices.Padding = new System.Windows.Forms.Padding(3);
StephaneLenclud@67
   161
            this.tabPageDevices.Size = new System.Drawing.Size(894, 506);
StephaneLenclud@60
   162
            this.tabPageDevices.TabIndex = 1;
StephaneLenclud@60
   163
            this.tabPageDevices.Text = "Devices";
StephaneLenclud@60
   164
            this.tabPageDevices.UseVisualStyleBackColor = true;
StephaneLenclud@60
   165
            // 
StephaneLenclud@70
   166
            // buttonTreeViewExpandAll
StephaneLenclud@60
   167
            // 
StephaneLenclud@70
   168
            this.buttonTreeViewExpandAll.Location = new System.Drawing.Point(813, 6);
StephaneLenclud@70
   169
            this.buttonTreeViewExpandAll.Name = "buttonTreeViewExpandAll";
StephaneLenclud@70
   170
            this.buttonTreeViewExpandAll.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@70
   171
            this.buttonTreeViewExpandAll.TabIndex = 2;
StephaneLenclud@70
   172
            this.buttonTreeViewExpandAll.Text = "Expand All";
StephaneLenclud@70
   173
            this.buttonTreeViewExpandAll.UseVisualStyleBackColor = true;
StephaneLenclud@70
   174
            this.buttonTreeViewExpandAll.Click += new System.EventHandler(this.buttonTreeViewExpandAll_Click);
StephaneLenclud@60
   175
            // 
StephaneLenclud@65
   176
            // buttonTreeViewCollapseAll
StephaneLenclud@65
   177
            // 
StephaneLenclud@65
   178
            this.buttonTreeViewCollapseAll.Location = new System.Drawing.Point(813, 35);
StephaneLenclud@65
   179
            this.buttonTreeViewCollapseAll.Name = "buttonTreeViewCollapseAll";
StephaneLenclud@65
   180
            this.buttonTreeViewCollapseAll.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@65
   181
            this.buttonTreeViewCollapseAll.TabIndex = 1;
StephaneLenclud@65
   182
            this.buttonTreeViewCollapseAll.Text = "Collapse All";
StephaneLenclud@65
   183
            this.buttonTreeViewCollapseAll.UseVisualStyleBackColor = true;
StephaneLenclud@65
   184
            this.buttonTreeViewCollapseAll.Click += new System.EventHandler(this.buttonTreeViewCollapseAll_Click);
StephaneLenclud@65
   185
            // 
StephaneLenclud@70
   186
            // treeViewDevices
StephaneLenclud@65
   187
            // 
StephaneLenclud@70
   188
            this.treeViewDevices.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
StephaneLenclud@70
   189
            | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@70
   190
            this.treeViewDevices.Location = new System.Drawing.Point(8, 6);
StephaneLenclud@70
   191
            this.treeViewDevices.Name = "treeViewDevices";
StephaneLenclud@70
   192
            this.treeViewDevices.Size = new System.Drawing.Size(713, 492);
StephaneLenclud@70
   193
            this.treeViewDevices.TabIndex = 0;
StephaneLenclud@65
   194
            // 
StephaneLenclud@70
   195
            // tabPageTests
StephaneLenclud@70
   196
            // 
StephaneLenclud@70
   197
            this.tabPageTests.Controls.Add(this.textBoxTests);
StephaneLenclud@70
   198
            this.tabPageTests.Location = new System.Drawing.Point(4, 22);
StephaneLenclud@70
   199
            this.tabPageTests.Name = "tabPageTests";
StephaneLenclud@70
   200
            this.tabPageTests.Size = new System.Drawing.Size(894, 506);
StephaneLenclud@70
   201
            this.tabPageTests.TabIndex = 2;
StephaneLenclud@70
   202
            this.tabPageTests.Text = "Tests";
StephaneLenclud@70
   203
            this.tabPageTests.UseVisualStyleBackColor = true;
StephaneLenclud@70
   204
            // 
StephaneLenclud@70
   205
            // textBoxTests
StephaneLenclud@70
   206
            // 
StephaneLenclud@70
   207
            this.textBoxTests.Location = new System.Drawing.Point(4, 4);
StephaneLenclud@70
   208
            this.textBoxTests.Multiline = true;
StephaneLenclud@70
   209
            this.textBoxTests.Name = "textBoxTests";
StephaneLenclud@70
   210
            this.textBoxTests.Size = new System.Drawing.Size(887, 499);
StephaneLenclud@70
   211
            this.textBoxTests.TabIndex = 0;
StephaneLenclud@70
   212
            // 
StephaneLenclud@72
   213
            // statusStrip
StephaneLenclud@72
   214
            // 
StephaneLenclud@72
   215
            this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
StephaneLenclud@72
   216
            this.toolStripStatusLabelDevice});
StephaneLenclud@72
   217
            this.statusStrip.Location = new System.Drawing.Point(0, 547);
StephaneLenclud@72
   218
            this.statusStrip.Name = "statusStrip";
StephaneLenclud@72
   219
            this.statusStrip.Size = new System.Drawing.Size(935, 22);
StephaneLenclud@72
   220
            this.statusStrip.TabIndex = 5;
StephaneLenclud@72
   221
            this.statusStrip.Text = "statusStrip1";
StephaneLenclud@72
   222
            // 
StephaneLenclud@72
   223
            // toolStripStatusLabelDevice
StephaneLenclud@72
   224
            // 
StephaneLenclud@72
   225
            this.toolStripStatusLabelDevice.Name = "toolStripStatusLabelDevice";
StephaneLenclud@72
   226
            this.toolStripStatusLabelDevice.Size = new System.Drawing.Size(61, 17);
StephaneLenclud@72
   227
            this.toolStripStatusLabelDevice.Text = "No Device";
StephaneLenclud@72
   228
            // 
StephaneLenclud@72
   229
            // buttonRefresh
StephaneLenclud@72
   230
            // 
StephaneLenclud@72
   231
            this.buttonRefresh.Location = new System.Drawing.Point(813, 64);
StephaneLenclud@72
   232
            this.buttonRefresh.Name = "buttonRefresh";
StephaneLenclud@72
   233
            this.buttonRefresh.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@72
   234
            this.buttonRefresh.TabIndex = 3;
StephaneLenclud@72
   235
            this.buttonRefresh.Text = "Refresh";
StephaneLenclud@72
   236
            this.buttonRefresh.UseVisualStyleBackColor = true;
StephaneLenclud@72
   237
            this.buttonRefresh.Click += new System.EventHandler(this.buttonRefresh_Click);
StephaneLenclud@72
   238
            // 
StephaneLenclud@60
   239
            // MainForm
StephaneLenclud@60
   240
            // 
StephaneLenclud@60
   241
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
StephaneLenclud@60
   242
            this.BackColor = System.Drawing.SystemColors.Control;
StephaneLenclud@67
   243
            this.ClientSize = new System.Drawing.Size(935, 569);
StephaneLenclud@67
   244
            this.Controls.Add(this.statusStrip);
StephaneLenclud@60
   245
            this.Controls.Add(this.tabControl);
StephaneLenclud@60
   246
            this.Name = "MainForm";
StephaneLenclud@60
   247
            this.Text = "Remote Control Sample";
StephaneLenclud@60
   248
            this.Load += new System.EventHandler(this.MainForm_Load);
StephaneLenclud@60
   249
            this.tabControl.ResumeLayout(false);
StephaneLenclud@60
   250
            this.tabPageMessages.ResumeLayout(false);
StephaneLenclud@60
   251
            this.tabPageMessages.PerformLayout();
StephaneLenclud@60
   252
            this.tabPageDevices.ResumeLayout(false);
StephaneLenclud@72
   253
            this.tabPageTests.ResumeLayout(false);
StephaneLenclud@72
   254
            this.tabPageTests.PerformLayout();
StephaneLenclud@67
   255
            this.statusStrip.ResumeLayout(false);
StephaneLenclud@67
   256
            this.statusStrip.PerformLayout();
StephaneLenclud@60
   257
            this.ResumeLayout(false);
StephaneLenclud@67
   258
            this.PerformLayout();
StephaneLenclud@60
   259
StephaneLenclud@60
   260
        }
StephaneLenclud@60
   261
        #endregion Windows Form Designer generated code
StephaneLenclud@60
   262
StephaneLenclud@65
   263
        private System.Windows.Forms.Button buttonTreeViewExpandAll;
StephaneLenclud@65
   264
        private System.Windows.Forms.Button buttonTreeViewCollapseAll;
StephaneLenclud@67
   265
        private System.Windows.Forms.StatusStrip statusStrip;
StephaneLenclud@67
   266
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelDevice;
StephaneLenclud@70
   267
        private System.Windows.Forms.TabPage tabPageTests;
StephaneLenclud@70
   268
        private System.Windows.Forms.TextBox textBoxTests;
StephaneLenclud@72
   269
        private System.Windows.Forms.Button buttonRefresh;
StephaneLenclud@65
   270
StephaneLenclud@60
   271
    }
StephaneLenclud@60
   272
}