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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
|
using System;
namespace ShiftOS
{
partial class Graphic_Picker
{
/// <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);
}
private void InitializeComponent()
{
this.pgcontents = new ShiftUI.Panel();
this.btncancel = new ShiftUI.Button();
this.btnreset = new ShiftUI.Button();
this.btnapply = new ShiftUI.Button();
this.Label4 = new ShiftUI.Label();
this.btnmousedownbrowse = new ShiftUI.Button();
this.txtmousedownfile = new ShiftUI.TextBox();
this.picmousedown = new ShiftUI.PictureBox();
this.Label3 = new ShiftUI.Label();
this.btnmouseoverbrowse = new ShiftUI.Button();
this.txtmouseoverfile = new ShiftUI.TextBox();
this.picmouseover = new ShiftUI.PictureBox();
this.Label2 = new ShiftUI.Label();
this.Label1 = new ShiftUI.Label();
this.btnidlebrowse = new ShiftUI.Button();
this.txtidlefile = new ShiftUI.TextBox();
this.picidle = new ShiftUI.PictureBox();
this.btnzoom = new ShiftUI.Button();
this.btnstretch = new ShiftUI.Button();
this.btncentre = new ShiftUI.Button();
this.btntile = new ShiftUI.Button();
this.pnlgraphicholder = new ShiftUI.Panel();
this.picgraphic = new ShiftUI.PictureBox();
this.lblobjecttoskin = new ShiftUI.Label();
this.pgcontents.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picmousedown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picmouseover)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picidle)).BeginInit();
this.pnlgraphicholder.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picgraphic)).BeginInit();
this.SuspendLayout();
//
// pgcontents
//
this.pgcontents.BackColor = System.Drawing.Color.White;
this.pgcontents.Widgets.Add(this.btncancel);
this.pgcontents.Widgets.Add(this.btnreset);
this.pgcontents.Widgets.Add(this.btnapply);
this.pgcontents.Widgets.Add(this.Label4);
this.pgcontents.Widgets.Add(this.btnmousedownbrowse);
this.pgcontents.Widgets.Add(this.txtmousedownfile);
this.pgcontents.Widgets.Add(this.picmousedown);
this.pgcontents.Widgets.Add(this.Label3);
this.pgcontents.Widgets.Add(this.btnmouseoverbrowse);
this.pgcontents.Widgets.Add(this.txtmouseoverfile);
this.pgcontents.Widgets.Add(this.picmouseover);
this.pgcontents.Widgets.Add(this.Label2);
this.pgcontents.Widgets.Add(this.Label1);
this.pgcontents.Widgets.Add(this.btnidlebrowse);
this.pgcontents.Widgets.Add(this.txtidlefile);
this.pgcontents.Widgets.Add(this.picidle);
this.pgcontents.Widgets.Add(this.btnzoom);
this.pgcontents.Widgets.Add(this.btnstretch);
this.pgcontents.Widgets.Add(this.btncentre);
this.pgcontents.Widgets.Add(this.btntile);
this.pgcontents.Widgets.Add(this.pnlgraphicholder);
this.pgcontents.Widgets.Add(this.lblobjecttoskin);
this.pgcontents.Dock = ShiftUI.DockStyle.Fill;
this.pgcontents.Location = new System.Drawing.Point(0, 0);
this.pgcontents.Name = "pgcontents";
this.pgcontents.Size = new System.Drawing.Size(390, 594);
this.pgcontents.TabIndex = 20;
//
// btncancel
//
this.btncancel.Anchor = ShiftUI.AnchorStyles.Bottom;
this.btncancel.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btncancel.Location = new System.Drawing.Point(21, 546);
this.btncancel.Name = "btncancel";
this.btncancel.Size = new System.Drawing.Size(109, 32);
this.btncancel.TabIndex = 23;
this.btncancel.Text = "Cancel";
this.btncancel.UseVisualStyleBackColor = true;
this.btncancel.Click += new System.EventHandler(this.btncancel_Click);
//
// btnreset
//
this.btnreset.Anchor = ShiftUI.AnchorStyles.Bottom;
this.btnreset.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnreset.Location = new System.Drawing.Point(136, 546);
this.btnreset.Name = "btnreset";
this.btnreset.Size = new System.Drawing.Size(109, 32);
this.btnreset.TabIndex = 22;
this.btnreset.Text = "Reset";
this.btnreset.UseVisualStyleBackColor = true;
this.btnreset.Click += new System.EventHandler(this.btnreset_Click);
//
// btnapply
//
this.btnapply.Anchor = ShiftUI.AnchorStyles.Bottom;
this.btnapply.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnapply.Location = new System.Drawing.Point(251, 546);
this.btnapply.Name = "btnapply";
this.btnapply.Size = new System.Drawing.Size(118, 32);
this.btnapply.TabIndex = 21;
this.btnapply.Text = "Apply";
this.btnapply.UseVisualStyleBackColor = true;
this.btnapply.Click += new System.EventHandler(this.btnapply_Click);
//
// Label4
//
this.Label4.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label4.Location = new System.Drawing.Point(125, 411);
this.Label4.Name = "Label4";
this.Label4.Size = new System.Drawing.Size(163, 28);
this.Label4.TabIndex = 20;
this.Label4.Text = "Mouse Down";
this.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btnmousedownbrowse
//
this.btnmousedownbrowse.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnmousedownbrowse.Location = new System.Drawing.Point(295, 411);
this.btnmousedownbrowse.Name = "btnmousedownbrowse";
this.btnmousedownbrowse.Size = new System.Drawing.Size(73, 60);
this.btnmousedownbrowse.TabIndex = 19;
this.btnmousedownbrowse.Text = "Browse";
this.btnmousedownbrowse.UseVisualStyleBackColor = true;
this.btnmousedownbrowse.Click += new System.EventHandler(this.btnmousedownbrowse_Click);
//
// txtmousedownfile
//
this.txtmousedownfile.BackColor = System.Drawing.Color.White;
this.txtmousedownfile.BorderStyle = ShiftUI.BorderStyle.FixedSingle;
this.txtmousedownfile.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F);
this.txtmousedownfile.Location = new System.Drawing.Point(125, 442);
this.txtmousedownfile.Multiline = true;
this.txtmousedownfile.Name = "txtmousedownfile";
this.txtmousedownfile.Size = new System.Drawing.Size(163, 29);
this.txtmousedownfile.TabIndex = 18;
this.txtmousedownfile.Text = "None";
this.txtmousedownfile.TextAlign = ShiftUI.HorizontalAlignment.Center;
//
// picmousedown
//
this.picmousedown.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch;
this.picmousedown.BorderStyle = ShiftUI.BorderStyle.FixedSingle;
this.picmousedown.Location = new System.Drawing.Point(19, 411);
this.picmousedown.Name = "picmousedown";
this.picmousedown.Size = new System.Drawing.Size(100, 60);
this.picmousedown.TabIndex = 17;
this.picmousedown.TabStop = false;
//
// Label3
//
this.Label3.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label3.Location = new System.Drawing.Point(125, 336);
this.Label3.Name = "Label3";
this.Label3.Size = new System.Drawing.Size(163, 28);
this.Label3.TabIndex = 16;
this.Label3.Text = "Mouse Over";
this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btnmouseoverbrowse
//
this.btnmouseoverbrowse.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnmouseoverbrowse.Location = new System.Drawing.Point(295, 336);
this.btnmouseoverbrowse.Name = "btnmouseoverbrowse";
this.btnmouseoverbrowse.Size = new System.Drawing.Size(73, 60);
this.btnmouseoverbrowse.TabIndex = 15;
this.btnmouseoverbrowse.Text = "Browse";
this.btnmouseoverbrowse.UseVisualStyleBackColor = true;
this.btnmouseoverbrowse.Click += new System.EventHandler(this.btnmouseoverbrowse_Click);
//
// txtmouseoverfile
//
this.txtmouseoverfile.BackColor = System.Drawing.Color.White;
this.txtmouseoverfile.BorderStyle = ShiftUI.BorderStyle.FixedSingle;
this.txtmouseoverfile.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F);
this.txtmouseoverfile.Location = new System.Drawing.Point(125, 367);
this.txtmouseoverfile.Multiline = true;
this.txtmouseoverfile.Name = "txtmouseoverfile";
this.txtmouseoverfile.Size = new System.Drawing.Size(163, 29);
this.txtmouseoverfile.TabIndex = 14;
this.txtmouseoverfile.Text = "None";
this.txtmouseoverfile.TextAlign = ShiftUI.HorizontalAlignment.Center;
//
// picmouseover
//
this.picmouseover.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch;
this.picmouseover.BorderStyle = ShiftUI.BorderStyle.FixedSingle;
this.picmouseover.Location = new System.Drawing.Point(19, 336);
this.picmouseover.Name = "picmouseover";
this.picmouseover.Size = new System.Drawing.Size(100, 60);
this.picmouseover.TabIndex = 13;
this.picmouseover.TabStop = false;
//
// Label2
//
this.Label2.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label2.Location = new System.Drawing.Point(125, 260);
this.Label2.Name = "Label2";
this.Label2.Size = new System.Drawing.Size(163, 28);
this.Label2.TabIndex = 12;
this.Label2.Text = "Idle";
this.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// Label1
//
this.Label1.AutoSize = true;
this.Label1.Font = new System.Drawing.Font("Bookman Old Style", 14.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label1.Location = new System.Drawing.Point(17, 228);
this.Label1.Name = "Label1";
this.Label1.Size = new System.Drawing.Size(70, 23);
this.Label1.TabIndex = 11;
this.Label1.Text = "States";
//
// btnidlebrowse
//
this.btnidlebrowse.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnidlebrowse.Location = new System.Drawing.Point(295, 260);
this.btnidlebrowse.Name = "btnidlebrowse";
this.btnidlebrowse.Size = new System.Drawing.Size(73, 60);
this.btnidlebrowse.TabIndex = 10;
this.btnidlebrowse.Text = "Browse";
this.btnidlebrowse.UseVisualStyleBackColor = true;
this.btnidlebrowse.Click += new System.EventHandler(this.btnidlebrowse_Click);
//
// txtidlefile
//
this.txtidlefile.BackColor = System.Drawing.Color.White;
this.txtidlefile.BorderStyle = ShiftUI.BorderStyle.FixedSingle;
this.txtidlefile.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtidlefile.Location = new System.Drawing.Point(125, 291);
this.txtidlefile.Multiline = true;
this.txtidlefile.Name = "txtidlefile";
this.txtidlefile.Size = new System.Drawing.Size(163, 29);
this.txtidlefile.TabIndex = 9;
this.txtidlefile.Text = "None";
this.txtidlefile.TextAlign = ShiftUI.HorizontalAlignment.Center;
//
// picidle
//
this.picidle.BackgroundImageLayout = ShiftUI.ImageLayout.Stretch;
this.picidle.BorderStyle = ShiftUI.BorderStyle.FixedSingle;
this.picidle.Location = new System.Drawing.Point(19, 260);
this.picidle.Name = "picidle";
this.picidle.Size = new System.Drawing.Size(100, 60);
this.picidle.SizeMode = ShiftUI.PictureBoxSizeMode.Zoom;
this.picidle.TabIndex = 8;
this.picidle.TabStop = false;
//
// btnzoom
//
this.btnzoom.BackgroundImage = global::ShiftOS.Properties.Resources.zoombutton;
this.btnzoom.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btnzoom.FlatAppearance.BorderSize = 0;
this.btnzoom.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnzoom.Location = new System.Drawing.Point(286, 144);
this.btnzoom.Name = "btnzoom";
this.btnzoom.Size = new System.Drawing.Size(82, 65);
this.btnzoom.TabIndex = 7;
this.btnzoom.UseVisualStyleBackColor = true;
this.btnzoom.Click += new System.EventHandler(this.btnzoom_Click);
//
// btnstretch
//
this.btnstretch.BackgroundImage = global::ShiftOS.Properties.Resources.stretchbutton;
this.btnstretch.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btnstretch.FlatAppearance.BorderSize = 0;
this.btnstretch.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btnstretch.Location = new System.Drawing.Point(197, 144);
this.btnstretch.Name = "btnstretch";
this.btnstretch.Size = new System.Drawing.Size(82, 65);
this.btnstretch.TabIndex = 6;
this.btnstretch.UseVisualStyleBackColor = true;
this.btnstretch.Click += new System.EventHandler(this.btnstretch_Click);
//
// btncentre
//
this.btncentre.BackgroundImage = global::ShiftOS.Properties.Resources.centrebutton;
this.btncentre.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btncentre.FlatAppearance.BorderSize = 0;
this.btncentre.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btncentre.Location = new System.Drawing.Point(108, 144);
this.btncentre.Name = "btncentre";
this.btncentre.Size = new System.Drawing.Size(82, 65);
this.btncentre.TabIndex = 5;
this.btncentre.UseVisualStyleBackColor = true;
this.btncentre.Click += new System.EventHandler(this.btncentre_Click);
//
// btntile
//
this.btntile.BackgroundImage = global::ShiftOS.Properties.Resources.tilebutton;
this.btntile.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btntile.FlatAppearance.BorderSize = 0;
this.btntile.FlatStyle = ShiftUI.FlatStyle.Standard;
this.btntile.Location = new System.Drawing.Point(19, 144);
this.btntile.Name = "btntile";
this.btntile.Size = new System.Drawing.Size(82, 65);
this.btntile.TabIndex = 4;
this.btntile.UseVisualStyleBackColor = true;
this.btntile.Click += new System.EventHandler(this.btntile_Click);
//
// pnlgraphicholder
//
this.pnlgraphicholder.Widgets.Add(this.picgraphic);
this.pnlgraphicholder.Location = new System.Drawing.Point(19, 38);
this.pnlgraphicholder.Name = "pnlgraphicholder";
this.pnlgraphicholder.Size = new System.Drawing.Size(350, 100);
this.pnlgraphicholder.TabIndex = 3;
//
// picgraphic
//
this.picgraphic.BackgroundImageLayout = ShiftUI.ImageLayout.Center;
this.picgraphic.Location = new System.Drawing.Point(0, 0);
this.picgraphic.Name = "picgraphic";
this.picgraphic.Size = new System.Drawing.Size(350, 100);
this.picgraphic.TabIndex = 0;
this.picgraphic.TabStop = false;
//
// lblobjecttoskin
//
this.lblobjecttoskin.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblobjecttoskin.Location = new System.Drawing.Point(19, 9);
this.lblobjecttoskin.Name = "lblobjecttoskin";
this.lblobjecttoskin.Size = new System.Drawing.Size(350, 23);
this.lblobjecttoskin.TabIndex = 2;
this.lblobjecttoskin.Text = "Close Button";
this.lblobjecttoskin.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// Graphic_Picker
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = ShiftUI.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(390, 594);
this.Widgets.Add(this.pgcontents);
this.FormBorderStyle = ShiftUI.FormBorderStyle.None;
this.Name = "Graphic_Picker";
this.Text = "Graphic_Picker";
this.TopMost = true;
this.Load += new System.EventHandler(this.Graphic_Picker_Load);
this.pgcontents.ResumeLayout(false);
this.pgcontents.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picmousedown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picmouseover)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picidle)).EndInit();
this.pnlgraphicholder.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picgraphic)).EndInit();
this.ResumeLayout(false);
}
internal ShiftUI.Panel pgcontents;
internal ShiftUI.Button btncancel;
internal ShiftUI.Button btnreset;
internal ShiftUI.Button btnapply;
internal ShiftUI.Label Label4;
internal ShiftUI.Button btnmousedownbrowse;
internal ShiftUI.TextBox txtmousedownfile;
internal ShiftUI.PictureBox picmousedown;
internal ShiftUI.Label Label3;
internal ShiftUI.Button btnmouseoverbrowse;
internal ShiftUI.TextBox txtmouseoverfile;
internal ShiftUI.PictureBox picmouseover;
internal ShiftUI.Label Label2;
internal ShiftUI.Label Label1;
internal ShiftUI.Button btnidlebrowse;
internal ShiftUI.TextBox txtidlefile;
internal ShiftUI.PictureBox picidle;
internal ShiftUI.Button btnzoom;
internal ShiftUI.Button btnstretch;
internal ShiftUI.Button btncentre;
internal ShiftUI.Button btntile;
internal ShiftUI.Panel pnlgraphicholder;
internal ShiftUI.PictureBox picgraphic;
internal ShiftUI.Label lblobjecttoskin;
}
}
|