home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 October A
/
Pcwk10a98.iso
/
Inprise
/
TRIAL
/
JBUILDER
/
JRUNTIME.Z
/
jbuilder.exe
/
0
/
RCDATA
/
TSAVEFILESFORM
/
TSAVEFILESFORM.txt
Wrap
Text File
|
1998-05-08
|
2KB
|
93 lines
object SaveFilesForm: TSaveFilesForm
Left = 200
Top = 107
Width = 400
Height = 300
BorderIcons = [biSystemMenu]
Caption = 'Save Modified Files'
ParentFont = True
FormStyle = fsStayOnTop
Position = poScreenCenter
Scaled = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 242
Width = 392
Height = 31
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object Button1: TButton
Left = 8
Top = 0
Width = 89
Height = 25
Caption = 'Select &All'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 104
Top = 0
Width = 89
Height = 25
Caption = 'Select &None'
TabOrder = 1
OnClick = Button2Click
end
object Panel2: TPanel
Left = 200
Top = 0
Width = 192
Height = 31
Align = alRight
Alignment = taRightJustify
BevelOuter = bvNone
TabOrder = 2
object Button3: TButton
Left = 0
Top = 0
Width = 89
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object Button4: TButton
Left = 96
Top = 0
Width = 89
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
end
end
object Panel3: TPanel
Left = 0
Top = 0
Width = 392
Height = 242
Align = alClient
BevelOuter = bvNone
BorderWidth = 8
Caption = 'Panel3'
TabOrder = 0
object CheckListBox1: TCheckListBox
Left = 8
Top = 8
Width = 376
Height = 226
Align = alClient
ItemHeight = 13
TabOrder = 0
end
end
end