products/sources/formale sprachen/Delphi/Bille 0.71/__history image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]

Datei: Options.dfm.~15~   Sprache: Unknown

Spracherkennung für: .~15~ vermutete Sprache: Fortran {Fortran[81] CS[94] Abap[104]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

object Options: TOptions
  Left = 0
  Top = 0
  Caption = 'Optionen'
  ClientHeight = 211
  ClientWidth = 347
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 347
    Height = 211
    ActivePage = TabSheet1
    Align = alClient
    MultiLine = True
    TabHeight = 1
    TabOrder = 0
    TabWidth = 1
    object TabSheet1: TTabSheet
      Caption = 'Standard'
      object Label3: TLabel
        Left = 13
        Top = 3
        Width = 64
        Height = 13
        Caption = 'Trennzeichen'
      end
      object Label4: TLabel
        Left = 13
        Top = 31
        Width = 3
        Height = 16
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Bevel1: TBevel
        Left = 65
        Top = 102
        Width = 200
        Height = 2
        Shape = bsTopLine
      end
      object Label1: TLabel
        Left = 13
        Top = 37
        Width = 142
        Height = 13
        Caption = 'Erste Zeile enth'#228'lt Feldnamen'
      end
      object Sprache: TLabel
        Left = 13
        Top = 72
        Width = 39
        Height = 13
        Caption = 'Sprache'
      end
      object OKButton: TButton
        Left = 35
        Top = 124
        Width = 75
        Height = 25
        Caption = 'OK'
        Default = True
        ModalResult = 1
        TabOrder = 0
        OnClick = OKButtonClick
      end
      object Edit1: TEdit
        Left = 184
        Top = 2
        Width = 139
        Height = 21
        TabOrder = 1
        Text = 'Edit1'
        OnChange = Edit1Change
        OnClick = ListBox1Click
      end
      object Button2: TButton
        Left = 242
        Top = 124
        Width = 75
        Height = 25
        Caption = 'Abbrechen'
        ModalResult = 2
        TabOrder = 2
      end
      object Reset: TButton
        Left = 138
        Top = 124
        Width = 75
        Height = 25
        Caption = 'Reset'
        TabOrder = 3
        OnClick = ResetClick
      end
      object CheckBox1: TCheckBox
        Left = 208
        Top = 37
        Width = 97
        Height = 17
        TabOrder = 4
        OnClick = ListBox1Click
      end
      object ListBox1: TListBox
        Left = 184
        Top = 72
        Width = 121
        Height = 18
        ItemHeight = 13
        Items.Strings = (
          'deutsch'
          'english')
        TabOrder = 5
        OnClick = ListBox1Click
      end
    end
  end
end

[ Dauer der Verarbeitung: 0.57 Sekunden  ]