ACR_BuilderPlugin.WaypointEditor.InitializeComponent C# (CSharp) Méthode

InitializeComponent() private méthode

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
Résultat void
        private void InitializeComponent()
        {
            this.propBasic = new System.Windows.Forms.PropertyGrid();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.alwaysOnTopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aCRSpawnDocumentationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabProperties = new System.Windows.Forms.TabPage();
            this.tabSpawn = new System.Windows.Forms.TabPage();
            this.propSpawn = new System.Windows.Forms.PropertyGrid();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.propQuest = new System.Windows.Forms.PropertyGrid();
            this.menuStrip1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabProperties.SuspendLayout();
            this.tabSpawn.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.SuspendLayout();
            // 
            // propBasic
            // 
            this.propBasic.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.propBasic.Dock = System.Windows.Forms.DockStyle.Fill;
            this.propBasic.Location = new System.Drawing.Point(3, 3);
            this.propBasic.Name = "propBasic";
            this.propBasic.Size = new System.Drawing.Size(483, 371);
            this.propBasic.TabIndex = 0;
            this.propBasic.ToolbarVisible = false;
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.viewToolStripMenuItem,
            this.helpToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(497, 24);
            this.menuStrip1.TabIndex = 1;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // viewToolStripMenuItem
            // 
            this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.alwaysOnTopToolStripMenuItem});
            this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
            this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
            this.viewToolStripMenuItem.Text = "View";
            // 
            // alwaysOnTopToolStripMenuItem
            // 
            this.alwaysOnTopToolStripMenuItem.Name = "alwaysOnTopToolStripMenuItem";
            this.alwaysOnTopToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
            this.alwaysOnTopToolStripMenuItem.Text = "Always on Top";
            this.alwaysOnTopToolStripMenuItem.Click += new System.EventHandler(this.alwaysOnTopToolStripMenuItem_Click);
            // 
            // helpToolStripMenuItem
            // 
            this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.aCRSpawnDocumentationToolStripMenuItem});
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
            this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
            this.helpToolStripMenuItem.Text = "Help";
            // 
            // aCRSpawnDocumentationToolStripMenuItem
            // 
            this.aCRSpawnDocumentationToolStripMenuItem.Name = "aCRSpawnDocumentationToolStripMenuItem";
            this.aCRSpawnDocumentationToolStripMenuItem.Size = new System.Drawing.Size(221, 22);
            this.aCRSpawnDocumentationToolStripMenuItem.Text = "ACR Spawn Documentation";
            this.aCRSpawnDocumentationToolStripMenuItem.Click += new System.EventHandler(this.aCRSpawnDocumentationToolStripMenuItem_Click);
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabProperties);
            this.tabControl1.Controls.Add(this.tabSpawn);
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 24);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(497, 403);
            this.tabControl1.TabIndex = 2;
            // 
            // tabProperties
            // 
            this.tabProperties.Controls.Add(this.propBasic);
            this.tabProperties.Location = new System.Drawing.Point(4, 22);
            this.tabProperties.Name = "tabProperties";
            this.tabProperties.Padding = new System.Windows.Forms.Padding(3);
            this.tabProperties.Size = new System.Drawing.Size(489, 377);
            this.tabProperties.TabIndex = 0;
            this.tabProperties.Text = "Properties";
            this.tabProperties.UseVisualStyleBackColor = true;
            // 
            // tabSpawn
            // 
            this.tabSpawn.Controls.Add(this.propSpawn);
            this.tabSpawn.Location = new System.Drawing.Point(4, 22);
            this.tabSpawn.Name = "tabSpawn";
            this.tabSpawn.Padding = new System.Windows.Forms.Padding(3);
            this.tabSpawn.Size = new System.Drawing.Size(489, 377);
            this.tabSpawn.TabIndex = 1;
            this.tabSpawn.Text = "ACR Spawn";
            this.tabSpawn.UseVisualStyleBackColor = true;
            // 
            // propSpawn
            // 
            this.propSpawn.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.propSpawn.Dock = System.Windows.Forms.DockStyle.Fill;
            this.propSpawn.Location = new System.Drawing.Point(3, 3);
            this.propSpawn.Name = "propSpawn";
            this.propSpawn.Size = new System.Drawing.Size(483, 371);
            this.propSpawn.TabIndex = 0;
            this.propSpawn.ToolbarVisible = false;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.propQuest);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Size = new System.Drawing.Size(489, 377);
            this.tabPage1.TabIndex = 2;
            this.tabPage1.Text = "ACR Quest";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // propQuest
            // 
            this.propQuest.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.propQuest.Dock = System.Windows.Forms.DockStyle.Fill;
            this.propQuest.Location = new System.Drawing.Point(0, 0);
            this.propQuest.Name = "propQuest";
            this.propQuest.Size = new System.Drawing.Size(489, 377);
            this.propQuest.TabIndex = 0;
            this.propQuest.ToolbarVisible = false;
            // 
            // WaypointEditor
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(497, 427);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.menuStrip1);
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "WaypointEditor";
            this.Text = "ACR Waypoint Editor";
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.tabProperties.ResumeLayout(false);
            this.tabSpawn.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }