home *** CD-ROM | disk | FTP | other *** search
- object NewForm1: TNewForm1
- Left = 181
- Top = 120
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Set Lock'
- ClientHeight = 141
- ClientWidth = 392
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 67
- Top = 64
- Width = 120
- Height = 13
- Caption = 'For how many calls/days.'
- end
- object RadioGroup1: TRadioGroup
- Left = 16
- Top = 16
- Width = 361
- Height = 33
- Caption = 'Lock Type'
- Columns = 2
- Items.Strings = (
- 'Count Lock'
- 'Date Lock')
- TabOrder = 0
- end
- object Edit1: TEdit
- Left = 203
- Top = 64
- Width = 121
- Height = 21
- TabOrder = 1
- end
- object Button1: TButton
- Left = 152
- Top = 96
- Width = 89
- Height = 33
- Caption = 'Go On'
- Default = True
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- OnClick = Button1Click
- end
- end
-