-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathESoft.Launcher.UI.BackupRestore.dfm
82 lines (82 loc) · 1.76 KB
/
ESoft.Launcher.UI.BackupRestore.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
object FormBackupRestore: TFormBackupRestore
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Restore'
ClientHeight = 92
ClientWidth = 295
Color = 14871789
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
AlignWithMargins = True
Left = 3
Top = 3
Width = 289
Height = 86
Align = alClient
TabOrder = 0
object Label1: TLabel
Left = 17
Top = 17
Width = 40
Height = 13
AutoSize = False
Caption = 'Select '
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ParentFont = False
Layout = tlCenter
end
object cbRestore: TComboBox
Left = 71
Top = 14
Width = 200
Height = 22
Style = csOwnerDrawFixed
Sorted = True
TabOrder = 0
OnChange = cbRestoreChange
end
object btnCancel: TButton
Left = 206
Top = 49
Width = 65
Height = 25
Action = alClose
TabOrder = 1
end
object btnRestore: TButton
Left = 135
Top = 49
Width = 65
Height = 25
Caption = 'Restore'
Default = True
Enabled = False
TabOrder = 2
OnClick = btnRestoreClick
end
end
object ActionList: TActionList
Left = 64
Top = 48
object alClose: TAction
Caption = 'Close'
ShortCut = 27
OnExecute = alCloseExecute
end
end
end