home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 195
- Top = 114
- Width = 528
- Height = 300
- Caption = 'VFAPI Reader Codec - v1.05 - Translated to english by KiinG'
- Color = clBtnFace
- Constraints.MinHeight = 300
- Constraints.MinWidth = 526
- Font.Charset = SHIFTJIS_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 12
- object RunButton: TButton
- Left = 357
- Top = 243
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'Convert'
- Enabled = False
- TabOrder = 0
- OnClick = RunButtonClick
- end
- object AbortButton: TButton
- Left = 437
- Top = 243
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'Quit'
- TabOrder = 1
- OnClick = AbortButtonClick
- end
- object ListView: TListView
- Left = 8
- Top = 8
- Width = 503
- Height = 227
- Anchors = [akLeft, akTop, akRight, akBottom]
- Columns = <
- item
- Caption = 'Output file'
- Width = 200
- end
- item
- Caption = 'Input file'
- Width = 150
- end
- item
- Caption = 'Options'
- Width = 149
- end>
- ColumnClick = False
- HideSelection = False
- HotTrackStyles = []
- PopupMenu = PopupMenu
- TabOrder = 2
- ViewStyle = vsReport
- OnChange = ListViewChange
- OnDblClick = ListViewDblClick
- OnDeletion = ListViewDeletion
- OnKeyDown = ListViewKeyDown
- end
- object AddJobButton: TButton
- Left = 9
- Top = 243
- Width = 104
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'Add file'
- TabOrder = 3
- OnClick = AddJobButtonClick
- end
- object DeleteButton: TButton
- Left = 120
- Top = 243
- Width = 105
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'Remove file'
- TabOrder = 4
- OnClick = DeleteButtonClick
- end
- object OpenDialog: TOpenDialog
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
- Left = 136
- Top = 112
- end
- object PopupMenu: TPopupMenu
- OnPopup = PopupMenuPopup
- Left = 264
- Top = 152
- object N3: TMenuItem
- Caption = 'Options'
- OnClick = ListViewDblClick
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object N1: TMenuItem
- Caption = 'Delete'
- ShortCut = 46
- OnClick = DeleteButtonClick
- end
- end
- end
-