-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathGuiDevTest.frm
93 lines (81 loc) · 1.91 KB
/
GuiDevTest.frm
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
// --------------------------------------------------------------------------------------
// Dialog Setting
dialog dlgMain
{
x = 0;
y = 0;
width = 1024;
height = 768;
surface_file = "GuiDevTest.srf";
htmlbox testhtml
{
x = 1;
y = 1;
width = 480;
height = 640;
surface_file = "GuiDevTest.srf";
surface = "testhtml";
button_height = 19;
button_width = 12;
slider_height = 39;
slider_width = 12;
increase_surface_up = "srfScrollNextBtnUp";
increase_surface_down = "srfScrollNextBtnDown";
increase_surface_focus = "srfScrollNextBtnFoc";
increase_surface_disable = "srfScrollNextBtnDown";
decrease_surface_up = "srfScrollPrevBtnUp";
decrease_surface_down = "srfScrollPrevBtnDown";
decrease_surface_focus = "srfScrollPrevBtnFoc";
decrease_surface_disable = "srfScrollPrevBtnDown";
slider_surface = "srfScrollMedium";
layout_surface = "srfScrollLayout";
}
panel pnlParent
{
x = 512;
y = 368;
width = 320;
height = 240;
surface_file = "GuiDevTest.srf";
surface = "srfParent";
clipping = true;
staticbox stbChild
{
x = 200;
y = 100;
width = 200;
height = 100;
clipping = true;
margin_x = 10;
margin_y = 10;
surface_file = "GuiDevTest.srf";
surface = "balloonLTC";
surface = "balloonRTC";
surface = "balloonLBC";
surface = "balloonRBC";
surface = "balloonLL";
surface = "balloonTL";
surface = "balloonBL";
surface = "balloonRL";
font_height = 120;
text = "Dragonball Legends";
text_style = center;
button btnGrandChild
{
x = -30;
y = 70;
width = 56;
height = 55;
clipping = true;
text = "诀公矫埃浚 诀公甫 凯缴洒";
surface_file = "GuiDevTest.srf";
surface_up = "srfButtonUp";
surface_down = "srfButtonMask";
surface_focus = "srfButtonFocus";
surface_disable = "srfButtonMask";
surface_mask = "srfButtonMask";
text_style = "up";
}
}
}
}