products/Sources/formale Sprachen/Delphi/Agenda 1.1/Sources image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

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

Datei:   Sprache: Unknown

Untersuchungsergebnis.~dfm Download desDelphi {Delphi[109] Abap[121] [0]}zum Wurzelverzeichnis wechseln

object Feedform: TFeedform
  Left = 357
  Top = 182
  Width = 314
  Height = 480
  Caption = 'Feedform'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 42
    Height = 13
    Caption = 'Vorname'
  end
  object Label2: TLabel
    Left = 16
    Top = 56
    Width = 28
    Height = 13
    Caption = 'Name'
  end
  object Label3: TLabel
    Left = 16
    Top = 96
    Width = 25
    Height = 13
    Caption = 'Email'
  end
  object Label6: TLabel
    Left = 16
    Top = 136
    Width = 51
    Height = 13
    Caption = 'Bewertung'
  end
  object Label7: TLabel
    Left = 16
    Top = 184
    Width = 53
    Height = 13
    Caption = 'Kommentar'
  end
  object Vorname: TEdit
    Left = 96
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
    Text = 'Vorname'
  end
  object Name: TEdit
    Left = 96
    Top = 54
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'Name'
  end
  object Email: TEdit
    Left = 96
    Top = 93
    Width = 121
    Height = 21
    TabOrder = 2
    Text = 'Email'
  end
  object Kommentar: TMemo
    Left = 96
    Top = 192
    Width = 177
    Height = 185
    Lines.Strings = (
      'Memo1')
    TabOrder = 4
  end
  object Absenden: TButton
    Left = 48
    Top = 408
    Width = 75
    Height = 25
    Caption = 'Absenden'
    ModalResult = 1
    TabOrder = 5
    OnClick = AbsendenClick
  end
  object Bewertung: TComboBox
    Left = 96
    Top = 136
    Width = 145
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 3
    Items.Strings = (
      '1 (sehr gut)'
      '2 (gut)'
      '3 (befriedigend)'
      '4 (ausreichend)'
      '5 (ungen'#252'gend)'
      '6 (mangelhaft)')
  end
  object Verwerfen: TButton
    Left = 192
    Top = 408
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Verwerfen'
    ModalResult = 2
    TabOrder = 6
    OnClick = VerwerfenClick
    OnEnter = VerwerfenClick
  end
end

[ zur Elbe Produktseite wechseln0.87Quellennavigators  ]