forked from SuiMachine/LiveSplit.RedFaction
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRedFactionSettings.Designer.cs
More file actions
231 lines (225 loc) · 10.3 KB
/
RedFactionSettings.Designer.cs
File metadata and controls
231 lines (225 loc) · 10.3 KB
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
namespace LiveSplit.RedFaction
{
partial class RedFactionSettings
{
/// <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 Component 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.gbEndSplits = new System.Windows.Forms.GroupBox();
this.CBList_Splits = new System.Windows.Forms.CheckedListBox();
this.gbStartSplits = new System.Windows.Forms.GroupBox();
this.tlpStartSplits = new System.Windows.Forms.TableLayoutPanel();
this.chkAutoReset = new System.Windows.Forms.CheckBox();
this.chkAutoStart = new System.Windows.Forms.CheckBox();
this.tlpMain = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.Cbox_Mod = new System.Windows.Forms.ComboBox();
this.gbEndSplits.SuspendLayout();
this.gbStartSplits.SuspendLayout();
this.tlpStartSplits.SuspendLayout();
this.tlpMain.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.SuspendLayout();
//
// gbEndSplits
//
this.gbEndSplits.Controls.Add(this.CBList_Splits);
this.gbEndSplits.Dock = System.Windows.Forms.DockStyle.Top;
this.gbEndSplits.Location = new System.Drawing.Point(3, 63);
this.gbEndSplits.Name = "gbEndSplits";
this.gbEndSplits.Size = new System.Drawing.Size(450, 433);
this.gbEndSplits.TabIndex = 7;
this.gbEndSplits.TabStop = false;
this.gbEndSplits.Text = "Auto-splits";
//
// CBList_Splits
//
this.CBList_Splits.Dock = System.Windows.Forms.DockStyle.Fill;
this.CBList_Splits.FormattingEnabled = true;
this.CBList_Splits.Location = new System.Drawing.Point(3, 16);
this.CBList_Splits.Name = "CBList_Splits";
this.CBList_Splits.Size = new System.Drawing.Size(444, 414);
this.CBList_Splits.TabIndex = 0;
this.CBList_Splits.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.CBList_Splits_ItemCheck);
//
// gbStartSplits
//
this.gbStartSplits.AutoSize = true;
this.gbStartSplits.Controls.Add(this.tlpStartSplits);
this.gbStartSplits.Dock = System.Windows.Forms.DockStyle.Fill;
this.gbStartSplits.Location = new System.Drawing.Point(3, 3);
this.gbStartSplits.Name = "gbStartSplits";
this.gbStartSplits.Size = new System.Drawing.Size(219, 48);
this.gbStartSplits.TabIndex = 5;
this.gbStartSplits.TabStop = false;
this.gbStartSplits.Text = "Start Auto-splits";
//
// tlpStartSplits
//
this.tlpStartSplits.AutoSize = true;
this.tlpStartSplits.BackColor = System.Drawing.Color.Transparent;
this.tlpStartSplits.ColumnCount = 2;
this.tlpStartSplits.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tlpStartSplits.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tlpStartSplits.Controls.Add(this.chkAutoReset, 1, 0);
this.tlpStartSplits.Controls.Add(this.chkAutoStart, 0, 0);
this.tlpStartSplits.Dock = System.Windows.Forms.DockStyle.Fill;
this.tlpStartSplits.Location = new System.Drawing.Point(3, 16);
this.tlpStartSplits.Name = "tlpStartSplits";
this.tlpStartSplits.RowCount = 1;
this.tlpStartSplits.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tlpStartSplits.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
this.tlpStartSplits.Size = new System.Drawing.Size(213, 29);
this.tlpStartSplits.TabIndex = 4;
//
// chkAutoReset
//
this.chkAutoReset.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.chkAutoReset.AutoSize = true;
this.chkAutoReset.Location = new System.Drawing.Point(109, 6);
this.chkAutoReset.Name = "chkAutoReset";
this.chkAutoReset.Size = new System.Drawing.Size(54, 17);
this.chkAutoReset.TabIndex = 4;
this.chkAutoReset.Text = "Reset";
this.chkAutoReset.UseVisualStyleBackColor = true;
//
// chkAutoStart
//
this.chkAutoStart.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.chkAutoStart.AutoSize = true;
this.chkAutoStart.Checked = true;
this.chkAutoStart.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkAutoStart.Location = new System.Drawing.Point(3, 6);
this.chkAutoStart.Name = "chkAutoStart";
this.chkAutoStart.Size = new System.Drawing.Size(48, 17);
this.chkAutoStart.TabIndex = 6;
this.chkAutoStart.Text = "Start";
this.chkAutoStart.UseVisualStyleBackColor = true;
//
// tlpMain
//
this.tlpMain.ColumnCount = 1;
this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tlpMain.Controls.Add(this.gbEndSplits, 0, 1);
this.tlpMain.Controls.Add(this.tableLayoutPanel1, 0, 0);
this.tlpMain.Location = new System.Drawing.Point(0, 0);
this.tlpMain.Name = "tlpMain";
this.tlpMain.RowCount = 2;
this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tlpMain.Size = new System.Drawing.Size(456, 499);
this.tlpMain.TabIndex = 0;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.groupBox1, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.gbStartSplits, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 54F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(450, 54);
this.tableLayoutPanel1.TabIndex = 8;
//
// groupBox1
//
this.groupBox1.AutoSize = true;
this.groupBox1.Controls.Add(this.tableLayoutPanel2);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Location = new System.Drawing.Point(228, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(219, 48);
this.groupBox1.TabIndex = 6;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Mod";
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.AutoSize = true;
this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
this.tableLayoutPanel2.ColumnCount = 1;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel2.Controls.Add(this.Cbox_Mod, 0, 1);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 2;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel2.Size = new System.Drawing.Size(213, 29);
this.tableLayoutPanel2.TabIndex = 4;
//
// Cbox_Mod
//
this.Cbox_Mod.Dock = System.Windows.Forms.DockStyle.Top;
this.Cbox_Mod.FormattingEnabled = true;
this.Cbox_Mod.Location = new System.Drawing.Point(3, 3);
this.Cbox_Mod.Name = "Cbox_Mod";
this.Cbox_Mod.Size = new System.Drawing.Size(207, 21);
this.Cbox_Mod.TabIndex = 0;
this.Cbox_Mod.SelectedIndexChanged += new System.EventHandler(this.Cbox_Mod_SelectedIndexChanged);
//
// RedFactionSettings
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.tlpMain);
this.Name = "RedFactionSettings";
this.Size = new System.Drawing.Size(456, 499);
this.gbEndSplits.ResumeLayout(false);
this.gbStartSplits.ResumeLayout(false);
this.gbStartSplits.PerformLayout();
this.tlpStartSplits.ResumeLayout(false);
this.tlpStartSplits.PerformLayout();
this.tlpMain.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox gbEndSplits;
private System.Windows.Forms.GroupBox gbStartSplits;
private System.Windows.Forms.TableLayoutPanel tlpStartSplits;
private System.Windows.Forms.CheckBox chkAutoReset;
private System.Windows.Forms.TableLayoutPanel tlpMain;
private System.Windows.Forms.CheckBox chkAutoStart;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.ComboBox Cbox_Mod;
private System.Windows.Forms.CheckedListBox CBList_Splits;
}
}