home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Sharewar / AVICONST / CPR32T.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1997-05-23  |  14.0 KB  |  418 lines

  1. object Form1: TForm1
  2.   Left = 275
  3.   Top = 38
  4.   Width = 264
  5.   Height = 442
  6.   Caption = 'AVI Compress '
  7.   Font.Color = clWindowText
  8.   Font.Height = -16
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   Position = poScreenCenter
  13.   ShowHint = True
  14.   OnClose = FormClose
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 120
  18.   TextHeight = 20
  19.   object MRPanel2: TMRPanel
  20.     Left = 0
  21.     Top = 105
  22.     Width = 256
  23.     Height = 288
  24.     Align = alClient
  25.     BevelOuter = bvNone
  26.     BorderWidth = 4
  27.     Font.Color = clBlack
  28.     Font.Height = -17
  29.     Font.Name = 'Times New Roman'
  30.     Font.Pitch = fpVariable
  31.     Font.Style = []
  32.     ParentFont = False
  33.     PopupMenu = PopupMenu1
  34.     TabOrder = 0
  35.     BevelSides = [sdLeft, sdTop, sdRight]
  36.     BorderSides = []
  37.     Moveable = False
  38.     CBorderStyle = cbsNone
  39.     OnNCHitTest = MRPanel2NCHitTest
  40.     object FileSizeLabel: TLabel
  41.       Left = 4
  42.       Top = 240
  43.       Width = 248
  44.       Height = 17
  45.       Align = alBottom
  46.       Caption = 'File Size: '
  47.       Font.Color = clBlack
  48.       Font.Height = -15
  49.       Font.Name = 'Times New Roman'
  50.       Font.Pitch = fpVariable
  51.       Font.Style = [fsBold]
  52.       ParentFont = False
  53.       WordWrap = True
  54.     end
  55.     object MRFileListBox1: TMRFileListBox
  56.       Left = 4
  57.       Top = 117
  58.       Width = 248
  59.       Height = 123
  60.       Hint = 'Where to select the source AVI.'
  61.       Align = alClient
  62.       Ctl3D = True
  63.       Font.Color = clBlack
  64.       Font.Height = -17
  65.       Font.Name = 'System'
  66.       Font.Pitch = fpVariable
  67.       Font.Style = [fsBold]
  68.       ItemHeight = 20
  69.       Mask = '*.AVI'
  70.       ParentCtl3D = False
  71.       ParentFont = False
  72.       PopupMenu = PopupMenu1
  73.       TabOrder = 0
  74.       OnChange = MRFileListBox1Change
  75.       OnClick = MRFileListBox1Click
  76.       OnDblClick = MRFileListBox1DblClick
  77.       Moveable = False
  78.       CBorderStyle = cbsNone
  79.     end
  80.     object MRDirectoryListbox1: TMRDirectoryListbox
  81.       Left = 4
  82.       Top = 30
  83.       Width = 248
  84.       Height = 87
  85.       Hint = 'The directory where the AVI is located.'
  86.       Align = alTop
  87.       Ctl3D = True
  88.       FileList = MRFileListBox1
  89.       Font.Color = clBlack
  90.       Font.Height = -17
  91.       Font.Name = 'System'
  92.       Font.Pitch = fpVariable
  93.       Font.Style = [fsBold]
  94.       ItemHeight = 20
  95.       ParentCtl3D = False
  96.       ParentFont = False
  97.       PopupMenu = PopupMenu1
  98.       TabOrder = 1
  99.       Moveable = False
  100.       CBorderStyle = cbsNone
  101.       OnResize = MRDirectoryListbox1Resize
  102.       OnNCHitTest = MRDirectoryListbox1NCHitTest
  103.     end
  104.     object MRDriveCombobox1: TMRDriveCombobox
  105.       Left = 4
  106.       Top = 4
  107.       Width = 248
  108.       Height = 26
  109.       Hint = 'The drive where the AVI is located.'
  110.       Ctl3D = False
  111.       DirList = MRDirectoryListbox1
  112.       Font.Color = clBlack
  113.       Font.Height = -17
  114.       Font.Name = 'System'
  115.       Font.Pitch = fpVariable
  116.       Font.Style = [fsBold]
  117.       ParentCtl3D = False
  118.       ParentFont = False
  119.       PopupMenu = PopupMenu1
  120.       TabOrder = 2
  121.       Moveable = False
  122.       CBorderStyle = cbsNone
  123.       Align = alTop
  124.     end
  125.     object MRFilterCombobox1: TMRFilterCombobox
  126.       Left = 4
  127.       Top = 257
  128.       Width = 248
  129.       Height = 27
  130.       Ctl3D = True
  131.       FileList = MRFileListBox1
  132.       Filter = 'AVI (*.AVI)|*.AVI|All files (*.*)|*.*'
  133.       Font.Color = clBlack
  134.       Font.Height = -17
  135.       Font.Name = 'Times New Roman'
  136.       Font.Pitch = fpVariable
  137.       Font.Style = [fsBold]
  138.       ParentCtl3D = False
  139.       ParentFont = False
  140.       TabOrder = 3
  141.       Moveable = False
  142.       CBorderStyle = cbsNone
  143.       Align = alBottom
  144.     end
  145.   end
  146.   object MRPanel1: TMRPanel
  147.     Left = 0
  148.     Top = 51
  149.     Width = 256
  150.     Height = 54
  151.     Align = alTop
  152.     BevelInner = bvRaised
  153.     BorderWidth = 4
  154.     Ctl3D = True
  155.     Font.Color = clRed
  156.     Font.Height = -17
  157.     Font.Name = 'System'
  158.     Font.Style = [fsBold]
  159.     ParentCtl3D = False
  160.     ParentFont = False
  161.     PopupMenu = PopupMenu1
  162.     TabOrder = 1
  163.     Visible = False
  164.     BorderColor = clSilver
  165.     BorderSides = []
  166.     Moveable = False
  167.     CBorderStyle = cbsNone
  168.     object Gauge1: TGauge
  169.       Left = 6
  170.       Top = 6
  171.       Width = 201
  172.       Height = 42
  173.       Align = alClient
  174.       Color = clWhite
  175.       Font.Color = clRed
  176.       Font.Height = -17
  177.       Font.Name = 'System'
  178.       Font.Style = [fsBold]
  179.       BorderStyle = bsNone
  180.       ForeColor = clRed
  181.       BackColor = clBlack
  182.       ParentColor = False
  183.       ParentFont = False
  184.       Progress = 0
  185.     end
  186.     object CancelBtn: TABitbtn
  187.       Left = 207
  188.       Top = 6
  189.       Width = 43
  190.       Height = 42
  191.       Font.Color = clBlack
  192.       Font.Height = -23
  193.       Font.Name = 'System'
  194.       Font.Style = [fsBold]
  195.       ParentFont = False
  196.       PopupMenu = PopupMenu1
  197.       TabOrder = 0
  198.       OnClick = CancelBtnClick
  199.       Glyph.Data = {
  200.         BE060000424DBE06000000000000360400002800000024000000120000000100
  201.         0800000000008802000000000000000000000000000000000000000000000000
  202.         80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  203.         A600000000000000000000000000000000000000000000000000000000000000
  204.         0000000000000000000000000000000000000000000000000000000000000000
  205.         0000000000000000000000000000000000000000000000000000000000000000
  206.         0000000000000000000000000000000000000000000000000000000000000000
  207.         0000000000000000000000000000000000000000000000000000000000000000
  208.         0000000000000000000000000000000000000000000000000000000000000000
  209.         0000000000000000000000000000000000000000000000000000000000000000
  210.         0000000000000000000000000000000000000000000000000000000000000000
  211.         0000000000000000000000000000000000000000000000000000000000000000
  212.         0000000000000000000000000000000000000000000000000000000000000000
  213.         0000000000000000000000000000000000000000000000000000000000000000
  214.         0000000000000000000000000000000000000000000000000000000000000000
  215.         0000000000000000000000000000000000000000000000000000000000000000
  216.         0000000000000000000000000000000000000000000000000000000000000000
  217.         0000000000000000000000000000000000000000000000000000000000000000
  218.         0000000000000000000000000000000000000000000000000000000000000000
  219.         0000000000000000000000000000000000000000000000000000000000000000
  220.         0000000000000000000000000000000000000000000000000000000000000000
  221.         0000000000000000000000000000000000000000000000000000000000000000
  222.         0000000000000000000000000000000000000000000000000000000000000000
  223.         0000000000000000000000000000000000000000000000000000000000000000
  224.         0000000000000000000000000000000000000000000000000000000000000000
  225.         0000000000000000000000000000000000000000000000000000000000000000
  226.         0000000000000000000000000000000000000000000000000000000000000000
  227.         0000000000000000000000000000000000000000000000000000000000000000
  228.         0000000000000000000000000000000000000000000000000000000000000000
  229.         0000000000000000000000000000000000000000000000000000000000000000
  230.         0000000000000000000000000000000000000000000000000000000000000000
  231.         0000000000000000000000000000000000000000000000000000000000000000
  232.         000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  233.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  234.         0303030303030303030303030303030303030303030303030303030303030303
  235.         0303F8F80303030303030303030303030303030303FF03030303030303030303
  236.         0303030303F90101F80303030303F9F80303030303030303F8F8FF0303030303
  237.         03FF03030303030303F9010101F8030303F90101F8030303030303F8FF03F8FF
  238.         030303FFF8F8FF030303030303F901010101F803F901010101F80303030303F8
  239.         FF0303F8FF03FFF80303F8FF030303030303F901010101F80101010101F80303
  240.         030303F8FF030303F8FFF803030303F8FF030303030303F90101010101010101
  241.         F803030303030303F8FF030303F803030303FFF80303030303030303F9010101
  242.         010101F8030303030303030303F8FF030303030303FFF8030303030303030303
  243.         030101010101F80303030303030303030303F8FF0303030303F8030303030303
  244.         0303030303F901010101F8030303030303030303030303F8FF030303F8030303
  245.         0303030303030303F90101010101F8030303030303030303030303F803030303
  246.         F8FF030303030303030303F9010101F8010101F803030303030303030303F803
  247.         03030303F8FF0303030303030303F9010101F803F9010101F803030303030303
  248.         03F8030303F8FF0303F8FF03030303030303F90101F8030303F9010101F80303
  249.         03030303F8FF0303F803F8FF0303F8FF03030303030303F9010303030303F901
  250.         0101030303030303F8FFFFF8030303F8FF0303F8FF0303030303030303030303
  251.         030303F901F903030303030303F8F80303030303F8FFFFFFF803030303030303
  252.         03030303030303030303030303030303030303030303030303F8F8F803030303
  253.         0303030303030303030303030303030303030303030303030303030303030303
  254.         0303}
  255.       NumGlyphs = 2
  256.       Align = alRight
  257.     end
  258.   end
  259.   object ButtonPanel: TMRPanel
  260.     Left = 0
  261.     Top = 0
  262.     Width = 256
  263.     Height = 51
  264.     Align = alTop
  265.     BevelOuter = bvNone
  266.     BevelWidth = 2
  267.     BorderWidth = 4
  268.     PopupMenu = PopupMenu1
  269.     TabOrder = 2
  270.     OnResize = ButtonPanelResize
  271.     BorderSides = []
  272.     Moveable = False
  273.     CBorderStyle = cbsNone
  274.     object ABitbtn1: TABitbtn
  275.       Left = 4
  276.       Top = 4
  277.       Width = 42
  278.       Height = 43
  279.       Hint = 'Compress + Save'
  280.       Font.Color = clBlack
  281.       Font.Height = -17
  282.       Font.Name = 'System'
  283.       Font.Style = [fsBold]
  284.       ParentFont = False
  285.       PopupMenu = PopupMenu1
  286.       TabOrder = 0
  287.       OnClick = ABitbtn1Click
  288.       Glyph.Data = {
  289.         F8000000424DF800000000000000760000002800000010000000100000000100
  290.         04000000000000000000120B0000120B00000000000000000000000000000000
  291.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  292.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555777555
  293.         5555555555000757755555575500005007555570058880000075570870088078
  294.         007555787887087777755550880FF0800007708080888F7088077088F0708F78
  295.         88077000F0778080005555508F0008800755557878FF88777075570870080088
  296.         07555570758880707555555755000755555555555577755555550000}
  297.       Align = alLeft
  298.     end
  299.     object ABitbtn3: TABitbtn
  300.       Left = 102
  301.       Top = 4
  302.       Width = 40
  303.       Height = 43
  304.       Hint = 'Merge with wave file + Save (Full Frames Uncompressed)'
  305.       Font.Color = clBlack
  306.       Font.Height = -17
  307.       Font.Name = 'System'
  308.       Font.Style = [fsBold]
  309.       ParentFont = False
  310.       PopupMenu = PopupMenu1
  311.       TabOrder = 1
  312.       OnClick = ABitbtn3Click
  313.       Glyph.Data = {
  314.         78010000424D7801000000000000760000002800000020000000100000000100
  315.         04000000000000000000120B0000120B00000000000000000000000000000000
  316.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  317.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  318.         333333333333333333FF3333333333333003333333333333377F333333333333
  319.         30003FFFFFFFFFFFF77707777777777777707777777777777777033333333333
  320.         33307FFFFFFFFFFFFFF707777777700777707777777777777777030333333000
  321.         33307F7FFFFFF777FFF707770077777077707777777777777777030300033330
  322.         33307F7F777FFFF7FFF707777707777077777777777777777777033333033330
  323.         33337FFFFF7FFFF7FFFF07777707777077777777777777777777333333000000
  324.         3333333333777777F33333333303333033333333337FFFF7F333333333000000
  325.         33333333337777773333333333333333333333333333333333330000}
  326.       NumGlyphs = 2
  327.       Align = alLeft
  328.     end
  329.     object ABitbtn2: TABitbtn
  330.       Left = 46
  331.       Top = 4
  332.       Width = 56
  333.       Height = 43
  334.       Hint = 'Merge with wave file + compress + save'
  335.       PopupMenu = PopupMenu1
  336.       TabOrder = 2
  337.       OnClick = ABitbtn2Click
  338.       Glyph.Data = {
  339.         10020000424D100200000000000076000000280000002A000000100000000100
  340.         0400000000008001000000000000000000000000000000000000000000000000
  341.         80000080000000808000800000008000800080800000C0C0C000808080000000
  342.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  343.         5555555555555555555588855555550000005555555555555445555555555555
  344.         5555000858855500000055555555555554445555555555555855000050085500
  345.         0000055555555555555455555555555580057770000085000000000000000040
  346.         0004555550555558078007708700850000000555555554455554555550555555
  347.         87877807888885000000000000000440000455555055555550770FF070000800
  348.         000005554455555455545555505555807070777F807708000000000044000004
  349.         000055500000558077F0807F8777080000000555554555545555555550555580
  350.         00F088707000550000000000004000040000555550555555507F000770085500
  351.         000005555545555455555555505555558787FF77888085000000555555444444
  352.         5555555555555558078007007708550000005555554555545555555555555555
  353.         8085777080855500000055555544444455555555555555555855000855555500
  354.         0000555555555555555555555555555555558885555555000000000000000000
  355.         0000000000000000000000000000000000000000}
  356.       Align = alLeft
  357.     end
  358.   end
  359.   object Spawn: TMRCheckBox
  360.     Left = 0
  361.     Top = 393
  362.     Width = 256
  363.     Height = 17
  364.     Hint = 'Start the multimedia player with the new AVI after compressing?'
  365.     Caption = 'Spawn'
  366.     Ctl3D = True
  367.     Font.Color = clBlack
  368.     Font.Height = -15
  369.     Font.Name = 'Times New Roman'
  370.     Font.Pitch = fpVariable
  371.     Font.Style = [fsBold]
  372.     ParentCtl3D = False
  373.     ParentFont = False
  374.     State = cbChecked
  375.     TabOrder = 3
  376.     Moveable = False
  377.     CBorderStyle = cbsNone
  378.     Align = alBottom
  379.   end
  380.   object OpenDialog: TOpenDialog
  381.     FileEditStyle = fsEdit
  382.     Filter = 'Video For Windows (*.AVI)|*.AVI|All Files (*.*)|*.*'
  383.     Options = [ofFileMustExist]
  384.     Left = 368
  385.     Top = 152
  386.   end
  387.   object SaveDialog: TSaveDialog
  388.     DefaultExt = 'AVI'
  389.     FileEditStyle = fsEdit
  390.     Filter = 'Video For Windows (*.AVI)|*.AVI|All Files (*.*)|*.*'
  391.     Left = 376
  392.     Top = 184
  393.   end
  394.   object OpenWaveDialog: TOpenDialog
  395.     FileEditStyle = fsEdit
  396.     Filter = 'Wave (*.WAV)|*.WAV|Sound From Video (*.AVI)|*.AVI'
  397.     Options = [ofFileMustExist]
  398.     Title = 'Add Wave File ...'
  399.     Left = 352
  400.     Top = 80
  401.   end
  402.   object PopupMenu1: TPopupMenu
  403.     OnPopup = PopupMenu1Popup
  404.     Left = 40
  405.     Top = 169
  406.     object AboutAVICompress1: TMenuItem
  407.       Caption = 'About AVI Compress'
  408.       ShortCut = 0
  409.       OnClick = AboutAVICompress1Click
  410.     end
  411.     object HintsMenu: TMenuItem
  412.       Caption = 'Hints'
  413.       ShortCut = 0
  414.       OnClick = HintsMenuClick
  415.     end
  416.   end
  417. end
  418.