home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / ALLDAY / _SETUP.1 / AllDay.exe / 0 / RCDATA / TFRMREGMSG / TFRMREGMSG.txt < prev   
Text File  |  1999-12-29  |  3KB  |  124 lines

  1. object FrmRegMsg: TFrmRegMsg
  2.   Left = 422
  3.   Top = 224
  4.   BorderStyle = bsDialog
  5.   Caption = 'Registrierungs-Hinweis'
  6.   ClientHeight = 258
  7.   ClientWidth = 425
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ProgramIcon: TImage
  19.     Left = 24
  20.     Top = 16
  21.     Width = 41
  22.     Height = 41
  23.     Picture.Data = {<image000.ico>}
  24.     Stretch = True
  25.     IsControl = True
  26.   end
  27.   object ProductName: TLabel
  28.     Left = 64
  29.     Top = 16
  30.     Width = 110
  31.     Height = 37
  32.     Caption = 'AllDay'
  33.     Font.Charset = ANSI_CHARSET
  34.     Font.Color = clMaroon
  35.     Font.Height = -32
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = [fsItalic]
  38.     ParentFont = False
  39.     IsControl = True
  40.   end
  41.   object Version: TLabel
  42.     Left = 96
  43.     Top = 56
  44.     Width = 216
  45.     Height = 13
  46.     Caption = 'Version 6.8, Release 1 of December 29, 1999'
  47.     IsControl = True
  48.   end
  49.   object lbAge: TLabel
  50.     Left = 96
  51.     Top = 76
  52.     Width = 317
  53.     Height = 13
  54.     AutoSize = False
  55.     Caption = 'lbAge'
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clWindowText
  58.     Font.Height = -11
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = [fsBold]
  61.     ParentFont = False
  62.   end
  63.   object btnReg: TButton
  64.     Left = 316
  65.     Top = 228
  66.     Width = 103
  67.     Height = 25
  68.     Caption = 'jetzt registrieren'
  69.     Default = True
  70.     TabOrder = 0
  71.     OnClick = btnRegClick
  72.   end
  73.   object btnLater: TButton
  74.     Left = 200
  75.     Top = 228
  76.     Width = 103
  77.     Height = 25
  78.     Caption = 'sp∩┐╜ter registrieren'
  79.     TabOrder = 1
  80.     OnClick = btnLaterClick
  81.   end
  82.   object GroupBox1: TGroupBox
  83.     Left = 8
  84.     Top = 92
  85.     Width = 409
  86.     Height = 125
  87.     TabOrder = 2
  88.     object Label1: TLabel
  89.       Left = 8
  90.       Top = 16
  91.       Width = 389
  92.       Height = 57
  93.       AutoSize = False
  94.       Caption = 
  95.         'Vielen Dank f∩┐╜r Ihr Interesse an diesem Programm. Die vorliegend' +
  96.         'e Version ist noch nicht registriert. Unregistriert darf das Pro' +
  97.         'gramm nur 30 Tage zur Erprobung verwendet werden. Zum Registrier' +
  98.         'en bet∩┐╜tigen Sie einfach die Schaltfl∩┐╜che '#39'jetzt Registrieren'#39'.'
  99.       WordWrap = True
  100.     end
  101.     object Label2: TLabel
  102.       Left = 8
  103.       Top = 76
  104.       Width = 393
  105.       Height = 41
  106.       AutoSize = False
  107.       Caption = 
  108.         'Wenn Sie noch nicht registrieren m∩┐╜chten, w∩┐╜hlen Sie '#39'sp∩┐╜ter reg' +
  109.         'istrieren'#39'. Sie k∩┐╜nnen die Registrierung dann jederzeit mit dem ' +
  110.         'Punkt '#39'Registrieren'#39' im Men∩┐╜ '#39'Hilfe'#39' nachholen.'
  111.       WordWrap = True
  112.     end
  113.   end
  114.   object btnHelp: TButton
  115.     Left = 80
  116.     Top = 228
  117.     Width = 103
  118.     Height = 25
  119.     Caption = 'Hilfe'
  120.     TabOrder = 3
  121.     OnClick = btnHelpClick
  122.   end
  123. end
  124.