Asmex.ObjViewer.ObjViewer.InitializeComponent C# (CSharp) Метод

InitializeComponent() приватный Метод

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
Результат void
        private void InitializeComponent()
        {
            this.lvProps = new System.Windows.Forms.ListView();
            this.colName = new System.Windows.Forms.ColumnHeader();
            this.colValue = new System.Windows.Forms.ColumnHeader();
            this.lblName = new System.Windows.Forms.Label();
            this.lblKind = new System.Windows.Forms.Label();
            this.SuspendLayout();
            //
            // lvProps
            //
            this.lvProps.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right);
            this.lvProps.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                                                                                      this.colName,
                                                                                      this.colValue});
            this.lvProps.FullRowSelect = true;
            this.lvProps.GridLines = true;
            this.lvProps.Location = new System.Drawing.Point(0, 72);
            this.lvProps.Name = "lvProps";
            this.lvProps.Size = new System.Drawing.Size(296, 296);
            this.lvProps.TabIndex = 0;
            this.lvProps.View = System.Windows.Forms.View.Details;
            //
            // colName
            //
            this.colName.Text = "Property";
            this.colName.Width = 120;
            //
            // colValue
            //
            this.colValue.Text = "Value";
            this.colValue.Width = 300;
            //
            // lblName
            //
            this.lblName.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right);
            this.lblName.Location = new System.Drawing.Point(8, 24);
            this.lblName.Name = "lblName";
            this.lblName.Size = new System.Drawing.Size(287, 48);
            this.lblName.TabIndex = 1;
            this.lblName.Text = "label1";
            //
            // lblKind
            //
            this.lblKind.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, (System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.lblKind.ForeColor = System.Drawing.SystemColors.ControlDark;
            this.lblKind.Location = new System.Drawing.Point(8, 0);
            this.lblKind.Name = "lblKind";
            this.lblKind.Size = new System.Drawing.Size(277, 15);
            this.lblKind.TabIndex = 2;
            this.lblKind.Text = "label1";
            //
            // ObjViewer
            //
            this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                          this.lblKind,
                                                                          this.lblName,
                                                                          this.lvProps});
            this.Name = "ObjViewer";
            this.Size = new System.Drawing.Size(296, 368);
            this.ResumeLayout(false);
        }