aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Apps/Shiftorium.Designer.cs
blob: 32f38279fe59139e146225a4f63de27ef1474e82 (plain) (blame)
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
using System;

namespace Shiftorium
{
    partial class Frontend
    {
        /// <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.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frontend));
            this.pgcontents = new ShiftUI.Panel();
            this.lbcodepoints = new ShiftUI.Label();
            this.lbupgrades = new ShiftUI.ListView();
            this.Label1 = new ShiftUI.Label();
            this.pnlinfo = new ShiftUI.Panel();
            this.pnlintro = new ShiftUI.Panel();
            this.Label4 = new ShiftUI.Label();
            this.Label2 = new ShiftUI.Label();
            this.Label5 = new ShiftUI.Label();
            this.btnbuy = new ShiftUI.Button();
            this.lbprice = new ShiftUI.Label();
            this.picpreview = new ShiftUI.PictureBox();
            this.lbudescription = new ShiftUI.Label();
            this.lbupgradename = new ShiftUI.Label();
            this.tmrcodepointsupdate = new ShiftUI.Timer(this.components);
            this.btnback = new ShiftUI.Button();
            this.btnforward = new ShiftUI.Button();
            this.lbcategory = new ShiftUI.Label();
            this.btnhack = new ShiftUI.Button();
            this.pgcontents.SuspendLayout();
            this.pnlinfo.SuspendLayout();
            this.pnlintro.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picpreview)).BeginInit();
            this.SuspendLayout();
            // 
            // pgcontents
            // 
            this.pgcontents.BackColor = System.Drawing.Color.White;
            this.pgcontents.Widgets.Add(this.btnhack);
            this.pgcontents.Widgets.Add(this.lbcategory);
            this.pgcontents.Widgets.Add(this.btnforward);
            this.pgcontents.Widgets.Add(this.btnback);
            this.pgcontents.Widgets.Add(this.lbcodepoints);
            this.pgcontents.Widgets.Add(this.lbupgrades);
            this.pgcontents.Widgets.Add(this.Label1);
            this.pgcontents.Widgets.Add(this.pnlinfo);
            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(701, 462);
            this.pgcontents.TabIndex = 0;
            this.pgcontents.TabStop = true;
            // 
            // lbcodepoints
            // 
            this.lbcodepoints.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbcodepoints.ForeColor = System.Drawing.Color.Black;
            this.lbcodepoints.Location = new System.Drawing.Point(16, 372);
            this.lbcodepoints.Name = "lbcodepoints";
            this.lbcodepoints.Size = new System.Drawing.Size(309, 43);
            this.lbcodepoints.TabIndex = 8;
            this.lbcodepoints.Text = "Codepoints: 25";
            this.lbcodepoints.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lbupgrades
            // 
            this.lbupgrades.BackColor = System.Drawing.Color.White;
            this.lbupgrades.BorderStyle = ShiftUI.BorderStyle.None;
            this.lbupgrades.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbupgrades.ForeColor = System.Drawing.Color.Black;
            this.lbupgrades.Location = new System.Drawing.Point(21, 101);
            this.lbupgrades.MultiSelect = false;
            this.lbupgrades.Name = "lbupgrades";
            this.lbupgrades.Size = new System.Drawing.Size(304, 254);
            this.lbupgrades.TabIndex = 0;
            this.lbupgrades.UseCompatibleStateImageBehavior = false;
            this.lbupgrades.View = ShiftUI.View.Details;
            this.lbupgrades.SelectedIndexChanged += new System.EventHandler(this.lbupgrades_SelectedIndexChanged);
            // 
            // Label1
            // 
            this.Label1.AutoSize = true;
            this.Label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Label1.ForeColor = System.Drawing.Color.Black;
            this.Label1.Location = new System.Drawing.Point(85, 17);
            this.Label1.Name = "Label1";
            this.Label1.Size = new System.Drawing.Size(175, 39);
            this.Label1.TabIndex = 1;
            this.Label1.Text = "Upgrades";
            // 
            // pnlinfo
            // 
            this.pnlinfo.Widgets.Add(this.pnlintro);
            this.pnlinfo.Widgets.Add(this.btnbuy);
            this.pnlinfo.Widgets.Add(this.lbprice);
            this.pnlinfo.Widgets.Add(this.picpreview);
            this.pnlinfo.Widgets.Add(this.lbudescription);
            this.pnlinfo.Widgets.Add(this.lbupgradename);
            this.pnlinfo.Dock = ShiftUI.DockStyle.Right;
            this.pnlinfo.Location = new System.Drawing.Point(332, 0);
            this.pnlinfo.Name = "pnlinfo";
            this.pnlinfo.Size = new System.Drawing.Size(369, 462);
            this.pnlinfo.TabIndex = 0;
            // 
            // pnlintro
            // 
            this.pnlintro.Widgets.Add(this.Label4);
            this.pnlintro.Widgets.Add(this.Label2);
            this.pnlintro.Widgets.Add(this.Label5);
            this.pnlintro.Dock = ShiftUI.DockStyle.Fill;
            this.pnlintro.Location = new System.Drawing.Point(0, 0);
            this.pnlintro.Name = "pnlintro";
            this.pnlintro.Size = new System.Drawing.Size(369, 462);
            this.pnlintro.TabIndex = 8;
            this.pnlintro.TabStop = true;
            // 
            // Label4
            // 
            this.Label4.AutoSize = true;
            this.Label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Label4.Location = new System.Drawing.Point(-3, 397);
            this.Label4.Name = "Label4";
            this.Label4.Size = new System.Drawing.Size(358, 18);
            this.Label4.TabIndex = 7;
            this.Label4.Text = "Select an upgrade on the left to view its details";
            // 
            // Label2
            // 
            this.Label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Label2.Location = new System.Drawing.Point(3, 53);
            this.Label2.Name = "Label2";
            this.Label2.Size = new System.Drawing.Size(340, 341);
            this.Label2.TabIndex = 5;
            this.Label2.Text = resources.GetString("Label2.Text");
            this.Label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // Label5
            // 
            this.Label5.AutoSize = true;
            this.Label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Label5.ForeColor = System.Drawing.Color.Black;
            this.Label5.Location = new System.Drawing.Point(-4, 14);
            this.Label5.Name = "Label5";
            this.Label5.Size = new System.Drawing.Size(355, 31);
            this.Label5.TabIndex = 4;
            this.Label5.Text = "Welcome to the Shiftorium";
            // 
            // btnbuy
            // 
            this.btnbuy.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Right)));
            this.btnbuy.FlatStyle = ShiftUI.FlatStyle.Standard;
            this.btnbuy.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnbuy.ForeColor = System.Drawing.Color.Black;
            this.btnbuy.Location = new System.Drawing.Point(160, 362);
            this.btnbuy.Name = "btnbuy";
            this.btnbuy.Size = new System.Drawing.Size(185, 56);
            this.btnbuy.TabIndex = 7;
            this.btnbuy.Text = "Buy";
            this.btnbuy.UseVisualStyleBackColor = true;
            this.btnbuy.Click += new System.EventHandler(this.btnbuy_Click);
            // 
            // lbprice
            // 
            this.lbprice.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left)));
            this.lbprice.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold);
            this.lbprice.ForeColor = System.Drawing.Color.Black;
            this.lbprice.Location = new System.Drawing.Point(15, 362);
            this.lbprice.Name = "lbprice";
            this.lbprice.Size = new System.Drawing.Size(127, 59);
            this.lbprice.TabIndex = 6;
            this.lbprice.Text = "50 CP";
            this.lbprice.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // picpreview
            // 
            this.picpreview.Image = global::ShiftOS.Properties.Resources.upgradegray;
            this.picpreview.Location = new System.Drawing.Point(25, 218);
            this.picpreview.Name = "picpreview";
            this.picpreview.Size = new System.Drawing.Size(320, 130);
            this.picpreview.TabIndex = 5;
            this.picpreview.TabStop = false;
            // 
            // lbudescription
            // 
            this.lbudescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbudescription.ForeColor = System.Drawing.Color.Black;
            this.lbudescription.Location = new System.Drawing.Point(24, 63);
            this.lbudescription.Name = "lbudescription";
            this.lbudescription.Size = new System.Drawing.Size(321, 144);
            this.lbudescription.TabIndex = 4;
            this.lbudescription.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lbupgradename
            // 
            this.lbupgradename.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbupgradename.ForeColor = System.Drawing.Color.Black;
            this.lbupgradename.Location = new System.Drawing.Point(5, 17);
            this.lbupgradename.Name = "lbupgradename";
            this.lbupgradename.Size = new System.Drawing.Size(361, 43);
            this.lbupgradename.TabIndex = 3;
            this.lbupgradename.Text = "Upgradename";
            this.lbupgradename.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // tmrcodepointsupdate
            // 
            this.tmrcodepointsupdate.Enabled = true;
            this.tmrcodepointsupdate.Interval = 1000;
            this.tmrcodepointsupdate.Tick += new System.EventHandler(this.tmrcodepointsupdate_Tick);
            // 
            // btnback
            // 
            this.btnback.FlatStyle = ShiftUI.FlatStyle.Standard;
            this.btnback.Location = new System.Drawing.Point(22, 72);
            this.btnback.Name = "btnback";
            this.btnback.Size = new System.Drawing.Size(36, 23);
            this.btnback.TabIndex = 9;
            this.btnback.Text = "<<";
            this.btnback.UseVisualStyleBackColor = true;
            this.btnback.Click += new System.EventHandler(this.btnback_Click);
            // 
            // btnforward
            // 
            this.btnforward.Anchor = ((ShiftUI.AnchorStyles)((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Right)));
            this.btnforward.FlatStyle = ShiftUI.FlatStyle.Standard;
            this.btnforward.Location = new System.Drawing.Point(289, 72);
            this.btnforward.Name = "btnforward";
            this.btnforward.Size = new System.Drawing.Size(36, 23);
            this.btnforward.TabIndex = 10;
            this.btnforward.Text = ">>";
            this.btnforward.UseVisualStyleBackColor = true;
            this.btnforward.Click += new System.EventHandler(this.btnforward_Click);
            // 
            // lbcategory
            // 
            this.lbcategory.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Left) 
            | ShiftUI.AnchorStyles.Right)));
            this.lbcategory.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold);
            this.lbcategory.ForeColor = System.Drawing.Color.Black;
            this.lbcategory.Location = new System.Drawing.Point(64, 72);
            this.lbcategory.Name = "lbcategory";
            this.lbcategory.Size = new System.Drawing.Size(219, 26);
            this.lbcategory.TabIndex = 11;
            this.lbcategory.Text = "Upgrades";
            this.lbcategory.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // btnhack
            // 
            this.btnhack.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) 
            | ShiftUI.AnchorStyles.Left) 
            | ShiftUI.AnchorStyles.Right)));
            this.btnhack.AutoSize = true;
            this.btnhack.FlatStyle = ShiftUI.FlatStyle.Standard;
            this.btnhack.Location = new System.Drawing.Point(143, 218);
            this.btnhack.Name = "btnhack";
            this.btnhack.Size = new System.Drawing.Size(68, 25);
            this.btnhack.TabIndex = 12;
            this.btnhack.Text = "Hack it.";
            this.btnhack.UseVisualStyleBackColor = true;
            this.btnhack.Visible = false;
            this.btnhack.Click += new System.EventHandler(this.btnhack_Click);
            // 
            // Frontend
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = ShiftUI.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(701, 462);
            this.Widgets.Add(this.pgcontents);
            this.FormBorderStyle = ShiftUI.FormBorderStyle.None;
            this.KeyPreview = true;
            this.Name = "Frontend";
            this.Text = "Shiftorium";
            this.TopMost = true;
            this.Load += new System.EventHandler(this.Frontend_Load);
            this.pgcontents.ResumeLayout(false);
            this.pgcontents.PerformLayout();
            this.pnlinfo.ResumeLayout(false);
            this.pnlintro.ResumeLayout(false);
            this.pnlintro.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picpreview)).EndInit();
            this.ResumeLayout(false);

        }
        internal ShiftUI.Panel pgcontents;
        internal ShiftUI.ListView lbupgrades;
        internal ShiftUI.Label Label1;
        internal ShiftUI.Panel pnlinfo;
        internal ShiftUI.Label lbcodepoints;
        internal ShiftUI.Button btnbuy;
        internal ShiftUI.Label lbprice;
        internal ShiftUI.PictureBox picpreview;
        internal ShiftUI.Label lbudescription;
        internal ShiftUI.Label lbupgradename;
        internal ShiftUI.Panel pnlintro;
        internal ShiftUI.Label Label4;
        internal ShiftUI.Label Label2;
        internal ShiftUI.Label Label5;
        internal ShiftUI.Timer tmrcodepointsupdate;
        internal ShiftUI.Label lbcategory;
        private ShiftUI.Button btnforward;
        private ShiftUI.Button btnback;
        private ShiftUI.Button btnhack;
    }
}