-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnit1.dfm
More file actions
140 lines (140 loc) · 3.29 KB
/
Unit1.dfm
File metadata and controls
140 lines (140 loc) · 3.29 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
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
object Form1: TForm1
Left = 0
Top = 0
Caption = 'Form1'
ClientHeight = 294
ClientWidth = 473
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Menu = JvMainMenu1
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object JvPanel3: TJvPanel
Left = 0
Top = 218
Width = 473
Height = 57
HotTrackFont.Charset = DEFAULT_CHARSET
HotTrackFont.Color = clWindowText
HotTrackFont.Height = -11
HotTrackFont.Name = 'Tahoma'
HotTrackFont.Style = []
Align = alBottom
TabOrder = 0
object JvLabel1: TJvLabel
Left = 8
Top = 11
Width = 77
Height = 13
Caption = 'Backup Ordner:'
Transparent = True
HotTrackFont.Charset = DEFAULT_CHARSET
HotTrackFont.Color = clWindowText
HotTrackFont.Height = -11
HotTrackFont.Name = 'Tahoma'
HotTrackFont.Style = []
end
object bDoBackup: TButton
Left = 351
Top = 24
Width = 75
Height = 27
Caption = 'backup'
TabOrder = 0
OnClick = bDoBackupClick
end
object JvDirectoryEdit1: TJvDirectoryEdit
Left = 8
Top = 30
Width = 337
Height = 21
DialogKind = dkWin32
TabOrder = 1
Text = '<Zielordner ausw'#228'hlen>'
OnChange = JvDirectoryEdit1Change
end
end
object JvStatusBar1: TJvStatusBar
Left = 0
Top = 275
Width = 473
Height = 19
Panels = <>
SimplePanel = True
end
object JvMemo1: TJvMemo
Left = 0
Top = 0
Width = 473
Height = 218
Align = alClient
TabOrder = 2
Visible = False
WordWrap = False
OnClick = JvMemo1Click
end
object JvxCheckListBox1: TJvxCheckListBox
Left = 0
Top = 0
Width = 473
Height = 218
Align = alClient
ItemHeight = 13
TabOrder = 3
OnClickCheck = JvxCheckListBox1ClickCheck
OnKeyDown = JvxCheckListBox1KeyDown
InternalVersion = 202
end
object JvSelectDirectory1: TJvSelectDirectory
Left = 504
Top = 16
end
object xml: TJvSimpleXML
IndentString = ' '
Left = 560
Top = 16
end
object JvMainMenu1: TJvMainMenu
ImageMargin.Left = 0
ImageMargin.Top = 0
ImageMargin.Right = 0
ImageMargin.Bottom = 0
ImageSize.Height = 0
ImageSize.Width = 0
Left = 344
Top = 32
object miVerzeichnisAdd: TMenuItem
Caption = 'Verzeichnis hinzuf'#252'gen'
OnClick = miVerzeichnisAddClick
end
object miHilfe: TMenuItem
Caption = 'Hilfe'
object miAbout: TMenuItem
Caption = #252'ber...'
OnClick = miAboutClick
end
object miC4U: TMenuItem
Caption = 'auf updates '#252'berpr'#252'fen'
OnClick = miC4UClick
end
end
end
object IdHTTP1: TIdHTTP
AllowCookies = True
ProxyParams.BasicAuthentication = False
ProxyParams.ProxyPort = 0
Request.ContentLength = -1
Request.Accept = 'text/html, */*'
Request.BasicAuthentication = False
Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
HTTPOptions = [hoForceEncodeParams]
Left = 352
Top = 88
end
end