source: oup/releases/0.29a/Unit14_settings.dfm@ 1157

Last change on this file since 1157 was 28, checked in by alloc, 18 years ago
File size: 1.6 KB
Line 
1object Form14: TForm14
2 Left = 0
3 Top = 0
4 BorderStyle = bsToolWindow
5 Caption = 'Settings'
6 ClientHeight = 350
7 ClientWidth = 250
8 Color = clBtnFace
9 Font.Charset = DEFAULT_CHARSET
10 Font.Color = clWindowText
11 Font.Height = -11
12 Font.Name = 'Tahoma'
13 Font.Style = []
14 OldCreateOrder = False
15 Position = poMainFormCenter
16 OnCloseQuery = FormCloseQuery
17 OnShow = FormShow
18 PixelsPerInch = 96
19 TextHeight = 13
20 object check_filesashex: TCheckBox
21 Left = 8
22 Top = 8
23 Width = 145
24 Height = 17
25 Caption = 'Show filenumbers as Hex'
26 TabOrder = 0
27 end
28 object btn_ok: TButton
29 Left = 8
30 Top = 319
31 Width = 57
32 Height = 23
33 Caption = 'OK'
34 Default = True
35 TabOrder = 1
36 OnClick = btn_okClick
37 end
38 object btn_cancel: TButton
39 Left = 120
40 Top = 319
41 Width = 57
42 Height = 23
43 Cancel = True
44 Caption = 'Cancel'
45 TabOrder = 2
46 OnClick = btn_cancelClick
47 end
48 object btn_register_oldb: TButton
49 Left = 8
50 Top = 128
51 Width = 169
52 Height = 25
53 Caption = 'Register .oldb files with OUP'
54 TabOrder = 3
55 OnClick = btn_register_oldbClick
56 end
57 object btn_register_opf: TButton
58 Left = 8
59 Top = 159
60 Width = 169
61 Height = 25
62 Caption = 'Register .opf files with OUP'
63 TabOrder = 4
64 OnClick = btn_register_opfClick
65 end
66 object btn_register_dat: TButton
67 Left = 8
68 Top = 97
69 Width = 169
70 Height = 25
71 Caption = 'Register .dat files with OUP'
72 TabOrder = 5
73 OnClick = btn_register_datClick
74 end
75end
Note: See TracBrowser for help on using the repository browser.