home *** CD-ROM | disk | FTP | other *** search
/ Freelog 29 / Freelog029.iso / BestOf / WinForce / WinForce.exe / 0 / RCDATA / TEDITSTART / TEDITSTART.txt
Text File  |  2001-02-04  |  2KB  |  115 lines

  1. object EditStart: TEditStart
  2.   Left = -828
  3.   Top = 89
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'EditStart'
  6.   ClientHeight = 236
  7.   ClientWidth = 483
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnKeyPress = FilenameEdit1KeyPress
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Button1: TButton
  22.     Left = 147
  23.     Top = 200
  24.     Width = 75
  25.     Height = 25
  26.     Anchors = [akTop]
  27.     Caption = 'OK'
  28.     TabOrder = 3
  29.     OnClick = Button1Click
  30.   end
  31.   object Button2: TButton
  32.     Left = 243
  33.     Top = 200
  34.     Width = 75
  35.     Height = 25
  36.     Anchors = [akTop]
  37.     Caption = 'Abbrechen'
  38.     TabOrder = 4
  39.     OnClick = Button2Click
  40.   end
  41.   object GroupBox2: TGroupBox
  42.     Left = 5
  43.     Top = 8
  44.     Width = 472
  45.     Height = 49
  46.     Anchors = [akLeft, akTop, akRight]
  47.     Caption = 'Ort der Speicherung'
  48.     TabOrder = 5
  49.     object Edit2: TEdit
  50.       Left = 8
  51.       Top = 16
  52.       Width = 456
  53.       Height = 21
  54.       Anchors = [akLeft, akTop, akRight]
  55.       ReadOnly = True
  56.       TabOrder = 0
  57.       Text = 'Edit2'
  58.       OnKeyPress = FilenameEdit1KeyPress
  59.     end
  60.   end
  61.   object GroupBox3: TGroupBox
  62.     Left = 5
  63.     Top = 72
  64.     Width = 472
  65.     Height = 49
  66.     Anchors = [akLeft, akTop, akRight]
  67.     Caption = 'Eintrag (Bezeichung)'
  68.     TabOrder = 0
  69.     object Edit3: TEdit
  70.       Left = 8
  71.       Top = 16
  72.       Width = 456
  73.       Height = 21
  74.       Anchors = [akLeft, akTop, akRight]
  75.       TabOrder = 0
  76.       Text = 'Edit3'
  77.       OnKeyPress = FilenameEdit1KeyPress
  78.     end
  79.   end
  80.   object GroupBox1: TGroupBox
  81.     Left = 5
  82.     Top = 136
  83.     Width = 472
  84.     Height = 49
  85.     Anchors = [akLeft, akTop, akRight]
  86.     Caption = 'Wert (zu startendes Programm)'
  87.     TabOrder = 2
  88.     object FilenameEdit1: TFilenameEdit
  89.       Left = 8
  90.       Top = 16
  91.       Width = 456
  92.       Height = 21
  93.       Anchors = [akLeft, akTop, akRight]
  94.       NumGlyphs = 1
  95.       TabOrder = 0
  96.       Text = 'FilenameEdit1'
  97.       OnKeyPress = FilenameEdit1KeyPress
  98.     end
  99.   end
  100.   object RadioGroup1: TRadioGroup
  101.     Left = 5
  102.     Top = 72
  103.     Width = 472
  104.     Height = 49
  105.     Anchors = [akLeft, akTop, akRight]
  106.     Caption = 'Eintrag (Bezeichnung)'
  107.     Columns = 2
  108.     ItemIndex = 0
  109.     Items.Strings = (
  110.       'Run'
  111.       'Load (wird minimiert gestartet)')
  112.     TabOrder = 1
  113.   end
  114. end
  115.