home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 July
/
Chip_1998-07_cd.bin
/
hry
/
crazy
/
sachy
/
ckin132.exe
/
0
/
RCDATA
/
TSAVEASDLG
/
TSAVEASDLG.txt
Wrap
Text File
|
1997-12-11
|
2KB
|
108 lines
object SaveAsDlg: TSaveAsDlg
Left = 351
Top = 639
ActiveControl = OKBtn
BorderStyle = bsDialog
ClientHeight = 276
ClientWidth = 329
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
Scaled = False
OnActivate = FormActivate
TextHeight = 13
object OKBtn: TBitBtn
Left = 80
Top = 240
Width = 77
Height = 27
TabOrder = 0
Kind = bkOK
Spacing = -1
IsControl = True
end
object CancelBtn: TBitBtn
Left = 164
Top = 240
Width = 77
Height = 27
TabOrder = 1
Kind = bkCancel
Spacing = -1
IsControl = True
end
object GroupBox1: TGroupBox
Left = 8
Top = 4
Width = 313
Height = 229
TabOrder = 2
object Label1: TLabel
Left = 8
Top = 52
Width = 40
Height = 13
Caption = 'Dateien:'
end
object Label2: TLabel
Left = 160
Top = 12
Width = 65
Height = 13
Caption = 'Verzeichnisse'
end
object Label3: TLabel
Left = 160
Top = 184
Width = 53
Height = 13
Caption = 'Laufwerke:'
end
object Label4: TLabel
Left = 8
Top = 12
Width = 3
Height = 13
end
object FileListBox: TFileListBox
Left = 8
Top = 68
Width = 145
Height = 154
FileEdit = FileEdit
ItemHeight = 13
Mask = '*.htk'
TabOrder = 1
OnDblClick = FileListBoxDblClick
end
object DirectoryListBox: TDirectoryListBox
Left = 160
Top = 28
Width = 145
Height = 149
FileList = FileListBox
ItemHeight = 16
TabOrder = 2
end
object DriveComboBox: TDriveComboBox
Left = 160
Top = 202
Width = 145
Height = 19
DirList = DirectoryListBox
TabOrder = 3
end
object FileEdit: TEdit
Left = 8
Top = 28
Width = 145
Height = 20
TabOrder = 0
Text = '*.htk'
end
end
end