home *** CD-ROM | disk | FTP | other *** search
/ BUG 4 / BUGCD1997_05.BIN / mulmedia / avic / cpr32t.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1997-01-19  |  14KB  |  423 lines

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