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

  1. object ListEv: TListEv
  2.   Left = 253
  3.   Top = 315
  4.   Width = 286
  5.   Height = 204
  6.   Caption = 'List Event'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnActivate = FormActivate
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 278
  19.     Height = 22
  20.     Align = alTop
  21.     TabOrder = 0
  22.     object Label1: TLabel
  23.       Left = 168
  24.       Top = 4
  25.       Width = 53
  26.       Height = 13
  27.       Caption = 'Max.lines:  '
  28.     end
  29.     object BitBtn1: TBitBtn
  30.       Left = 0
  31.       Top = 1
  32.       Width = 75
  33.       Height = 22
  34.       Caption = 'Clear List'
  35.       TabOrder = 0
  36.       OnClick = BitBtn1Click
  37.     end
  38.     object BitBtn2: TBitBtn
  39.       Left = 75
  40.       Top = 1
  41.       Width = 75
  42.       Height = 22
  43.       Caption = 'Save List'
  44.       TabOrder = 1
  45.       OnClick = BitBtn2Click
  46.     end
  47.     object MaskEdit1: TMaskEdit
  48.       Left = 224
  49.       Top = 3
  50.       Width = 49
  51.       Height = 18
  52.       EditMask = '!9999;1;_'
  53.       MaxLength = 4
  54.       TabOrder = 2
  55.       Text = ' 100'
  56.       OnExit = MaskEdit1Exit
  57.     end
  58.   end
  59.   object Memo1: TMemo
  60.     Left = 0
  61.     Top = 22
  62.     Width = 278
  63.     Height = 155
  64.     Align = alClient
  65.     TabOrder = 1
  66.   end
  67.   object SD: TSaveDialog
  68.     FileEditStyle = fsEdit
  69.     Left = 240
  70.     Top = 40
  71.   end
  72. end
  73.