-
Notifications
You must be signed in to change notification settings - Fork 5
/
bibtexexport.lfm
executable file
·255 lines (255 loc) · 5.95 KB
/
bibtexexport.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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
object BibTexExportFrm: TBibTexExportFrm
Left = 1120
Height = 541
Top = 84
Width = 447
HorzScrollBar.Page = 301
HorzScrollBar.Range = 142
VertScrollBar.Page = 309
VertScrollBar.Range = 303
ActiveControl = exportWhich.RadioButton0
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'BibTeX-Export'
ChildSizing.ControlsPerLine = 1
ClientHeight = 541
ClientWidth = 447
DesignTimePPI = 98
OnCreate = FormCreate
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '2.0.10.0'
Scaled = False
object exportWhich: TRadioGroup
Left = 5
Height = 91
Top = 5
Width = 437
Align = alTop
AutoFill = True
AutoSize = True
BorderSpacing.Around = 5
Caption = 'Was soll exportiert werden?'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 66
ClientWidth = 433
ItemIndex = 0
Items.Strings = (
'Alle angezeigten Medien'
'Nur markierte Medien'
)
TabOrder = 0
end
object GroupBox1: TGroupBox
Left = 5
Height = 96
Top = 374
Width = 437
Align = alTop
AutoSize = True
BorderSpacing.Around = 5
Caption = 'Export nach...'
ChildSizing.ControlsPerLine = 1
ClientHeight = 71
ClientWidth = 433
TabOrder = 1
object clipboardExport: TRadioButton
Left = 5
Height = 27
Top = 5
Width = 145
BorderSpacing.Around = 5
Caption = 'Zwischenablage'
TabOrder = 0
end
object fileExport: TRadioButton
AnchorSideTop.Control = clipboardExport
AnchorSideTop.Side = asrBottom
Left = 5
Height = 27
Top = 37
Width = 67
BorderSpacing.Around = 5
Caption = 'Datei:'
Checked = True
TabOrder = 1
TabStop = True
end
object FileNameEdit1: TFileNameEdit
AnchorSideLeft.Control = fileExport
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = fileExport
AnchorSideTop.Side = asrCenter
Left = 77
Height = 32
Top = 34
Width = 346
DialogOptions = []
FilterIndex = 0
HideDirectories = False
ButtonWidth = 23
NumGlyphs = 1
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 5
MaxLength = 0
TabOrder = 2
end
end
object RadioGroup1: TRadioGroup
Left = 5
Height = 97
Top = 272
Width = 437
Align = alTop
AutoFill = True
AutoSize = True
BorderSpacing.Left = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 4
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 93
ClientWidth = 433
ItemIndex = 0
Items.Strings = (
'ASCII mit kodierten Sonderzeichen'
'Windows-1252/Latin-1'
'UTF-8'
)
TabOrder = 2
Visible = False
end
object CheckBoxShowEncoding: TCheckBox
Left = 5
Height = 27
Top = 240
Width = 437
Align = alTop
BorderSpacing.Around = 5
Caption = 'Ausgabe-Zeichensatz (veraltet):'
OnChange = CheckBoxShowEncodingChange
TabOrder = 3
end
object Panel1: TPanel
Left = 5
Height = 51
Top = 475
Width = 437
Align = alTop
BorderSpacing.Around = 5
BevelOuter = bvNone
ClientHeight = 51
ClientWidth = 437
TabOrder = 4
OnClick = Panel1Click
object BitBtn1: TBitBtn
AnchorSideTop.Control = RadioGroup1
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 2
Height = 33
Top = 2
Width = 119
Anchors = [akLeft]
AutoSize = True
BorderSpacing.Around = 5
Caption = 'exp&ortieren'
Default = True
Kind = bkOK
ModalResult = 1
OnClick = BitBtn1Click
TabOrder = 0
end
object BitBtn2: TBitBtn
AnchorSideTop.Control = BitBtn1
AnchorSideTop.Side = asrCenter
Left = 320
Height = 33
Top = 2
Width = 112
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Around = 5
Cancel = True
Caption = 'Abbrechen'
Kind = bkCancel
ModalResult = 2
TabOrder = 1
end
end
object GroupBox2: TGroupBox
Left = 5
Height = 134
Top = 101
Width = 437
Align = alTop
AutoSize = True
BorderSpacing.Around = 5
Caption = 'Bevorzugte IDs'
ClientHeight = 109
ClientWidth = 433
TabOrder = 5
object ComboBoxIdFirst: TComboBox
Left = 2
Height = 31
Top = 2
Width = 429
Align = alTop
BorderSpacing.Around = 2
ItemHeight = 0
Items.Strings = (
'ID'
'Nachname-Jahr'
'Nachname-Titel'
'Nachname-Titelanfang'
'Autor-Jahr'
'Autor-Titel'
'Autor-Titelanfang'
'Titel-Jahr'
'Titelanfang-Jahr'
'Nachname'
'Autor'
'Titel'
'Titelanfang'
)
Style = csDropDownList
TabOrder = 0
end
object ComboBoxIdSecond: TComboBox
Left = 2
Height = 35
Top = 35
Width = 429
Align = alTop
BorderSpacing.Around = 2
ItemHeight = 0
Style = csDropDownList
TabOrder = 1
end
object ComboBoxIdThird: TComboBox
Left = 2
Height = 35
Top = 72
Width = 429
Align = alTop
BorderSpacing.Around = 2
ItemHeight = 0
OnChange = ComboBoxIdThirdChange
Style = csDropDownList
TabOrder = 2
end
end
end