home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / AstroMart / _SETUP.1 / Astro5.exe / 0 / RCDATA / TSECURITY / TSECURITY.txt
Encoding:
Text File  |  1998-05-13  |  1.5 KB  |  89 lines

  1. object Security: TSecurity
  2.   Left = 262
  3.   Top = 203
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Info'
  7.   ClientHeight = 145
  8.   ClientWidth = 214
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCloseQuery = FormCloseQuery
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object NameLbl: TLabel
  19.     Left = 16
  20.     Top = 16
  21.     Width = 28
  22.     Height = 13
  23.     Caption = 'Name'
  24.   end
  25.   object KeyCodeLbl: TLabel
  26.     Left = 16
  27.     Top = 40
  28.     Width = 25
  29.     Height = 13
  30.     Caption = 'Code'
  31.   end
  32.   object StartDateLbl: TLabel
  33.     Left = 16
  34.     Top = 64
  35.     Width = 46
  36.     Height = 13
  37.     Caption = 'Start date'
  38.   end
  39.   object OkBtn: TButton
  40.     Left = 120
  41.     Top = 92
  42.     Width = 81
  43.     Height = 41
  44.     Caption = 'Ok'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 0
  48.   end
  49.   object CancelBtn: TButton
  50.     Left = 53
  51.     Top = 103
  52.     Width = 60
  53.     Height = 30
  54.     Cancel = True
  55.     Caption = 'Cancel'
  56.     ModalResult = 2
  57.     TabOrder = 1
  58.   end
  59.   object NameEd: TEdit
  60.     Left = 80
  61.     Top = 8
  62.     Width = 121
  63.     Height = 21
  64.     TabOrder = 2
  65.   end
  66.   object DateEd: TEdit
  67.     Left = 80
  68.     Top = 56
  69.     Width = 121
  70.     Height = 21
  71.     TabOrder = 4
  72.   end
  73.   object KeyCodeEd: TEdit
  74.     Left = 80
  75.     Top = 32
  76.     Width = 121
  77.     Height = 21
  78.     PasswordChar = '*'
  79.     TabOrder = 3
  80.   end
  81.   object Timer1: TTimer
  82.     Enabled = False
  83.     Interval = 10000
  84.     OnTimer = Timer1Timer
  85.     Left = 16
  86.     Top = 104
  87.   end
  88. end
  89.