-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathUMake_FormLaunch.dfm
executable file
·144 lines (144 loc) · 4.18 KB
/
UMake_FormLaunch.dfm
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
object FormLaunch: TFormLaunch
Left = 449
Top = 311
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'UMake'
ClientHeight = 209
ClientWidth = 393
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object LabelSource: TLabel
Left = 9
Top = 12
Width = 289
Height = 13
Caption = 'Enter the &UnrealScript project directory you wish to compile:'
end
object LabelHintsParagraph2: TLabel
Left = 32
Top = 124
Width = 345
Height = 33
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption =
'You can have UMake set up a desktop shortcut and Explorer right-' +
'click menu extensions for you. Check the Options dialog.'
WordWrap = True
end
object LabelHints: TLabel
Left = 8
Top = 72
Width = 29
Height = 13
Caption = 'Hints'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object BevelHints: TBevel
Left = 42
Top = 79
Width = 343
Height = 2
Anchors = [akLeft, akTop, akRight]
end
object LabelHintsParagraph1: TLabel
Left = 32
Top = 100
Width = 306
Height = 13
Caption =
'Drop an UnrealScript source file on the UMake icon to compile it' +
'.'
end
object ButtonBrowseProject: TBitBtn
Left = 360
Top = 30
Width = 25
Height = 25
Anchors = [akTop, akRight]
TabOrder = 1
OnClick = ButtonBrowseProjectClick
Glyph.Data = {
06030000424D06030000000000003600000028000000100000000F0000000100
180000000000D0020000120B0000120B00000000000000000000C0C0C0C0C0C0
C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
C0C0C0C0C0C0C0C0C0C000000000000000000000000000000000000000000000
0000000000000000000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0000000000000
808080808080808080808080808080808080808080808080808080000000C0C0
C0C0C0C0C0C0C0C0C0C0000000FFFFFF00000080808080808080808080808080
8080808080808080808080808080000000C0C0C0C0C0C0C0C0C0000000FFFFFF
FFFFFF0000008080808080808080808080808080808080808080808080808080
80000000C0C0C0C0C0C0000000FFFFFFFFFFFFFFFFFF00000080808080808080
8080808080808080808080808080808080808080000000C0C0C0000000FFFFFF
FFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000000000
00000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFF000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0000000FFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000C0C0C0C0C0
C0C0C0C0C0C0C0C0C0C0000000FFFFFFFFFFFFFFFFFF00000000000000000000
0000000000000000000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0000000
000000000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000
00000000000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0000000000000C0C0C0C0C0C0C0C0C0
C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0000000C0C0C0C0C0C0C0C0C00000
00C0C0C0000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
C0C0C0C0C0000000000000000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
C0C0C0C0C0C0C0C0C0C0}
end
object ButtonOptions: TButton
Left = 8
Top = 176
Width = 81
Height = 25
Anchors = [akLeft, akBottom]
Caption = '&Options...'
TabOrder = 2
OnClick = ButtonOptionsClick
end
object ButtonCompile: TButton
Left = 220
Top = 176
Width = 81
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Compile'
Enabled = False
ModalResult = 1
TabOrder = 3
end
object ButtonClose: TButton
Left = 304
Top = 176
Width = 81
Height = 25
Cancel = True
Caption = 'Close'
ModalResult = 2
TabOrder = 4
end
object ComboBoxProject: TComboBox
Left = 8
Top = 32
Width = 345
Height = 21
ItemHeight = 13
TabOrder = 0
OnChange = ComboBoxProjectChange
end
end