view unit_Editor.dfm @ 2:104f349dcfcc default tip

Added tag cdar-2.3 for changeset 87b91371db05b8cabe2dc3e2d2dc3ba830ab463b
author "Meillo r e t u r n s <meillo@marmaro.de>"
date Sun, 03 Dec 2006 21:56:41 +0100
parents ef71164288c1
children
line wrap: on
line source

object form_Editor: Tform_Editor
  Left = 327
  Top = 149
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'CD-Autorunner - Editor'
  ClientHeight = 468
  ClientWidth = 600
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = mnu_Main
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object img_Background: TImage
    Left = 0
    Top = 0
    Width = 600
    Height = 450
    Center = True
    Proportional = True
    Stretch = True
  end
  object img_button: TImage
    Left = 0
    Top = 0
    Width = 150
    Height = 40
    Cursor = crHandPoint
    AutoSize = True
    OnMouseDown = img_buttonMouseDown
    OnMouseMove = img_buttonMouseMove
    OnMouseUp = img_buttonMouseUp
  end
  object mnu_Main: TMainMenu
    object mnu_tutorial: TMenuItem
      Caption = '  Tutorial  '
      ShortCut = 16468
      OnClick = mnu_tutorialClick
    end
    object mnu_WelcomeScreen: TMenuItem
      Caption = '  Welcome-Screen Settings  '
      ShortCut = 16471
      OnClick = mnu_WelcomeScreenClick
    end
    object mnu_Autorun: TMenuItem
      Caption = '  Autorun Settings  '
      ShortCut = 16449
      OnClick = mnu_AutorunClick
    end
    object mnu_CreateAR: TMenuItem
      Caption = '  Create CD-Autorunner  '
      ShortCut = 16451
      OnClick = mnu_CreateARClick
    end
    object mnu_nzl: TMenuItem
      Caption = ' I '
      Enabled = False
    end
    object mnu_Sprache: TMenuItem
      Caption = '  -> Deutsch  '
      OnClick = mnu_SpracheClick
    end
  end
end