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

  1. object Addshape2: TAddshape2
  2.   Left = 115
  3.   Top = 85
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Form hinzuf∩┐╜gen'
  7.   ClientHeight = 239
  8.   ClientWidth = 404
  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 = 33
  19.     Top = 49
  20.     Width = 27
  21.     Height = 13
  22.     Caption = 'Breite'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 84
  26.     Top = 49
  27.     Width = 26
  28.     Height = 13
  29.     Caption = 'H∩┐╜he'
  30.   end
  31.   object Label5: TLabel
  32.     Left = 31
  33.     Top = 135
  34.     Width = 82
  35.     Height = 13
  36.     Caption = 'Vordergrundfarbe'
  37.   end
  38.   object Label6: TLabel
  39.     Left = 190
  40.     Top = 138
  41.     Width = 79
  42.     Height = 13
  43.     Caption = 'Hintergrundfarbe'
  44.   end
  45.   object Label7: TLabel
  46.     Left = 32
  47.     Top = 24
  48.     Width = 41
  49.     Height = 20
  50.     Caption = 'Ma∩┐╜e'
  51.     Font.Color = clBlack
  52.     Font.Height = -16
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = [fsUnderline]
  55.     ParentFont = False
  56.   end
  57.   object Label9: TLabel
  58.     Left = 31
  59.     Top = 104
  60.     Width = 42
  61.     Height = 20
  62.     Caption = 'Farbe'
  63.     Font.Color = clBlack
  64.     Font.Height = -16
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = [fsUnderline]
  67.     ParentFont = False
  68.   end
  69.   object Label3: TLabel
  70.     Left = 141
  71.     Top = 24
  72.     Width = 37
  73.     Height = 20
  74.     Caption = 'Form'
  75.     Font.Color = clBlack
  76.     Font.Height = -16
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = [fsUnderline]
  79.     ParentFont = False
  80.   end
  81.   object Label4: TLabel
  82.     Left = 303
  83.     Top = 24
  84.     Width = 83
  85.     Height = 20
  86.     Caption = 'Randst∩┐╜rke'
  87.     Font.Color = clBlack
  88.     Font.Height = -16
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = [fsUnderline]
  91.     ParentFont = False
  92.   end
  93.   object Edit1: TEdit
  94.     Left = 32
  95.     Top = 69
  96.     Width = 39
  97.     Height = 21
  98.     MaxLength = 5
  99.     TabOrder = 0
  100.     OnExit = Edit1Exit
  101.   end
  102.   object Edit2: TEdit
  103.     Left = 82
  104.     Top = 69
  105.     Width = 39
  106.     Height = 21
  107.     MaxLength = 5
  108.     TabOrder = 1
  109.     OnExit = Edit2Exit
  110.   end
  111.   object ComboBox1: TComboBox
  112.     Left = 32
  113.     Top = 154
  114.     Width = 145
  115.     Height = 21
  116.     ItemHeight = 13
  117.     Items.Strings = (
  118.       'Schwarz'
  119.       'Rotbraun'
  120.       'Gr∩┐╜n'
  121.       'Olivgr∩┐╜n'
  122.       'Marineblau'
  123.       'Violett'
  124.       'Petrol'
  125.       'Grau'
  126.       'Silber'
  127.       'Rot'
  128.       'Limonengr∩┐╜n'
  129.       'Gelb'
  130.       'Blau'
  131.       'Pink'
  132.       'Karibikblau'
  133.       'Wei∩┐╜'
  134.       'Fenstertext (Windows)'
  135.       'Fensterhintergrund (Windows)'
  136.       'Schaltfl∩┐╜chenfarbe (Windows)')
  137.     TabOrder = 2
  138.     Text = ' '
  139.   end
  140.   object ComboBox2: TComboBox
  141.     Left = 192
  142.     Top = 154
  143.     Width = 145
  144.     Height = 21
  145.     ItemHeight = 13
  146.     Items.Strings = (
  147.       'Schwarz'
  148.       'Rotbraun'
  149.       'Gr∩┐╜n'
  150.       'Olivgr∩┐╜n'
  151.       'Marineblau'
  152.       'Violett'
  153.       'Petrol'
  154.       'Grau'
  155.       'Silber'
  156.       'Rot'
  157.       'Limonengr∩┐╜n'
  158.       'Gelb'
  159.       'Blau'
  160.       'Pink'
  161.       'Karibikblau'
  162.       'Wei∩┐╜'
  163.       'Fenstertext (Windows)'
  164.       'Fensterhintergrund (Windows)'
  165.       'Schaltfl∩┐╜chenfarbe (Windows)')
  166.     TabOrder = 3
  167.     Text = ' '
  168.   end
  169.   object Button1: TButton
  170.     Left = 32
  171.     Top = 194
  172.     Width = 75
  173.     Height = 25
  174.     Caption = 'OK'
  175.     TabOrder = 4
  176.     OnClick = Button1Click
  177.   end
  178.   object Button2: TButton
  179.     Left = 120
  180.     Top = 194
  181.     Width = 75
  182.     Height = 25
  183.     Caption = 'Abbruch'
  184.     TabOrder = 5
  185.     OnClick = Button2Click
  186.   end
  187.   object ComboBox3: TComboBox
  188.     Left = 138
  189.     Top = 69
  190.     Width = 145
  191.     Height = 21
  192.     ItemHeight = 13
  193.     Items.Strings = (
  194.       'Rechteck 1'
  195.       'Rechteck 2'
  196.       'Quadrat 1'
  197.       'Quadrat 2'
  198.       'Kreis'
  199.       'Ellipse ')
  200.     TabOrder = 6
  201.   end
  202.   object ComboBox4: TComboBox
  203.     Left = 307
  204.     Top = 69
  205.     Width = 44
  206.     Height = 21
  207.     DropDownCount = 10
  208.     ItemHeight = 13
  209.     Items.Strings = (
  210.       '1'
  211.       '2'
  212.       '3'
  213.       '4'
  214.       '5'
  215.       '6'
  216.       '7'
  217.       '8'
  218.       '9'
  219.       '10')
  220.     TabOrder = 7
  221.   end
  222. end
  223.