CapDemo.Game.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.components = new System.ComponentModel.Container();
            this.lbl_IDContest = new System.Windows.Forms.Label();
            this.lbl_ContestName = new System.Windows.Forms.Label();
            this.lbl_RoundName = new System.Windows.Forms.Label();
            this.lbl_CompetitionName = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.lbl_Name = new System.Windows.Forms.Label();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.deleteSetupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.lbl_Status = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.lbl_EndContest = new System.Windows.Forms.Label();
            this.lbl_Result = new System.Windows.Forms.Label();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // lbl_IDContest
            // 
            this.lbl_IDContest.AutoSize = true;
            this.lbl_IDContest.Location = new System.Drawing.Point(4, 16);
            this.lbl_IDContest.Name = "lbl_IDContest";
            this.lbl_IDContest.Size = new System.Drawing.Size(0, 13);
            this.lbl_IDContest.TabIndex = 19;
            this.lbl_IDContest.Visible = false;
            // 
            // lbl_ContestName
            // 
            this.lbl_ContestName.AutoSize = true;
            this.lbl_ContestName.BackColor = System.Drawing.Color.Transparent;
            this.lbl_ContestName.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbl_ContestName.ForeColor = System.Drawing.Color.White;
            this.lbl_ContestName.Location = new System.Drawing.Point(114, 187);
            this.lbl_ContestName.Name = "lbl_ContestName";
            this.lbl_ContestName.Size = new System.Drawing.Size(113, 18);
            this.lbl_ContestName.TabIndex = 18;
            this.lbl_ContestName.Text = "tên phần thi";
            this.toolTip1.SetToolTip(this.lbl_ContestName, "Double Click");
            this.lbl_ContestName.DoubleClick += new System.EventHandler(this.Game_DoubleClick);
            this.lbl_ContestName.MouseEnter += new System.EventHandler(this.Game_MouseEnter);
            this.lbl_ContestName.MouseLeave += new System.EventHandler(this.Game_MouseLeave);
            // 
            // lbl_RoundName
            // 
            this.lbl_RoundName.AutoSize = true;
            this.lbl_RoundName.BackColor = System.Drawing.Color.Transparent;
            this.lbl_RoundName.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbl_RoundName.ForeColor = System.Drawing.Color.White;
            this.lbl_RoundName.Location = new System.Drawing.Point(107, 151);
            this.lbl_RoundName.Name = "lbl_RoundName";
            this.lbl_RoundName.Size = new System.Drawing.Size(112, 18);
            this.lbl_RoundName.TabIndex = 17;
            this.lbl_RoundName.Text = "tên vòng thi";
            this.toolTip1.SetToolTip(this.lbl_RoundName, "Double Click");
            this.lbl_RoundName.DoubleClick += new System.EventHandler(this.Game_DoubleClick);
            this.lbl_RoundName.MouseEnter += new System.EventHandler(this.Game_MouseEnter);
            this.lbl_RoundName.MouseLeave += new System.EventHandler(this.Game_MouseLeave);
            // 
            // lbl_CompetitionName
            // 
            this.lbl_CompetitionName.BackColor = System.Drawing.Color.Transparent;
            this.lbl_CompetitionName.Font = new System.Drawing.Font("Verdana", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbl_CompetitionName.ForeColor = System.Drawing.Color.Turquoise;
            this.lbl_CompetitionName.Location = new System.Drawing.Point(192, 68);
            this.lbl_CompetitionName.Name = "lbl_CompetitionName";
            this.lbl_CompetitionName.Size = new System.Drawing.Size(102, 35);
            this.lbl_CompetitionName.TabIndex = 16;
            this.lbl_CompetitionName.Text = "tên";
            this.lbl_CompetitionName.DoubleClick += new System.EventHandler(this.Game_DoubleClick);
            this.lbl_CompetitionName.MouseEnter += new System.EventHandler(this.Game_MouseEnter);
            this.lbl_CompetitionName.MouseLeave += new System.EventHandler(this.Game_MouseLeave);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.ForeColor = System.Drawing.Color.White;
            this.label3.Location = new System.Drawing.Point(19, 187);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(86, 18);
            this.label3.TabIndex = 15;
            this.label3.Text = "Phần Thi:";
            this.toolTip1.SetToolTip(this.label3, "Double Click");
            this.label3.DoubleClick += new System.EventHandler(this.Game_DoubleClick);
            this.label3.MouseEnter += new System.EventHandler(this.Game_MouseEnter);
            this.label3.MouseLeave += new System.EventHandler(this.Game_MouseLeave);
            // 
            // lbl_Name
            // 
            this.lbl_Name.AutoSize = true;
            this.lbl_Name.BackColor = System.Drawing.Color.Transparent;
            this.lbl_Name.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbl_Name.ForeColor = System.Drawing.Color.White;
            this.lbl_Name.Location = new System.Drawing.Point(19, 151);
            this.lbl_Name.Name = "lbl_Name";
            this.lbl_Name.Size = new System.Drawing.Size(84, 18);
            this.lbl_Name.TabIndex = 13;
            this.lbl_Name.Text = "Vòng thi:";
            this.toolTip1.SetToolTip(this.lbl_Name, "Double Click");
            this.lbl_Name.DoubleClick += new System.EventHandler(this.Game_DoubleClick);
            this.lbl_Name.MouseEnter += new System.EventHandler(this.Game_MouseEnter);
            this.lbl_Name.MouseLeave += new System.EventHandler(this.Game_MouseLeave);
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.deleteSetupToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(141, 26);
            // 
            // deleteSetupToolStripMenuItem
            // 
            this.deleteSetupToolStripMenuItem.Image = global::CapDemo.Properties.Resources.Cancel;
            this.deleteSetupToolStripMenuItem.Name = "deleteSetupToolStripMenuItem";
            this.deleteSetupToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
            this.deleteSetupToolStripMenuItem.Text = "Delete Setup";
            // 
            // lbl_Status
            // 
            this.lbl_Status.AutoSize = true;
            this.lbl_Status.BackColor = System.Drawing.Color.Transparent;
            this.lbl_Status.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbl_Status.ForeColor = System.Drawing.Color.White;
            this.lbl_Status.Location = new System.Drawing.Point(125, 117);
            this.lbl_Status.Name = "lbl_Status";
            this.lbl_Status.Size = new System.Drawing.Size(59, 18);
            this.lbl_Status.TabIndex = 21;
            this.lbl_Status.Text = "Đã thi";
            this.toolTip1.SetToolTip(this.lbl_Status, "Double Click");
            this.lbl_Status.DoubleClick += new System.EventHandler(this.Game_DoubleClick);
            this.lbl_Status.MouseEnter += new System.EventHandler(this.Game_MouseEnter);
            this.lbl_Status.MouseLeave += new System.EventHandler(this.Game_MouseLeave);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.BackColor = System.Drawing.Color.Transparent;
            this.label4.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label4.ForeColor = System.Drawing.Color.White;
            this.label4.Location = new System.Drawing.Point(19, 117);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(99, 18);
            this.label4.TabIndex = 20;
            this.label4.Text = "Trạng thái:";
            this.toolTip1.SetToolTip(this.label4, "Double Click");
            this.label4.DoubleClick += new System.EventHandler(this.Game_DoubleClick);
            this.label4.MouseEnter += new System.EventHandler(this.Game_MouseEnter);
            this.label4.MouseLeave += new System.EventHandler(this.Game_MouseLeave);
            // 
            // lbl_EndContest
            // 
            this.lbl_EndContest.AutoSize = true;
            this.lbl_EndContest.Location = new System.Drawing.Point(11, 16);
            this.lbl_EndContest.Name = "lbl_EndContest";
            this.lbl_EndContest.Size = new System.Drawing.Size(0, 13);
            this.lbl_EndContest.TabIndex = 22;
            this.lbl_EndContest.Visible = false;
            // 
            // lbl_Result
            // 
            this.lbl_Result.AutoSize = true;
            this.lbl_Result.BackColor = System.Drawing.Color.Transparent;
            this.lbl_Result.Font = new System.Drawing.Font("Verdana", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbl_Result.ForeColor = System.Drawing.Color.Yellow;
            this.lbl_Result.Location = new System.Drawing.Point(22, 233);
            this.lbl_Result.Name = "lbl_Result";
            this.lbl_Result.Size = new System.Drawing.Size(140, 18);
            this.lbl_Result.TabIndex = 23;
            this.lbl_Result.Text = "Kết quả thi đấu";
            this.lbl_Result.Visible = false;
            this.lbl_Result.Click += new System.EventHandler(this.lbl_Result_Click);
            // 
            // Game
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.SkyBlue;
            this.BackgroundImage = global::CapDemo.Properties.Resources.Game;
            this.Controls.Add(this.lbl_Result);
            this.Controls.Add(this.lbl_EndContest);
            this.Controls.Add(this.lbl_CompetitionName);
            this.Controls.Add(this.lbl_Status);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.lbl_IDContest);
            this.Controls.Add(this.lbl_ContestName);
            this.Controls.Add(this.lbl_RoundName);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.lbl_Name);
            this.ForeColor = System.Drawing.Color.White;
            this.Name = "Game";
            this.Size = new System.Drawing.Size(300, 270);
            this.toolTip1.SetToolTip(this, "Double Click");
            this.Load += new System.EventHandler(this.Game_Load);
            this.DoubleClick += new System.EventHandler(this.Game_DoubleClick);
            this.MouseEnter += new System.EventHandler(this.Game_MouseEnter);
            this.MouseLeave += new System.EventHandler(this.Game_MouseLeave);
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }