home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bila Vrana
/
BILA_VRANA.iso
/
028A
/
NPPLUS.ZIP
/
Notepad.exe
/
0
/
RCDATA
/
TFRMPREFERENCES
/
TFRMPREFERENCES.txt
Wrap
Text File
|
1996-10-31
|
23KB
|
867 lines
object frmPreferences: TfrmPreferences
Left = 228
Top = 130
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Preferences'
ClientHeight = 324
ClientWidth = 424
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 13
object bnOK: TButton
Left = 187
Top = 297
Width = 75
Height = 23
Caption = 'OK'
ModalResult = 1
TabOrder = 1
OnClick = bnOKClick
end
object btnCancel: TButton
Left = 266
Top = 297
Width = 75
Height = 23
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object PageControl: TPageControl
Left = 4
Top = 6
Width = 416
Height = 287
ActivePage = TabGeneral
Font.Color = clBlack
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
object TabGeneral: TTabSheet
Caption = 'General'
object GroupBox1: TGroupBox
Left = 10
Top = 148
Width = 188
Height = 100
Caption = ' Appearance '
TabOrder = 1
object cbToolbar: TCheckBox
Left = 14
Top = 25
Width = 77
Height = 17
Caption = '&Toolbar'
State = cbChecked
TabOrder = 0
OnClick = cbToolbarClick
end
object cbToolTips: TCheckBox
Left = 14
Top = 46
Width = 151
Height = 17
Caption = 'Too&lTips (balloon help)'
State = cbChecked
TabOrder = 1
OnClick = cbAutoNewClick
end
object cbStatusBar: TCheckBox
Left = 14
Top = 67
Width = 89
Height = 17
Caption = '&Status bar'
State = cbChecked
TabOrder = 2
OnClick = cbAutoNewClick
end
end
object GroupBox5: TGroupBox
Left = 210
Top = 148
Width = 188
Height = 100
Caption = ' Start-up '
TabOrder = 2
object cbWordWrap: TCheckBox
Left = 14
Top = 46
Width = 133
Height = 17
Caption = '&Word wrap long lines'
TabOrder = 1
OnClick = cbAutoNewClick
end
object cbAutoNew: TCheckBox
Left = 14
Top = 25
Width = 117
Height = 17
Caption = '&New Document'
TabOrder = 0
OnClick = cbAutoNewClick
end
object cbPrimary: TCheckBox
Left = 14
Top = 67
Width = 107
Height = 17
Caption = 'Use &Fixed Font'
TabOrder = 2
OnClick = cbAutoNewClick
end
end
object GroupBox7: TGroupBox
Left = 10
Top = 10
Width = 388
Height = 130
Caption = ' General '
TabOrder = 0
object Label1: TLabel
Left = 370
Top = 117
Width = 89
Height = 13
Caption = 'Tab size (in pixels):'
Visible = False
end
object Label13: TLabel
Left = 376
Top = 118
Width = 223
Height = 13
Caption = '&Measurement Units used in Page Setup Dialog:'
Visible = False
end
object Label12: TLabel
Left = 14
Top = 26
Width = 229
Height = 13
Caption = 'Number of &Recently Used Files in File Menu:'
FocusControl = edRecent
end
object Label4: TLabel
Left = 14
Top = 49
Width = 185
Height = 13
Caption = '&Margin size of Edit Window (in pixels):'
FocusControl = edMargin
end
object edRecent: TSpinEdit
Left = 326
Top = 20
Width = 48
Height = 22
Font.Color = clBlack
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxValue = 16
MinValue = 0
ParentFont = False
TabOrder = 0
Value = 4
OnChange = edRecentChange
end
object cbAlwaysOnTop: TCheckBox
Left = 378
Top = 118
Width = 109
Height = 15
Caption = '&Always on Top'
Enabled = False
TabOrder = 4
Visible = False
OnClick = cbAutoNewClick
end
object edTabSize: TSpinEdit
Left = 376
Top = 117
Width = 48
Height = 22
Font.Color = clBlack
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxValue = 256
MinValue = 0
ParentFont = False
TabOrder = 5
Value = 256
Visible = False
OnChange = edRecentChange
end
object cbUnits: TComboBox
Left = 380
Top = 116
Width = 112
Height = 21
Style = csDropDownList
ItemHeight = 13
Items.Strings = (
'Inches'
'Millimeters')
TabOrder = 6
Visible = False
end
object edMargin: TSpinEdit
Left = 326
Top = 46
Width = 48
Height = 22
Font.Color = clBlack
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxValue = 32
MinValue = 0
ParentFont = False
TabOrder = 1
Value = 4
OnChange = edRecentChange
end
object cbExtensions: TCheckBox
Left = 14
Top = 79
Width = 135
Height = 17
Caption = 'Show File &Extensions'
TabOrder = 2
OnClick = cbAutoNewClick
end
object cbSaveWindowSettings: TCheckBox
Left = 14
Top = 100
Width = 177
Height = 17
Caption = 'Save Window Settings on E&xit'
TabOrder = 3
OnClick = cbAutoNewClick
end
end
end
object TabDialogs: TTabSheet
Caption = 'Dialogs'
object GroupBox2: TGroupBox
Left = 10
Top = 10
Width = 388
Height = 102
Caption = ' Open Dialog Box '
TabOrder = 0
object btnBrowse: TButton
Left = 354
Top = 44
Width = 19
Height = 21
Caption = '...'
TabOrder = 3
OnClick = btnBrowseClick
end
object Edit1: TEdit
Left = 72
Top = 44
Width = 275
Height = 21
Color = clMenu
Enabled = False
TabOrder = 2
OnChange = Edit1Change
end
object RadioButton2: TRadioButton
Left = 12
Top = 46
Width = 53
Height = 17
Caption = '&Other:'
TabOrder = 1
OnClick = RadioButton2Click
end
object RadioButton1: TRadioButton
Left = 12
Top = 23
Width = 345
Height = 16
Caption = 'Use &Windows Desktop as inital Open Dialog folder'
Checked = True
TabOrder = 0
TabStop = True
OnClick = RadioButton1Click
end
object cbFollowOpen: TCheckBox
Left = 24
Top = 73
Width = 169
Height = 17
Caption = 'Follows path after O&pen'
State = cbChecked
TabOrder = 4
OnClick = cbAutoNewClick
end
object cbFollowSave: TCheckBox
Left = 198
Top = 73
Width = 163
Height = 17
Caption = 'Follows path after Save &As'
State = cbChecked
TabOrder = 5
OnClick = cbAutoNewClick
end
end
object GroupBox6: TGroupBox
Left = 10
Top = 120
Width = 388
Height = 128
Caption = ' Open && Save Dialog Filters '
TabOrder = 1