home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 31
/
CDASC_31_1996_juillet_aout.iso
/
index
/
source
/
option.dfm
/
option.txt
Wrap
Text File
|
1995-08-28
|
5KB
|
202 lines
object OptionForm: TOptionForm
Left = 292
Top = 204
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Option de WinTrouve v1.0'
ClientHeight = 336
ClientWidth = 524
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 120
TextHeight = 20
object Onglet: TTabbedNotebook
Left = 0
Top = 0
Width = 524
Height = 336
Align = alClient
PageIndex = 1
TabFont.Color = clBtnText
TabFont.Height = -12
TabFont.Name = 'MS Sans Serif'
TabFont.Style = []
TabOrder = 0
object TTabPage
Left = 4
Top = 31
Caption = 'Option'
object GroupBox1: TGroupBox
Left = 10
Top = 10
Width = 501
Height = 141
Caption = 'Configuration '
TabOrder = 0
object Bevel1: TBevel
Left = 10
Top = 56
Width = 481
Height = 9
Shape = bsTopLine
end
object TotalCheck: TCheckBox
Left = 10
Top = 28
Width = 411
Height = 21
Caption = '&Charger configuration au d�marage'
TabOrder = 0
end
object DifCheck: TCheckBox
Left = 10
Top = 74
Width = 391
Height = 21
Caption = '&Ignorer diff�rence MAJ/min'
State = cbChecked
TabOrder = 1
end
object AnnexeCheck: TCheckBox
Left = 10
Top = 107
Width = 371
Height = 21
Caption = '&Traiter les annexes d'#39'abord'
State = cbChecked
TabOrder = 2
end
end
object GroupBox3: TGroupBox
Left = 10
Top = 160
Width = 501
Height = 81
Caption = 'R�pertoire par d�faut '
TabOrder = 1
object RepEdit: TEdit
Left = 10
Top = 30
Width = 291
Height = 28
CharCase = ecUpperCase
TabOrder = 0
end
object ParcoursBtn: TButton
Left = 310
Top = 30
Width = 181
Height = 31
Caption = '&Parcourir'
TabOrder = 1
OnClick = ParcoursBtnClick
end
end
object Ok2Btn: TButton
Left = 10
Top = 250
Width = 239
Height = 41
Caption = '&Ok'
Default = True
ModalResult = 1
TabOrder = 2
OnClick = Ok2BtnClick
end
object AnnuleBtn: TButton
Left = 264
Top = 250
Width = 247
Height = 41
Caption = '&Annuler'
ModalResult = 2
TabOrder = 3
OnClick = AnnuleBtnClick
end
end
object TTabPage
Left = 4
Top = 31
Caption = 'Fichiers annexes'
object ListBox: TListBox
Left = 10
Top = 170
Width = 495
Height = 121
ItemHeight = 20
MultiSelect = True
TabOrder = 6
OnDblClick = ListBoxDblClick
end
object FileList: TFileListBox
Left = 10
Top = 10
Width = 151
Height = 151
ItemHeight = 20
Mask = '*.asc;*.bbs'
MultiSelect = True
TabOrder = 0
OnDblClick = FileListDblClick
end
object DirectoryList: TDirectoryListBox
Left = 170
Top = 10
Width = 151
Height = 151
ItemHeight = 20
TabOrder = 1
OnChange = DirectoryListChange
end
object DriveBox: TDriveComboBox
Left = 340
Top = 10
Width = 161
Height = 26
TabOrder = 2
OnChange = DriveBoxChange
end
object AjouteBtn: TButton
Left = 340
Top = 50
Width = 69
Height = 31
Caption = '&Ajouter'
TabOrder = 3
OnClick = AjouteBtnClick
end
object SupBtn: TButton
Left = 416
Top = 50
Width = 89
Height = 31
Caption = '&Supprimer'
TabOrder = 4
OnClick = SupBtnClick
end
object OkBtn: TButton
Left = 340
Top = 90
Width = 165
Height = 31
Caption = '&Ok'
Default = True
ModalResult = 1
TabOrder = 5
OnClick = OkBtnClick
end
object Annule2Btn: TButton
Left = 340
Top = 128
Width = 165
Height = 33
Caption = 'Annuler'
TabOrder = 7
OnClick = Annule2BtnClick
end
end
end
end