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.pas.~93~   Sprache: Unknown

Untersuchungsergebnis.~24~ Download desDelphi {Delphi[115] Abap[125] [0]}zum Wurzelverzeichnis wechseln

object Options: TOptions
  Left = 0
  Top = 0
  Caption = 'Optionen'
  ClientHeight = 222
  ClientWidth = 342
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 342
    Height = 222
    Align = alClient
    TabOrder = 0
    object Label3: TLabel
      Left = 37
      Top = 20
      Width = 64
      Height = 13
      Caption = 'Trennzeichen'
    end
    object Label1: TLabel
      Left = 37
      Top = 84
      Width = 142
      Height = 13
      Caption = 'Erste Zeile enth'#228'lt Feldnamen'
    end
    object Sprache: TLabel
      Left = 37
      Top = 117
      Width = 39
      Height = 13
      Caption = 'Sprache'
    end
    object Bevel1: TBevel
      Left = 81
      Top = 160
      Width = 200
      Height = 1
      Shape = bsTopLine
    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 Label2: TLabel
      Left = 37
      Top = 52
      Width = 81
      Height = 13
      Caption = 'Satz-/Zeilenende'
    end
    object Edit1: TEdit
      Left = 208
      Top = 22
      Width = 25
      Height = 21
      TabOrder = 0
      Text = 'Edit1'
      OnChange = Edit1Change
      OnClick = ListBox1Click
    end
    object CheckBox1: TCheckBox
      Left = 208
      Top = 82
      Width = 121
      Height = 17
      TabOrder = 1
      OnClick = ListBox1Click
    end
    object ListBox1: TListBox
      Left = 208
      Top = 112
      Width = 89
      Height = 18
      ItemHeight = 13
      Items.Strings = (
        'deutsch'
        'english')
      TabOrder = 2
      OnClick = ListBox1Click
      OnExit = ListBox1Click
      OnMouseLeave = ListBox1Click
    end
    object Button2: TButton
      Left = 232
      Top = 180
      Width = 75
      Height = 25
      Caption = 'Abbrechen'
      ModalResult = 2
      TabOrder = 3
    end
    object OKButton: TButton
      Left = 21
      Top = 180
      Width = 75
      Height = 25
      Caption = 'OK'
      Default = True
      ModalResult = 1
      TabOrder = 4
      OnClick = OKButtonClick
    end
    object Reset: TButton
      Left = 128
      Top = 180
      Width = 75
      Height = 25
      Caption = 'Reset'
      TabOrder = 5
      OnClick = ResetClick
    end
    object Edit2: TEdit
      Left = 208
      Top = 52
      Width = 25
      Height = 21
      TabOrder = 6
      Text = 'Edit2'
      OnChange = Edit2Change
    end
  end
end

[ zur Elbe Produktseite wechseln0.78Quellennavigators  ]