-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathReplaceMARCrecs.dfm
executable file
·51 lines (51 loc) · 1.12 KB
/
ReplaceMARCrecs.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
object ReplaceMARCrecords: TReplaceMARCrecords
Left = 192
Top = 451
Width = 347
Height = 188
Caption = 'ReplaceMARCrecords'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 8
Top = 120
Width = 75
Height = 25
Caption = 'Go'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 256
Top = 120
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
TabOrder = 1
OnClick = Button2Click
end
object Memo1: TMemo
Left = 8
Top = 8
Width = 321
Height = 105
TabStop = False
Lines.Strings = (
'Click Go to select input file with MARC records to replace the '
'records with same record numbers in Database. '
''
'Remember to update Zebra indexes after this operation.')
ReadOnly = True
TabOrder = 2
end
end