BTool.AttributesForm.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
            "DDDD_DDDD",
            "0xDDDD",
            "0xDDDD",
            "0xDDDD",
            "1234567890123456789012345678901234567890",
            "11:22:33:44:55:66:77:88:99",
            "1234567890123456789012345678901234567890",
            "01234567891234567890"}, -1);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AttributesForm));
            this.cmsAttributes = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.tsmiAutoScroll = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.tsmiClearAllAttrData = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiSortByConHndAndHandle = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.tsmiAutoResizeColumns = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiRestoreDefaultColumnWidths = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.tsmiReadValue = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiWriteValue = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.tsmiSendAutoCmds = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.tsmiSaveDataToCsvFile = new System.Windows.Forms.ToolStripMenuItem();
            this.lvAttributes = new TI.Toolbox.ListViewWrapper();
            this.chKey = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.chConnHandle = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.chHandle = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.chUuid = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.chUuidDesc = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.chValue = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.chValueDesc = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.chProperties = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.cmsAttributes.SuspendLayout();
            this.SuspendLayout();
            //
            // cmsAttributes
            //
            this.cmsAttributes.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiAutoScroll,
            this.toolStripSeparator1,
            this.tsmiClearAllAttrData,
            this.tsmiSortByConHndAndHandle,
            this.toolStripSeparator2,
            this.tsmiAutoResizeColumns,
            this.tsmiRestoreDefaultColumnWidths,
            this.toolStripSeparator3,
            this.tsmiReadValue,
            this.tsmiWriteValue,
            this.toolStripSeparator4,
            this.tsmiSendAutoCmds,
            this.toolStripSeparator5,
            this.tsmiSaveDataToCsvFile});
            this.cmsAttributes.Name = "cmsAttributes";
            this.cmsAttributes.Size = new System.Drawing.Size(259, 232);
            this.cmsAttributes.Opening += new System.ComponentModel.CancelEventHandler(this.cmsAttributes_Opening);
            //
            // tsmiAutoScroll
            //
            this.tsmiAutoScroll.Name = "tsmiAutoScroll";
            this.tsmiAutoScroll.Size = new System.Drawing.Size(258, 22);
            this.tsmiAutoScroll.Text = "&Auto-Scroll";
            this.tsmiAutoScroll.ToolTipText = "Auto Scroll Lines As New Data Is Added";
            this.tsmiAutoScroll.Click += new System.EventHandler(this.tsmiAutoScroll_Click);
            //
            // toolStripSeparator1
            //
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(255, 6);
            //
            // tsmiClearAllAttrData
            //
            this.tsmiClearAllAttrData.Name = "tsmiClearAllAttrData";
            this.tsmiClearAllAttrData.Size = new System.Drawing.Size(258, 22);
            this.tsmiClearAllAttrData.Text = "&Clear All Attribute Data";
            this.tsmiClearAllAttrData.ToolTipText = "Clear All Data From This Table";
            this.tsmiClearAllAttrData.Click += new System.EventHandler(this.tsmiClearAllAttrData_Click);
            //
            // tsmiSortByConHndAndHandle
            //
            this.tsmiSortByConHndAndHandle.Name = "tsmiSortByConHndAndHandle";
            this.tsmiSortByConHndAndHandle.Size = new System.Drawing.Size(258, 22);
            this.tsmiSortByConHndAndHandle.Text = "&Sort By ConHnd And Handle";
            this.tsmiSortByConHndAndHandle.ToolTipText = "Sorts The List By Connection Handle And Handle Columns\\n(Default Sort Method)";
            this.tsmiSortByConHndAndHandle.Click += new System.EventHandler(this.tsmiSortByConHndAndHandle_Click);
            //
            // toolStripSeparator2
            //
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(255, 6);
            //
            // tsmiAutoResizeColumns
            //
            this.tsmiAutoResizeColumns.Name = "tsmiAutoResizeColumns";
            this.tsmiAutoResizeColumns.Size = new System.Drawing.Size(258, 22);
            this.tsmiAutoResizeColumns.Text = "Auto &Resize Columns";
            this.tsmiAutoResizeColumns.ToolTipText = "Resize All Columns Based On Data Width";
            this.tsmiAutoResizeColumns.Click += new System.EventHandler(this.tsmiAutoResizeColumns_Click);
            //
            // tsmiRestoreDefaultColumnWidths
            //
            this.tsmiRestoreDefaultColumnWidths.Name = "tsmiRestoreDefaultColumnWidths";
            this.tsmiRestoreDefaultColumnWidths.Size = new System.Drawing.Size(258, 22);
            this.tsmiRestoreDefaultColumnWidths.Text = "Restore Default Column Widths";
            this.tsmiRestoreDefaultColumnWidths.ToolTipText = "Restore Column Widths To Defaults";
            this.tsmiRestoreDefaultColumnWidths.Click += new System.EventHandler(this.tsmiRestoreDefaultColumnWidths_Click);
            //
            // toolStripSeparator3
            //
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(255, 6);
            //
            // tsmiReadValue
            //
            this.tsmiReadValue.Name = "tsmiReadValue";
            this.tsmiReadValue.Size = new System.Drawing.Size(258, 22);
            this.tsmiReadValue.Text = "R&ead Value (Single Click)";
            this.tsmiReadValue.ToolTipText = "Read A Value From The Device\r\n(Single Click Line)";
            this.tsmiReadValue.Click += new System.EventHandler(this.tsmiReadValue_Click);
            //
            // tsmiWriteValue
            //
            this.tsmiWriteValue.Name = "tsmiWriteValue";
            this.tsmiWriteValue.Size = new System.Drawing.Size(258, 22);
            this.tsmiWriteValue.Text = "&Write Item (Double Click)";
            this.tsmiWriteValue.ToolTipText = "Expanded Attribute View Window\r\nWrite A Value To The Device\r\n(Double Click Line)";
            this.tsmiWriteValue.Click += new System.EventHandler(this.tsmiWriteValue_Click);
            //
            // toolStripSeparator4
            //
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(255, 6);
            //
            // tsmiSendAutoCmds
            //
            this.tsmiSendAutoCmds.Name = "tsmiSendAutoCmds";
            this.tsmiSendAutoCmds.Size = new System.Drawing.Size(258, 22);
            this.tsmiSendAutoCmds.Text = "Send A&uto Data Commands";
            this.tsmiSendAutoCmds.ToolTipText = "Automatically Send Commands To Get Data Based On Incoming Commands";
            this.tsmiSendAutoCmds.Click += new System.EventHandler(this.tsmiSendAutoCmds_Click);
            //
            // toolStripSeparator5
            //
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(255, 6);
            //
            // tsmiSaveDataToCsvFile
            //
            this.tsmiSaveDataToCsvFile.Name = "tsmiSaveDataToCsvFile";
            this.tsmiSaveDataToCsvFile.Size = new System.Drawing.Size(258, 22);
            this.tsmiSaveDataToCsvFile.Text = "Save &Data To CSV File";
            this.tsmiSaveDataToCsvFile.Click += new System.EventHandler(this.tsmiSaveDataToCsvFile_Click);
            //
            // lvAttributes
            //
            this.lvAttributes.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.chKey,
            this.chConnHandle,
            this.chHandle,
            this.chUuid,
            this.chUuidDesc,
            this.chValue,
            this.chValueDesc,
            this.chProperties});
            this.lvAttributes.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lvAttributes.FullRowSelect = true;
            this.lvAttributes.GridLines = true;
            this.lvAttributes.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1});
            this.lvAttributes.Location = new System.Drawing.Point(0, 0);
            this.lvAttributes.MultiSelect = false;
            this.lvAttributes.Name = "lvAttributes";
            this.lvAttributes.Size = new System.Drawing.Size(692, 262);
            this.lvAttributes.TabIndex = 1;
            this.lvAttributes.UseCompatibleStateImageBehavior = false;
            this.lvAttributes.View = System.Windows.Forms.View.Details;
            this.lvAttributes.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lvAttributes_ColumnClick);
            //
            // chKey
            //
            this.chKey.Text = "Key";
            this.chKey.Width = 70;
            //
            // chConnHandle
            //
            this.chConnHandle.Text = "ConHnd";
            this.chConnHandle.Width = 55;
            //
            // chHandle
            //
            this.chHandle.Text = "Handle";
            this.chHandle.Width = 55;
            //
            // chUuid
            //
            this.chUuid.Text = "Uuid";
            this.chUuid.Width = 55;
            //
            // chUuidDesc
            //
            this.chUuidDesc.Text = "Uuid Description";
            this.chUuidDesc.Width = 225;
            //
            // chValue
            //
            this.chValue.Text = "Value";
            this.chValue.Width = 150;
            //
            // chValueDesc
            //
            this.chValueDesc.Text = "Value Description";
            this.chValueDesc.Width = 175;
            //
            // chProperties
            //
            this.chProperties.Text = "Properties";
            this.chProperties.Width = 144;
            //
            // AttributesForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(692, 262);
            this.ContextMenuStrip = this.cmsAttributes;
            this.Controls.Add(this.lvAttributes);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "AttributesForm";
            this.Text = "BLE Attributes";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AttributesForm_FormClosing);
            this.Load += new System.EventHandler(this.AttributesForm_FormLoad);
            this.cmsAttributes.ResumeLayout(false);
            this.ResumeLayout(false);
        }