home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / tools / bigdoc / bigdoc.exe / BigDoc.exe / 0 / RCDATA / TREGCARD / TREGCARD.txt
Text File  |  2000-04-17  |  2KB  |  94 lines

  1. object RegCard: TRegCard
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Registration'
  6.   ClientHeight = 214
  7.   ClientWidth = 313
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 297
  18.     Height = 161
  19.     Shape = bsFrame
  20.   end
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 114
  24.     Width = 31
  25.     Height = 13
  26.     Caption = 'Name:'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 16
  30.     Top = 140
  31.     Width = 28
  32.     Height = 13
  33.     Caption = 'Code:'
  34.   end
  35.   object OKBtn: TButton
  36.     Left = 79
  37.     Top = 180
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 0
  44.     OnClick = OKBtnClick
  45.   end
  46.   object CancelBtn: TButton
  47.     Left = 159
  48.     Top = 180
  49.     Width = 75
  50.     Height = 25
  51.     Cancel = True
  52.     Caption = 'Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 1
  55.     OnClick = CancelBtnClick
  56.   end
  57.   object Name: TEdit
  58.     Left = 56
  59.     Top = 112
  60.     Width = 241
  61.     Height = 21
  62.     TabOrder = 2
  63.   end
  64.   object Panel1: TPanel
  65.     Left = 16
  66.     Top = 16
  67.     Width = 281
  68.     Height = 81
  69.     BevelInner = bvLowered
  70.     BevelOuter = bvNone
  71.     Caption = 'Panel1'
  72.     Color = 11927551
  73.     TabOrder = 3
  74.     object Comments: TLabel
  75.       Left = 8
  76.       Top = 8
  77.       Width = 265
  78.       Height = 65
  79.       AutoSize = False
  80.       Caption = 'Comments'
  81.       Color = 11927551
  82.       ParentColor = False
  83.       WordWrap = True
  84.     end
  85.   end
  86.   object Code: TEdit
  87.     Left = 56
  88.     Top = 136
  89.     Width = 97
  90.     Height = 21
  91.     TabOrder = 4
  92.   end
  93. end
  94.