home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Shareware for Win 95
/
Chip-Shareware-Win95.bin
/
ostatni
/
beyond
/
beyond32.exe
/
0
/
RCDATA
/
TSAVESESSION
/
TSAVESESSION.txt
Wrap
Text File
|
1997-02-15
|
1KB
|
55 lines
object SaveSession: TSaveSession
Left = 490
Top = 109
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Save Session'
ClientHeight = 103
ClientWidth = 317
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
OnShow = FormShow
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 16
Width = 117
Height = 13
Caption = 'Save current settings as:'
end
object OKBtn: TBitBtn
Left = 112
Top = 64
Width = 81
Height = 26
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
NumGlyphs = 2
end
object CancelBtn: TBitBtn
Left = 200
Top = 64
Width = 81
Height = 26
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
NumGlyphs = 2
end
object SessionNameEdit: TComboBox
Left = 16
Top = 32
Width = 289
Height = 21
ItemHeight = 13
TabOrder = 2
end
end