home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / tools / 95autot / automake.exe / 0 / RCDATA / TEINGABEFORM / TEINGABEFORM.txt
Text File  |  1997-10-17  |  2KB  |  106 lines

  1. object eingabeform: Teingabeform
  2.   Left = 664
  3.   Top = 441
  4.   HelpContext = 2
  5.   ActiveControl = titelfeld
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Daten eingabe !'
  9.   ClientHeight = 244
  10.   ClientWidth = 204
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   ShowHint = True
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 10
  23.     Top = 170
  24.     Width = 68
  25.     Height = 13
  26.     Caption = 'Programmpfad'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 10
  30.     Top = 37
  31.     Width = 111
  32.     Height = 13
  33.     Caption = 'Programmbeschreibung'
  34.   end
  35.   object Label3: TLabel
  36.     Left = 10
  37.     Top = 0
  38.     Width = 108
  39.     Height = 13
  40.     Caption = 'Programmbezeichnung'
  41.   end
  42.   object pfadfeld: TEdit
  43.     Left = 10
  44.     Top = 183
  45.     Width = 185
  46.     Height = 21
  47.     Hint = 'Pfad Eingeben ohne   '#39' D :\ '#39'   '
  48.     MaxLength = 99
  49.     TabOrder = 2
  50.   end
  51.   object titelfeld: TEdit
  52.     Left = 9
  53.     Top = 14
  54.     Width = 185
  55.     Height = 21
  56.     Hint = 'Programmtitel eingeben !'
  57.     MaxLength = 25
  58.     TabOrder = 0
  59.   end
  60.   object ok_taste: TButton
  61.     Left = 9
  62.     Top = 210
  63.     Width = 90
  64.     Height = 30
  65.     Hint = '∩┐╜bernimmt die aktuellen ∩┐╜nderungen'
  66.     Caption = '&∩┐╜bernehmen'
  67.     TabOrder = 4
  68.     OnClick = ok_tasteClick
  69.   end
  70.   object abbruch_taste: TButton
  71.     Left = 104
  72.     Top = 210
  73.     Width = 90
  74.     Height = 30
  75.     Hint = 'Bricht ab ohne die ∩┐╜nderungen zu ∩┐╜bernehmen'
  76.     Cancel = True
  77.     Caption = '&Abbruch'
  78.     TabOrder = 5
  79.     OnClick = abbruch_tasteClick
  80.   end
  81.   object von_cd_startbar_feld: TCheckBox
  82.     Left = 98
  83.     Top = 166
  84.     Width = 97
  85.     Height = 17
  86.     Hint = 'Ist das Programm von CD lauff∩┐╜hig ??'
  87.     Caption = 'von CD Startbar'
  88.     TabOrder = 3
  89.   end
  90.   object Beschreibungsfeld: TMemo
  91.     Left = 9
  92.     Top = 51
  93.     Width = 185
  94.     Height = 113
  95.     Hint = 'Hier eine Beschreibung des Programms eingeben'
  96.     Font.Color = clWindowText
  97.     Font.Height = -13
  98.     Font.Name = 'Arial'
  99.     Font.Style = [fsBold]
  100.     MaxLength = 150
  101.     ParentFont = False
  102.     TabOrder = 1
  103.     OnKeyDown = BeschreibungsfeldKeyDown
  104.   end
  105. end
  106.