MainForm.Designer.cs
author StephaneLenclud
Sun, 15 Feb 2015 23:06:54 +0100
changeset 66 3461ee6800e3
parent 61 60bfe5083721
child 67 bda062e75e47
permissions -rw-r--r--
Consistent naming fixes in our usage tables enumerations.
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@60
    29
            this.treeViewDevices = new System.Windows.Forms.TreeView();
StephaneLenclud@65
    30
            this.buttonTreeViewCollapseAll = new System.Windows.Forms.Button();
StephaneLenclud@65
    31
            this.buttonTreeViewExpandAll = new System.Windows.Forms.Button();
StephaneLenclud@60
    32
            this.tabControl.SuspendLayout();
StephaneLenclud@60
    33
            this.tabPageMessages.SuspendLayout();
StephaneLenclud@60
    34
            this.tabPageDevices.SuspendLayout();
StephaneLenclud@60
    35
            this.SuspendLayout();
StephaneLenclud@60
    36
            // 
StephaneLenclud@60
    37
            // labelButtonName
StephaneLenclud@60
    38
            // 
StephaneLenclud@60
    39
            this.labelButtonName.AutoSize = true;
StephaneLenclud@60
    40
            this.labelButtonName.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
StephaneLenclud@61
    41
            this.labelButtonName.Location = new System.Drawing.Point(785, 53);
StephaneLenclud@60
    42
            this.labelButtonName.Name = "labelButtonName";
StephaneLenclud@60
    43
            this.labelButtonName.Size = new System.Drawing.Size(103, 20);
StephaneLenclud@60
    44
            this.labelButtonName.TabIndex = 0;
StephaneLenclud@60
    45
            this.labelButtonName.Text = "Button Name";
StephaneLenclud@60
    46
            // 
StephaneLenclud@60
    47
            // labelDeviceName
StephaneLenclud@60
    48
            // 
StephaneLenclud@60
    49
            this.labelDeviceName.AutoSize = true;
StephaneLenclud@60
    50
            this.labelDeviceName.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
StephaneLenclud@61
    51
            this.labelDeviceName.Location = new System.Drawing.Point(785, 33);
StephaneLenclud@60
    52
            this.labelDeviceName.Name = "labelDeviceName";
StephaneLenclud@60
    53
            this.labelDeviceName.Size = new System.Drawing.Size(103, 20);
StephaneLenclud@60
    54
            this.labelDeviceName.TabIndex = 1;
StephaneLenclud@60
    55
            this.labelDeviceName.Text = "Device Name";
StephaneLenclud@60
    56
            // 
StephaneLenclud@60
    57
            // buttonClear
StephaneLenclud@60
    58
            // 
StephaneLenclud@61
    59
            this.buttonClear.Location = new System.Drawing.Point(813, 6);
StephaneLenclud@60
    60
            this.buttonClear.Name = "buttonClear";
StephaneLenclud@60
    61
            this.buttonClear.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@60
    62
            this.buttonClear.TabIndex = 3;
StephaneLenclud@60
    63
            this.buttonClear.Text = "Clear";
StephaneLenclud@60
    64
            this.buttonClear.UseVisualStyleBackColor = true;
StephaneLenclud@60
    65
            this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
StephaneLenclud@60
    66
            // 
StephaneLenclud@60
    67
            // tabControl
StephaneLenclud@60
    68
            // 
StephaneLenclud@60
    69
            this.tabControl.Controls.Add(this.tabPageMessages);
StephaneLenclud@60
    70
            this.tabControl.Controls.Add(this.tabPageDevices);
StephaneLenclud@60
    71
            this.tabControl.Location = new System.Drawing.Point(12, 12);
StephaneLenclud@60
    72
            this.tabControl.Name = "tabControl";
StephaneLenclud@60
    73
            this.tabControl.SelectedIndex = 0;
StephaneLenclud@60
    74
            this.tabControl.Size = new System.Drawing.Size(902, 514);
StephaneLenclud@60
    75
            this.tabControl.TabIndex = 4;
StephaneLenclud@60
    76
            // 
StephaneLenclud@60
    77
            // tabPageMessages
StephaneLenclud@60
    78
            // 
StephaneLenclud@60
    79
            this.tabPageMessages.Controls.Add(this.listViewEvents);
StephaneLenclud@60
    80
            this.tabPageMessages.Controls.Add(this.buttonClear);
StephaneLenclud@60
    81
            this.tabPageMessages.Controls.Add(this.labelDeviceName);
StephaneLenclud@60
    82
            this.tabPageMessages.Controls.Add(this.labelButtonName);
StephaneLenclud@60
    83
            this.tabPageMessages.Location = new System.Drawing.Point(4, 22);
StephaneLenclud@60
    84
            this.tabPageMessages.Name = "tabPageMessages";
StephaneLenclud@60
    85
            this.tabPageMessages.Padding = new System.Windows.Forms.Padding(3);
StephaneLenclud@60
    86
            this.tabPageMessages.Size = new System.Drawing.Size(894, 488);
StephaneLenclud@60
    87
            this.tabPageMessages.TabIndex = 0;
StephaneLenclud@60
    88
            this.tabPageMessages.Text = "Messages";
StephaneLenclud@60
    89
            this.tabPageMessages.UseVisualStyleBackColor = true;
StephaneLenclud@60
    90
            // 
StephaneLenclud@60
    91
            // listViewEvents
StephaneLenclud@60
    92
            // 
StephaneLenclud@60
    93
            this.listViewEvents.Alignment = System.Windows.Forms.ListViewAlignment.Left;
StephaneLenclud@60
    94
            this.listViewEvents.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
StephaneLenclud@60
    95
            | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@60
    96
            this.listViewEvents.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
StephaneLenclud@60
    97
            this.listViewEvents.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
StephaneLenclud@60
    98
            this.columnHeaderUsages,
StephaneLenclud@60
    99
            this.columnHeaderInputReport,
StephaneLenclud@60
   100
            this.columnHeaderUsagePage,
StephaneLenclud@60
   101
            this.columnHeaderUsageCollection,
StephaneLenclud@60
   102
            this.columnHeaderRepeat,
StephaneLenclud@60
   103
            this.columnHeaderTime});
StephaneLenclud@60
   104
            this.listViewEvents.GridLines = true;
StephaneLenclud@60
   105
            this.listViewEvents.Location = new System.Drawing.Point(8, 6);
StephaneLenclud@60
   106
            this.listViewEvents.Name = "listViewEvents";
StephaneLenclud@60
   107
            this.listViewEvents.Size = new System.Drawing.Size(744, 474);
StephaneLenclud@60
   108
            this.listViewEvents.TabIndex = 3;
StephaneLenclud@60
   109
            this.listViewEvents.UseCompatibleStateImageBehavior = false;
StephaneLenclud@60
   110
            this.listViewEvents.View = System.Windows.Forms.View.Details;
StephaneLenclud@60
   111
            // 
StephaneLenclud@60
   112
            // columnHeaderUsages
StephaneLenclud@60
   113
            // 
StephaneLenclud@60
   114
            this.columnHeaderUsages.Text = "Usages";
StephaneLenclud@60
   115
            this.columnHeaderUsages.Width = 180;
StephaneLenclud@60
   116
            // 
StephaneLenclud@60
   117
            // columnHeaderInputReport
StephaneLenclud@60
   118
            // 
StephaneLenclud@60
   119
            this.columnHeaderInputReport.Text = "Input Report";
StephaneLenclud@60
   120
            this.columnHeaderInputReport.Width = 176;
StephaneLenclud@60
   121
            // 
StephaneLenclud@60
   122
            // columnHeaderUsagePage
StephaneLenclud@60
   123
            // 
StephaneLenclud@60
   124
            this.columnHeaderUsagePage.Text = "Usage Page";
StephaneLenclud@60
   125
            this.columnHeaderUsagePage.Width = 87;
StephaneLenclud@60
   126
            // 
StephaneLenclud@60
   127
            // columnHeaderUsageCollection
StephaneLenclud@60
   128
            // 
StephaneLenclud@60
   129
            this.columnHeaderUsageCollection.Text = "Usage Collection";
StephaneLenclud@60
   130
            this.columnHeaderUsageCollection.Width = 134;
StephaneLenclud@60
   131
            // 
StephaneLenclud@60
   132
            // columnHeaderRepeat
StephaneLenclud@60
   133
            // 
StephaneLenclud@60
   134
            this.columnHeaderRepeat.Text = "Repeat";
StephaneLenclud@60
   135
            this.columnHeaderRepeat.Width = 68;
StephaneLenclud@60
   136
            // 
StephaneLenclud@60
   137
            // columnHeaderTime
StephaneLenclud@60
   138
            // 
StephaneLenclud@60
   139
            this.columnHeaderTime.Text = "Time";
StephaneLenclud@60
   140
            this.columnHeaderTime.Width = 76;
StephaneLenclud@60
   141
            // 
StephaneLenclud@60
   142
            // tabPageDevices
StephaneLenclud@60
   143
            // 
StephaneLenclud@65
   144
            this.tabPageDevices.Controls.Add(this.buttonTreeViewExpandAll);
StephaneLenclud@65
   145
            this.tabPageDevices.Controls.Add(this.buttonTreeViewCollapseAll);
StephaneLenclud@60
   146
            this.tabPageDevices.Controls.Add(this.treeViewDevices);
StephaneLenclud@60
   147
            this.tabPageDevices.Location = new System.Drawing.Point(4, 22);
StephaneLenclud@60
   148
            this.tabPageDevices.Name = "tabPageDevices";
StephaneLenclud@60
   149
            this.tabPageDevices.Padding = new System.Windows.Forms.Padding(3);
StephaneLenclud@65
   150
            this.tabPageDevices.Size = new System.Drawing.Size(894, 488);
StephaneLenclud@60
   151
            this.tabPageDevices.TabIndex = 1;
StephaneLenclud@60
   152
            this.tabPageDevices.Text = "Devices";
StephaneLenclud@60
   153
            this.tabPageDevices.UseVisualStyleBackColor = true;
StephaneLenclud@60
   154
            // 
StephaneLenclud@60
   155
            // treeViewDevices
StephaneLenclud@60
   156
            // 
StephaneLenclud@60
   157
            this.treeViewDevices.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
StephaneLenclud@60
   158
            | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@60
   159
            this.treeViewDevices.Location = new System.Drawing.Point(8, 6);
StephaneLenclud@60
   160
            this.treeViewDevices.Name = "treeViewDevices";
StephaneLenclud@65
   161
            this.treeViewDevices.Size = new System.Drawing.Size(713, 474);
StephaneLenclud@60
   162
            this.treeViewDevices.TabIndex = 0;
StephaneLenclud@60
   163
            // 
StephaneLenclud@65
   164
            // buttonTreeViewCollapseAll
StephaneLenclud@65
   165
            // 
StephaneLenclud@65
   166
            this.buttonTreeViewCollapseAll.Location = new System.Drawing.Point(813, 35);
StephaneLenclud@65
   167
            this.buttonTreeViewCollapseAll.Name = "buttonTreeViewCollapseAll";
StephaneLenclud@65
   168
            this.buttonTreeViewCollapseAll.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@65
   169
            this.buttonTreeViewCollapseAll.TabIndex = 1;
StephaneLenclud@65
   170
            this.buttonTreeViewCollapseAll.Text = "Collapse All";
StephaneLenclud@65
   171
            this.buttonTreeViewCollapseAll.UseVisualStyleBackColor = true;
StephaneLenclud@65
   172
            this.buttonTreeViewCollapseAll.Click += new System.EventHandler(this.buttonTreeViewCollapseAll_Click);
StephaneLenclud@65
   173
            // 
StephaneLenclud@65
   174
            // buttonTreeViewExpandAll
StephaneLenclud@65
   175
            // 
StephaneLenclud@65
   176
            this.buttonTreeViewExpandAll.Location = new System.Drawing.Point(813, 6);
StephaneLenclud@65
   177
            this.buttonTreeViewExpandAll.Name = "buttonTreeViewExpandAll";
StephaneLenclud@65
   178
            this.buttonTreeViewExpandAll.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@65
   179
            this.buttonTreeViewExpandAll.TabIndex = 2;
StephaneLenclud@65
   180
            this.buttonTreeViewExpandAll.Text = "Expand All";
StephaneLenclud@65
   181
            this.buttonTreeViewExpandAll.UseVisualStyleBackColor = true;
StephaneLenclud@65
   182
            this.buttonTreeViewExpandAll.Click += new System.EventHandler(this.buttonTreeViewExpandAll_Click);
StephaneLenclud@65
   183
            // 
StephaneLenclud@60
   184
            // MainForm
StephaneLenclud@60
   185
            // 
StephaneLenclud@60
   186
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
StephaneLenclud@60
   187
            this.BackColor = System.Drawing.SystemColors.Control;
StephaneLenclud@60
   188
            this.ClientSize = new System.Drawing.Size(926, 538);
StephaneLenclud@60
   189
            this.Controls.Add(this.tabControl);
StephaneLenclud@60
   190
            this.Name = "MainForm";
StephaneLenclud@60
   191
            this.Text = "Remote Control Sample";
StephaneLenclud@60
   192
            this.Load += new System.EventHandler(this.MainForm_Load);
StephaneLenclud@60
   193
            this.tabControl.ResumeLayout(false);
StephaneLenclud@60
   194
            this.tabPageMessages.ResumeLayout(false);
StephaneLenclud@60
   195
            this.tabPageMessages.PerformLayout();
StephaneLenclud@60
   196
            this.tabPageDevices.ResumeLayout(false);
StephaneLenclud@60
   197
            this.ResumeLayout(false);
StephaneLenclud@60
   198
StephaneLenclud@60
   199
        }
StephaneLenclud@60
   200
        #endregion Windows Form Designer generated code
StephaneLenclud@60
   201
StephaneLenclud@65
   202
        private System.Windows.Forms.Button buttonTreeViewExpandAll;
StephaneLenclud@65
   203
        private System.Windows.Forms.Button buttonTreeViewCollapseAll;
StephaneLenclud@65
   204
StephaneLenclud@60
   205
    }
StephaneLenclud@60
   206
}