-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathTilesetSelection.Designer.cs
More file actions
204 lines (199 loc) · 9.88 KB
/
Copy pathTilesetSelection.Designer.cs
File metadata and controls
204 lines (199 loc) · 9.88 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
namespace MLLE
{
partial class TilesetSelection
{
/// <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.components = new System.ComponentModel.Container();
this.buttonOkay = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.customDrawHolder = new System.Windows.Forms.Panel();
this.buttonUp = new System.Windows.Forms.Button();
this.buttonDown = new System.Windows.Forms.Button();
this.labelRating = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// buttonOkay
//
this.buttonOkay.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.buttonOkay.Location = new System.Drawing.Point(12, 493);
this.buttonOkay.Name = "buttonOkay";
this.buttonOkay.Size = new System.Drawing.Size(684, 23);
this.buttonOkay.TabIndex = 1;
this.buttonOkay.Text = "OK";
this.buttonOkay.UseVisualStyleBackColor = true;
this.buttonOkay.Click += new System.EventHandler(this.buttonOkay_Click);
//
// buttonCancel
//
this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(702, 493);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(130, 23);
this.buttonCancel.TabIndex = 2;
this.buttonCancel.Text = "Cancel";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
//
// toolTip1
//
this.toolTip1.AutoPopDelay = 5000;
this.toolTip1.InitialDelay = 100;
this.toolTip1.ReshowDelay = 50;
this.toolTip1.ShowAlways = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(186, 13);
this.label1.TabIndex = 3;
this.label1.Text = "Show tilesets with this rating or higher:";
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(436, 9);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(176, 13);
this.label2.TabIndex = 4;
this.label2.Text = "Show tilesets with these characters:";
//
// textBox1
//
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.textBox1.Location = new System.Drawing.Point(618, 6);
this.textBox1.MaxLength = 30;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(214, 20);
this.textBox1.TabIndex = 6;
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
this.textBox1.MouseEnter += new System.EventHandler(this.textBox1_MouseEnter);
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 443);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(52, 39);
this.label3.TabIndex = 7;
this.label3.Text = "info line 1\r\ninfo line 2\r\ninfo line 3";
//
// customDrawHolder
//
this.customDrawHolder.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.customDrawHolder.BackColor = System.Drawing.SystemColors.Window;
this.customDrawHolder.Location = new System.Drawing.Point(15, 33);
this.customDrawHolder.Name = "customDrawHolder";
this.customDrawHolder.Size = new System.Drawing.Size(800, 400);
this.customDrawHolder.TabIndex = 8;
//
// buttonUp
//
this.buttonUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.buttonUp.Location = new System.Drawing.Point(821, 33);
this.buttonUp.Name = "buttonUp";
this.buttonUp.Size = new System.Drawing.Size(16, 100);
this.buttonUp.TabIndex = 9;
this.buttonUp.Text = "^";
this.buttonUp.UseVisualStyleBackColor = true;
this.buttonUp.Click += new System.EventHandler(this.buttonUp_Click);
//
// buttonDown
//
this.buttonDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonDown.Location = new System.Drawing.Point(821, 333);
this.buttonDown.Name = "buttonDown";
this.buttonDown.Size = new System.Drawing.Size(16, 100);
this.buttonDown.TabIndex = 10;
this.buttonDown.Text = "v";
this.buttonDown.UseVisualStyleBackColor = true;
this.buttonDown.Click += new System.EventHandler(this.buttonDown_Click);
//
// labelRating
//
this.labelRating.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.labelRating.AutoSize = true;
this.labelRating.Location = new System.Drawing.Point(340, 443);
this.labelRating.Name = "labelRating";
this.labelRating.Size = new System.Drawing.Size(50, 13);
this.labelRating.TabIndex = 11;
this.labelRating.Text = "My rating:";
this.labelRating.Visible = false;
//
// TilesetSelection
//
this.AcceptButton = this.buttonOkay;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.buttonCancel;
this.ClientSize = new System.Drawing.Size(844, 528);
this.Controls.Add(this.labelRating);
this.Controls.Add(this.buttonDown);
this.Controls.Add(this.buttonUp);
this.Controls.Add(this.customDrawHolder);
this.Controls.Add(this.label3);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonOkay);
this.Margin = new System.Windows.Forms.Padding(1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(660, 382);
this.Name = "TilesetSelection";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Select Tileset";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button buttonOkay;
private System.Windows.Forms.Button buttonCancel;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Panel customDrawHolder;
private System.Windows.Forms.Button buttonUp;
private System.Windows.Forms.Button buttonDown;
private System.Windows.Forms.Label labelRating;
}
}