~chihchun/myunity/myunity_zhTW

« back to all changes in this revision

Viewing changes to FMain.form

  • Committer: Andrea Colangelo
  • Date: 2011-11-22 10:49:45 UTC
  • Revision ID: warp10@ubuntu.com-20111122104945-w67y2jclys86uvh0
MyUnity 1.0.8 released

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
  #(Scaled) = False
6
6
  Font = Font["Ubuntu,10"]
7
7
  Text = ("MyUnity")
8
 
  Icon = Picture["MyUnity_icon_new.png"]
 
8
  Icon = Picture["myunity.png"]
9
9
  Border = Window.Fixed
10
10
  ToolBox = True
11
11
  { PictureBox1 PictureBox
12
12
    Move(-1,0,574,175)
13
13
    Font = Font["Ubuntu,10"]
14
 
    Picture = Picture["bannerone.jpg"]
 
14
    Picture = Picture["img/banner.jpg"]
15
15
  }
16
16
  { PicLauncher PictureBox
17
17
    Move(196,16,364,140)
18
18
    Visible = False
19
19
    Font = Font["Ubuntu,10"]
20
 
    Picture = Picture["TopImage_launcher.png"]
 
20
    Picture = Picture["img/TopImage_launcher.png"]
21
21
    Border = Border.Etched
22
22
  }
23
23
  { PicDash PictureBox
24
24
    Move(196,16,364,140)
25
25
    Visible = False
26
26
    Font = Font["Ubuntu,10"]
27
 
    Picture = Picture["TopImage_dash.png"]
 
27
    Picture = Picture["img/TopImage_dash.png"]
28
28
    Border = Border.Etched
29
29
  }
30
30
  { PicPanel PictureBox
31
31
    Move(196,16,364,140)
32
32
    Font = Font["Ubuntu,10"]
33
 
    Picture = Picture["TopImage_panel.png"]
 
33
    Picture = Picture["img/TopImage_panel.png"]
34
34
    Border = Border.Etched
35
35
  }
36
36
  { PicDesktop PictureBox
37
37
    Move(196,16,364,140)
38
38
    Font = Font["Ubuntu,10"]
39
 
    Picture = Picture["TopImage_scrivania.png"]
 
39
    Picture = Picture["img/TopImage_scrivania.png"]
40
40
    Border = Border.Etched
41
41
  }
42
42
  { PicFont PictureBox
43
43
    Move(196,16,364,140)
44
44
    Font = Font["Ubuntu,10"]
45
 
    Picture = Picture["TopImage-font.png"]
 
45
    Picture = Picture["img/TopImage-font.png"]
46
46
    Border = Border.Etched
47
47
  }
48
48
  { PicCredits PictureBox
49
49
    Move(196,16,364,140)
50
50
    Font = Font["Ubuntu,10"]
51
 
    Picture = Picture["TopImage-info.png"]
 
51
    Picture = Picture["img/TopImage-info.png"]
52
52
    Border = Border.Etched
53
53
  }
54
54
  { TabStrip1 TabStrip
56
56
    Font = Font["Ubuntu,10"]
57
57
    Count = 6
58
58
    Index = 0
59
 
    Text = ("")
 
59
    Text = ("Launcher")
60
60
    { Frame1 Frame
61
61
      Move(7,7,147,105)
62
62
      Font = Font["Ubuntu,10"]
63
 
      Text = ("")
 
63
      Text = ("Size")
64
64
      { RadioButton1 RadioButton
65
65
        Move(7,21,133,21)
66
66
        Font = Font["Ubuntu,10"]
67
67
        Mouse = Mouse.Pointing
68
 
        Text = ("")
 
68
        Text = ("small")
69
69
      }
70
70
      { RadioButton2 RadioButton
71
71
        Move(7,49,133,21)
72
72
        Font = Font["Ubuntu,10"]
73
73
        Mouse = Mouse.Pointing
74
 
        Text = ("")
 
74
        Text = ("middle")
75
75
      }
76
76
      { RadioButton3 RadioButton
77
77
        Move(7,77,133,21)
78
78
        Font = Font["Ubuntu,10"]
79
79
        Mouse = Mouse.Pointing
80
 
        Text = ("")
 
80
        Text = ("large")
81
81
      }
82
82
    }
83
83
    { Frame6 Frame
84
84
      Move(7,119,147,133)
85
85
      Font = Font["Ubuntu,10"]
86
 
      Text = ("")
 
86
      Text = ("Transparency")
87
87
      { RadioButton29 RadioButton
88
88
        Move(7,21,133,21)
89
89
        Font = Font["Ubuntu,10"]
90
90
        Mouse = Mouse.Pointing
91
 
        Text = ("")
 
91
        Text = ("active")
92
92
      }
93
93
      { RadioButton30 RadioButton
94
94
        Move(7,105,133,21)
95
95
        Font = Font["Ubuntu,10"]
96
96
        Mouse = Mouse.Pointing
97
 
        Text = ("")
 
97
        Text = ("disable")
98
98
      }
99
99
      { RadioButton31 RadioButton
100
100
        Move(7,49,133,21)
101
101
        Font = Font["Ubuntu,10"]
102
102
        Mouse = Mouse.Pointing
103
 
        Text = ("")
 
103
        Text = ("half")
104
104
      }
105
105
      { RadioButton32 RadioButton
106
106
        Move(7,77,133,21)
107
107
        Font = Font["Ubuntu,10"]
108
108
        Mouse = Mouse.Pointing
109
 
        Text = ("")
 
109
        Text = ("optimal")
110
110
      }
111
111
    }
112
112
    { Frame5 Frame
113
113
      Move(168,7,147,105)
114
114
      Font = Font["Ubuntu,10"]
115
 
      Text = ("")
 
115
      Text = ("Show devices")
116
116
      { RadioButton14 RadioButton
117
117
        Move(7,21,133,21)
118
118
        Font = Font["Ubuntu,10"]
119
119
        Mouse = Mouse.Pointing
120
 
        Text = ("")
 
120
        Text = ("always")
121
121
      }
122
122
      { RadioButton15 RadioButton
123
123
        Move(7,77,133,21)
124
124
        Font = Font["Ubuntu,10"]
125
125
        Mouse = Mouse.Pointing
126
 
        Text = ("")
 
126
        Text = ("mounted")
127
127
      }
128
128
      { RadioButton16 RadioButton
129
129
        Move(7,49,133,21)
130
130
        Font = Font["Ubuntu,10"]
131
131
        Mouse = Mouse.Pointing
132
 
        Text = ("")
 
132
        Text = ("never")
133
133
      }
134
134
    }
135
135
    { Frame2 Frame
136
136
      Move(329,7,217,105)
137
137
      Font = Font["Ubuntu,10"]
138
 
      Text = ("")
 
138
      Text = ("Display")
139
139
      { RadioButton4 RadioButton
140
140
        Move(7,21,203,21)
141
141
        Font = Font["Ubuntu,10"]
142
142
        Mouse = Mouse.Pointing
143
 
        Text = ("")
 
143
        Text = ("autohide")
144
144
      }
145
145
      { RadioButton5 RadioButton
146
146
        Move(7,49,203,21)
147
147
        Font = Font["Ubuntu,10"]
148
148
        Mouse = Mouse.Pointing
149
 
        Text = ("")
 
149
        Text = ("fade")
150
150
      }
151
151
      { RadioButton6 RadioButton
152
152
        Move(7,77,203,21)
153
153
        Font = Font["Ubuntu,10"]
154
154
        Mouse = Mouse.Pointing
155
 
        Text = ("")
 
155
        Text = ("autohide and fade")
156
156
      }
157
157
    }
158
158
    { Frame4 Frame
159
159
      Move(168,119,147,133)
160
160
      Font = Font["Ubuntu,10"]
161
 
      Text = ("")
 
161
      Text = ("Behavior")
162
162
      { RadioButton12 RadioButton
163
163
        Move(7,21,133,21)
164
164
        Font = Font["Ubuntu,10"]
165
165
        Mouse = Mouse.Pointing
166
 
        Text = ("")
 
166
        Text = ("fixed")
167
167
      }
168
168
      { RadioButton13 RadioButton
169
169
        Move(7,77,133,21)
170
170
        Font = Font["Ubuntu,10"]
171
171
        Mouse = Mouse.Pointing
172
 
        Text = ("")
 
172
        Text = ("hidden")
173
173
      }
174
174
      { RadioButton25 RadioButton
175
175
        Move(7,105,133,21)
176
176
        Font = Font["Ubuntu,10"]
177
177
        Mouse = Mouse.Pointing
178
 
        Text = ("")
 
178
        Text = ("avoid window")
179
179
      }
180
180
      { RadioButton39 RadioButton
181
181
        Move(7,49,133,21)
182
182
        Font = Font["Ubuntu,10"]
183
183
        Mouse = Mouse.Pointing
184
 
        Text = ("")
 
184
        Text = ("smart")
185
185
      }
186
186
    }
187
187
    { Frame3 Frame
188
188
      Move(329,119,217,161)
189
189
      Font = Font["Ubuntu,10"]
190
 
      Text = ("")
 
190
      Text = ("Backlight")
191
191
      { RadioButton7 RadioButton
192
192
        Move(7,21,203,21)
193
193
        Font = Font["Ubuntu,10"]
194
194
        Mouse = Mouse.Pointing
195
 
        Text = ("")
 
195
        Text = ("icons ON")
196
196
      }
197
197
      { RadioButton8 RadioButton
198
198
        Move(7,49,203,21)
199
199
        Font = Font["Ubuntu,10"]
200
200
        Mouse = Mouse.Pointing
201
 
        Text = ("")
 
201
        Text = ("active icons ON")
202
202
      }
203
203
      { RadioButton10 RadioButton
204
204
        Move(7,105,203,21)
205
205
        Font = Font["Ubuntu,10"]
206
206
        Mouse = Mouse.Pointing
207
 
        Text = ("")
 
207
        Text = ("only icons edge")
208
208
      }
209
209
      { RadioButton11 RadioButton
210
210
        Move(7,133,203,21)
211
211
        Font = Font["Ubuntu,10"]
212
212
        Mouse = Mouse.Pointing
213
 
        Text = ("")
 
213
        Text = ("active icons and edge ON")
214
214
      }
215
215
      { RadioButton9 RadioButton
216
216
        Move(7,77,203,21)
217
217
        Font = Font["Ubuntu,10"]
218
218
        Mouse = Mouse.Pointing
219
 
        Text = ("")
 
219
        Text = ("icons OFF")
220
220
      }
221
221
    }
222
222
    Index = 1
223
 
    Text = ("")
 
223
    Text = ("Dash")
224
224
    { Frame7 Frame
225
225
      Move(7,7,147,105)
226
226
      Font = Font["Ubuntu,10"]
227
 
      Text = ("")
 
227
      Text = ("Blur")
228
228
      { RadioButton17 RadioButton
229
229
        Move(7,77,133,21)
230
230
        Font = Font["Ubuntu,10"]
231
231
        Mouse = Mouse.Pointing
232
 
        Text = ("")
 
232
        Text = ("OFF")
233
233
      }
234
234
      { RadioButton18 RadioButton
235
235
        Move(7,21,133,21)
236
236
        Font = Font["Ubuntu,10"]
237
237
        Mouse = Mouse.Pointing
238
 
        Text = ("")
 
238
        Text = ("ON")
239
239
      }
240
240
      { RadioButton19 RadioButton
241
241
        Move(7,49,133,21)
242
242
        Font = Font["Ubuntu,10"]
243
243
        Mouse = Mouse.Pointing
244
 
        Text = ("")
 
244
        Text = ("smart")
245
245
      }
246
246
    }
247
247
    Index = 2
248
 
    Text = ("")
 
248
    Text = ("Panel")
249
249
    { Frame8 Frame
250
250
      Move(7,7,147,133)
251
251
      Font = Font["Ubuntu,10"]
252
 
      Text = ("")
 
252
      Text = ("Transparency")
253
253
      { RadioButton26 RadioButton
254
254
        Move(7,21,133,21)
255
255
        Font = Font["Ubuntu,10"]
256
256
        Mouse = Mouse.Pointing
257
 
        Text = ("")
 
257
        Text = ("active")
258
258
      }
259
259
      { RadioButton27 RadioButton
260
260
        Move(7,105,133,21)
261
261
        Font = Font["Ubuntu,10"]
262
262
        Mouse = Mouse.Pointing
263
 
        Text = ("")
 
263
        Text = ("disable")
264
264
      }
265
265
      { RadioButton28 RadioButton
266
266
        Move(7,49,133,21)
267
267
        Font = Font["Ubuntu,10"]
268
268
        Mouse = Mouse.Pointing
269
 
        Text = ("")
 
269
        Text = ("half")
270
270
      }
271
271
      { RadioButton35 RadioButton
272
272
        Move(7,77,133,21)
273
273
        Font = Font["Ubuntu,10"]
274
274
        Mouse = Mouse.Pointing
275
 
        Text = ("")
 
275
        Text = ("optimal")
276
276
      }
277
277
    }
278
278
    Index = 3
279
 
    Text = ("")
 
279
    Text = ("Desk")
280
280
    { pichome PictureBox
281
281
      Move(14,21,72,22)
282
282
      Font = Font["Ubuntu,10"]
283
 
      Picture = Picture["BGslider.png"]
 
283
      Picture = Picture["img/BGslider.png"]
284
284
      Alignment = Align.Center
285
285
    }
286
286
    { sliderhome PictureBox
287
287
      Move(14,21,36,22)
288
288
      Font = Font["Ubuntu,10"]
289
289
      Mouse = Mouse.Pointing
290
 
      Picture = Picture["slider.png"]
 
290
      Picture = Picture["img/slider.png"]
291
291
      Alignment = Align.Center
292
292
    }
293
293
    { Label4 Label
294
294
      Move(98,21,196,21)
295
295
      Font = Font["Ubuntu,10"]
296
 
      Text = ("")
 
296
      Text = ("show Home")
297
297
    }
298
298
    { pictrash PictureBox
299
299
      Move(14,168,72,22)
300
300
      Font = Font["Ubuntu,10"]
301
 
      Picture = Picture["BGslider.png"]
 
301
      Picture = Picture["img/BGslider.png"]
302
302
      Alignment = Align.Center
303
303
    }
304
304
    { slidertrash PictureBox
305
305
      Move(14,168,36,22)
306
306
      Font = Font["Ubuntu,10"]
307
307
      Mouse = Mouse.Pointing
308
 
      Picture = Picture["slider.png"]
 
308
      Picture = Picture["img/slider.png"]
309
309
      Alignment = Align.Center
310
310
    }
311
311
    { Label5 Label
312
312
      Move(98,168,196,21)
313
313
      Font = Font["Ubuntu,10"]
314
 
      Text = ("")
 
314
      Text = ("show Trash")
315
315
    }
316
316
    { Picnet PictureBox
317
317
      Move(14,70,72,22)
318
318
      Font = Font["Ubuntu,10"]
319
 
      Picture = Picture["BGslider.png"]
 
319
      Picture = Picture["img/BGslider.png"]
320
320
      Alignment = Align.Center
321
321
    }
322
322
    { slidernet PictureBox
323
323
      Move(14,70,36,22)
324
324
      Font = Font["Ubuntu,10"]
325
325
      Mouse = Mouse.Pointing
326
 
      Picture = Picture["slider.png"]
 
326
      Picture = Picture["img/slider.png"]
327
327
      Alignment = Align.Center
328
328
    }
329
329
    { Label6 Label
330
330
      Move(98,70,196,21)
331
331
      Font = Font["Ubuntu,10"]
332
 
      Text = ("")
 
332
      Text = ("show Networking")
333
333
    }
334
334
    { Picdev PictureBox
335
335
      Move(14,119,72,22)
336
336
      Font = Font["Ubuntu,10"]
337
 
      Picture = Picture["BGslider.png"]
 
337
      Picture = Picture["img/BGslider.png"]
338
338
      Alignment = Align.Center
339
339
    }
340
340
    { sliderdev PictureBox
341
341
      Move(14,119,36,22)
342
342
      Font = Font["Ubuntu,10"]
343
343
      Mouse = Mouse.Pointing
344
 
      Picture = Picture["slider.png"]
 
344
      Picture = Picture["img/slider.png"]
345
345
      Alignment = Align.Center
346
346
    }
347
347
    { Label7 Label
348
348
      Move(98,119,196,21)
349
349
      Font = Font["Ubuntu,10"]
350
 
      Text = ("")
 
350
      Text = ("show devices")
351
351
    }
352
352
    Index = 4
353
 
    Text = ("")
 
353
    Text = ("Font")
354
354
    { Frame10 Frame
355
355
      Move(203,182,343,49)
356
356
      Font = Font["Ubuntu,10"]
357
 
      Text = ("")
 
357
      Text = ("Font antialiasing")
358
358
      { RadioButton24 RadioButton
359
359
        Move(7,21,84,21)
360
360
        Font = Font["Ubuntu,10"]
361
361
        Mouse = Mouse.Pointing
362
 
        Text = ("")
 
362
        Text = ("none")
363
363
      }
364
364
      { RadioButton33 RadioButton
365
365
        Move(112,21,119,21)
366
366
        Font = Font["Ubuntu,10"]
367
367
        Mouse = Mouse.Pointing
368
 
        Text = ("")
 
368
        Text = ("gray scale")
369
369
      }
370
370
      { RadioButton34 RadioButton
371
371
        Move(238,21,98,21)
372
372
        Font = Font["Ubuntu,10"]
373
373
        Mouse = Mouse.Pointing
374
 
        Text = ("")
 
374
        Text = ("rgba (LCD)")
375
375
      }
376
376
    }
377
377
    { Frame9 Frame
378
378
      Move(203,238,343,49)
379
379
      Font = Font["Ubuntu,10"]
380
 
      Text = ("")
 
380
      Text = ("Font hinting")
381
381
      { RadioButton20 RadioButton
382
382
        Move(7,21,84,21)
383
383
        Font = Font["Ubuntu,10"]
384
384
        Mouse = Mouse.Pointing
385
 
        Text = ("")
 
385
        Text = ("none")
386
386
      }
387
387
      { RadioButton21 RadioButton
388
388
        Move(98,21,77,21)
389
389
        Font = Font["Ubuntu,10"]
390
390
        Mouse = Mouse.Pointing
391
 
        Text = ("")
 
391
        Text = ("light")
392
392
      }
393
393
      { RadioButton22 RadioButton
394
 
        Move(189,21,70,21)
 
394
        Move(182,21,70,21)
395
395
        Font = Font["Ubuntu,10"]
396
396
        Mouse = Mouse.Pointing
397
 
        Text = ("")
 
397
        Text = ("middle")
398
398
      }
399
399
      { RadioButton23 RadioButton
400
400
        Move(273,21,63,21)
401
401
        Font = Font["Ubuntu,10"]
402
402
        Mouse = Mouse.Pointing
403
 
        Text = ("")
 
403
        Text = ("full")
404
404
      }
405
405
    }
406
406
    { Frame11 Frame
407
407
      Move(7,7,182,56)
408
408
      Font = Font["Ubuntu,10"]
409
 
      Text = ("")
 
409
      Text = ("Document font")
410
410
      { Label1 Label
411
411
        Move(35,21,126,21)
412
412
        Font = Font["Ubuntu,10"]
424
424
    { Frame12 Frame
425
425
      Move(7,70,182,56)
426
426
      Font = Font["Ubuntu,10"]
427
 
      Text = ("")
 
427
      Text = ("System font")
428
428
      { Label2 Label
429
429
        Move(35,21,126,21)
430
430
        Font = Font["Ubuntu,10"]
434
434
    { Frame13 Frame
435
435
      Move(7,133,182,56)
436
436
      Font = Font["Ubuntu,10"]
437
 
      Text = ("")
 
437
      Text = ("Monospace font")
438
438
      { Label3 Label
439
439
        Move(35,21,126,21)
440
440
        Font = Font["Ubuntu,10"]
460
460
      Text = ("")
461
461
    }
462
462
    Index = 5
463
 
    Text = ("")
 
463
    Text = ("Info")
464
464
    { Frame15 Frame
465
 
      Move(14,14,525,112)
 
465
      Move(14,14,525,98)
466
466
      Font = Font["Ubuntu,10"]
467
 
      Text = ("")
 
467
      Text = ("MyUnity Developers Team")
468
468
      { Label8 Label
469
 
        Move(7,21,504,77)
 
469
        Move(7,21,504,63)
 
470
        Font = Font["Ubuntu Mono,10"]
 
471
        Text = ("")
 
472
        Alignment = Align.Left
 
473
      }
 
474
    }
 
475
    { Frame14 Frame
 
476
      Move(14,133,525,119)
 
477
      Font = Font["Ubuntu,10"]
 
478
      Text = ("MyUnity Translators Team")
 
479
      { Label10 Label
 
480
        Move(7,21,504,84)
470
481
        Font = Font["Ubuntu Mono,10"]
471
482
        Text = ("")
472
483
        Alignment = Align.Left
478
489
    Move(14,462,168,21)
479
490
    Font = Font["Ubuntu,10"]
480
491
    Mouse = Mouse.Pointing
 
492
    Text = ("Default settings")
 
493
  }
 
494
  { Label9 Label
 
495
    Move(14,126,168,28)
 
496
    Font = Font["Ubuntu,12"]
 
497
    Foreground = &HB0B0B0&
481
498
    Text = ("")
 
499
    Alignment = Align.Center
 
500
    Transparent = True
482
501
  }
483
502
}