home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / Chip_2004-03_cd1.bin / tema / siggis / siGGis.exe / 0 / RCDATA / TFADDINLAY / TFADDINLAY.txt
Text File  |  2002-02-12  |  722b  |  40 lines

  1. object FAddInLay: TFAddInLay
  2.   Left = 395
  3.   Top = 188
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Layer'
  6.   ClientHeight = 172
  7.   ClientWidth = 155
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnDeactivate = FormDeactivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 2
  18.     Top = 2
  19.     Width = 153
  20.     Height = 169
  21.   end
  22.   object LB: TListBox
  23.     Left = 8
  24.     Top = 8
  25.     Width = 140
  26.     Height = 121
  27.     ItemHeight = 13
  28.     TabOrder = 0
  29.   end
  30.   object Button1: TButton
  31.     Left = 28
  32.     Top = 138
  33.     Width = 105
  34.     Height = 25
  35.     Caption = 'Add to Layer'
  36.     TabOrder = 1
  37.     OnClick = Button1Click
  38.   end
  39. end
  40.