home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 September
/
PCWorld_2006-09_cd.bin
/
temacd
/
fineview
/
finevw69.exe
/
FineView.exe
/
0
/
RCDATA
/
TFORMSELECTOR
/
TFORMSELECTOR.txt
Wrap
Text File
|
2004-10-09
|
2KB
|
76 lines
object FormSelector: TFormSelector
Left = 280
Top = 152
Width = 433
Height = 427
BorderStyle = bsSizeToolWin
Caption = 'FormSelector'
Color = clBtnFace
Font.Charset = SHIFTJIS_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object PanelInfo: TPanel
Left = 0
Top = 367
Width = 425
Height = 26
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
Visible = False
object ComboBox1: TComboBox
Left = 17
Top = 4
Width = 64
Height = 20
ItemHeight = 12
TabOrder = 0
Text = 'Main'
Visible = False
OnChange = ComboBox1Change
Items.Strings = (
'Main'
'Film')
end
end
object ListView1: TListView
Left = 0
Top = 0
Width = 425
Height = 367
Align = alClient
Columns = <
item
Caption = 'Name'
Width = 150
end
item
Alignment = taRightJustify
Caption = 'Size'
Width = 80
end>
ReadOnly = True
RowSelect = True
SmallImages = ImageList1
TabOrder = 1
ViewStyle = vsReport
OnChange = ListView1Change
OnDblClick = ListView1DblClick
OnKeyDown = ListView1KeyDown
end
object ImageList1: TImageList
Left = 152
Top = 168
end
end