/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.cbtn_Yes = new DCN.TicTacToe.UI.CircularButton();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // cbtn_Yes
     //
     this.cbtn_Yes.BackColor = System.Drawing.Color.Transparent;
     this.cbtn_Yes.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.cbtn_Yes.FlatAppearance.BorderSize         = 0;
     this.cbtn_Yes.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.cbtn_Yes.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.cbtn_Yes.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cbtn_Yes.Location  = new System.Drawing.Point(160, 137);
     this.cbtn_Yes.Name      = "cbtn_Yes";
     this.cbtn_Yes.Size      = new System.Drawing.Size(66, 68);
     this.cbtn_Yes.TabIndex  = 2;
     this.cbtn_Yes.TabStop   = false;
     this.cbtn_Yes.Tag       = "yes";
     this.cbtn_Yes.UseVisualStyleBackColor = false;
     this.cbtn_Yes.Click += new System.EventHandler(this.cbtn_Option_Click);
     //
     // SkinConnectError
     //
     this.BackColor       = System.Drawing.Color.Transparent;
     this.BackgroundImage = global::DCN.TicTacToe.UI.Properties.Resources.connect_error;
     this.Controls.Add(this.cbtn_Yes);
     this.ForeColor     = System.Drawing.Color.CornflowerBlue;
     this.Name          = "SkinConnectError";
     this.PatternBitmap = global::DCN.TicTacToe.UI.Properties.Resources.other_play_out;
     this.Size          = new System.Drawing.Size(391, 208);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
示例#2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.cbtn_No  = new DCN.TicTacToe.UI.CircularButton();
     this.cbtn_Yes = new DCN.TicTacToe.UI.CircularButton();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // cbtn_No
     //
     this.cbtn_No.BackColor    = System.Drawing.Color.Transparent;
     this.cbtn_No.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.cbtn_No.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cbtn_No.FlatAppearance.BorderSize         = 0;
     this.cbtn_No.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.cbtn_No.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.cbtn_No.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cbtn_No.Location  = new System.Drawing.Point(93, 135);
     this.cbtn_No.Name      = "cbtn_No";
     this.cbtn_No.Size      = new System.Drawing.Size(66, 68);
     this.cbtn_No.TabIndex  = 3;
     this.cbtn_No.TabStop   = false;
     this.cbtn_No.Tag       = "no";
     this.cbtn_No.UseVisualStyleBackColor = false;
     this.cbtn_No.Click += new System.EventHandler(this.cbtn_Option_Click);
     //
     // cbtn_Yes
     //
     this.cbtn_Yes.BackColor = System.Drawing.Color.Transparent;
     this.cbtn_Yes.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.cbtn_Yes.FlatAppearance.BorderSize         = 0;
     this.cbtn_Yes.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.cbtn_Yes.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.cbtn_Yes.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cbtn_Yes.Location  = new System.Drawing.Point(199, 132);
     this.cbtn_Yes.Name      = "cbtn_Yes";
     this.cbtn_Yes.Size      = new System.Drawing.Size(66, 68);
     this.cbtn_Yes.TabIndex  = 2;
     this.cbtn_Yes.TabStop   = false;
     this.cbtn_Yes.Tag       = "yes";
     this.cbtn_Yes.UseVisualStyleBackColor = false;
     this.cbtn_Yes.Click += new System.EventHandler(this.cbtn_Option_Click);
     //
     // SkinFrmQuit
     //
     this.BackColor       = System.Drawing.Color.Transparent;
     this.BackgroundImage = global::DCN.TicTacToe.UI.Properties.Resources.Warning;
     this.Controls.Add(this.cbtn_No);
     this.Controls.Add(this.cbtn_Yes);
     this.ForeColor     = System.Drawing.Color.CornflowerBlue;
     this.Name          = "SkinFrmQuit";
     this.PatternBitmap = global::DCN.TicTacToe.UI.Properties.Resources.Warning;
     this.Size          = new System.Drawing.Size(359, 204);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.cbtn_Continute = new DCN.TicTacToe.UI.CircularButton();
     this.btn_Title      = new System.Windows.Forms.Button();
     this.btn_Star       = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // cbtn_Continute
     //
     this.cbtn_Continute.BackColor             = System.Drawing.Color.Transparent;
     this.cbtn_Continute.BackgroundImage       = global::DCN.TicTacToe.UI.Properties.Resources.Play_btn;
     this.cbtn_Continute.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.cbtn_Continute.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.cbtn_Continute.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cbtn_Continute.FlatAppearance.BorderSize         = 0;
     this.cbtn_Continute.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.cbtn_Continute.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.cbtn_Continute.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cbtn_Continute.Location  = new System.Drawing.Point(193, 392);
     this.cbtn_Continute.Name      = "cbtn_Continute";
     this.cbtn_Continute.Size      = new System.Drawing.Size(104, 96);
     this.cbtn_Continute.TabIndex  = 1000001;
     this.cbtn_Continute.UseVisualStyleBackColor = false;
     this.cbtn_Continute.Click += new System.EventHandler(this.cbtn_Continute_Click);
     //
     // btn_Title
     //
     this.btn_Title.BackColor                         = System.Drawing.Color.Transparent;
     this.btn_Title.BackgroundImage                   = global::DCN.TicTacToe.UI.Properties.Resources.text_tie;
     this.btn_Title.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Zoom;
     this.btn_Title.FlatAppearance.BorderSize         = 0;
     this.btn_Title.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btn_Title.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btn_Title.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.btn_Title.Location = new System.Drawing.Point(155, 6);
     this.btn_Title.Name     = "btn_Title";
     this.btn_Title.Size     = new System.Drawing.Size(173, 48);
     this.btn_Title.TabIndex = 1000000;
     this.btn_Title.UseVisualStyleBackColor = false;
     //
     // btn_Star
     //
     this.btn_Star.BackColor                         = System.Drawing.Color.Transparent;
     this.btn_Star.BackgroundImage                   = global::DCN.TicTacToe.UI.Properties.Resources.star_tie;
     this.btn_Star.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Zoom;
     this.btn_Star.FlatAppearance.BorderSize         = 0;
     this.btn_Star.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.btn_Star.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.btn_Star.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.btn_Star.Location = new System.Drawing.Point(89, 109);
     this.btn_Star.Name     = "btn_Star";
     this.btn_Star.Size     = new System.Drawing.Size(320, 145);
     this.btn_Star.TabIndex = 1000002;
     this.btn_Star.UseVisualStyleBackColor = false;
     //
     // SkinNotifyGame
     //
     this.BackColor       = System.Drawing.Color.Transparent;
     this.BackgroundImage = global::DCN.TicTacToe.UI.Properties.Resources.Table;
     this.Controls.Add(this.btn_Star);
     this.Controls.Add(this.cbtn_Continute);
     this.Controls.Add(this.btn_Title);
     this.ForeColor     = System.Drawing.Color.CornflowerBlue;
     this.Name          = "SkinNotifyGame";
     this.PatternBitmap = global::DCN.TicTacToe.UI.Properties.Resources.Table;
     this.Size          = new System.Drawing.Size(479, 524);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }