~chihchun/myunity/myunity_zhTW

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
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
# Gambas Form File 2.0

{ Form Form
  Move(0,0,567,504)
  #(Scaled) = False
  Font = Font["Ubuntu,10"]
  Text = ("MyUnity")
  Icon = Picture["MyUnity_icon_new.png"]
  Border = Window.Fixed
  ToolBox = True
  { PictureBox1 PictureBox
    Move(-1,0,574,175)
    Font = Font["Ubuntu,10"]
    Picture = Picture["bannerone.jpg"]
  }
  { PicLauncher PictureBox
    Move(196,16,364,140)
    Visible = False
    Font = Font["Ubuntu,10"]
    Picture = Picture["TopImage_launcher.png"]
    Border = Border.Etched
  }
  { PicDash PictureBox
    Move(196,16,364,140)
    Visible = False
    Font = Font["Ubuntu,10"]
    Picture = Picture["TopImage_dash.png"]
    Border = Border.Etched
  }
  { PicPanel PictureBox
    Move(196,16,364,140)
    Font = Font["Ubuntu,10"]
    Picture = Picture["TopImage_panel.png"]
    Border = Border.Etched
  }
  { PicDesktop PictureBox
    Move(196,16,364,140)
    Font = Font["Ubuntu,10"]
    Picture = Picture["TopImage_scrivania.png"]
    Border = Border.Etched
  }
  { PicFont PictureBox
    Move(196,16,364,140)
    Font = Font["Ubuntu,10"]
    Picture = Picture["TopImage-font.png"]
    Border = Border.Etched
  }
  { PicCredits PictureBox
    Move(196,16,364,140)
    Font = Font["Ubuntu,10"]
    Picture = Picture["TopImage-info.png"]
    Border = Border.Etched
  }
  { TabStrip1 TabStrip
    Move(7,168,553,329)
    Font = Font["Ubuntu,10"]
    Count = 6
    Index = 0
    Text = ("")
    { Frame1 Frame
      Move(7,7,147,105)
      Font = Font["Ubuntu,10"]
      Text = ("")
      { RadioButton1 RadioButton
        Move(7,21,133,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
      { RadioButton2 RadioButton
        Move(7,49,133,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
      { RadioButton3 RadioButton
        Move(7,77,133,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
    }
    { Frame6 Frame
      Move(7,119,147,133)
      Font = Font["Ubuntu,10"]
      Text = ("")
      { RadioButton29 RadioButton
        Move(7,21,133,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
      { RadioButton30 RadioButton
        Move(7,105,133,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
      { RadioButton31 RadioButton
        Move(7,49,133,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
      { RadioButton32 RadioButton
        Move(7,77,133,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
    }
    { Frame5 Frame
      Move(168,7,147,105)
      Font = Font["Ubuntu,10"]
      Text = ("")
      { RadioButton14 RadioButton
        Move(7,21,133,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
      { RadioButton15 RadioButton
        Move(7,77,133,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
      { RadioButton16 RadioButton
        Move(7,49,133,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
    }
    { Frame2 Frame
      Move(329,7,217,105)
      Font = Font["Ubuntu,10"]
      Text = ("")
      { RadioButton4 RadioButton
        Move(7,21,203,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
      { RadioButton5 RadioButton
        Move(7,49,203,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
      { RadioButton6 RadioButton
        Move(7,77,203,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
    }
    { Frame4 Frame
      Move(168,119,147,133)
      Font = Font["Ubuntu,10"]
      Text = ("")
      { RadioButton12 RadioButton
        Move(7,21,133,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
      { RadioButton13 RadioButton
        Move(7,77,133,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
      { RadioButton25 RadioButton
        Move(7,105,133,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
      { RadioButton39 RadioButton
        Move(7,49,133,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
    }
    { Frame3 Frame
      Move(329,119,217,161)
      Font = Font["Ubuntu,10"]
      Text = ("")
      { RadioButton7 RadioButton
        Move(7,21,203,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
      { RadioButton8 RadioButton
        Move(7,49,203,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
      { RadioButton10 RadioButton
        Move(7,105,203,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
      { RadioButton11 RadioButton
        Move(7,133,203,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
      { RadioButton9 RadioButton
        Move(7,77,203,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
    }
    Index = 1
    Text = ("")
    { Frame7 Frame
      Move(7,7,147,105)
      Font = Font["Ubuntu,10"]
      Text = ("")
      { RadioButton17 RadioButton
        Move(7,77,133,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
      { RadioButton18 RadioButton
        Move(7,21,133,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
      { RadioButton19 RadioButton
        Move(7,49,133,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
    }
    Index = 2
    Text = ("")
    { Frame8 Frame
      Move(7,7,147,133)
      Font = Font["Ubuntu,10"]
      Text = ("")
      { RadioButton26 RadioButton
        Move(7,21,133,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
      { RadioButton27 RadioButton
        Move(7,105,133,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
      { RadioButton28 RadioButton
        Move(7,49,133,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
      { RadioButton35 RadioButton
        Move(7,77,133,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
    }
    Index = 3
    Text = ("")
    { pichome PictureBox
      Move(14,21,72,22)
      Font = Font["Ubuntu,10"]
      Picture = Picture["BGslider.png"]
      Alignment = Align.Center
    }
    { sliderhome PictureBox
      Move(14,21,36,22)
      Font = Font["Ubuntu,10"]
      Mouse = Mouse.Pointing
      Picture = Picture["slider.png"]
      Alignment = Align.Center
    }
    { Label4 Label
      Move(98,21,196,21)
      Font = Font["Ubuntu,10"]
      Text = ("")
    }
    { pictrash PictureBox
      Move(14,168,72,22)
      Font = Font["Ubuntu,10"]
      Picture = Picture["BGslider.png"]
      Alignment = Align.Center
    }
    { slidertrash PictureBox
      Move(14,168,36,22)
      Font = Font["Ubuntu,10"]
      Mouse = Mouse.Pointing
      Picture = Picture["slider.png"]
      Alignment = Align.Center
    }
    { Label5 Label
      Move(98,168,196,21)
      Font = Font["Ubuntu,10"]
      Text = ("")
    }
    { Picnet PictureBox
      Move(14,70,72,22)
      Font = Font["Ubuntu,10"]
      Picture = Picture["BGslider.png"]
      Alignment = Align.Center
    }
    { slidernet PictureBox
      Move(14,70,36,22)
      Font = Font["Ubuntu,10"]
      Mouse = Mouse.Pointing
      Picture = Picture["slider.png"]
      Alignment = Align.Center
    }
    { Label6 Label
      Move(98,70,196,21)
      Font = Font["Ubuntu,10"]
      Text = ("")
    }
    { Picdev PictureBox
      Move(14,119,72,22)
      Font = Font["Ubuntu,10"]
      Picture = Picture["BGslider.png"]
      Alignment = Align.Center
    }
    { sliderdev PictureBox
      Move(14,119,36,22)
      Font = Font["Ubuntu,10"]
      Mouse = Mouse.Pointing
      Picture = Picture["slider.png"]
      Alignment = Align.Center
    }
    { Label7 Label
      Move(98,119,196,21)
      Font = Font["Ubuntu,10"]
      Text = ("")
    }
    Index = 4
    Text = ("")
    { Frame10 Frame
      Move(203,182,343,49)
      Font = Font["Ubuntu,10"]
      Text = ("")
      { RadioButton24 RadioButton
        Move(7,21,84,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
      { RadioButton33 RadioButton
        Move(112,21,119,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
      { RadioButton34 RadioButton
        Move(238,21,98,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
    }
    { Frame9 Frame
      Move(203,238,343,49)
      Font = Font["Ubuntu,10"]
      Text = ("")
      { RadioButton20 RadioButton
        Move(7,21,84,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
      { RadioButton21 RadioButton
        Move(98,21,77,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
      { RadioButton22 RadioButton
        Move(189,21,70,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
      { RadioButton23 RadioButton
        Move(273,21,63,21)
        Font = Font["Ubuntu,10"]
        Mouse = Mouse.Pointing
        Text = ("")
      }
    }
    { Frame11 Frame
      Move(7,7,182,56)
      Font = Font["Ubuntu,10"]
      Text = ("")
      { Label1 Label
        Move(35,21,126,21)
        Font = Font["Ubuntu,10"]
        Text = ("")
      }
    }
    { FontChooser1 FontChooser
      Move(203,7,343,168)
      Font = Font["Ubuntu,10"]
      Mouse = Mouse.Pointing
      ShowStyle = False
      ShowPreview = False
      ShowLabel = False
    }
    { Frame12 Frame
      Move(7,70,182,56)
      Font = Font["Ubuntu,10"]
      Text = ("")
      { Label2 Label
        Move(35,21,126,21)
        Font = Font["Ubuntu,10"]
        Text = ("")
      }
    }
    { Frame13 Frame
      Move(7,133,182,56)
      Font = Font["Ubuntu,10"]
      Text = ("")
      { Label3 Label
        Move(35,21,126,21)
        Font = Font["Ubuntu,10"]
        Text = ("")
      }
    }
    { CheckBox5 CheckBox
      Move(14,28,21,21)
      Font = Font["Ubuntu,10"]
      Mouse = Mouse.Pointing
      Text = ("")
    }
    { CheckBox6 CheckBox
      Move(14,91,21,21)
      Font = Font["Ubuntu,10"]
      Mouse = Mouse.Pointing
      Text = ("")
    }
    { CheckBox7 CheckBox
      Move(14,154,21,21)
      Font = Font["Ubuntu,10"]
      Mouse = Mouse.Pointing
      Text = ("")
    }
    Index = 5
    Text = ("")
    { Frame15 Frame
      Move(14,28,525,217)
      Font = Font["Ubuntu,10"]
      Text = ("")
      { Label8 Label
        Move(7,35,504,133)
        Font = Font["Ubuntu,10"]
        Text = ("Fabio \"Pixel\" Colinelli:\t\t\tsviluppo e codice (www.ubuntu-it.org)\n\nDavide \"Pedro\" Pedrelli:\t\tsviluppo e codice (www.uielinux.org)\n\nSergio \"Giowile\" Gridelli:\t\tlogo (www.uielinux.org)\n\nAndrea \"Warp10\" Colangelo:\tpacchettizzazione (www.ubuntu-it.org)")
        Alignment = Align.Left
      }
    }
    Index = 0
  }
  { Button1 Button
    Move(14,462,154,21)
    Font = Font["Ubuntu,10"]
    Mouse = Mouse.Pointing
    Text = ("")
  }
}