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:   Sprache: Unknown

rahmenlose Ansicht.~44~ DruckansichtDelphi {Delphi[118] Abap[126] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

object Options: TOptions
  Left = 0
  Top = 0
  Caption = 'Optionen'
  ClientHeight = 352
  ClientWidth = 319
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnHide = FormHide
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 319
    Height = 352
    Align = alClient
    TabOrder = 0
    ExplicitHeight = 297
    object Label3: TLabel
      Left = 37
      Top = 20
      Width = 64
      Height = 13
      Caption = 'Trennzeichen'
    end
    object Label1: TLabel
      Left = 37
      Top = 163
      Width = 142
      Height = 13
      Caption = 'Erste Zeile enth'#228'lt Feldnamen'
    end
    object Sprache: TLabel
      Left = 37
      Top = 196
      Width = 39
      Height = 13
      Caption = 'Sprache'
    end
    object Bevel1: TBevel
      Left = 56
      Top = 280
      Width = 217
      Height = 1
      Shape = bsTopLine
    end
    object Label4: TLabel
      Left = 37
      Top = 92
      Width = 69
      Height = 13
      Caption = 'Feldbegrenzer'
    end
    object Label2: TLabel
      Left = 37
      Top = 52
      Width = 81
      Height = 13
      Caption = 'Satz-/Zeilenende'
    end
    object Label5: TLabel
      Left = 37
      Top = 128
      Width = 81
      Height = 13
      Caption = 'Ausweichzeichen'
    end
    object Label6: TLabel
      Left = 37
      Top = 243
      Width = 143
      Height = 13
      Caption = 'nur Satznummern exportieren'
    end
    object Edit1: TEdit
      Left = 208
      Top = 22
      Width = 99
      Height = 21
      TabOrder = 0
      Text = 'Edit1'
      OnChange = Edit1Change
    end
    object CheckBox1: TCheckBox
      Left = 208
      Top = 161
      Width = 121
      Height = 17
      TabOrder = 1
    end
    object Button2: TButton
      Left = 232
      Top = 300
      Width = 75
      Height = 25
      Caption = 'Abbrechen'
      ModalResult = 2
      TabOrder = 2
    end
    object OKButton: TButton
      Left = 13
      Top = 300
      Width = 75
      Height = 25
      Caption = 'OK'
      Default = True
      ModalResult = 1
      TabOrder = 3
      OnClick = OKButtonClick
    end
    object Reset: TButton
      Left = 118
      Top = 300
      Width = 75
      Height = 25
      Caption = 'Reset'
      TabOrder = 4
      OnClick = ResetClick
    end
    object Edit2: TEdit
      Left = 208
      Top = 56
      Width = 100
      Height = 21
      TabOrder = 5
      Text = 'Edit2'
      OnChange = Edit2Change
    end
    object ComboBox1: TComboBox
      Left = 208
      Top = 196
      Width = 84
      Height = 21
      TabOrder = 6
      Text = 'ComboBox1'
      OnChange = ComboBox1Click
      Items.Strings = (
        'deutsch'
        'englsih')
    end
    object Edit3: TEdit
      Left = 208
      Top = 91
      Width = 99
      Height = 21
      TabOrder = 7
      Text = 'Edit3'
      OnChange = Edit3Change
    end
    object Edit4: TEdit
      Left = 208
      Top = 126
      Width = 99
      Height = 21
      TabOrder = 8
      Text = 'Edit4'
      OnChange = Edit4Change
    end
    object CheckBox2: TCheckBox
      Left = 208
      Top = 242
      Width = 103
      Height = 17
      TabOrder = 9
    end
  end
end

[ Verzeichnis aufwärts0.87unsichere Verbindung  ]