AsterixDisplayAnalyser.FrmDataItemPresence.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.DataItemListBox = new System.Windows.Forms.ListBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.StatusListBox = new System.Windows.Forms.ListBox();
            this.SuspendLayout();
            // 
            // DataItemListBox
            // 
            this.DataItemListBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.DataItemListBox.FormattingEnabled = true;
            this.DataItemListBox.Location = new System.Drawing.Point(12, 47);
            this.DataItemListBox.Name = "DataItemListBox";
            this.DataItemListBox.Size = new System.Drawing.Size(358, 416);
            this.DataItemListBox.TabIndex = 0;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 31);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 13);
            this.label1.TabIndex = 1;
            this.label1.Text = "Data Item";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(375, 31);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(37, 13);
            this.label2.TabIndex = 2;
            this.label2.Text = "Status";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(102, 31);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(60, 13);
            this.label3.TabIndex = 3;
            this.label3.Text = "Description";
            // 
            // StatusListBox
            // 
            this.StatusListBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.StatusListBox.FormattingEnabled = true;
            this.StatusListBox.Location = new System.Drawing.Point(367, 47);
            this.StatusListBox.Name = "StatusListBox";
            this.StatusListBox.Size = new System.Drawing.Size(62, 416);
            this.StatusListBox.TabIndex = 4;
            // 
            // FrmDataItemPresence
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.ControlDark;
            this.ClientSize = new System.Drawing.Size(443, 471);
            this.Controls.Add(this.StatusListBox);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.DataItemListBox);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Name = "FrmDataItemPresence";
            this.Text = " Data Item Presence:";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmDataItemPresence_FormClosed);
            this.Load += new System.EventHandler(this.FrmDataItemPresence_Load);
            this.Shown += new System.EventHandler(this.FrmDataItemPresence_Shown);
            this.ResumeLayout(false);
            this.PerformLayout();

        }