Tibialyzer.QuestGuideForm.InitializeComponent C# (CSharp) Метод

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

private InitializeComponent ( ) : void
Результат void
        private void InitializeComponent()
        {
            this.questTitle = new System.Windows.Forms.Label();
            this.nextButton = new System.Windows.Forms.Label();
            this.prevButton = new System.Windows.Forms.Label();
            this.normalButton = new System.Windows.Forms.Label();
            this.largeButton = new System.Windows.Forms.Label();
            this.largestButton = new System.Windows.Forms.Label();
            this.SuspendLayout();
            //
            // questTitle
            //
            this.questTitle.BackColor = System.Drawing.Color.Transparent;
            this.questTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.questTitle.ForeColor = StyleManager.NotificationTextColor;
            this.questTitle.Location = new System.Drawing.Point(12, 30);
            this.questTitle.Name = "questTitle";
            this.questTitle.Size = new System.Drawing.Size(300, 16);
            this.questTitle.TabIndex = 5;
            this.questTitle.Text = "Quest Name";
            //
            // nextButton
            //
            this.nextButton.BackColor = System.Drawing.Color.Transparent;
            this.nextButton.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.nextButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.nextButton.ForeColor = StyleManager.NotificationTextColor;
            this.nextButton.Location = new System.Drawing.Point(216, 46);
            this.nextButton.Name = "nextButton";
            this.nextButton.Padding = new System.Windows.Forms.Padding(2);
            this.nextButton.Size = new System.Drawing.Size(96, 21);
            this.nextButton.TabIndex = 27;
            this.nextButton.Text = "Next Step";
            this.nextButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.nextButton.Visible = false;
            this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
            //
            // prevButton
            //
            this.prevButton.BackColor = System.Drawing.Color.Transparent;
            this.prevButton.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.prevButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.prevButton.ForeColor = StyleManager.NotificationTextColor;
            this.prevButton.Location = new System.Drawing.Point(114, 46);
            this.prevButton.Name = "prevButton";
            this.prevButton.Padding = new System.Windows.Forms.Padding(2);
            this.prevButton.Size = new System.Drawing.Size(96, 21);
            this.prevButton.TabIndex = 28;
            this.prevButton.Text = "Prev Step";
            this.prevButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.prevButton.Visible = false;
            this.prevButton.Click += new System.EventHandler(this.prevButton_Click);
            //
            // normalButton
            //
            this.normalButton.BackColor = System.Drawing.Color.Transparent;
            this.normalButton.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.normalButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.normalButton.ForeColor = StyleManager.NotificationTextColor;
            this.normalButton.Location = new System.Drawing.Point(272, 3);
            this.normalButton.Name = "normalButton";
            this.normalButton.Padding = new System.Windows.Forms.Padding(2);
            this.normalButton.Size = new System.Drawing.Size(40, 21);
            this.normalButton.TabIndex = 36;
            this.normalButton.Text = "+";
            this.normalButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.normalButton.Click += new System.EventHandler(this.normalButton_Click);
            //
            // largeButton
            //
            this.largeButton.BackColor = System.Drawing.Color.Transparent;
            this.largeButton.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.largeButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.largeButton.ForeColor = StyleManager.NotificationTextColor;
            this.largeButton.Location = new System.Drawing.Point(311, 3);
            this.largeButton.Name = "largeButton";
            this.largeButton.Padding = new System.Windows.Forms.Padding(2);
            this.largeButton.Size = new System.Drawing.Size(40, 21);
            this.largeButton.TabIndex = 35;
            this.largeButton.Text = "++";
            this.largeButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.largeButton.Click += new System.EventHandler(this.largeButton_Click);
            //
            // largestButton
            //
            this.largestButton.BackColor = System.Drawing.Color.Transparent;
            this.largestButton.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.largestButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.largestButton.ForeColor = StyleManager.NotificationTextColor;
            this.largestButton.Location = new System.Drawing.Point(350, 3);
            this.largestButton.Name = "largestButton";
            this.largestButton.Padding = new System.Windows.Forms.Padding(2);
            this.largestButton.Size = new System.Drawing.Size(40, 21);
            this.largestButton.TabIndex = 34;
            this.largestButton.Text = "+++";
            this.largestButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.largestButton.Click += new System.EventHandler(this.largestButton_Click);
            //
            // QuestGuideForm
            //
            this.ClientSize = new System.Drawing.Size(392, 75);
            this.Controls.Add(this.normalButton);
            this.Controls.Add(this.largeButton);
            this.Controls.Add(this.largestButton);
            this.Controls.Add(this.prevButton);
            this.Controls.Add(this.nextButton);
            this.Controls.Add(this.questTitle);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "QuestGuideForm";
            this.Load += new System.EventHandler(this.QuestGuideForm_Load);
            this.ResumeLayout(false);
        }