Merge pull request #19 from Tarnadas/master
[sm64o.git] / SM64O / KickBanForm.Designer.cs
blobc966857e1024ea9707a8a620db5c98eb8a5d17f8
1 namespace SM64O
3 partial class KickBanForm
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
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)
16 if (disposing && (components != null))
18 components.Dispose();
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
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()
31 this.label1 = new System.Windows.Forms.Label();
32 this.button1 = new System.Windows.Forms.Button();
33 this.button2 = new System.Windows.Forms.Button();
34 this.button3 = new System.Windows.Forms.Button();
35 this.SuspendLayout();
36 //
37 // label1
38 //
39 this.label1.AutoSize = true;
40 this.label1.Location = new System.Drawing.Point(9, 9);
41 this.label1.Name = "label1";
42 this.label1.Size = new System.Drawing.Size(50, 13);
43 this.label1.TabIndex = 0;
44 this.label1.Text = "This user";
45 //
46 // button1
47 //
48 this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
49 this.button1.Location = new System.Drawing.Point(12, 25);
50 this.button1.Name = "button1";
51 this.button1.Size = new System.Drawing.Size(171, 43);
52 this.button1.TabIndex = 1;
53 this.button1.Text = "Kick";
54 this.button1.UseVisualStyleBackColor = false;
55 this.button1.Click += new System.EventHandler(this.button1_Click);
56 //
57 // button2
58 //
59 this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
60 this.button2.Location = new System.Drawing.Point(189, 25);
61 this.button2.Name = "button2";
62 this.button2.Size = new System.Drawing.Size(109, 43);
63 this.button2.TabIndex = 2;
64 this.button2.Text = "Ban";
65 this.button2.UseVisualStyleBackColor = false;
66 this.button2.Click += new System.EventHandler(this.button2_Click);
67 //
68 // button3
69 //
70 this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
71 this.button3.Location = new System.Drawing.Point(12, 74);
72 this.button3.Name = "button3";
73 this.button3.Size = new System.Drawing.Size(286, 36);
74 this.button3.TabIndex = 3;
75 this.button3.Text = "Cancel";
76 this.button3.UseVisualStyleBackColor = false;
77 this.button3.Click += new System.EventHandler(this.button3_Click);
78 //
79 // KickBanForm
80 //
81 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
82 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
83 this.ClientSize = new System.Drawing.Size(310, 122);
84 this.Controls.Add(this.button3);
85 this.Controls.Add(this.button2);
86 this.Controls.Add(this.button1);
87 this.Controls.Add(this.label1);
88 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
89 this.MinimizeBox = false;
90 this.Name = "KickBanForm";
91 this.Text = "KickBanForm";
92 this.Load += new System.EventHandler(this.KickBanForm_Load);
93 this.ResumeLayout(false);
94 this.PerformLayout();
98 #endregion
100 private System.Windows.Forms.Label label1;
101 private System.Windows.Forms.Button button1;
102 private System.Windows.Forms.Button button2;
103 private System.Windows.Forms.Button button3;