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: MailData.dfm   Sprache: Delphi

object MailForm: TMailForm
  Left = 0
  Top = 0
  Caption = 'MailForm'
  ClientHeight = 244
  ClientWidth = 342
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  OnPaint = FormPaint
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 50
    Height = 13
    Caption = 'MailServer'
  end
  object Label2: TLabel
    Left = 16
    Top = 56
    Width = 22
    Height = 13
    Caption = 'User'
  end
  object Label3: TLabel
    Left = 16
    Top = 96
    Width = 46
    Height = 13
    Caption = 'Password'
  end
  object Label4: TLabel
    Left = 16
    Top = 139
    Width = 24
    Height = 13
    Caption = 'Email'
  end
  object Mailserver: TEdit
    Left = 96
    Top = 8
    Width = 201
    Height = 21
    TabOrder = 0
    Text = 'Mailserver'
  end
  object User: TEdit
    Left = 96
    Top = 53
    Width = 201
    Height = 21
    TabOrder = 1
    Text = 'User'
  end
  object Password: TEdit
    Left = 96
    Top = 93
    Width = 201
    Height = 21
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWhite
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    Text = 'Password'
  end
  object Absenden: TButton
    Left = 96
    Top = 180
    Width = 75
    Height = 25
    Caption = 'Absenden'
    ModalResult = 1
    TabOrder = 4
    OnMouseDown = AbsendenMouseDown
  end
  object Verwerfen: TButton
    Left = 222
    Top = 180
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Verwerfen'
    ModalResult = 2
    TabOrder = 5
    OnEnter = VerwerfenClick
    OnMouseDown = VerwerfenMouseDown
  end
  object Email: TEdit
    Left = 96
    Top = 136
    Width = 201
    Height = 21
    TabOrder = 3
    Text = 'Email'
  end
end

¤ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ¤





Download des
Quellennavigators
Download des
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