home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1998 November (Bonus) / GAMESTAR11B.ISO / Diverses / SECK / _SETUP.1 / Seck.exe / 0 / RCDATA / TBESTELLEN / TBESTELLEN.txt
Text File  |  1998-03-15  |  3KB  |  126 lines

  1. object Bestellen: TBestellen
  2.   Left = 97
  3.   Top = 14
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'SECK BESTELLEN'
  7.   ClientHeight = 220
  8.   ClientWidth = 428
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefaultSizeOnly
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 9
  18.     Top = 11
  19.     Width = 412
  20.     Height = 20
  21.     Caption = 'Bestellung des Savegame Editor Construction Kits (SECK)'
  22.     Font.Color = clBlack
  23.     Font.Height = -16
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsUnderline]
  26.     ParentFont = False
  27.   end
  28.   object Label2: TLabel
  29.     Left = 13
  30.     Top = 41
  31.     Width = 3
  32.     Height = 13
  33.   end
  34.   object GroupBox1: TGroupBox
  35.     Left = 11
  36.     Top = 41
  37.     Width = 404
  38.     Height = 132
  39.     TabOrder = 1
  40.     object Label3: TLabel
  41.       Left = 17
  42.       Top = 16
  43.       Width = 338
  44.       Height = 13
  45.       Caption = 
  46.         'F∩┐╜llen Sie bitte das Bestellformular aus und senden es per Post/' +
  47.         'Fax an :'
  48.       Font.Color = clBlack
  49.       Font.Height = -11
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = [fsUnderline]
  52.       ParentFont = False
  53.     end
  54.     object Label4: TLabel
  55.       Left = 208
  56.       Top = 40
  57.       Width = 125
  58.       Height = 13
  59.       Caption = 'Schneller geht'#39's per Fax ...'
  60.     end
  61.     object Label5: TLabel
  62.       Left = 209
  63.       Top = 61
  64.       Width = 77
  65.       Height = 13
  66.       Caption = '05323 / 922807'
  67.     end
  68.     object Label6: TLabel
  69.       Left = 216
  70.       Top = 99
  71.       Width = 59
  72.       Height = 13
  73.       Caption = '05329 / 326'
  74.     end
  75.     object Label7: TLabel
  76.       Left = 237
  77.       Top = 80
  78.       Width = 21
  79.       Height = 13
  80.       Caption = 'oder'
  81.     end
  82.     object Memo1: TMemo
  83.       Left = 16
  84.       Top = 39
  85.       Width = 185
  86.       Height = 57
  87.       BorderStyle = bsNone
  88.       Color = clBtnFace
  89.       Lines.Strings = (
  90.         'Advanced Digital Technologies'
  91.         'Frank Necas-Nie∩┐╜ner'
  92.         'Rudolf-Keune Str. 10'
  93.         '38707 Schulenberg i.O'
  94.         '')
  95.       ReadOnly = True
  96.       TabOrder = 0
  97.     end
  98.   end
  99.   object Button1: TButton
  100.     Left = 26
  101.     Top = 138
  102.     Width = 132
  103.     Height = 25
  104.     Caption = 'Bestellformular drucken'
  105.     TabOrder = 0
  106.     OnClick = Button1Click
  107.   end
  108.   object Button2: TButton
  109.     Left = 174
  110.     Top = 185
  111.     Width = 75
  112.     Height = 25
  113.     Caption = 'OK'
  114.     TabOrder = 2
  115.     OnClick = Button2Click
  116.   end
  117.   object RichEdit1: TRichEdit
  118.     Left = 300
  119.     Top = 178
  120.     Width = 40
  121.     Height = 30
  122.     TabOrder = 3
  123.     Visible = False
  124.   end
  125. end
  126.