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

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

object Options: TOptions
  Left = 0
  Top = 0
  Caption = 'Optionen'
  ClientHeight = 357
  ClientWidth = 310
  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 = 310
    Height = 357
    Align = alClient
    TabOrder = 0
    ExplicitHeight = 338
    object Label3: TLabel
      Left = 19
      Top = 12
      Width = 64
      Height = 13
      Caption = 'Trennzeichen'
    end
    object Label1: TLabel
      Left = 19
      Top = 155
      Width = 142
      Height = 13
      Caption = 'Erste Zeile enth'#228'lt Feldnamen'
    end
    object Sprache: TLabel
      Left = 19
      Top = 188
      Width = 39
      Height = 13
      Caption = 'Sprache'
    end
    object Bevel1: TBevel
      Left = 42
      Top = 296
      Width = 217
      Height = 1
      Shape = bsTopLine
    end
    object Label4: TLabel
      Left = 19
      Top = 84
      Width = 69
      Height = 13
      Caption = 'Feldbegrenzer'
    end
    object Label2: TLabel
      Left = 19
      Top = 44
      Width = 81
      Height = 13
      Caption = 'Satz-/Zeilenende'
    end
    object Label5: TLabel
      Left = 19
      Top = 120
      Width = 81
      Height = 13
      Caption = 'Ausweichzeichen'
    end
    object Label6: TLabel
      Left = 19
      Top = 259
      Width = 143
      Height = 13
      Caption = 'nur Satznummern exportieren'
    end
    object Label7: TLabel
      Left = 19
      Top = 227
      Width = 63
      Height = 13
      Caption = 'Dezimalpunkt'
    end
    object Edit1: TEdit
      Left = 190
      Top = 14
      Width = 99
      Height = 21
      TabOrder = 0
      Text = 'Edit1'
      OnChange = Edit1Change
    end
    object CheckBox1: TCheckBox
      Left = 190
      Top = 153
      Width = 121
      Height = 17
      TabOrder = 1
      OnClick = CheckBox1Click
    end
    object Button2: TButton
      Left = 215
      Top = 316
      Width = 75
      Height = 25
      Caption = 'Abbrechen'
      ModalResult = 2
      TabOrder = 2
    end
    object OKButton: TButton
      Left = 24
      Top = 316
      Width = 75
      Height = 25
      Caption = 'OK'
      Default = True
      ModalResult = 1
      TabOrder = 3
      OnClick = OKButtonClick
    end
    object Reset: TButton
      Left = 120
      Top = 316
      Width = 75
      Height = 25
      Caption = 'Reset'
      TabOrder = 4
      OnClick = ResetClick
    end
    object Edit2: TEdit
      Left = 190
      Top = 48
      Width = 100
      Height = 21
      TabOrder = 5
      Text = 'Edit2'
      OnChange = Edit2Change
    end
    object ComboBox1: TComboBox
      Left = 190
      Top = 188
      Width = 84
      Height = 21
      TabOrder = 6
      Text = 'ComboBox1'
      OnChange = ComboBox1Click
      Items.Strings = (
        'deutsch'
        'englsih')
    end
    object Edit3: TEdit
      Left = 190
      Top = 83
      Width = 99
      Height = 21
      TabOrder = 7
      Text = 'Edit3'
      OnChange = Edit3Change
    end
    object Edit4: TEdit
      Left = 190
      Top = 118
      Width = 99
      Height = 21
      TabOrder = 8
      Text = 'Edit4'
      OnChange = Edit4Change
    end
    object CheckBox2: TCheckBox
      Left = 190
      Top = 258
      Width = 103
      Height = 17
      TabOrder = 9
      OnClick = CheckBox2Click
    end
    object Edit5: TEdit
      Left = 190
      Top = 225
      Width = 28
      Height = 21
      TabOrder = 10
      Text = 'Edit5'
      OnChange = Edit5Change
    end
  end
end

[ Verzeichnis aufwärts0.87unsichere Verbindung  ]