home *** CD-ROM | disk | FTP | other *** search
/ Prima Shareware 3 / DuCom_Prima-Shareware-3_cd1.bin / PROGRAMO / delphi / HOTKEY / FHOTKAB.DFM / FHOTKAB.txt
Encoding:
Text File  |  1996-04-09  |  7.2 KB  |  284 lines

  1. object HotKeyAboutBox: THotKeyAboutBox
  2.   Left = 396
  3.   Top = 116
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'Hot Key Infos'
  7.   ClientHeight = 326
  8.   ClientWidth = 341
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object OKButton: TBitBtn
  18.     Left = 9
  19.     Top = 244
  20.     Width = 77
  21.     Height = 27
  22.     Font.Color = clBlack
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.     TabOrder = 0
  28.     Kind = bkOK
  29.     Margin = 2
  30.     Spacing = -1
  31.     IsControl = True
  32.   end
  33.   object BitBtn1: TBitBtn
  34.     Left = 202
  35.     Top = 244
  36.     Width = 115
  37.     Height = 27
  38.     Cancel = True
  39.     Caption = '&Registrieren...'
  40.     Font.Color = clBlack
  41.     Font.Height = -13
  42.     Font.Name = 'Arial'
  43.     Font.Style = []
  44.     ModalResult = 2
  45.     ParentFont = False
  46.     TabOrder = 1
  47.     Layout = blGlyphRight
  48.     NumGlyphs = 2
  49.   end
  50.   object Panel: TPanel
  51.     Left = 0
  52.     Top = 279
  53.     Width = 341
  54.     Height = 47
  55.     Align = alBottom
  56.     TabOrder = 2
  57.     object BitBtn2: TBitBtn
  58.       Left = 240
  59.       Top = 8
  60.       Width = 89
  61.       Height = 33
  62.       TabOrder = 0
  63.       Kind = bkOK
  64.     end
  65.   end
  66.   object TPanel
  67.     Left = 0
  68.     Top = 0
  69.     Width = 341
  70.     Height = 279
  71.     Align = alClient
  72.     TabOrder = 3
  73.     object TabbedNoteBook: TTabbedNotebook
  74.       Left = 1
  75.       Top = 1
  76.       Width = 339
  77.       Height = 277
  78.       Align = alClient
  79.       TabFont.Color = clBtnText
  80.       TabFont.Height = -11
  81.       TabFont.Name = 'MS Sans Serif'
  82.       TabFont.Style = []
  83.       TabOrder = 0
  84.       object TTabPage
  85.         Left = 4
  86.         Top = 24
  87.         Caption = '&About'
  88.         object TPanel
  89.           Left = 8
  90.           Top = 8
  91.           Width = 313
  92.           Height = 225
  93.           BevelInner = bvRaised
  94.           BevelWidth = 5
  95.           TabOrder = 0
  96.           object ProductName: TLabel
  97.             Left = 166
  98.             Top = 18
  99.             Width = 100
  100.             Height = 24
  101.             Caption = '&& Hot &Key '
  102.             Font.Color = clBlack
  103.             Font.Height = -19
  104.             Font.Name = 'MS Sans Serif'
  105.             Font.Style = [fsBold]
  106.             ParentFont = False
  107.             IsControl = True
  108.           end
  109.           object Version: TLabel
  110.             Left = 166
  111.             Top = 44
  112.             Width = 69
  113.             Height = 13
  114.             Caption = 'Version 1.2 '
  115.             Font.Color = clBlack
  116.             Font.Height = -11
  117.             Font.Name = 'MS Sans Serif'
  118.             Font.Style = [fsBold]
  119.             ParentFont = False
  120.             IsControl = True
  121.           end
  122.           object Copyright: TLabel
  123.             Left = 166
  124.             Top = 62
  125.             Width = 114
  126.             Height = 13
  127.             Caption = '(c) 1996 by O.S.E . '
  128.             Font.Color = clBlack
  129.             Font.Height = -11
  130.             Font.Name = 'MS Sans Serif'
  131.             Font.Style = [fsBold]
  132.             ParentFont = False
  133.             IsControl = True
  134.           end
  135.           object Label1: TLabel
  136.             Left = 16
  137.             Top = 20
  138.             Width = 130
  139.             Height = 54
  140.             Alignment = taCenter
  141.             Caption = 'O.S.E.'
  142.             Font.Color = clBlue
  143.             Font.Height = -48
  144.             Font.Name = 'Times New Roman'
  145.             Font.Style = [fsBold, fsItalic]
  146.             ParentFont = False
  147.           end
  148.           object Autor: TLabel
  149.             Left = 162
  150.             Top = 98
  151.             Width = 128
  152.             Height = 13
  153.             Caption = 'Autor R. Kronemeyer '
  154.             Font.Color = clBlack
  155.             Font.Height = -11
  156.             Font.Name = 'MS Sans Serif'
  157.             Font.Style = [fsBold, fsItalic]
  158.             ParentFont = False
  159.             IsControl = True
  160.           end
  161.           object TLabel
  162.             Left = 16
  163.             Top = 118
  164.             Width = 281
  165.             Height = 16
  166.             Alignment = taCenter
  167.             Caption = 'Objektorientierte Software Entwicklung  '
  168.             Font.Color = clBlack
  169.             Font.Height = -13
  170.             Font.Name = 'MS Sans Serif'
  171.             Font.Style = [fsBold]
  172.             ParentFont = False
  173.             IsControl = True
  174.           end
  175.           object TLabel
  176.             Left = 46
  177.             Top = 196
  178.             Width = 103
  179.             Height = 13
  180.             Caption = 'CIS:100067,3353 '
  181.             Font.Color = clBlack
  182.             Font.Height = -11
  183.             Font.Name = 'MS Sans Serif'
  184.             Font.Style = [fsBold]
  185.             ParentFont = False
  186.             IsControl = True
  187.           end
  188.           object Reg_user_Label: TLabel
  189.             Left = 14
  190.             Top = 80
  191.             Width = 281
  192.             Height = 13
  193.             Alignment = taCenter
  194.             AutoSize = False
  195.             Caption = 'Trial Version'
  196.             Font.Color = clBlack
  197.             Font.Height = -11
  198.             Font.Name = 'MS Sans Serif'
  199.             Font.Style = [fsBold]
  200.             ParentFont = False
  201.             IsControl = True
  202.           end
  203.           object TLabel
  204.             Left = 89
  205.             Top = 138
  206.             Width = 123
  207.             Height = 13
  208.             Alignment = taCenter
  209.             Caption = 'Carl-Stefan Kerckhoff'
  210.             Font.Color = clBlack
  211.             Font.Height = -11
  212.             Font.Name = 'MS Sans Serif'
  213.             Font.Style = [fsBold]
  214.             ParentFont = False
  215.             IsControl = True
  216.           end
  217.           object TLabel
  218.             Left = 46
  219.             Top = 160
  220.             Width = 217
  221.             Height = 13
  222.             Caption = 'Nordhorner Str. 49  49828 Neuenhaus'
  223.             Font.Color = clBlack
  224.             Font.Height = -11
  225.             Font.Name = 'MS Sans Serif'
  226.             Font.Style = [fsBold]
  227.             ParentFont = False
  228.             IsControl = True
  229.           end
  230.           object TLabel
  231.             Left = 46
  232.             Top = 178
  233.             Width = 215
  234.             Height = 13
  235.             Caption = 'Tel.:05941-9822-0 Fax :05941-9822-2'
  236.             Font.Color = clBlack
  237.             Font.Height = -11
  238.             Font.Name = 'MS Sans Serif'
  239.             Font.Style = [fsBold]
  240.             ParentFont = False
  241.             IsControl = True
  242.           end
  243.         end
  244.       end
  245.       object TTabPage
  246.         Left = 4
  247.         Top = 24
  248.         Caption = '&Registration'
  249.         object TPanel
  250.           Left = 8
  251.           Top = 9
  252.           Width = 313
  253.           Height = 227
  254.           BevelInner = bvLowered
  255.           BevelWidth = 3
  256.           TabOrder = 0
  257.           object RegMemo: TMemo
  258.             Left = 6
  259.             Top = 6
  260.             Width = 301
  261.             Height = 215
  262.             Align = alClient
  263.             Enabled = False
  264.             Lines.Strings = (
  265.               'Um diese hilfreiche Componente registrieren '
  266.               'zu lassen, senden Sie uns bitte unter der  '
  267.               'CIS:100067,3353 Ihre Anschrift. Als E-Mail '
  268.               'Subject verwenden Sie bitte '
  269.               #39'HOTKEY-Bestellung'#39'.'
  270.               ''
  271.               'F∩┐╜r 50,00 DM zuz∩┐╜gl. MwSt. und Versand '
  272.               'erhalten Sie die Komponente HOTKEY per '
  273.               'Post-Nachnahme.'
  274.               ''
  275.               'Technische Fragen richten Sie bitte nur per '
  276.               'E-Mail unter dem Subject '#39'HOTKEY-Frage'#39)
  277.             TabOrder = 0
  278.           end
  279.         end
  280.       end
  281.     end
  282.   end
  283. end
  284.