home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / vfapi / VFAPICodecV105en.exe / VFAPICodecV105en / VFAPIConvEN.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Encoding:
Text File  |  2002-06-17  |  2.4 KB  |  116 lines

  1. object MainForm: TMainForm
  2.   Left = 195
  3.   Top = 114
  4.   Width = 528
  5.   Height = 300
  6.   Caption = 'VFAPI Reader Codec - v1.05 - Translated to english by KiinG'
  7.   Color = clBtnFace
  8.   Constraints.MinHeight = 300
  9.   Constraints.MinWidth = 526
  10.   Font.Charset = SHIFTJIS_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 12
  22.   object RunButton: TButton
  23.     Left = 357
  24.     Top = 243
  25.     Width = 75
  26.     Height = 25
  27.     Anchors = [akRight, akBottom]
  28.     Caption = 'Convert'
  29.     Enabled = False
  30.     TabOrder = 0
  31.     OnClick = RunButtonClick
  32.   end
  33.   object AbortButton: TButton
  34.     Left = 437
  35.     Top = 243
  36.     Width = 75
  37.     Height = 25
  38.     Anchors = [akRight, akBottom]
  39.     Caption = 'Quit'
  40.     TabOrder = 1
  41.     OnClick = AbortButtonClick
  42.   end
  43.   object ListView: TListView
  44.     Left = 8
  45.     Top = 8
  46.     Width = 503
  47.     Height = 227
  48.     Anchors = [akLeft, akTop, akRight, akBottom]
  49.     Columns = <
  50.       item
  51.         Caption = 'Output file'
  52.         Width = 200
  53.       end
  54.       item
  55.         Caption = 'Input file'
  56.         Width = 150
  57.       end
  58.       item
  59.         Caption = 'Options'
  60.         Width = 149
  61.       end>
  62.     ColumnClick = False
  63.     HideSelection = False
  64.     HotTrackStyles = []
  65.     PopupMenu = PopupMenu
  66.     TabOrder = 2
  67.     ViewStyle = vsReport
  68.     OnChange = ListViewChange
  69.     OnDblClick = ListViewDblClick
  70.     OnDeletion = ListViewDeletion
  71.     OnKeyDown = ListViewKeyDown
  72.   end
  73.   object AddJobButton: TButton
  74.     Left = 9
  75.     Top = 243
  76.     Width = 104
  77.     Height = 25
  78.     Anchors = [akLeft, akBottom]
  79.     Caption = 'Add file'
  80.     TabOrder = 3
  81.     OnClick = AddJobButtonClick
  82.   end
  83.   object DeleteButton: TButton
  84.     Left = 120
  85.     Top = 243
  86.     Width = 105
  87.     Height = 25
  88.     Anchors = [akLeft, akBottom]
  89.     Caption = 'Remove file'
  90.     TabOrder = 4
  91.     OnClick = DeleteButtonClick
  92.   end
  93.   object OpenDialog: TOpenDialog
  94.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  95.     Left = 136
  96.     Top = 112
  97.   end
  98.   object PopupMenu: TPopupMenu
  99.     OnPopup = PopupMenuPopup
  100.     Left = 264
  101.     Top = 152
  102.     object N3: TMenuItem
  103.       Caption = 'Options'
  104.       OnClick = ListViewDblClick
  105.     end
  106.     object N2: TMenuItem
  107.       Caption = '-'
  108.     end
  109.     object N1: TMenuItem
  110.       Caption = 'Delete'
  111.       ShortCut = 46
  112.       OnClick = DeleteButtonClick
  113.     end
  114.   end
  115. end
  116.