home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Shareware for Win 95
/
Chip-Shareware-Win95.bin
/
grafika
/
ddclip
/
setupsl.ex_
/
setupsl.ex
/
0
/
RCDATA
/
TSRCFORM
/
TSRCFORM.txt
< prev
Wrap
Text File
|
1997-04-24
|
2KB
|
81 lines
object SrcForm: TSrcForm
Left = 343
Top = 119
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Select Source Path'
ClientHeight = 142
ClientWidth = 297
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
Position = poScreenCenter
OnActivate = FormActivate
OnDeactivate = FormDeactivate
PixelsPerInch = 96
TextHeight = 13
object SrcLabel: TLabel
Left = 8
Top = 16
Width = 281
Height = 13
Alignment = taCenter
AutoSize = False
Caption = 'Please, insert source DISK1 and press OK'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label1: TLabel
Left = 8
Top = 32
Width = 281
Height = 13
Alignment = taCenter
AutoSize = False
Caption = 'or click Browse and select new source path'
end
object Button1: TButton
Left = 51
Top = 105
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object Button2: TButton
Left = 171
Top = 105
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
OnClick = Button2Click
end
object ChangePath: TButton
Left = 232
Top = 64
Width = 57
Height = 21
Caption = 'Browse'
TabOrder = 2
OnClick = ChangePathClick
end
object SrcPath: TEdit
Left = 8
Top = 64
Width = 217
Height = 21
TabOrder = 3
Text = 'A:'
end
end