-
Notifications
You must be signed in to change notification settings - Fork 1
/
TexasHoldEmHelp.Designer.cs
175 lines (169 loc) · 7.94 KB
/
TexasHoldEmHelp.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
namespace PokerGame
{
partial class TexasHoldEmHelp
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.btnGotIt = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.5F);
this.groupBox1.ForeColor = System.Drawing.Color.White;
this.groupBox1.Location = new System.Drawing.Point(13, 19);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(1433, 249);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Texas Hold\'em";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.5F);
this.label7.Location = new System.Drawing.Point(7, 190);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(1069, 25);
this.label7.TabIndex = 6;
this.label7.Text = "- After the final round of betting, the remaining players reveal their hole cards" +
" and the player with the best hand wins the pot.";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.5F);
this.label6.Location = new System.Drawing.Point(7, 165);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(1169, 25);
this.label6.TabIndex = 5;
this.label6.Text = "- There are four rounds of betting, with the first three rounds having a set mini" +
"mum bet and the final round having a higher minimum bet.";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.5F);
this.label5.Location = new System.Drawing.Point(7, 140);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(545, 25);
this.label5.TabIndex = 4;
this.label5.Text = "- Players can bet, raise, or fold as the betting rounds progress.";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.5F);
this.label4.Location = new System.Drawing.Point(6, 115);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(1308, 25);
this.label4.TabIndex = 3;
this.label4.Text = "- The objective of the game is to make the best five-card hand possible using any" +
" combination of the community cards and the player\'s own hole cards.";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.5F);
this.label3.Location = new System.Drawing.Point(7, 90);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(475, 25);
this.label3.TabIndex = 2;
this.label3.Text = "- Five community cards are dealt face-up on the table.";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.5F);
this.label1.Location = new System.Drawing.Point(7, 65);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(551, 25);
this.label1.TabIndex = 1;
this.label1.Text = "- Each player is dealt two private cards, known as \"hole cards.\"";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.5F);
this.label2.Location = new System.Drawing.Point(7, 39);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(650, 25);
this.label2.TabIndex = 0;
this.label2.Text = "- Texas Hold\'em is a poker game played with a standard deck of 52 cards.";
//
// btnGotIt
//
this.btnGotIt.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
this.btnGotIt.ForeColor = System.Drawing.Color.Black;
this.btnGotIt.Location = new System.Drawing.Point(12, 284);
this.btnGotIt.Name = "btnGotIt";
this.btnGotIt.Size = new System.Drawing.Size(103, 41);
this.btnGotIt.TabIndex = 11;
this.btnGotIt.Text = "Got it";
this.btnGotIt.UseVisualStyleBackColor = true;
this.btnGotIt.Click += new System.EventHandler(this.CloseHelp);
//
// TexasHoldEmHelp
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Green;
this.ClientSize = new System.Drawing.Size(1458, 341);
this.Controls.Add(this.btnGotIt);
this.Controls.Add(this.groupBox1);
this.Name = "TexasHoldEmHelp";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Texas Hold\'em Help";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnGotIt;
}
}