-
Notifications
You must be signed in to change notification settings - Fork 0
/
DigIt_Destination_SaveFiles_SettingsForm.lfm
175 lines (175 loc) · 4.89 KB
/
DigIt_Destination_SaveFiles_SettingsForm.lfm
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
object Dest_SaveFiles_Settings: TDest_SaveFiles_Settings
Left = 416
Height = 138
Top = 239
Width = 276
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Save as Files Settings'
ClientHeight = 138
ClientWidth = 276
LCLVersion = '3.99.0.0'
object BCPanel1: TBCPanel
Left = 0
Height = 98
Top = 0
Width = 276
Align = alClient
Background.Color = clBtnFace
Background.Gradient1.StartColor = clWhite
Background.Gradient1.EndColor = clBlack
Background.Gradient1.GradientType = gtLinear
Background.Gradient1.Point1XPercent = 0
Background.Gradient1.Point1YPercent = 0
Background.Gradient1.Point2XPercent = 0
Background.Gradient1.Point2YPercent = 100
Background.Gradient2.StartColor = clWhite
Background.Gradient2.EndColor = clBlack
Background.Gradient2.GradientType = gtLinear
Background.Gradient2.Point1XPercent = 0
Background.Gradient2.Point1YPercent = 0
Background.Gradient2.Point2XPercent = 0
Background.Gradient2.Point2YPercent = 100
Background.Gradient1EndPercent = 35
Background.Style = bbsColor
BevelInner = bvRaised
BevelOuter = bvRaised
BevelWidth = 1
Border.Style = bboNone
FontEx.Color = clDefault
FontEx.FontQuality = fqSystemClearType
FontEx.Shadow = False
FontEx.ShadowRadius = 5
FontEx.ShadowOffsetX = 5
FontEx.ShadowOffsetY = 5
FontEx.Style = []
ParentBackground = False
Rounding.RoundX = 1
Rounding.RoundY = 1
TabOrder = 0
object Label6: TLabel
Left = 21
Height = 15
Top = 8
Width = 39
Caption = 'Folder :'
end
object dirDestination: TDirectoryEdit
Left = 71
Height = 23
Top = 8
Width = 190
ShowHidden = False
ButtonWidth = 23
NumGlyphs = 1
MaxLength = 0
TabOrder = 0
OnChange = dirDestinationChange
end
object BCLabel9: TBCLabel
Left = 16
Height = 15
Top = 42
Width = 44
Background.Gradient1.StartColor = clWhite
Background.Gradient1.EndColor = clBlack
Background.Gradient1.GradientType = gtLinear
Background.Gradient1.Point1XPercent = 0
Background.Gradient1.Point1YPercent = 0
Background.Gradient1.Point2XPercent = 0
Background.Gradient1.Point2YPercent = 100
Background.Gradient2.StartColor = clWhite
Background.Gradient2.EndColor = clBlack
Background.Gradient2.GradientType = gtLinear
Background.Gradient2.Point1XPercent = 0
Background.Gradient2.Point1YPercent = 0
Background.Gradient2.Point2XPercent = 0
Background.Gradient2.Point2YPercent = 100
Background.Gradient1EndPercent = 35
Background.Style = bbsClear
Border.Style = bboNone
Caption = 'Format :'
FontEx.Color = clDefault
FontEx.FontQuality = fqSystemClearType
FontEx.Shadow = False
FontEx.ShadowRadius = 5
FontEx.ShadowOffsetX = 5
FontEx.ShadowOffsetY = 5
FontEx.Style = []
Rounding.RoundX = 1
Rounding.RoundY = 1
end
object cbSaveFormat: TComboBox
Left = 71
Height = 23
Top = 40
Width = 190
ItemHeight = 15
Style = csDropDownList
TabOrder = 1
OnChange = cbSaveFormatChange
end
end
object panelButtons: TBCPanel
Left = 0
Height = 40
Top = 98
Width = 276
Align = alBottom
Background.Color = clBtnFace
Background.Gradient1.StartColor = clWhite
Background.Gradient1.EndColor = clBlack
Background.Gradient1.GradientType = gtLinear
Background.Gradient1.Point1XPercent = 0
Background.Gradient1.Point1YPercent = 0
Background.Gradient1.Point2XPercent = 0
Background.Gradient1.Point2YPercent = 100
Background.Gradient2.StartColor = clWhite
Background.Gradient2.EndColor = clBlack
Background.Gradient2.GradientType = gtLinear
Background.Gradient2.Point1XPercent = 0
Background.Gradient2.Point1YPercent = 0
Background.Gradient2.Point2XPercent = 0
Background.Gradient2.Point2YPercent = 100
Background.Gradient1EndPercent = 35
Background.Style = bbsColor
BevelInner = bvNone
BevelOuter = bvSpace
BevelWidth = 1
Border.Style = bboNone
FontEx.Color = clDefault
FontEx.FontQuality = fqSystemClearType
FontEx.Shadow = False
FontEx.ShadowRadius = 5
FontEx.ShadowOffsetX = 5
FontEx.ShadowOffsetY = 5
FontEx.Style = []
ParentBackground = False
Rounding.RoundX = 1
Rounding.RoundY = 1
TabOrder = 1
object btCancel: TBitBtn
Left = 104
Height = 34
Top = 2
Width = 87
Anchors = [akRight, akBottom]
DefaultCaption = True
Kind = bkCancel
ModalResult = 2
TabOrder = 0
end
object btOk: TBitBtn
Left = 195
Height = 34
Top = 2
Width = 75
Anchors = [akRight, akBottom]
Default = True
DefaultCaption = True
Kind = bkOK
ModalResult = 1
TabOrder = 1
end
end
end