Advertisement
Guest User

Design Code

a guest
Oct 12th, 2018
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 11.11 KB | None | 0 0
  1. namespace Reversi
  2. {
  3.     partial class Form2
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.  
  10.         /// <summary>
  11.         /// Clean up any resources being used.
  12.         /// </summary>
  13.         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14.         protected override void Dispose(bool disposing)
  15.         {
  16.             if (disposing && (components != null))
  17.             {
  18.                 components.Dispose();
  19.             }
  20.             base.Dispose(disposing);
  21.         }
  22.  
  23.         #region Windows Form Designer generated code
  24.  
  25.         /// <summary>
  26.         /// Required method for Designer support - do not modify
  27.         /// the contents of this method with the code editor.
  28.         /// </summary>
  29.         private void InitializeComponent()
  30.         {
  31.             this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  32.             this.panel2 = new System.Windows.Forms.Panel();
  33.             this.button3 = new System.Windows.Forms.Button();
  34.             this.pictureBox1 = new System.Windows.Forms.PictureBox();
  35.             this.label2 = new System.Windows.Forms.Label();
  36.             this.button2 = new System.Windows.Forms.Button();
  37.             this.button1 = new System.Windows.Forms.Button();
  38.             this.label4 = new System.Windows.Forms.Label();
  39.             this.label3 = new System.Windows.Forms.Label();
  40.             this.label1 = new System.Windows.Forms.Label();
  41.             this.panel1 = new System.Windows.Forms.Panel();
  42.             this.tableLayoutPanel1.SuspendLayout();
  43.             this.panel2.SuspendLayout();
  44.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  45.             this.SuspendLayout();
  46.             //
  47.             // tableLayoutPanel1
  48.             //
  49.             this.tableLayoutPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  50.             this.tableLayoutPanel1.ColumnCount = 2;
  51.             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 37.75F));
  52.             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 62.25F));
  53.             this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
  54.             this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0);
  55.             this.tableLayoutPanel1.Cursor = System.Windows.Forms.Cursors.Default;
  56.             this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  57.             this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  58.             this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
  59.             this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  60.             this.tableLayoutPanel1.RowCount = 1;
  61.             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  62.             this.tableLayoutPanel1.Size = new System.Drawing.Size(800, 450);
  63.             this.tableLayoutPanel1.TabIndex = 0;
  64.             //
  65.             // panel2
  66.             //
  67.             this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(101)))), ((int)(((byte)(107)))));
  68.             this.panel2.Controls.Add(this.button3);
  69.             this.panel2.Controls.Add(this.pictureBox1);
  70.             this.panel2.Controls.Add(this.label2);
  71.             this.panel2.Controls.Add(this.button2);
  72.             this.panel2.Controls.Add(this.button1);
  73.             this.panel2.Controls.Add(this.label4);
  74.             this.panel2.Controls.Add(this.label3);
  75.             this.panel2.Controls.Add(this.label1);
  76.             this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  77.             this.panel2.Location = new System.Drawing.Point(0, 0);
  78.             this.panel2.Margin = new System.Windows.Forms.Padding(0);
  79.             this.panel2.Name = "panel2";
  80.             this.panel2.Size = new System.Drawing.Size(302, 450);
  81.             this.panel2.TabIndex = 4;
  82.             //
  83.             // button3
  84.             //
  85.             this.button3.FlatAppearance.BorderColor = System.Drawing.Color.White;
  86.             this.button3.FlatAppearance.BorderSize = 2;
  87.             this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  88.             this.button3.Font = new System.Drawing.Font("Segoe UI", 8.25F);
  89.             this.button3.ForeColor = System.Drawing.Color.White;
  90.             this.button3.Location = new System.Drawing.Point(80, 246);
  91.             this.button3.Name = "button3";
  92.             this.button3.Size = new System.Drawing.Size(117, 29);
  93.             this.button3.TabIndex = 9;
  94.             this.button3.Text = "Help";
  95.             this.button3.UseVisualStyleBackColor = true;
  96.             //
  97.             // pictureBox1
  98.             //
  99.             this.pictureBox1.Image = global::Reversi.Properties.Resources.swap_horizontal;
  100.             this.pictureBox1.Location = new System.Drawing.Point(23, 30);
  101.             this.pictureBox1.Name = "pictureBox1";
  102.             this.pictureBox1.Size = new System.Drawing.Size(48, 48);
  103.             this.pictureBox1.TabIndex = 8;
  104.             this.pictureBox1.TabStop = false;
  105.             //
  106.             // label2
  107.             //
  108.             this.label2.AutoSize = true;
  109.             this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(101)))), ((int)(((byte)(107)))));
  110.             this.label2.Font = new System.Drawing.Font("Segoe UI", 12F);
  111.             this.label2.ForeColor = System.Drawing.Color.White;
  112.             this.label2.Location = new System.Drawing.Point(75, 92);
  113.             this.label2.Name = "label2";
  114.             this.label2.Size = new System.Drawing.Size(137, 21);
  115.             this.label2.TabIndex = 2;
  116.             this.label2.Text = "Wit heeft {} stenen";
  117.             //
  118.             // button2
  119.             //
  120.             this.button2.FlatAppearance.BorderColor = System.Drawing.Color.White;
  121.             this.button2.FlatAppearance.BorderSize = 2;
  122.             this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  123.             this.button2.Font = new System.Drawing.Font("Segoe UI", 8.25F);
  124.             this.button2.ForeColor = System.Drawing.Color.White;
  125.             this.button2.Location = new System.Drawing.Point(79, 211);
  126.             this.button2.Name = "button2";
  127.             this.button2.Size = new System.Drawing.Size(117, 29);
  128.             this.button2.TabIndex = 7;
  129.             this.button2.Text = "Pas";
  130.             this.button2.UseVisualStyleBackColor = true;
  131.             //
  132.             // button1
  133.             //
  134.             this.button1.FlatAppearance.BorderColor = System.Drawing.Color.White;
  135.             this.button1.FlatAppearance.BorderSize = 2;
  136.             this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  137.             this.button1.Font = new System.Drawing.Font("Segoe UI", 8.25F);
  138.             this.button1.ForeColor = System.Drawing.Color.White;
  139.             this.button1.Location = new System.Drawing.Point(79, 176);
  140.             this.button1.Name = "button1";
  141.             this.button1.Size = new System.Drawing.Size(117, 29);
  142.             this.button1.TabIndex = 6;
  143.             this.button1.Text = "Nieuw spel";
  144.             this.button1.UseVisualStyleBackColor = true;
  145.             //
  146.             // label4
  147.             //
  148.             this.label4.AutoSize = true;
  149.             this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(101)))), ((int)(((byte)(107)))));
  150.             this.label4.Dock = System.Windows.Forms.DockStyle.Bottom;
  151.             this.label4.Font = new System.Drawing.Font("Segoe UI", 12F);
  152.             this.label4.ForeColor = System.Drawing.Color.White;
  153.             this.label4.Location = new System.Drawing.Point(0, 429);
  154.             this.label4.Name = "label4";
  155.             this.label4.Size = new System.Drawing.Size(105, 21);
  156.             this.label4.TabIndex = 5;
  157.             this.label4.Text = "Wit is aan zet.";
  158.             //
  159.             // label3
  160.             //
  161.             this.label3.AutoSize = true;
  162.             this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(101)))), ((int)(((byte)(107)))));
  163.             this.label3.Font = new System.Drawing.Font("Segoe UI", 12F);
  164.             this.label3.ForeColor = System.Drawing.Color.White;
  165.             this.label3.Location = new System.Drawing.Point(75, 123);
  166.             this.label3.Name = "label3";
  167.             this.label3.Size = new System.Drawing.Size(153, 21);
  168.             this.label3.TabIndex = 4;
  169.             this.label3.Text = "Zwart heeft {} stenen";
  170.             //
  171.             // label1
  172.             //
  173.             this.label1.AutoSize = true;
  174.             this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(101)))), ((int)(((byte)(107)))));
  175.             this.label1.Font = new System.Drawing.Font("Segoe UI Light", 21.75F);
  176.             this.label1.ForeColor = System.Drawing.Color.White;
  177.             this.label1.Location = new System.Drawing.Point(72, 34);
  178.             this.label1.Name = "label1";
  179.             this.label1.Size = new System.Drawing.Size(125, 40);
  180.             this.label1.TabIndex = 1;
  181.             this.label1.Text = "Reversi™";
  182.             //
  183.             // panel1
  184.             //
  185.             this.panel1.BackColor = System.Drawing.Color.White;
  186.             this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  187.             this.panel1.Location = new System.Drawing.Point(302, 0);
  188.             this.panel1.Margin = new System.Windows.Forms.Padding(0);
  189.             this.panel1.Name = "panel1";
  190.             this.panel1.Size = new System.Drawing.Size(498, 450);
  191.             this.panel1.TabIndex = 5;
  192.             //
  193.             // Form2
  194.             //
  195.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  196.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  197.             this.ClientSize = new System.Drawing.Size(800, 450);
  198.             this.Controls.Add(this.tableLayoutPanel1);
  199.             this.MinimumSize = new System.Drawing.Size(816, 489);
  200.             this.Name = "Form2";
  201.             this.Text = "Form2";
  202.             this.tableLayoutPanel1.ResumeLayout(false);
  203.             this.panel2.ResumeLayout(false);
  204.             this.panel2.PerformLayout();
  205.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  206.             this.ResumeLayout(false);
  207.  
  208.         }
  209.  
  210.         #endregion
  211.  
  212.         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  213.         private System.Windows.Forms.Panel panel2;
  214.         private System.Windows.Forms.Button button3;
  215.         private System.Windows.Forms.PictureBox pictureBox1;
  216.         private System.Windows.Forms.Label label2;
  217.         private System.Windows.Forms.Button button2;
  218.         private System.Windows.Forms.Button button1;
  219.         private System.Windows.Forms.Label label4;
  220.         private System.Windows.Forms.Label label3;
  221.         private System.Windows.Forms.Label label1;
  222.         private System.Windows.Forms.Panel panel1;
  223.     }
  224. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement