ATML1671Reader.controls.TestEquipmentControl.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.panel2 = new System.Windows.Forms.Panel();
            this.instrumentationTab = new System.Windows.Forms.TabControl();
            this.tabInstrumentation = new System.Windows.Forms.TabPage();
            this.instrumentationListControl = new ATMLCommonLibrary.controls.lists.ATMLListControl();
            this.tabSoftware = new System.Windows.Forms.TabPage();
            this.softwareListControl = new ATMLCommonLibrary.controls.lists.ATMLListControl();
            this.tabResources = new System.Windows.Forms.TabPage();
            this.resourceListControl = new ATMLCommonLibrary.controls.lists.ATMLListControl();
            this.itemDescriptionControl.SuspendLayout();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.instrumentationTab.SuspendLayout();
            this.tabInstrumentation.SuspendLayout();
            this.tabSoftware.SuspendLayout();
            this.tabResources.SuspendLayout();
            this.SuspendLayout();
            // 
            // documentReferenceControl
            // 
            this.documentReferenceControl.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.documentReferenceControl.Dock = System.Windows.Forms.DockStyle.None;
            this.documentReferenceControl.Location = new System.Drawing.Point(1, 1);
            this.documentReferenceControl.Size = new System.Drawing.Size(607, 335);
            // 
            // itemDescriptionControl
            // 
            this.itemDescriptionControl.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.itemDescriptionControl.Dock = System.Windows.Forms.DockStyle.None;
            this.itemDescriptionControl.Location = new System.Drawing.Point(33, 15);
            this.itemDescriptionControl.Size = new System.Drawing.Size(513, 272);
            this.itemDescriptionControl.Load += new System.EventHandler(this.itemDescriptionControl_Load);
            // 
            // panel1
            // 
            this.panel1.Size = new System.Drawing.Size(576, 294);
            // 
            // panel2
            // 
            this.panel2.BackColor = System.Drawing.Color.AliceBlue;
            this.panel2.Controls.Add(this.instrumentationTab);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel2.Location = new System.Drawing.Point(0, 320);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(576, 198);
            this.panel2.TabIndex = 9;
            // 
            // instrumentationTab
            // 
            this.instrumentationTab.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.instrumentationTab.Controls.Add(this.tabInstrumentation);
            this.instrumentationTab.Controls.Add(this.tabSoftware);
            this.instrumentationTab.Controls.Add(this.tabResources);
            this.instrumentationTab.Location = new System.Drawing.Point(7, 0);
            this.instrumentationTab.Name = "instrumentationTab";
            this.instrumentationTab.SelectedIndex = 0;
            this.instrumentationTab.Size = new System.Drawing.Size(546, 186);
            this.instrumentationTab.TabIndex = 3;
            // 
            // tabInstrumentation
            // 
            this.tabInstrumentation.Controls.Add(this.instrumentationListControl);
            this.tabInstrumentation.Location = new System.Drawing.Point(4, 22);
            this.tabInstrumentation.Name = "tabInstrumentation";
            this.tabInstrumentation.Padding = new System.Windows.Forms.Padding(3);
            this.tabInstrumentation.Size = new System.Drawing.Size(538, 160);
            this.tabInstrumentation.TabIndex = 0;
            this.tabInstrumentation.Text = "Instrumentation";
            this.tabInstrumentation.UseVisualStyleBackColor = true;
            // 
            // instrumentationListControl
            // 
            this.instrumentationListControl.AllowRowResequencing = false;
            this.instrumentationListControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.instrumentationListControl.FormTitle = null;
            this.instrumentationListControl.HelpKeyWord = null;
            this.instrumentationListControl.ListName = null;
            this.instrumentationListControl.Location = new System.Drawing.Point(3, 3);
            this.instrumentationListControl.Margin = new System.Windows.Forms.Padding(0);
            this.instrumentationListControl.Name = "instrumentationListControl";
            this.instrumentationListControl.SchemaTypeName = null;
            this.instrumentationListControl.ShowFind = false;
            this.instrumentationListControl.Size = new System.Drawing.Size(532, 154);
            this.instrumentationListControl.TabIndex = 1;
            this.instrumentationListControl.TargetNamespace = null;
            this.instrumentationListControl.TooltipTextAddButton = "Press to add a new Instrument Reference";
            this.instrumentationListControl.TooltipTextDeleteButton = "Press to delete the selected Instrument Reference";
            this.instrumentationListControl.TooltipTextEditButton = "Press to edit the selected Instrument Reference";
            // 
            // tabSoftware
            // 
            this.tabSoftware.Controls.Add(this.softwareListControl);
            this.tabSoftware.Location = new System.Drawing.Point(4, 22);
            this.tabSoftware.Name = "tabSoftware";
            this.tabSoftware.Padding = new System.Windows.Forms.Padding(3);
            this.tabSoftware.Size = new System.Drawing.Size(538, 160);
            this.tabSoftware.TabIndex = 1;
            this.tabSoftware.Text = "Software";
            this.tabSoftware.UseVisualStyleBackColor = true;
            // 
            // softwareListControl
            // 
            this.softwareListControl.AllowRowResequencing = false;
            this.softwareListControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.softwareListControl.FormTitle = null;
            this.softwareListControl.HelpKeyWord = null;
            this.softwareListControl.ListName = null;
            this.softwareListControl.Location = new System.Drawing.Point(3, 3);
            this.softwareListControl.Margin = new System.Windows.Forms.Padding(0);
            this.softwareListControl.Name = "softwareListControl";
            this.softwareListControl.SchemaTypeName = null;
            this.softwareListControl.ShowFind = false;
            this.softwareListControl.Size = new System.Drawing.Size(532, 154);
            this.softwareListControl.TabIndex = 1;
            this.softwareListControl.TargetNamespace = null;
            this.softwareListControl.TooltipTextAddButton = "Press to add a new Software Reference";
            this.softwareListControl.TooltipTextDeleteButton = "Press to delete the selected Software Reference";
            this.softwareListControl.TooltipTextEditButton = "Press to edit the selected Software Reference";
            // 
            // tabResources
            // 
            this.tabResources.Controls.Add(this.resourceListControl);
            this.tabResources.Location = new System.Drawing.Point(4, 22);
            this.tabResources.Name = "tabResources";
            this.tabResources.Padding = new System.Windows.Forms.Padding(3);
            this.tabResources.Size = new System.Drawing.Size(538, 160);
            this.tabResources.TabIndex = 0;
            this.tabResources.Text = "Resources";
            this.tabResources.UseVisualStyleBackColor = true;
            // 
            // resourceListControl
            // 
            this.resourceListControl.AllowRowResequencing = false;
            this.resourceListControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.resourceListControl.FormTitle = null;
            this.resourceListControl.HelpKeyWord = null;
            this.resourceListControl.ListName = null;
            this.resourceListControl.Location = new System.Drawing.Point(3, 3);
            this.resourceListControl.Margin = new System.Windows.Forms.Padding(0);
            this.resourceListControl.Name = "resourceListControl";
            this.resourceListControl.SchemaTypeName = null;
            this.resourceListControl.ShowFind = false;
            this.resourceListControl.Size = new System.Drawing.Size(532, 154);
            this.resourceListControl.TabIndex = 2;
            this.resourceListControl.TargetNamespace = null;
            this.resourceListControl.TooltipTextAddButton = "Press to add a new Resource Reference";
            this.resourceListControl.TooltipTextDeleteButton = "Press to delete the selected Resource Reference";
            this.resourceListControl.TooltipTextEditButton = "Press to edit the selected Resource Reference";
            // 
            // TestEquipmentControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.panel2);
            this.Name = "TestEquipmentControl";
            this.Size = new System.Drawing.Size(576, 518);
            this.Controls.SetChildIndex(this.rbDocumentReference, 0);
            this.Controls.SetChildIndex(this.rbDefinition, 0);
            this.Controls.SetChildIndex(this.panel1, 0);
            this.Controls.SetChildIndex(this.panel2, 0);
            this.itemDescriptionControl.ResumeLayout(false);
            this.itemDescriptionControl.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.instrumentationTab.ResumeLayout(false);
            this.tabInstrumentation.ResumeLayout(false);
            this.tabSoftware.ResumeLayout(false);
            this.tabResources.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }