products/sources/formale Sprachen/Delphi/Bille 0.71 image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

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

Datei: LUHN.vdmsl   Sprache: Delphi

object Options: TOptions
  Left = 0
  Top = 0
  Caption = 'Optionen'
  ClientHeight = 488
  ClientWidth = 310
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  ShowHint = True
  OnHide = FormHide
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 310
    Height = 488
    Align = alClient
    Constraints.MinWidth = 1
    TabOrder = 0
    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 = 50
      Top = 424
      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 Label10: TLabel
      Left = 24
      Top = 363
      Width = 94
      Height = 13
      Caption = 'bevorzugte Spalten'
      Enabled = False
    end
    object Label11: TLabel
      Left = 24
      Top = 392
      Width = 66
      Height = 13
      Caption = 'Suchausdruck'
      Enabled = False
    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 = 222
      Top = 444
      Width = 75
      Height = 25
      Caption = 'Abbrechen'
      ModalResult = 2
      TabOrder = 2
    end
    object OKButton: TButton
      Left = 32
      Top = 444
      Width = 75
      Height = 25
      Caption = 'OK'
      Default = True
      ModalResult = 1
      TabOrder = 3
      OnClick = OKButtonClick
    end
    object Reset: TButton
      Left = 128
      Top = 444
      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 = 24
      Height = 21
      Constraints.MinWidth = 1
      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 = 24
      Height = 21
      TabOrder = 10
      Text = 'Edit5'
      OnChange = Edit5Change
    end
    object Panel2: TPanel
      Left = 0
      Top = 288
      Width = 311
      Height = 73
      BevelOuter = bvNone
      TabOrder = 11
      object Label8: TLabel
        Left = 24
        Top = 13
        Width = 95
        Height = 13
        Caption = 'Schl'#252'ssel linke Datei'
      end
      object Label9: TLabel
        Left = 24
        Top = 40
        Width = 105
        Height = 13
        Caption = 'Schl'#252'ssel rechte Datei'
      end
      object Edit6: TEdit
        Left = 189
        Top = 8
        Width = 110
        Height = 21
        Hint = 'nn, ... ,nn'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 0
        TextHint = 'nn, ... ,nn'
        OnChange = Edit6Change
      end
      object Edit7: TEdit
        Left = 189
        Top = 35
        Width = 110
        Height = 21
        Hint = 'nn, ... ,nn'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 1
        TextHint = 'nn, ... ,nn'
        OnChange = Edit7Change
      end
    end
    object Edit8: TEdit
      Left = 189
      Top = 360
      Width = 44
      Height = 21
      Enabled = False
      TabOrder = 12
    end
    object Edit9: TEdit
      Left = 189
      Top = 387
      Width = 110
      Height = 21
      Enabled = False
      TabOrder = 13
      Text = '[+-]0*Digit+[,Digit*0*]'
    end
  end
end

¤ Dauer der Verarbeitung: 0.44 Sekunden  (vorverarbeitet)  ¤





Druckansicht
unsichere Verbindung
Druckansicht
sprechenden Kalenders

in der Quellcodebibliothek suchen




Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.


Bemerkung:

Die farbliche Syntaxdarstellung ist noch experimentell.


Bot Zugriff