RevitLookup.Test.TestForm.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TestForm));
             this.m_imageList = new System.Windows.Forms.ImageList(this.components);
             this.m_txtDesc = new System.Windows.Forms.Label();
             this.m_bnOk = new System.Windows.Forms.Button();
             this.m_bnCancel = new System.Windows.Forms.Button();
             this.m_splitContainer = new System.Windows.Forms.SplitContainer();
             this.m_treeView = new System.Windows.Forms.TreeView();
             this.m_lvData = new System.Windows.Forms.ListView();
             this.m_testName = new System.Windows.Forms.ColumnHeader();
             this.m_categoryName = new System.Windows.Forms.ColumnHeader();
             this.m_type = new System.Windows.Forms.ColumnHeader();
             this.m_description = new System.Windows.Forms.ColumnHeader();
             this.m_checkBxBaseTestsInclude = new System.Windows.Forms.CheckBox();
             this.m_splitContainer.Panel1.SuspendLayout();
             this.m_splitContainer.Panel2.SuspendLayout();
             this.m_splitContainer.SuspendLayout();
             this.SuspendLayout();
             //
             // m_imageList
             //
             this.m_imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("m_imageList.ImageStream")));
             this.m_imageList.TransparentColor = System.Drawing.Color.Transparent;
             this.m_imageList.Images.SetKeyName(0, "ImageTreeTest.bmp");
             this.m_imageList.Images.SetKeyName(1, "ImageTreeCategory.bmp");
             this.m_imageList.Images.SetKeyName(2, "ImageTreeClass.bmp");
             //
             // m_txtDesc
             //
             this.m_txtDesc.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                     | System.Windows.Forms.AnchorStyles.Right)));
             this.m_txtDesc.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
             this.m_txtDesc.FlatStyle = System.Windows.Forms.FlatStyle.System;
             this.m_txtDesc.Location = new System.Drawing.Point(265, 422);
             this.m_txtDesc.Name = "m_txtDesc";
             this.m_txtDesc.Size = new System.Drawing.Size(698, 23);
             this.m_txtDesc.TabIndex = 1;
             //
             // m_bnOk
             //
             this.m_bnOk.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
             this.m_bnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
             this.m_bnOk.FlatStyle = System.Windows.Forms.FlatStyle.System;
             this.m_bnOk.Location = new System.Drawing.Point(796, 461);
             this.m_bnOk.Name = "m_bnOk";
             this.m_bnOk.Size = new System.Drawing.Size(75, 23);
             this.m_bnOk.TabIndex = 2;
             this.m_bnOk.Text = "OK";
             //
             // m_bnCancel
             //
             this.m_bnCancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
             this.m_bnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
             this.m_bnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
             this.m_bnCancel.Location = new System.Drawing.Point(889, 461);
             this.m_bnCancel.Name = "m_bnCancel";
             this.m_bnCancel.Size = new System.Drawing.Size(75, 23);
             this.m_bnCancel.TabIndex = 3;
             this.m_bnCancel.Text = "Cancel";
             //
             // m_splitContainer
             //
             this.m_splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                     | System.Windows.Forms.AnchorStyles.Left)
                     | System.Windows.Forms.AnchorStyles.Right)));
             this.m_splitContainer.Location = new System.Drawing.Point(24, 12);
             this.m_splitContainer.Name = "m_splitContainer";
             //
             // m_splitContainer.Panel1
             //
             this.m_splitContainer.Panel1.Controls.Add(this.m_treeView);
             //
             // m_splitContainer.Panel2
             //
             this.m_splitContainer.Panel2.Controls.Add(this.m_lvData);
             this.m_splitContainer.Size = new System.Drawing.Size(940, 366);
             this.m_splitContainer.SplitterDistance = 239;
             this.m_splitContainer.TabIndex = 4;
             //
             // m_treeView
             //
             this.m_treeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                     | System.Windows.Forms.AnchorStyles.Left)
                     | System.Windows.Forms.AnchorStyles.Right)));
             this.m_treeView.HideSelection = false;
             this.m_treeView.ImageIndex = 0;
             this.m_treeView.ImageList = this.m_imageList;
             this.m_treeView.Location = new System.Drawing.Point(3, 3);
             this.m_treeView.Name = "m_treeView";
             this.m_treeView.SelectedImageIndex = 0;
             this.m_treeView.Size = new System.Drawing.Size(233, 360);
             this.m_treeView.TabIndex = 0;
             //
             // m_lvData
             //
             this.m_lvData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                     | System.Windows.Forms.AnchorStyles.Left)
                     | System.Windows.Forms.AnchorStyles.Right)));
             this.m_lvData.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.m_testName,
            this.m_categoryName,
            this.m_type,
            this.m_description});
             this.m_lvData.FullRowSelect = true;
             this.m_lvData.GridLines = true;
             this.m_lvData.HideSelection = false;
             this.m_lvData.Location = new System.Drawing.Point(-1, 3);
             this.m_lvData.Name = "m_lvData";
             this.m_lvData.Size = new System.Drawing.Size(699, 360);
             this.m_lvData.TabIndex = 0;
             this.m_lvData.UseCompatibleStateImageBehavior = false;
             this.m_lvData.View = System.Windows.Forms.View.Details;
             this.m_lvData.SelectedIndexChanged += new System.EventHandler(this.ItemSelected);
             this.m_lvData.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.OnColumnClick);
             //
             // m_testName
             //
             this.m_testName.Text = "Test Name";
             this.m_testName.Width = 180;
             //
             // m_categoryName
             //
             this.m_categoryName.Text = "Category/Class";
             this.m_categoryName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
             this.m_categoryName.Width = 101;
             //
             // m_type
             //
             this.m_type.Text = "Type";
             this.m_type.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
             this.m_type.Width = 96;
             //
             // m_description
             //
             this.m_description.Text = "Description";
             this.m_description.Width = 367;
             //
             // m_checkBxBaseTestsInclude
             //
             this.m_checkBxBaseTestsInclude.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                     | System.Windows.Forms.AnchorStyles.Right)));
             this.m_checkBxBaseTestsInclude.AutoSize = true;
             this.m_checkBxBaseTestsInclude.Checked = true;
             this.m_checkBxBaseTestsInclude.CheckState = System.Windows.Forms.CheckState.Checked;
             this.m_checkBxBaseTestsInclude.Location = new System.Drawing.Point(266, 392);
             this.m_checkBxBaseTestsInclude.Name = "m_checkBxBaseTestsInclude";
             this.m_checkBxBaseTestsInclude.Size = new System.Drawing.Size(137, 17);
             this.m_checkBxBaseTestsInclude.TabIndex = 6;
             this.m_checkBxBaseTestsInclude.Text = "Show Base Class Tests";
             this.m_checkBxBaseTestsInclude.UseVisualStyleBackColor = true;
             this.m_checkBxBaseTestsInclude.CheckedChanged += new System.EventHandler(this.OnCheckChanged_IncludeBaseClass);
             //
             // TestForm
             //
             this.AcceptButton = this.m_bnOk;
             this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
             this.CancelButton = this.m_bnCancel;
             this.ClientSize = new System.Drawing.Size(980, 492);
             this.Controls.Add(this.m_checkBxBaseTestsInclude);
             this.Controls.Add(this.m_splitContainer);
             this.Controls.Add(this.m_bnCancel);
             this.Controls.Add(this.m_bnOk);
             this.Controls.Add(this.m_txtDesc);
             this.MaximizeBox = false;
             this.MinimizeBox = false;
             this.Name = "TestForm";
             this.ShowInTaskbar = false;
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
             this.Text = "Tests";
             this.m_splitContainer.Panel1.ResumeLayout(false);
             this.m_splitContainer.Panel2.ResumeLayout(false);
             this.m_splitContainer.ResumeLayout(false);
             this.ResumeLayout(false);
             this.PerformLayout();
        }