home *** CD-ROM | disk | FTP | other *** search
/ Prima Shareware 3 / DuCom_Prima-Shareware-3_cd1.bin / PROGRAMO / delphi / RTREGIST / DEMOS / VCL / UNIT3.DFM / UNIT3.txt
Encoding:
Text File  |  1995-10-14  |  1.1 KB  |  59 lines

  1. object NewForm1: TNewForm1
  2.   Left = 181
  3.   Top = 120
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Set Lock'
  7.   ClientHeight = 141
  8.   ClientWidth = 392
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 67
  19.     Top = 64
  20.     Width = 120
  21.     Height = 13
  22.     Caption = 'For how many calls/days.'
  23.   end
  24.   object RadioGroup1: TRadioGroup
  25.     Left = 16
  26.     Top = 16
  27.     Width = 361
  28.     Height = 33
  29.     Caption = 'Lock Type'
  30.     Columns = 2
  31.     Items.Strings = (
  32.       'Count Lock'
  33.       'Date Lock')
  34.     TabOrder = 0
  35.   end
  36.   object Edit1: TEdit
  37.     Left = 203
  38.     Top = 64
  39.     Width = 121
  40.     Height = 20
  41.     TabOrder = 1
  42.   end
  43.   object Button1: TButton
  44.     Left = 152
  45.     Top = 96
  46.     Width = 89
  47.     Height = 33
  48.     Caption = 'Go On'
  49.     Default = True
  50.     Font.Color = clBlack
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.     TabOrder = 2
  56.     OnClick = Button1Click
  57.   end
  58. end
  59.