-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathUFGenerateCache.dfm
More file actions
110 lines (110 loc) · 3.09 KB
/
UFGenerateCache.dfm
File metadata and controls
110 lines (110 loc) · 3.09 KB
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
object FGenerateChache: TFGenerateChache
Left = 0
Top = 0
BorderStyle = bsToolWindow
ClientHeight = 231
ClientWidth = 582
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 13
object AFEBridgeFile: TAdvFileNameEdit
Left = 12
Top = 28
Width = 439
Height = 21
EmptyTextStyle = []
Flat = False
LabelCaption = 'Bridge file'
LabelPosition = lpTopLeft
LabelTransparent = True
LabelFont.Charset = DEFAULT_CHARSET
LabelFont.Color = clWindowText
LabelFont.Height = -11
LabelFont.Name = 'Tahoma'
LabelFont.Style = []
Lookup.Separator = ';'
Color = clWindow
ReadOnly = False
TabOrder = 0
Text = ''
Visible = True
Version = '1.3.3.4'
ButtonStyle = bsButton
ButtonWidth = 18
Etched = False
Glyph.Data = {
CE000000424DCE0000000000000076000000280000000C0000000B0000000100
0400000000005800000000000000000000001000000000000000000000000000
8000008000000080800080000000800080008080000080808000C0C0C0000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00D00000000DDD
00000077777770DD00000F077777770D00000FF07777777000000FFF00000000
00000FFFFFFF0DDD00000FFF00000DDD0000D000DDDDD0000000DDDDDDDDDD00
0000DDDDD0DDD0D00000DDDDDD000DDD0000}
Filter = 'Pas Files|*.pas'
FilterIndex = 0
DialogOptions = []
DialogKind = fdOpen
end
object BGenerate: TButton
Left = 254
Top = 158
Width = 75
Height = 25
Caption = 'Generate'
TabOrder = 1
OnClick = BGenerateClick
end
object AFECacheFile: TAdvFileNameEdit
Left = 12
Top = 86
Width = 439
Height = 21
EmptyTextStyle = []
Flat = False
LabelCaption = 'Cache file'
LabelPosition = lpTopLeft
LabelTransparent = True
LabelFont.Charset = DEFAULT_CHARSET
LabelFont.Color = clWindowText
LabelFont.Height = -11
LabelFont.Name = 'Tahoma'
LabelFont.Style = []
Lookup.Separator = ';'
Color = clWindow
ReadOnly = False
TabOrder = 2
Text = ''
Visible = True
Version = '1.3.3.4'
ButtonStyle = bsButton
ButtonWidth = 18
Etched = False
Glyph.Data = {
CE000000424DCE0000000000000076000000280000000C0000000B0000000100
0400000000005800000000000000000000001000000000000000000000000000
8000008000000080800080000000800080008080000080808000C0C0C0000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00D00000000DDD
00000077777770DD00000F077777770D00000FF07777777000000FFF00000000
00000FFFFFFF0DDD00000FFF00000DDD0000D000DDDDD0000000DDDDDDDDDD00
0000DDDDD0DDD0D00000DDDDDD000DDD0000}
DefaultExt = 'pas'
FilterIndex = 0
DialogOptions = []
DialogKind = fdOpen
end
object CBClipBoard: TCheckBox
Left = 466
Top = 88
Width = 155
Height = 17
Caption = 'Copy to clipboard'
TabOrder = 3
end
end