Subversion Repositories spacemission

Rev

Rev 43 | Blame | Compare with Previous | Last modification | View Log | RSS feed

object LevelForm: TLevelForm
  Left = 195
  Top = 103
  BorderStyle = bsDialog
  Caption = 'Leveleigenschaften'
  ClientHeight = 251
  ClientWidth = 384
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Position = poMainFormCenter
  OnHide = FormHide
  OnShow = FormShow
  TextHeight = 13
  object ElPopupButton1: TButton
    Left = 280
    Top = 216
    Width = 99
    Height = 25
    Caption = 'OK'
    Default = True
    TabOrder = 0
    OnClick = ElPopupButton1Click
  end
  object ElPopupButton2: TButton
    Left = 8
    Top = 216
    Width = 99
    Height = 25
    Cancel = True
    Caption = 'Abbrechen'
    TabOrder = 1
    OnClick = ElPopupButton2Click
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 369
    Height = 193
    Caption = 'Editoreigenschaften'
    TabOrder = 2
    object Label1: TLabel
      Left = 16
      Top = 32
      Width = 106
      Height = 13
      Caption = 'Gr'#246#223'e des Spielfeldes:'
    end
    object Label2: TLabel
      Left = 16
      Top = 136
      Width = 124
      Height = 13
      Caption = 'Interner Name des Levels:'
    end
    object Label3: TLabel
      Left = 16
      Top = 168
      Width = 57
      Height = 13
      Caption = 'Level-Autor:'
    end
    object Panel1: TPanel
      Left = 16
      Top = 56
      Width = 329
      Height = 57
      Color = clInfoBk
      ParentBackground = False
      TabOrder = 0
      object ElLabel1: TLabel
        Left = 8
        Top = 8
        Width = 55
        Height = 13
        Caption = 'Information:'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsUnderline]
        ParentFont = False
      end
      object ElLabel2: TLabel
        Left = 80
        Top = 10
        Width = 228
        Height = 39
        Caption = 
          'Die Spielfeldgr'#246#223'e wird nur von dem Leveleditor '#13#10'ben'#246'tigt. Das ' +
          #196'ndern dieser Gr'#246#223'e wirkt sich '#13#10'nicht auf die Gr'#246#223'e der Levels ' +
          'aus.'
        Color = clInfoBk
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentColor = False
        ParentFont = False
      end
    end
    object Groesse: TSpinEdit
      Left = 144
      Top = 28
      Width = 121
      Height = 22
      MaxValue = 65000
      MinValue = 100
      TabOrder = 1
      Value = 1200
    end
    object LevName: TEdit
      Left = 167
      Top = 133
      Width = 178
      Height = 21
      TabOrder = 2
    end
    object LevAuthor: TEdit
      Left = 167
      Top = 160
      Width = 178
      Height = 21
      TabOrder = 3
    end
  end
end