home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9APLI / 32PSHD30.ZIP / _SETUP.1 / HAO30.exe / 0 / RCDATA / TRECORDTEMPLATEFORM / TRECORDTEMPLATEFORM.txt
Text File  |  1998-02-19  |  3KB  |  127 lines

  1. object RecordTemplateForm: TRecordTemplateForm
  2.   Left = 150
  3.   Top = 129
  4.   BorderStyle = bsDialog
  5.   Caption = 'Save Record As Template'
  6.   ClientHeight = 238
  7.   ClientWidth = 527
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 427
  21.     Top = 0
  22.     Width = 100
  23.     Height = 238
  24.     Align = alRight
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object OKBtn: TBitBtn
  28.       Left = 12
  29.       Top = 8
  30.       Width = 77
  31.       Height = 27
  32.       Caption = '&OK'
  33.       TabOrder = 0
  34.       OnClick = OKBtnClick
  35.       Kind = bkOK
  36.       Margin = 2
  37.       Spacing = -1
  38.       IsControl = True
  39.     end
  40.     object CancelBtn: TBitBtn
  41.       Left = 12
  42.       Top = 40
  43.       Width = 77
  44.       Height = 27
  45.       Caption = '&Cancel'
  46.       TabOrder = 1
  47.       Kind = bkCancel
  48.       Margin = 2
  49.       Spacing = -1
  50.       IsControl = True
  51.     end
  52.     object HelpBtn: TBitBtn
  53.       Left = 12
  54.       Top = 72
  55.       Width = 77
  56.       Height = 27
  57.       TabOrder = 2
  58.       OnClick = HelpBtnClick
  59.       Kind = bkHelp
  60.       Margin = 2
  61.       Spacing = -1
  62.       IsControl = True
  63.     end
  64.   end
  65.   object Panel2: TPanel
  66.     Left = 0
  67.     Top = 0
  68.     Width = 427
  69.     Height = 238
  70.     Align = alClient
  71.     BevelInner = bvRaised
  72.     BevelOuter = bvLowered
  73.     TabOrder = 1
  74.     object Label1: TLabel
  75.       Left = 8
  76.       Top = 8
  77.       Width = 93
  78.       Height = 13
  79.       Caption = 'Template Name:'
  80.     end
  81.     object Label2: TLabel
  82.       Left = 224
  83.       Top = 8
  84.       Width = 111
  85.       Height = 13
  86.       Caption = 'Existing Templates:'
  87.     end
  88.     object Edit1: TEdit
  89.       Left = 8
  90.       Top = 24
  91.       Width = 209
  92.       Height = 21
  93.       Hint = 'Enter New Or Existing Template Name'
  94.       TabOrder = 0
  95.     end
  96.     object ListBox1: TListBox
  97.       Left = 224
  98.       Top = 24
  99.       Width = 193
  100.       Height = 169
  101.       Hint = 'Double Click To Change'
  102.       ItemHeight = 13
  103.       TabOrder = 2
  104.       OnClick = ListBox1Click
  105.       OnDblClick = ListBox1DblClick
  106.     end
  107.     object DeleteBtn: TButton
  108.       Left = 287
  109.       Top = 201
  110.       Width = 66
  111.       Height = 24
  112.       Hint = 'Delete Selected Template'
  113.       Caption = '&Delete'
  114.       TabOrder = 3
  115.       OnClick = DeleteBtnClick
  116.     end
  117.     object GroupBox1: TGroupBox
  118.       Left = 8
  119.       Top = 50
  120.       Width = 209
  121.       Height = 176
  122.       Caption = 'Set Date To System Date:'
  123.       TabOrder = 1
  124.     end
  125.   end
  126. end
  127.