summaryrefslogtreecommitdiffhomepage
path: root/data/shatter/Screens/MenuDlg.frm
blob: 4785e09aa6c9e69ea6119438ed53d7e1684b3d96 (plain)
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
FORM

// +--------------------------------------------------------------------+
//  Project:   Starshatter 4.5
//  File:      MenuDlg.frm
//
//  Destroyer Studios LLC
//  Copyright © 1997-2004. All Rights Reserved.
// +--------------------------------------------------------------------+

form: {
   back_color: (  0,   0,   0),
   fore_color: (255, 255, 255),
   font:       Limerick12,

   layout: {
      x_mins:     (20, 20, 28, 180, 20),
      x_weights:  ( 0,  1,  0,  0,  0),

      y_mins:     (60, 60,  40, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30),
      y_weights:  ( 1,  1,   1,  0,  0,  0,  0,  0,  0,  0,  0,  0,  1)
   },

   // background images:

   defctrl: {
      fore_color:       (4,4,4),
      cell_insets:      (0,0,0,0)
   },

   ctrl: {
      id:            300
      type:          background
      texture:       MenuDlg1
      cells:         (0,0,5,1)
      margins:       (248,2,2,32)
      hide_partial:  false
   },

   ctrl: {
      id:            301
      type:          background
      texture:       Plasma
      cells:         (0,1,5,1)
      margins:       (0,896,0,0)
      hide_partial:  false
   },

   ctrl: {
      id:            302
      type:          background
      texture:       MenuDlg2
      cells:         (0,2,5,12)
      margins:       (2,248,32,2)
      hide_partial:  false
   },

   ctrl: {
      id:            100,
      type:          label,
      align:         right,
      font:          Verdana,
      transparent:   true,
      cells:         (3,2,1,1)
      cell_insets:   (0,0,30,5)
      hide_partial:  false
   },


   // buttons:

   defctrl: {
      align:            left,
      font:             Limerick12,
      fore_color:       (0,0,0),
      standard_image:   Button23_0,
      activated_image:  Button23_1,
      transition_image: Button23_2,
      bevel_width:      6,
      margins:          (3,18,0,0),
      cell_insets:      (0,0,0,5)
   },


   ctrl: {
      id:            120,
      type:          button,
      text:          "Start",
      alt:           "Start a new game, or resume your current game",
      cells:         (3,3,1,1)
   },

   ctrl: {
      id:            101,
      type:          button,
      text:          "Campaign",
      alt:           "Start a new dynamic campaign, or load a saved game",
      cells:         (3,4,1,1),
   },

   ctrl: {
      id:            102,
      type:          button,
      text:          "Mission",
      alt:           "Play or create a scripted mission exercise",
      cells:         (3,5,1,1)
   },

   ctrl: {
      id:            104,
      type:          button,
      text:          "Multiplayer",
      alt:           "Start or join a multiplayer scenario",
      cells:         (3,6,1,1)
   },

   ctrl: {
      id:            103,
      type:          button,
      text:          "Logbook",
      alt:           "Manage your logbook and player preferences",
      cells:         (3,7,1,1)
   },

   ctrl: {
      id:            111,
      type:          button,
      text:          "Options",
      alt:           "Audio, Video, Gameplay, Control, and Mod configuration options",
      cells:         (3,8,1,1)
   },

   ctrl: {
      id:            116,
      type:          button,
      text:          "Tac Reference",
      alt:           "View ship and weapon stats and mission roles",
      cells:         (3,9,1,1)
   },

   ctrl: {
      id:            114,
      type:          button,
      text:          "Exit",
      alt:           "Exit Starshatter and return to Windows",
      cells:         (3,10,1,1)
   },

   ctrl: {
      id:            202,
      type:          label,
      align:         center,
      font:          Verdana,
      transparent:   true,
      cells:         (1,11,3,1)
   }


}