home *** CD-ROM | disk | FTP | other *** search
- object Security: TSecurity
- Left = 262
- Top = 203
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Info'
- ClientHeight = 145
- ClientWidth = 214
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object NameLbl: TLabel
- Left = 16
- Top = 16
- Width = 28
- Height = 13
- Caption = 'Name'
- end
- object KeyCodeLbl: TLabel
- Left = 16
- Top = 40
- Width = 25
- Height = 13
- Caption = 'Code'
- end
- object StartDateLbl: TLabel
- Left = 16
- Top = 64
- Width = 46
- Height = 13
- Caption = 'Start date'
- end
- object OkBtn: TButton
- Left = 120
- Top = 92
- Width = 81
- Height = 41
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 53
- Top = 103
- Width = 60
- Height = 30
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object NameEd: TEdit
- Left = 80
- Top = 8
- Width = 121
- Height = 21
- TabOrder = 2
- end
- object DateEd: TEdit
- Left = 80
- Top = 56
- Width = 121
- Height = 21
- TabOrder = 4
- end
- object KeyCodeEd: TEdit
- Left = 80
- Top = 32
- Width = 121
- Height = 21
- PasswordChar = '*'
- TabOrder = 3
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 10000
- OnTimer = Timer1Timer
- Left = 16
- Top = 104
- end
- end
-