home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2002 February
/
PCWorld_2002-02_cd.bin
/
Software
/
Vyzkuste
/
fineview
/
FineView.exe
/
0
/
RCDATA
/
TFORMCUSTOM
/
TFORMCUSTOM.txt
Wrap
Text File
|
2001-07-27
|
2KB
|
85 lines
object FormCustom: TFormCustom
Left = 292
Top = 175
BorderStyle = bsDialog
Caption = 'Custom Panel'
ClientHeight = 197
ClientWidth = 278
Color = clBtnFace
Font.Charset = SHIFTJIS_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '�l�r �o�S�V�b�N'
Font.Style = []
OldCreateOrder = False
Scaled = False
OnCreate = FormCreate
OnDestroy = FormDestroy
OnPaint = FormPaint
PixelsPerInch = 96
TextHeight = 12
object ButtonOK: TButton
Left = 101
Top = 164
Width = 75
Height = 25
Caption = 'OK'
ModalResult = 1
TabOrder = 0
end
object ButtonCancel: TButton
Left = 189
Top = 164
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object GBStartWith: TGroupBox
Left = 8
Top = 8
Width = 257
Height = 65
Caption = 'FineView start with'
TabOrder = 2
object CBOpenLastFile: TCheckBox
Left = 16
Top = 24
Width = 217
Height = 17
Caption = 'Open last image-file viewed'
TabOrder = 0
end
end
object GBBGColors: TGroupBox
Left = 8
Top = 88
Width = 257
Height = 57
Caption = 'Background colors'
TabOrder = 3
object PaintBox1: TPaintBox
Left = 16
Top = 24
Width = 20
Height = 20
end
object ButtonChangeBKGDColor: TButton
Left = 48
Top = 24
Width = 153
Height = 21
Caption = 'Change BG Color >>'
TabOrder = 0
OnClick = ButtonChangeBKGDColorClick
end
end
object ColorDialog1: TColorDialog
Ctl3D = True
Options = [cdFullOpen]
Left = 48
Top = 168
end
end