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

  1. object AddText2: TAddText2
  2.   Left = 96
  3.   Top = 97
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Text hinzuf∩┐╜gen'
  7.   ClientHeight = 289
  8.   ClientWidth = 436
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefaultSizeOnly
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 18
  19.     Top = 15
  20.     Width = 172
  21.     Height = 20
  22.     Caption = 'Bitte den Text eingeben '
  23.     Font.Color = clBlack
  24.     Font.Height = -16
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 20
  31.     Top = 132
  32.     Width = 92
  33.     Height = 20
  34.     Caption = 'Schriftgr∩┐╜∩┐╜e '
  35.     Font.Color = clBlack
  36.     Font.Height = -16
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object Label3: TLabel
  42.     Left = 123
  43.     Top = 132
  44.     Width = 65
  45.     Height = 20
  46.     Caption = 'Schriftstil'
  47.     Font.Color = clBlack
  48.     Font.Height = -16
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.   end
  53.   object Label5: TLabel
  54.     Left = 19
  55.     Top = 78
  56.     Width = 82
  57.     Height = 13
  58.     Caption = 'Vordergrundfarbe'
  59.   end
  60.   object Label6: TLabel
  61.     Left = 178
  62.     Top = 81
  63.     Width = 79
  64.     Height = 13
  65.     Caption = 'Hintergrundfarbe'
  66.   end
  67.   object GroupBox1: TGroupBox
  68.     Left = 125
  69.     Top = 157
  70.     Width = 135
  71.     Height = 118
  72.     TabOrder = 7
  73.   end
  74.   object Edit1: TEdit
  75.     Left = 18
  76.     Top = 45
  77.     Width = 404
  78.     Height = 21
  79.     MaxLength = 80
  80.     TabOrder = 0
  81.   end
  82.   object ListBox1: TListBox
  83.     Left = 23
  84.     Top = 192
  85.     Width = 45
  86.     Height = 82
  87.     ItemHeight = 13
  88.     Items.Strings = (
  89.       '8'
  90.       '10'
  91.       '12'
  92.       '14'
  93.       '18'
  94.       '24')
  95.     TabOrder = 1
  96.     OnClick = ListBox1Click
  97.     OnKeyPress = ListBox1KeyPress
  98.   end
  99.   object Edit2: TEdit
  100.     Left = 24
  101.     Top = 162
  102.     Width = 45
  103.     Height = 21
  104.     TabOrder = 2
  105.     Text = '12'
  106.     OnEnter = Edit2Enter
  107.   end
  108.   object CheckBox1: TCheckBox
  109.     Left = 144
  110.     Top = 175
  111.     Width = 97
  112.     Height = 17
  113.     Caption = 'fett'
  114.     TabOrder = 3
  115.   end
  116.   object CheckBox2: TCheckBox
  117.     Left = 144
  118.     Top = 196
  119.     Width = 97
  120.     Height = 17
  121.     Caption = 'kursiv'
  122.     TabOrder = 4
  123.   end
  124.   object CheckBox3: TCheckBox
  125.     Left = 144
  126.     Top = 218
  127.     Width = 97
  128.     Height = 17
  129.     Caption = 'durchgestrichen'
  130.     TabOrder = 5
  131.   end
  132.   object CheckBox4: TCheckBox
  133.     Left = 144
  134.     Top = 239
  135.     Width = 97
  136.     Height = 17
  137.     Caption = 'unterstrichen'
  138.     TabOrder = 6
  139.   end
  140.   object Button1: TButton
  141.     Left = 297
  142.     Top = 192
  143.     Width = 75
  144.     Height = 25
  145.     Caption = 'OK'
  146.     TabOrder = 8
  147.     OnClick = Button1Click
  148.   end
  149.   object Button2: TButton
  150.     Left = 297
  151.     Top = 223
  152.     Width = 75
  153.     Height = 25
  154.     Caption = 'Abbruch'
  155.     TabOrder = 9
  156.     OnClick = Button2Click
  157.   end
  158.   object ComboBox1: TComboBox
  159.     Left = 20
  160.     Top = 97
  161.     Width = 145
  162.     Height = 21
  163.     ItemHeight = 13
  164.     Items.Strings = (
  165.       'Schwarz'
  166.       'Rotbraun'
  167.       'Gr∩┐╜n'
  168.       'Olivgr∩┐╜n'
  169.       'Marineblau'
  170.       'Violett'
  171.       'Petrol'
  172.       'Grau'
  173.       'Silber'
  174.       'Rot'
  175.       'Limonengr∩┐╜n'
  176.       'Gelb'
  177.       'Blau'
  178.       'Pink'
  179.       'Karibikblau'
  180.       'Wei∩┐╜'
  181.       'Fenstertext (Windows)'
  182.       'Fensterhintergrund (Windows)'
  183.       'Schaltfl∩┐╜chenfarbe (Windows)')
  184.     TabOrder = 10
  185.     Text = ' '
  186.   end
  187.   object ComboBox2: TComboBox
  188.     Left = 180
  189.     Top = 97
  190.     Width = 145
  191.     Height = 21
  192.     ItemHeight = 13
  193.     Items.Strings = (
  194.       'Schwarz'
  195.       'Rotbraun'
  196.       'Gr∩┐╜n'
  197.       'Olivgr∩┐╜n'
  198.       'Marineblau'
  199.       'Violett'
  200.       'Petrol'
  201.       'Grau'
  202.       'Silber'
  203.       'Rot'
  204.       'Limonengr∩┐╜n'
  205.       'Gelb'
  206.       'Blau'
  207.       'Pink'
  208.       'Karibikblau'
  209.       'Wei∩┐╜'
  210.       'Fenstertext (Windows)'
  211.       'Fensterhintergrund (Windows)'
  212.       'Schaltfl∩┐╜chenfarbe (Windows)')
  213.     TabOrder = 11
  214.   end
  215. end
  216.