Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  Options.dfm.~6~   Sprache: unbekannt

 
object Options: TOptions
  Left = 0
  Top = 0
  Caption = 'Optionen'
  ClientHeight = 364
  ClientWidth = 347
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 347
    Height = 364
    ActivePage = TabSheet1
    Align = alClient
    MultiLine = True
    TabOrder = 0
    ExplicitWidth = 512
    ExplicitHeight = 584
    object TabSheet1: TTabSheet
      ExplicitLeft = 8
      ExplicitTop = 28
      ExplicitWidth = 464
      ExplicitHeight = 556
      object Label3: TLabel
        Left = 13
        Top = 3
        Width = 74
        Height = 16
        Caption = 'HTML-Pr'#228'fix'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label4: TLabel
        Left = 13
        Top = 31
        Width = 72
        Height = 16
        Caption = 'HTML-Suffix'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label6: TLabel
        Left = 13
        Top = 59
        Width = 72
        Height = 16
        Caption = 'Web Server'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object ftpuser: TLabel
        Left = 13
        Top = 115
        Width = 75
        Height = 16
        Caption = 'ferner Nutzer'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object ftppassword: TLabel
        Left = 13
        Top = 143
        Width = 87
        Height = 16
        Caption = 'fernes Pa'#223'wort'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'Tahoma'
        Font.Style = []
        ParentFont = False
      end
      object Label1: TLabel
        Left = 13
        Top = 171
        Width = 99
        Height = 16
        Caption = 'Artikelverzeichnis'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'Tahoma'
        Font.Style = []
        ParentFont = False
      end
      object Label2: TLabel
        Left = 13
        Top = 199
        Width = 109
        Height = 16
        Caption = 'fernes Verzeichnis'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Schlag: TLabel
        Left = 13
        Top = 228
        Width = 55
        Height = 16
        Caption = 'Overhead'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'Tahoma'
        Font.Style = []
        ParentFont = False
      end
      object Label7: TLabel
        Left = 13
        Top = 87
        Width = 69
        Height = 16
        Caption = 'FTP Server'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Bevel1: TBevel
        Left = 57
        Top = 270
        Width = 200
        Height = 2
        Shape = bsTopLine
      end
      object OKButton: TButton
        Left = 27
        Top = 292
        Width = 75
        Height = 25
        Caption = 'OK'
        Default = True
        ModalResult = 1
        TabOrder = 0
        OnClick = OKButtonClick
      end
      object Edit1: TEdit
        Left = 163
        Top = 2
        Width = 160
        Height = 21
        TabOrder = 1
        Text = 'Edit1'
      end
      object Edit2: TEdit
        Left = 163
        Top = 30
        Width = 160
        Height = 21
        TabOrder = 2
        Text = 'Edit2'
      end
      object Button2: TButton
        Left = 234
        Top = 292
        Width = 75
        Height = 25
        Caption = 'Abbrechen'
        ModalResult = 2
        TabOrder = 3
      end
      object Edit3: TEdit
        Left = 163
        Top = 58
        Width = 160
        Height = 21
        TabOrder = 4
        Text = 'Edit3'
      end
      object Edit4: TEdit
        Left = 163
        Top = 114
        Width = 160
        Height = 21
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'Tahoma'
        Font.Style = []
        ParentFont = False
        PasswordChar = '*'
        TabOrder = 5
        Text = 'Edit4'
      end
      object Edit5: TEdit
        Left = 163
        Top = 142
        Width = 160
        Height = 21
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'Tahoma'
        Font.Style = []
        ParentFont = False
        PasswordChar = '*'
        TabOrder = 6
        Text = 'Edit5'
      end
      object Edit7: TEdit
        Left = 163
        Top = 198
        Width = 160
        Height = 21
        TabOrder = 7
        Text = 'Edit7'
      end
      object Edit6: TEdit
        Left = 163
        Top = 170
        Width = 160
        Height = 21
        TabOrder = 8
        Text = 'Edit6'
      end
      object Edit8: TEdit
        Left = 163
        Top = 227
        Width = 160
        Height = 21
        TabOrder = 9
        Text = 'Edit8'
      end
      object Reset: TButton
        Left = 130
        Top = 292
        Width = 75
        Height = 25
        Caption = 'Reset'
        TabOrder = 10
        OnClick = ResetClick
      end
      object Edit9: TEdit
        Left = 163
        Top = 86
        Width = 160
        Height = 21
        TabOrder = 11
        Text = 'Edit9'
      end
    end
  end
end

[ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet)  ]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge