home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Softwarová Záchrana 3
/
Softwarova-zachrana-3.bin
/
Unix2Win
/
Unix2Win.exe
/
0
/
RCDATA
/
TOPTIONSFORM
/
TOPTIONSFORM.txt
Wrap
Text File
|
2004-07-05
|
2KB
|
101 lines
object OptionsForm: TOptionsForm
Left = 303
Top = 115
BorderStyle = bsDialog
Caption = 'Options'
ClientHeight = 195
ClientWidth = 431
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object SaveRB: TRadioButton
Left = 16
Top = 16
Width = 393
Height = 17
Caption = 'Save converted files to the following directory'
TabOrder = 0
OnClick = SaveRBClick
end
object SaveSuffixCB: TRadioButton
Left = 16
Top = 112
Width = 393
Height = 17
Caption =
'Save converted files to original directory attaching a "_Conv" s' +
'uffix'
TabOrder = 1
OnClick = SaveSuffixCBClick
end
object DestDirEdit: TEdit
Left = 32
Top = 48
Width = 273
Height = 21
ParentShowHint = False
ShowHint = True
TabOrder = 2
end
object SelectBtn: TButton
Left = 312
Top = 48
Width = 49
Height = 21
Caption = 'Select'
TabOrder = 3
OnClick = SelectBtnClick
end
object DefaultBtn: TButton
Left = 368
Top = 48
Width = 49
Height = 21
Caption = 'Default'
TabOrder = 4
OnClick = DefaultBtnClick
end
object HelpBtn: TButton
Left = 258
Top = 152
Width = 75
Height = 25
Caption = 'Help'
TabOrder = 5
OnClick = HelpBtnClick
end
object OkBtn: TButton
Left = 98
Top = 152
Width = 75
Height = 25
Caption = 'OK'
ModalResult = 1
TabOrder = 6
end
object CancelBtn: TButton
Left = 178
Top = 152
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 7
end
object OpenCB: TCheckBox
Left = 32
Top = 80
Width = 233
Height = 17
Caption = 'Open directory after conversion'
TabOrder = 8
end
end