-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuPopBgExtract.dfm
More file actions
86 lines (86 loc) · 1.67 KB
/
uPopBgExtract.dfm
File metadata and controls
86 lines (86 loc) · 1.67 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
object PopBgExtract: TPopBgExtract
Left = 192
Top = 107
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Populous Background Extractor'
ClientHeight = 168
ClientWidth = 262
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object image: TImage
Left = 8
Top = 8
Width = 160
Height = 120
end
object image_full: TImage
Left = 24
Top = 24
Width = 49
Height = 41
Visible = False
end
object About: TLabel
Left = 8
Top = 144
Width = 119
Height = 13
Caption = 'http://www.alacn.cjb.net'
end
object btnImg1: TButton
Left = 176
Top = 8
Width = 75
Height = 25
Caption = 'Image 1'
TabOrder = 0
OnClick = btnImg1Click
end
object btnImg2: TButton
Left = 176
Top = 40
Width = 75
Height = 25
Caption = 'Image 2'
TabOrder = 1
OnClick = btnImg2Click
end
object btnImg3: TButton
Left = 176
Top = 72
Width = 75
Height = 25
Caption = 'Image3'
TabOrder = 2
OnClick = btnImg3Click
end
object btnImg4: TButton
Left = 176
Top = 104
Width = 75
Height = 25
Caption = 'Secret'
TabOrder = 3
OnClick = btnImg4Click
end
object btnSave: TButton
Left = 176
Top = 136
Width = 75
Height = 25
Caption = 'Save'
Enabled = False
TabOrder = 4
OnClick = btnSaveClick
end
end