~lewisgoddard/unitysettings/trunk

« back to all changes in this revision

Viewing changes to FMain.form

  • Committer: Lewis Goddard
  • Date: 2012-03-20 17:09:37 UTC
  • Revision ID: lewisgoddard@eustasy.co.uk-20120320170937-wqpf7jom5f71es14
Beta Release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Gambas Form File 2.0
 
2
 
 
3
{ Form Form
 
4
  Move(0,0,1078,700)
 
5
  #(Scaled) = False
 
6
  Font = Font["Ubuntu,11"]
 
7
  Text = ("")
 
8
  Picture = Picture["launcher.png"]
 
9
  Border = Window.Fixed
 
10
  { MyU_Header_bg PictureBox
 
11
    Move(0,0,637,77)
 
12
    Picture = Picture["img/MyU_bg-master.png"]
 
13
  }
 
14
  { MyU_menu_0 PictureBox
 
15
    Move(7,14,11,40)
 
16
    Picture = Picture["img/MyU_menu_0.png"]
 
17
  }
 
18
  { MyU_menu_Launcher PictureBox
 
19
    Move(28,14,78,40)
 
20
    Mouse = Mouse.Pointing
 
21
    Picture = Picture["img/MyU_menu_Launcher.png"]
 
22
  }
 
23
  { MyU_menu_Dash PictureBox
 
24
    Move(119,14,48,40)
 
25
    Mouse = Mouse.Pointing
 
26
    Picture = Picture["img/MyU_menu_Dash.png"]
 
27
  }
 
28
  { MyU_menu_Panel PictureBox
 
29
    Move(182,14,54,40)
 
30
    Mouse = Mouse.Pointing
 
31
    Picture = Picture["img/MyU_menu_Panel.png"]
 
32
  }
 
33
  { MyU_menu_Desktop PictureBox
 
34
    Move(252,14,72,40)
 
35
    Mouse = Mouse.Pointing
 
36
    Picture = Picture["img/MyU_menu_Desktop.png"]
 
37
  }
 
38
  { MyU_menu_Font PictureBox
 
39
    Move(336,14,45,40)
 
40
    Mouse = Mouse.Pointing
 
41
    Picture = Picture["img/MyU_menu_Font.png"]
 
42
  }
 
43
  { MyU_menu_Themes PictureBox
 
44
    Move(392,14,69,40)
 
45
    Mouse = Mouse.Pointing
 
46
    Picture = Picture["img/MyU_menu_Themes.png"]
 
47
  }
 
48
  { MyU_menu_Credits PictureBox
 
49
    Move(476,14,66,40)
 
50
    Mouse = Mouse.Pointing
 
51
    Picture = Picture["img/MyU_menu_Credits.png"]
 
52
  }
 
53
  { MyU_menu_99 PictureBox
 
54
    Move(553,14,189,40)
 
55
    Picture = Picture["img/MyU_menu_99.png"]
 
56
  }
 
57
  { MyU_tab_name PictureBox
 
58
    Move(14,84,206,70)
 
59
    Picture = Picture["img/MyU_tab-name-Launcher.png"]
 
60
  }
 
61
  { MyU_Shadow PictureBox
 
62
    Move(0,91,631,5)
 
63
    Picture = Picture["img/MyU_Shadow_ON.png"]
 
64
  }
 
65
  { MyU_default_settings_border PictureBox
 
66
    Move(238,105,170,27)
 
67
    Picture = Picture["img/MyU_default-settings_border.png"]
 
68
  }
 
69
  { MyU_default_settings PictureBox
 
70
    Move(420,112,166,23)
 
71
    Mouse = Mouse.Pointing
 
72
    Picture = Picture["img/MyU_default-settings.png"]
 
73
  }
 
74
  { Arrow_Launcher PictureBox
 
75
    Move(28,56,73,8)
 
76
    Picture = Picture["img/MyU_arrow_ON.png"]
 
77
    Alignment = Align.Center
 
78
  }
 
79
  { Arrow_Dash PictureBox
 
80
    Move(119,56,43,8)
 
81
    Picture = Picture["img/MyU_arrow_ON.png"]
 
82
    Alignment = Align.Center
 
83
  }
 
84
  { Arrow_Panel PictureBox
 
85
    Move(182,56,49,8)
 
86
    Picture = Picture["img/MyU_arrow_ON.png"]
 
87
    Alignment = Align.Center
 
88
  }
 
89
  { Arrow_Desktop PictureBox
 
90
    Move(252,56,68,8)
 
91
    Picture = Picture["img/MyU_arrow_ON.png"]
 
92
    Alignment = Align.Center
 
93
  }
 
94
  { Arrow_Font PictureBox
 
95
    Move(336,56,41,8)
 
96
    Picture = Picture["img/MyU_arrow_ON.png"]
 
97
    Alignment = Align.Center
 
98
  }
 
99
  { Arrow_Themes PictureBox
 
100
    Move(392,56,65,8)
 
101
    Picture = Picture["img/MyU_arrow_ON.png"]
 
102
    Alignment = Align.Center
 
103
  }
 
104
  { Arrow_Credits PictureBox
 
105
    Move(476,56,62,8)
 
106
    Picture = Picture["img/MyU_arrow_ON.png"]
 
107
    Alignment = Align.Center
 
108
  }
 
109
  { MyU_menu_Left PictureBox
 
110
    Move(651,70,34,40)
 
111
    Mouse = Mouse.Pointing
 
112
    Picture = Picture["img/MyU_tab-name-<.png"]
 
113
  }
 
114
  { MyU_menu_Right PictureBox
 
115
    Move(693,70,34,40)
 
116
    Mouse = Mouse.Pointing
 
117
    Picture = Picture["img/MyU_tab-name->.png"]
 
118
  }
 
119
  { PictureBoxQuick PictureBox
 
120
    Move(231,140,90,25)
 
121
    Mouse = Mouse.Pointing
 
122
    ToolTip = ("Customize Quicklist (advanced users)")
 
123
    Picture = Picture["img/quicklist.png"]
 
124
    Alignment = Align.Center
 
125
  }
 
126
  { MyU_Header_bg_bottom PictureBox
 
127
    Move(84,161,631,8)
 
128
    Picture = Picture["img/MyU_bg-master-bottom.png"]
 
129
  }
 
130
  { MyU_Header_bg_left PictureBox
 
131
    Move(700,175,8,329)
 
132
    Picture = Picture["img/MyU_bg-master-left.png"]
 
133
  }
 
134
  { MyU_Header_bg_right PictureBox
 
135
    Move(742,175,8,329)
 
136
    Picture = Picture["img/MyU_bg-master-right.png"]
 
137
  }
 
138
  { P_container ScrollView
 
139
    Move(7,168,784,483)
 
140
    { P_Launcher Panel
 
141
      Move(0,0,613,327)
 
142
      Border = Border.Plain
 
143
      { TextLabel9 TextLabel
 
144
        Move(28,112,266,21)
 
145
        Text = ("Size")
 
146
      }
 
147
      { TextLabel10 TextLabel
 
148
        Move(28,70,266,21)
 
149
        Text = ("Transparency")
 
150
      }
 
151
      { TextLabel11 TextLabel
 
152
        Move(28,238,266,21)
 
153
        Text = ("Behavior")
 
154
      }
 
155
      { TextLabel12 TextLabel
 
156
        Move(28,196,266,21)
 
157
        Text = ("Display")
 
158
      }
 
159
      { TextLabel13 TextLabel
 
160
        Move(28,154,266,21)
 
161
        Text = ("Backlights")
 
162
      }
 
163
      { TextLabel14 TextLabel
 
164
        Move(28,280,266,21)
 
165
        Text = ("Show devices")
 
166
      }
 
167
      { ComboBox5 ComboBox
 
168
        Move(308,147,280,28)
 
169
        Mouse = Mouse.Pointing
 
170
        ReadOnly = True
 
171
        Text = ("ComboBox1")
 
172
      }
 
173
      { ComboBox6 ComboBox
 
174
        Move(308,189,280,28)
 
175
        Mouse = Mouse.Pointing
 
176
        ReadOnly = True
 
177
        Text = ("ComboBox1")
 
178
      }
 
179
      { ComboBox7 ComboBox
 
180
        Move(308,231,280,28)
 
181
        Mouse = Mouse.Pointing
 
182
        ReadOnly = True
 
183
        Text = ("ComboBox1")
 
184
      }
 
185
      { ComboBox8 ComboBox
 
186
        Move(308,273,280,28)
 
187
        Mouse = Mouse.Pointing
 
188
        ReadOnly = True
 
189
        Text = ("ComboBox1")
 
190
      }
 
191
      { Slider3 Slider
 
192
        Move(357,70,231,21)
 
193
        Mouse = Mouse.Pointing
 
194
        MaxValue = 101
 
195
      }
 
196
      { Slider4 Slider
 
197
        Move(357,112,231,21)
 
198
        Mouse = Mouse.Pointing
 
199
        MinValue = 32
 
200
        MaxValue = 64
 
201
        Value = 32
 
202
      }
 
203
      { TextLabel1 TextLabel
 
204
        Move(28,28,266,21)
 
205
        Text = ("Color")
 
206
      }
 
207
      { TextLabel5 TextLabel
 
208
        Move(308,70,28,21)
 
209
        Text = ("%")
 
210
        Alignment = Align.Left
 
211
      }
 
212
      { TextLabel6 TextLabel
 
213
        Move(308,112,28,21)
 
214
        Text = ("px")
 
215
        Alignment = Align.Left
 
216
      }
 
217
      { ColorButton1 ColorButton
 
218
        Move(308,21,280,28)
 
219
        Mouse = Mouse.Pointing
 
220
      }
 
221
      { TextLabel16 TextLabel
 
222
        Move(336,70,21,21)
 
223
        Text = ("%")
 
224
        Alignment = Align.Left
 
225
      }
 
226
      { TextLabel15 TextLabel
 
227
        Move(336,112,21,21)
 
228
        Text = ("px")
 
229
        Alignment = Align.Left
 
230
      }
 
231
      { TimerLauncher #Timer
 
232
        #X = 238
 
233
        #Y = 56
 
234
        Delay = 500
 
235
      }
 
236
    }
 
237
    { P_Dash Panel
 
238
      Move(616,0,613,327)
 
239
      Border = Border.Plain
 
240
      { TextLabel28 TextLabel
 
241
        Move(28,28,266,21)
 
242
        Text = ("Display available apps")
 
243
      }
 
244
      { TextLabel29 TextLabel
 
245
        Move(28,196,266,21)
 
246
        Text = ("Dash size")
 
247
      }
 
248
      { TextLabel30 TextLabel
 
249
        Move(28,154,266,21)
 
250
        Text = ("Blur")
 
251
      }
 
252
      { TextLabel31 TextLabel
 
253
        Move(28,70,266,21)
 
254
        Text = ("Display recent apps")
 
255
      }
 
256
      { ComboBox3 ComboBox
 
257
        Move(308,147,280,28)
 
258
        Mouse = Mouse.Pointing
 
259
        ReadOnly = True
 
260
        Text = ("ComboBox1")
 
261
      }
 
262
      { ComboBox4 ComboBox
 
263
        Move(308,189,280,28)
 
264
        Mouse = Mouse.Pointing
 
265
        ReadOnly = True
 
266
        Text = ("ComboBox1")
 
267
      }
 
268
      { Panel4 Panel
 
269
        Move(515,28,91,22)
 
270
        { pichome3 PictureBox
 
271
          Move(0,0,72,22)
 
272
          Font = Font["Ubuntu,10"]
 
273
          Picture = Picture["img/BGslider.png"]
 
274
          Alignment = Align.Center
 
275
        }
 
276
        { sliderhome3 PictureBox
 
277
          Move(0,0,36,22)
 
278
          Font = Font["Ubuntu,10"]
 
279
          Mouse = Mouse.Pointing
 
280
          Picture = Picture["img/slider.png"]
 
281
          Alignment = Align.Center
 
282
        }
 
283
      }
 
284
      { Panel5 Panel
 
285
        Move(515,70,91,22)
 
286
        { pichome4 PictureBox
 
287
          Move(0,0,72,22)
 
288
          Font = Font["Ubuntu,10"]
 
289
          Picture = Picture["img/BGslider.png"]
 
290
          Alignment = Align.Center
 
291
        }
 
292
        { sliderhome4 PictureBox
 
293
          Move(0,0,36,22)
 
294
          Font = Font["Ubuntu,10"]
 
295
          Mouse = Mouse.Pointing
 
296
          Picture = Picture["img/slider.png"]
 
297
          Alignment = Align.Center
 
298
        }
 
299
      }
 
300
    }
 
301
    { P_Panel Panel
 
302
      Move(1232,0,613,327)
 
303
      Border = Border.Plain
 
304
      { TextLabel26 TextLabel
 
305
        Move(28,70,266,21)
 
306
        Text = ("Transparency maximized toggle")
 
307
      }
 
308
      { TextLabel27 TextLabel
 
309
        Move(28,28,266,21)
 
310
        Text = ("Transparency")
 
311
      }
 
312
      { Slider1 Slider
 
313
        Move(357,28,231,21)
 
314
        Mouse = Mouse.Pointing
 
315
        MaxValue = 101
 
316
      }
 
317
      { Panel6 Panel
 
318
        Move(515,70,91,22)
 
319
        { pichome5 PictureBox
 
320
          Move(0,0,72,22)
 
321
          Font = Font["Ubuntu,10"]
 
322
          Picture = Picture["img/BGslider.png"]
 
323
          Alignment = Align.Center
 
324
        }
 
325
        { sliderhome5 PictureBox
 
326
          Move(0,0,36,22)
 
327
          Font = Font["Ubuntu,10"]
 
328
          Mouse = Mouse.Pointing
 
329
          Picture = Picture["img/slider.png"]
 
330
          Alignment = Align.Center
 
331
        }
 
332
      }
 
333
      { TextLabel7 TextLabel
 
334
        Move(308,28,28,21)
 
335
        Text = ("px")
 
336
        Alignment = Align.Left
 
337
      }
 
338
      { TextLabel37 TextLabel
 
339
        Move(336,28,21,21)
 
340
        Text = ("%")
 
341
        Alignment = Align.Left
 
342
      }
 
343
      { TimerPanel #Timer
 
344
        #X = 224
 
345
        #Y = 21
 
346
        Delay = 500
 
347
      }
 
348
    }
 
349
    { P_Desktop Panel
 
350
      Move(1848,0,613,327)
 
351
      Border = Border.Plain
 
352
      { TextLabel40 TextLabel
 
353
        Move(28,28,266,21)
 
354
        Text = ("Show home icon")
 
355
      }
 
356
      { TextLabel41 TextLabel
 
357
        Move(28,63,266,21)
 
358
        Text = ("Show networking icon")
 
359
      }
 
360
      { Panel15 Panel
 
361
        Move(515,28,91,22)
 
362
        { pichome13 PictureBox
 
363
          Move(0,0,72,22)
 
364
          Font = Font["Ubuntu,10"]
 
365
          Picture = Picture["img/BGslider.png"]
 
366
          Alignment = Align.Center
 
367
        }
 
368
        { sliderhome13 PictureBox
 
369
          Move(0,0,36,22)
 
370
          Font = Font["Ubuntu,10"]
 
371
          Mouse = Mouse.Pointing
 
372
          Picture = Picture["img/slider_hover.png"]
 
373
          Alignment = Align.Center
 
374
        }
 
375
      }
 
376
      { Panel16 Panel
 
377
        Move(515,238,91,22)
 
378
        { pichome14 PictureBox
 
379
          Move(0,0,72,22)
 
380
          Font = Font["Ubuntu,10"]
 
381
          Picture = Picture["img/BGslider.png"]
 
382
          Alignment = Align.Center
 
383
        }
 
384
        { sliderhome14 PictureBox
 
385
          Move(0,0,36,22)
 
386
          Font = Font["Ubuntu,10"]
 
387
          Mouse = Mouse.Pointing
 
388
          Picture = Picture["img/slider.png"]
 
389
          Alignment = Align.Center
 
390
        }
 
391
      }
 
392
      { TextLabel42 TextLabel
 
393
        Move(28,98,266,21)
 
394
        Text = ("Show devices icon")
 
395
      }
 
396
      { TextLabel43 TextLabel
 
397
        Move(28,133,266,21)
 
398
        Text = ("Show trash icon")
 
399
      }
 
400
      { TextLabel44 TextLabel
 
401
        Move(28,168,266,21)
 
402
        Text = ("Active \"Show desktop\" icon")
 
403
      }
 
404
      { TextLabel45 TextLabel
 
405
        Move(28,203,266,21)
 
406
        Text = ("Panel menus have icons")
 
407
      }
 
408
      { TextLabel46 TextLabel
 
409
        Move(28,238,266,21)
 
410
        Text = ("Windows animations")
 
411
      }
 
412
      { Panel17 Panel
 
413
        Move(515,63,91,22)
 
414
        { pichome15 PictureBox
 
415
          Move(0,0,72,22)
 
416
          Font = Font["Ubuntu,10"]
 
417
          Picture = Picture["img/BGslider.png"]
 
418
          Alignment = Align.Center
 
419
        }
 
420
        { sliderhome15 PictureBox
 
421
          Move(0,0,36,22)
 
422
          Font = Font["Ubuntu,10"]
 
423
          Mouse = Mouse.Pointing
 
424
          Picture = Picture["img/slider.png"]
 
425
          Alignment = Align.Center
 
426
        }
 
427
      }
 
428
      { Panel18 Panel
 
429
        Move(515,98,91,22)
 
430
        { pichome16 PictureBox
 
431
          Move(0,0,72,22)
 
432
          Font = Font["Ubuntu,10"]
 
433
          Picture = Picture["img/BGslider.png"]
 
434
          Alignment = Align.Center
 
435
        }
 
436
        { sliderhome16 PictureBox
 
437
          Move(0,0,36,22)
 
438
          Font = Font["Ubuntu,10"]
 
439
          Mouse = Mouse.Pointing
 
440
          Picture = Picture["img/slider.png"]
 
441
          Alignment = Align.Center
 
442
        }
 
443
      }
 
444
      { Panel19 Panel
 
445
        Move(515,133,91,22)
 
446
        { pichome17 PictureBox
 
447
          Move(0,0,72,22)
 
448
          Font = Font["Ubuntu,10"]
 
449
          Picture = Picture["img/BGslider.png"]
 
450
          Alignment = Align.Center
 
451
        }
 
452
        { sliderhome17 PictureBox
 
453
          Move(0,0,36,22)
 
454
          Font = Font["Ubuntu,10"]
 
455
          Mouse = Mouse.Pointing
 
456
          Picture = Picture["img/slider.png"]
 
457
          Alignment = Align.Center
 
458
        }
 
459
      }
 
460
      { Panel20 Panel
 
461
        Move(515,168,91,22)
 
462
        { pichome18 PictureBox
 
463
          Move(0,0,72,22)
 
464
          Font = Font["Ubuntu,10"]
 
465
          Picture = Picture["img/BGslider.png"]
 
466
          Alignment = Align.Center
 
467
        }
 
468
        { sliderhome18 PictureBox
 
469
          Move(0,0,36,22)
 
470
          Font = Font["Ubuntu,10"]
 
471
          Mouse = Mouse.Pointing
 
472
          Picture = Picture["img/slider.png"]
 
473
          Alignment = Align.Center
 
474
        }
 
475
      }
 
476
      { Panel21 Panel
 
477
        Move(515,203,91,22)
 
478
        { pichome19 PictureBox
 
479
          Move(0,0,72,22)
 
480
          Font = Font["Ubuntu,10"]
 
481
          Picture = Picture["img/BGslider.png"]
 
482
          Alignment = Align.Center
 
483
        }
 
484
        { sliderhome19 PictureBox
 
485
          Move(0,0,36,22)
 
486
          Font = Font["Ubuntu,10"]
 
487
          Mouse = Mouse.Pointing
 
488
          Picture = Picture["img/slider.png"]
 
489
          Alignment = Align.Center
 
490
        }
 
491
      }
 
492
      { TextLabel47 TextLabel
 
493
        Move(28,280,84,21)
 
494
        Text = ("H Desktop")
 
495
      }
 
496
      { TextLabel48 TextLabel
 
497
        Move(343,280,84,21)
 
498
        Text = ("V Desktop")
 
499
      }
 
500
      { SliderH Slider
 
501
        Move(140,280,133,21)
 
502
        Mouse = Mouse.Pointing
 
503
        MinValue = 1
 
504
        MaxValue = 8
 
505
      }
 
506
      { SliderV Slider
 
507
        Move(455,280,133,21)
 
508
        Mouse = Mouse.Pointing
 
509
        MinValue = 1
 
510
        MaxValue = 8
 
511
      }
 
512
      { TextLabel23 TextLabel
 
513
        Move(112,280,28,21)
 
514
        Text = ("px")
 
515
        Alignment = Align.Left
 
516
      }
 
517
      { TextLabel24 TextLabel
 
518
        Move(427,280,28,21)
 
519
        Text = ("px")
 
520
        Alignment = Align.Left
 
521
      }
 
522
      { TimerDesktop #Timer
 
523
        #X = 287
 
524
        #Y = 273
 
525
      }
 
526
    }
 
527
    { P_Font Panel
 
528
      Move(2464,0,613,327)
 
529
      Border = Border.Plain
 
530
      { TextLabel8 TextLabel
 
531
        Move(28,28,266,21)
 
532
        Text = ("System")
 
533
      }
 
534
      { TextLabel17 TextLabel
 
535
        Move(28,70,343,21)
 
536
        Text = ("Document")
 
537
      }
 
538
      { TextLabel18 TextLabel
 
539
        Move(28,112,343,21)
 
540
        Text = ("Desktop")
 
541
      }
 
542
      { TextLabel19 TextLabel
 
543
        Move(28,154,343,21)
 
544
        Text = ("System")
 
545
      }
 
546
      { TextLabel20 TextLabel
 
547
        Move(329,287,91,21)
 
548
        Text = ("Antialiasing")
 
549
      }
 
550
      { TextLabel21 TextLabel
 
551
        Move(28,287,70,21)
 
552
        Text = ("Hinting")
 
553
      }
 
554
      { ComboBox1 ComboBox
 
555
        Move(427,280,161,28)
 
556
        Mouse = Mouse.Pointing
 
557
        ReadOnly = True
 
558
        Text = ("ComboBox1")
 
559
      }
 
560
      { ComboBox2 ComboBox
 
561
        Move(112,280,161,28)
 
562
        Mouse = Mouse.Pointing
 
563
        ReadOnly = True
 
564
        Text = ("ComboBox1")
 
565
      }
 
566
      { TextLabel22 TextLabel
 
567
        Move(28,196,343,21)
 
568
        Text = ("Monospace")
 
569
      }
 
570
      { Button6 Button
 
571
        Move(392,28,196,21)
 
572
        Text = ("Ubuntu 11")
 
573
      }
 
574
      { ButtonFdocument Button
 
575
        Move(392,70,196,21)
 
576
        Mouse = Mouse.Pointing
 
577
        Text = ("Ubuntu 11")
 
578
      }
 
579
      { ButtonFdesktop Button
 
580
        Move(392,112,196,21)
 
581
        Mouse = Mouse.Pointing
 
582
        Text = ("Ubuntu 11")
 
583
      }
 
584
      { ButtonFsystem Button
 
585
        Move(392,154,196,21)
 
586
        Mouse = Mouse.Pointing
 
587
        Text = ("Ubuntu Bold 11")
 
588
      }
 
589
      { ButtonFmono Button
 
590
        Move(392,196,196,21)
 
591
        Mouse = Mouse.Pointing
 
592
        Text = ("Ubuntu Mono 13")
 
593
      }
 
594
      { TextLabel32 TextLabel
 
595
        Move(28,28,343,21)
 
596
        Text = ("Window title")
 
597
      }
 
598
      { ButtonFtitle Button
 
599
        Move(392,28,196,21)
 
600
        Mouse = Mouse.Pointing
 
601
        Text = ("Ubuntu Bold 11")
 
602
      }
 
603
    }
 
604
    { P_Font_Select Panel
 
605
      Move(2464,329,616,322)
 
606
      Border = Border.Plain
 
607
      { FontChooser2 FontChooser
 
608
        Move(28,70,560,196)
 
609
        Font = Font["Ubuntu,10"]
 
610
        Foreground = &H404040&
 
611
        ShowLabel = False
 
612
      }
 
613
      { Button2 Button
 
614
        Move(476,280,112,21)
 
615
        Mouse = Mouse.Pointing
 
616
        Text = ("Close")
 
617
      }
 
618
      { Button4 Button
 
619
        Move(350,280,112,21)
 
620
        Mouse = Mouse.Pointing
 
621
        Text = ("Apply")
 
622
      }
 
623
      { TextLabel4 TextLabel
 
624
        Move(28,28,343,21)
 
625
        Text = ("Window title")
 
626
      }
 
627
      { ButtonFpreview Button
 
628
        Move(392,28,196,21)
 
629
        Enabled = False
 
630
        Text = ("")
 
631
      }
 
632
    }
 
633
    { P_Launcher_Quicklist Panel
 
634
      Move(0,329,613,327)
 
635
      Border = Border.Plain
 
636
      { TextBox3 TextBox
 
637
        Move(392,252,203,21)
 
638
        Font = Font["Ubuntu Mono,10"]
 
639
        Text = ("")
 
640
      }
 
641
      { Panel7 Panel
 
642
        Move(532,182,70,49)
 
643
        { PictureBox6 PictureBox
 
644
          Move(3,0,60,34)
 
645
          Picture = Picture["img/bg+-.png"]
 
646
          Alignment = Align.Center
 
647
        }
 
648
        { PictureBox7 PictureBox
 
649
          Move(7,4,26,26)
 
650
          Mouse = Mouse.Pointing
 
651
          Picture = Picture["img/+.png"]
 
652
        }
 
653
        { PictureBox8 PictureBox
 
654
          Move(34,4,25,26)
 
655
          Mouse = Mouse.Pointing
 
656
          Picture = Picture["img/-.png"]
 
657
        }
 
658
      }
 
659
      { TextBox2 TextBox
 
660
        Move(392,224,203,21)
 
661
        Font = Font["10"]
 
662
        Text = ("")
 
663
      }
 
664
      { Button1 Button
 
665
        Move(455,280,140,21)
 
666
        Mouse = Mouse.Pointing
 
667
        Text = ("Save")
 
668
      }
 
669
      { Label1 Label
 
670
        Move(308,224,77,21)
 
671
        Text = ("Name")
 
672
      }
 
673
      { Label3 Label
 
674
        Move(308,252,77,21)
 
675
        Text = ("Exec")
 
676
      }
 
677
      { ListBoxQuick ListBox
 
678
        Move(308,35,287,147)
 
679
        Background = &HFFFFFF&
 
680
      }
 
681
      { ListBoxTiles ListBox
 
682
        Move(21,35,280,269)
 
683
      }
 
684
      { Label4 Label
 
685
        Move(28,14,273,21)
 
686
        Text = ("Launcher tiles")
 
687
      }
 
688
      { Label5 Label
 
689
        Move(315,14,280,21)
 
690
        Text = ("Quicklist")
 
691
      }
 
692
      { PictureRefresh PictureBox
 
693
        Move(308,189,22,22)
 
694
        Visible = False
 
695
        Mouse = Mouse.Pointing
 
696
        Picture = Picture["img/rfsh.png"]
 
697
        Alignment = Align.Center
 
698
      }
 
699
    }
 
700
    { P_Themes Panel
 
701
      Move(3080,0,613,327)
 
702
      Border = Border.Plain
 
703
      { TextLabel2 TextLabel
 
704
        Move(323,21,112,21)
 
705
        Text = ("Icons")
 
706
      }
 
707
      { TextLabel3 TextLabel
 
708
        Move(35,21,105,21)
 
709
        Text = ("Themes")
 
710
      }
 
711
      { ListBox3 ListBox
 
712
        Move(35,42,252,224)
 
713
        Drop = True
 
714
      }
 
715
      { ListBox4 ListBox
 
716
        Move(323,42,252,224)
 
717
        Drop = True
 
718
      }
 
719
      { TextBox4 TextBox
 
720
        Move(490,336,112,21)
 
721
        Text = ("TextBox1")
 
722
      }
 
723
      { LabelTheme Label
 
724
        Move(35,286,224,21)
 
725
        Font = Font["Italic,+1"]
 
726
        Text = ("theme")
 
727
      }
 
728
      { LabelIcon Label
 
729
        Move(323,286,224,21)
 
730
        Font = Font["Italic,+1"]
 
731
        Text = ("icon")
 
732
      }
 
733
      { PictureBoxDeleteTheme PictureBox
 
734
        Move(264,280,24,24)
 
735
        Mouse = Mouse.Pointing
 
736
        ToolTip = ("delete gtk-theme")
 
737
        Picture = Picture["img/delete-icon.png"]
 
738
        Stretch = True
 
739
        Alignment = Align.Center
 
740
      }
 
741
      { PictureBoxDeleteIcons PictureBox
 
742
        Move(551,280,24,24)
 
743
        Mouse = Mouse.Pointing
 
744
        ToolTip = ("delete icons theme")
 
745
        Picture = Picture["img/delete-icon.png"]
 
746
        Stretch = True
 
747
        Alignment = Align.Center
 
748
      }
 
749
      { nameDirTheme Label
 
750
        Move(35,308,168,21)
 
751
        Visible = False
 
752
        Font = Font["Italic,+1"]
 
753
        Text = ("-")
 
754
      }
 
755
      { nameDirIcons Label
 
756
        Move(322,308,168,21)
 
757
        Visible = False
 
758
        Font = Font["Italic,+1"]
 
759
        Text = ("-")
 
760
      }
 
761
    }
 
762
    { P_Credits Panel
 
763
      Move(3696,0,613,327)
 
764
      Border = Border.Plain
 
765
      { ScrollView1 ScrollView
 
766
        Move(7,0,595,327)
 
767
        Border = False
 
768
        ScrollBar = Scroll.None
 
769
        { Label28 Label
 
770
          Move(21,196,553,63)
 
771
          Foreground = &H404040&
 
772
          AutoResize = True
 
773
          Text = ("Label28\n\ndas\ndsa\nasd\nasd\nasd\nsad\nasd\nsad\nsad\nasd\nsda\nasd\nasd\nasd\nasd\nsad\nasd\nsda\ndsa\nsda\nsad\nsad\nasd\nasd\n\n\n\nfine")
 
774
          Alignment = Align.Left
 
775
        }
 
776
        { Panel9 Panel
 
777
          Move(0,308,595,154)
 
778
          { PictureBox1 PictureBox
 
779
            Move(0,35,595,56)
 
780
            Picture = Picture["img/MyLogo_small.png"]
 
781
            Alignment = Align.Center
 
782
          }
 
783
          { Label8 Label
 
784
            Move(0,98,595,35)
 
785
            Foreground = &H808080&
 
786
            Text = ("unofficial\nUbuntu Unity configurator\n")
 
787
            Alignment = Align.Center
 
788
          }
 
789
          { Label2 Label
 
790
            Move(0,140,595,14)
 
791
            Font = Font["9"]
 
792
            Foreground = &H808080&
 
793
            Text = ("Rel. 3.1.0")
 
794
            Alignment = Align.Center
 
795
          }
 
796
        }
 
797
        { PanelFreeSoftware Panel
 
798
          Move(0,56,595,112)
 
799
          { LabelFreeSoftware2 Label
 
800
            Move(168,45,427,49)
 
801
            Font = Font["Ubuntu,9"]
 
802
            Foreground = &H808080&
 
803
            Mouse = Mouse.Pointing
 
804
            ToolTip = ("GNU GPL v.3. Click to view.")
 
805
            Text = ("is Free Software; you can redistribute it and/or modify it under the terms of\nthe Gnu General Public License; as published by Free Software Foundation;\nversion 3 of the License")
 
806
            Alignment = Align.TopLeft
 
807
          }
 
808
          { PictureBox3 PictureBox
 
809
            Move(0,35,161,56)
 
810
            Mouse = Mouse.Pointing
 
811
            ToolTip = ("MyUnity Team. Click to view.")
 
812
            Picture = Picture["img/MyLogo_small.png"]
 
813
            Alignment = Align.Left
 
814
          }
 
815
        }
 
816
      }
 
817
      { Timerinfo #Timer
 
818
        #X = 0
 
819
        #Y = 0
 
820
        Delay = 20
 
821
      }
 
822
    }
 
823
  }
 
824
  { Panel_timer #Timer
 
825
    #X = 21
 
826
    #Y = 539
 
827
    Delay = 10
 
828
  }
 
829
  { TextBoxHiddenFocus TextBox
 
830
    Move(756,119,105,21)
 
831
    Text = ("HiddenFocus")
 
832
  }
 
833
  { objNull Label
 
834
    Move(798,7,21,21)
 
835
    Text = ("")
 
836
  }
 
837
  { TextLabel25 TextLabel
 
838
    Move(896,14,168,21)
 
839
    Text = ("not available")
 
840
  }
 
841
}