home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Gallery
/
INTERGAL.bin
/
intergal
/
prgs
/
idv21
/
data.z
/
Iavadraw.exe
/
0
/
RCDATA
/
TGENERALOPTIONSDIALOG
/
TGENERALOPTIONSDIALOG.txt
< prev
Wrap
Text File
|
1996-12-20
|
5KB
|
245 lines
object GeneralOptionsDialog: TGeneralOptionsDialog
Left = 196
Top = 246
BorderStyle = bsDialog
Caption = 'General options...'
ClientHeight = 296
ClientWidth = 435
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
Position = poScreenCenter
Scaled = False
PixelsPerInch = 96
TextHeight = 16
object OKBtn: TButton
Left = 229
Top = 258
Width = 96
Height = 30
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object CancelBtn: TButton
Left = 336
Top = 258
Width = 92
Height = 30
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object Panel1: TPanel
Left = 4
Top = 164
Width = 217
Height = 129
BevelInner = bvLowered
TabOrder = 2
object Label2: TLabel
Left = 12
Top = 8
Width = 38
Height = 16
Caption = 'Editor:'
end
object CheckBox6: TCheckBox
Left = 28
Top = 28
Width = 153
Height = 17
Caption = 'Show tab bar'
State = cbChecked
TabOrder = 0
end
object CheckBox7: TCheckBox
Left = 28
Top = 52
Width = 153
Height = 17
Caption = 'Show line-numbers'
TabOrder = 1
end
object CheckBox8: TCheckBox
Left = 28
Top = 76
Width = 153
Height = 17
Caption = 'Create BAcKup files'
State = cbChecked
TabOrder = 2
end
object CheckBox9: TCheckBox
Left = 28
Top = 100
Width = 153
Height = 17
Caption = 'Show status-line'
State = cbChecked
TabOrder = 3
end
end
object Panel2: TPanel
Left = 4
Top = 8
Width = 217
Height = 153
BevelInner = bvLowered
TabOrder = 3
object Label1: TLabel
Left = 12
Top = 8
Width = 141
Height = 16
Caption = 'Shrink unused windows:'
end
object CheckBox1: TCheckBox
Left = 28
Top = 28
Width = 125
Height = 17
Caption = 'Visual'
State = cbChecked
TabOrder = 0
end
object CheckBox2: TCheckBox
Left = 28
Top = 52
Width = 125
Height = 17
Caption = 'Inspector'
State = cbChecked
TabOrder = 1
end
object CheckBox3: TCheckBox
Left = 28
Top = 76
Width = 129
Height = 17
Caption = 'Bookmarks'
State = cbChecked
TabOrder = 2
end
object CheckBox4: TCheckBox
Left = 28
Top = 100
Width = 125
Height = 17
Caption = 'Find procedure'
State = cbChecked
TabOrder = 3
end
object CheckBox5: TCheckBox
Left = 28
Top = 124
Width = 125
Height = 17
Caption = 'Ghostwriter'
State = cbChecked
TabOrder = 4
end
end
object Panel3: TPanel
Left = 224
Top = 8
Width = 205
Height = 113
BevelInner = bvLowered
TabOrder = 4
object Label3: TLabel
Left = 12
Top = 12
Width = 160
Height = 16
Caption = 'Auto-associate extensions:'
end
object CheckBox10: TCheckBox
Left = 20
Top = 32
Width = 97
Height = 17
Caption = '*.CLASS'
State = cbChecked
TabOrder = 0
end
object CheckBox11: TCheckBox
Left = 20
Top = 56
Width = 97
Height = 17
Caption = '*.JAVA'
State = cbChecked
TabOrder = 1
end
object CheckBox12: TCheckBox
Left = 20
Top = 80
Width = 97
Height = 17
Caption = '*.JDP'
State = cbChecked
TabOrder = 2
end
end
object Panel4: TPanel
Left = 224
Top = 124
Width = 205
Height = 121
BevelInner = bvLowered
TabOrder = 5
object Label4: TLabel
Left = 12
Top = 12
Width = 60
Height = 16
Caption = 'Autosave:'
end
object Label5: TLabel
Left = 24
Top = 88
Width = 46
Height = 16
Caption = 'Interval:'
end
object Label6: TLabel
Left = 156
Top = 88
Width = 24
Height = 16
Caption = 'min.'
end
object CheckBox13: TCheckBox
Left = 20
Top = 32
Width = 173
Height = 17
Caption = 'Project files'
TabOrder = 0
end
object CheckBox14: TCheckBox
Left = 20
Top = 56
Width = 165
Height = 17
Caption = 'Non-project files'
TabOrder = 1
end
object SpinEdit1: TSpinEdit
Left = 84
Top = 84
Width = 65
Height = 26
MaxValue = 240
MinValue = 1
TabOrder = 2
Value = 10
end
end
end