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

  1. object CwndOpts: TCwndOpts
  2.   Left = 200
  3.   Top = 102
  4.   Width = 314
  5.   Height = 277
  6.   Caption = 'Capture Options'
  7.   Font.Color = clWindowText
  8.   Font.Height = -14
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   PixelsPerInch = 96
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   TextHeight = 16
  16.   object MRPanel1: TMRPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 306
  20.     Height = 253
  21.     Align = alClient
  22.     BevelWidth = 3
  23.     BorderWidth = 16
  24.     TabOrder = 0
  25.     BorderSides = []
  26.     Moveable = False
  27.     CBorderStyle = cbsNone
  28.     object Label1: TLabel
  29.       Left = 19
  30.       Top = 31
  31.       Width = 268
  32.       Height = 16
  33.       Align = alTop
  34.     end
  35.     object Label2: TLabel
  36.       Left = 19
  37.       Top = 60
  38.       Width = 268
  39.       Height = 16
  40.       Align = alTop
  41.     end
  42.     object Label3: TLabel
  43.       Left = 19
  44.       Top = 118
  45.       Width = 268
  46.       Height = 16
  47.       Align = alTop
  48.       Caption = 'Milliseconds Before Capturing'
  49.     end
  50.     object Label4: TLabel
  51.       Left = 19
  52.       Top = 76
  53.       Width = 268
  54.       Height = 16
  55.       Align = alTop
  56.       Caption = 'Delay: '
  57.     end
  58.     object Label5: TLabel
  59.       Left = 19
  60.       Top = 134
  61.       Width = 268
  62.       Height = 67
  63.       Align = alClient
  64.       AutoSize = False
  65.     end
  66.     object SetFocus: TACheck
  67.       Left = 19
  68.       Top = 19
  69.       Width = 268
  70.       Height = 12
  71.       Caption = 'Activate Window  Before Capturing'
  72.       TabOrder = 0
  73.       OnClick = SetFocusClick
  74.       Align = alTop
  75.     end
  76.     object Hide: TACheck
  77.       Left = 19
  78.       Top = 47
  79.       Width = 268
  80.       Height = 13
  81.       Caption = 'Hide Windows Before Capturing'
  82.       TabOrder = 1
  83.       OnClick = HideClick
  84.       Align = alTop
  85.     end
  86.     object Delay: TASpinEdit
  87.       Left = 19
  88.       Top = 92
  89.       Width = 268
  90.       Height = 26
  91.       Color = clBtnFace
  92.       Font.Color = clBtnText
  93.       Font.Height = -13
  94.       Font.Name = 'System'
  95.       Font.Style = []
  96.       Increment = 50
  97.       MaxValue = 0
  98.       MinValue = 0
  99.       ParentFont = False
  100.       TabOrder = 2
  101.       Value = 0
  102.       OnChange = DelayChange
  103.       Align = alTop
  104.     end
  105.     object ABitbtn1: TABitbtn
  106.       Left = 19
  107.       Top = 201
  108.       Width = 268
  109.       Height = 33
  110.       TabOrder = 3
  111.       OnClick = ABitbtn1Click
  112.       Kind = bkOK
  113.       Align = alBottom
  114.     end
  115.   end
  116. end
  117.