home *** CD-ROM | disk | FTP | other *** search
/ BUG 4 / BUGCD1997_05.BIN / mulmedia / avic / avict32.exe / 0 / RCDATA / TEXTRACTWND / TEXTRACTWND.txt < prev   
Text File  |  1997-03-05  |  3KB  |  134 lines

  1. object ExtractWnd: TExtractWnd
  2.   Left = 219
  3.   Top = 155
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Importing'
  7.   ClientHeight = 337
  8.   ClientWidth = 244
  9.   Font.Color = clBlack
  10.   Font.Height = -16
  11.   Font.Name = 'Times New Roman'
  12.   Font.Style = [fsBold]
  13.   Icon.Data = {<image000.ico>}
  14.   PixelsPerInch = 120
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   TextHeight = 19
  19.   object MRPanel1: TMRPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 244
  23.     Height = 337
  24.     Align = alClient
  25.     BevelWidth = 4
  26.     Font.Color = clBlack
  27.     Font.Height = -17
  28.     Font.Name = 'Times New Roman'
  29.     Font.Pitch = fpVariable
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.     TabOrder = 0
  33.     BorderSides = []
  34.     Moveable = False
  35.     CBorderStyle = cbsNone
  36.     object Label3: TLabel
  37.       Left = 4
  38.       Top = 4
  39.       Width = 236
  40.       Height = 19
  41.       Align = alTop
  42.       Alignment = taCenter
  43.       Caption = 'File: Opening ...'
  44.       Font.Color = clBtnText
  45.       Font.Height = -17
  46.       Font.Name = 'Times New Roman'
  47.       Font.Pitch = fpVariable
  48.       Font.Style = [fsBold]
  49.       ParentFont = False
  50.     end
  51.     object Label4: TLabel
  52.       Left = 4
  53.       Top = 23
  54.       Width = 236
  55.       Height = 19
  56.       Align = alTop
  57.       Font.Color = clBtnText
  58.       Font.Height = -17
  59.       Font.Name = 'Times New Roman'
  60.       Font.Pitch = fpVariable
  61.       Font.Style = [fsBold]
  62.       ParentFont = False
  63.     end
  64.     object Label1: TLabel
  65.       Left = 4
  66.       Top = 235
  67.       Width = 236
  68.       Height = 19
  69.       Align = alBottom
  70.       Alignment = taCenter
  71.       Caption = 'Importing Frame:'
  72.       Font.Color = clBtnText
  73.       Font.Height = -17
  74.       Font.Name = 'Times New Roman'
  75.       Font.Pitch = fpVariable
  76.       Font.Style = [fsBold]
  77.       ParentFont = False
  78.     end
  79.     object Label2: TLabel
  80.       Left = 4
  81.       Top = 254
  82.       Width = 236
  83.       Height = 19
  84.       Align = alBottom
  85.       Alignment = taCenter
  86.       Caption = 'Total Frames:'
  87.       Font.Color = clBtnText
  88.       Font.Height = -17
  89.       Font.Name = 'Times New Roman'
  90.       Font.Pitch = fpVariable
  91.       Font.Style = [fsBold]
  92.       ParentFont = False
  93.     end
  94.     object Gauge1: TGauge
  95.       Left = 4
  96.       Top = 42
  97.       Width = 236
  98.       Height = 193
  99.       Align = alClient
  100.       Kind = gkPie
  101.       Font.Color = clBtnText
  102.       Font.Height = -17
  103.       Font.Name = 'Times New Roman'
  104.       Font.Pitch = fpVariable
  105.       Font.Style = [fsBold]
  106.       BorderStyle = bsNone
  107.       ForeColor = clActiveCaption
  108.       BackColor = clBtnFace
  109.       ParentFont = False
  110.       Progress = 0
  111.     end
  112.     object CancelBtn: TABitbtn
  113.       Left = 4
  114.       Top = 273
  115.       Width = 236
  116.       Height = 60
  117.       Cancel = True
  118.       Caption = 'X'
  119.       Font.Color = clBtnText
  120.       Font.Height = -30
  121.       Font.Name = 'Times New Roman'
  122.       Font.Pitch = fpVariable
  123.       Font.Style = [fsBold]
  124.       ModalResult = 2
  125.       ParentFont = False
  126.       TabOrder = 0
  127.       OnClick = CancelBtnClick
  128.       NumGlyphs = 2
  129.       Style = bsNew
  130.       Align = alBottom
  131.     end
  132.   end
  133. end
  134.