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