DropFilesTarget, Version 1.2 (alt)

Hinweis: dies ist nicht die neueste Version!

Zurück zur Übersicht

Datei: Sample/main.dfm

object Form1: TForm1
  Left = 0
  Top = 0
  AutoScroll = False
  Caption = 'DropFilesTarget Demo'
  ClientHeight = 297
  ClientWidth = 353
  Color = clBtnFace
  Constraints.MinHeight = 200
  Constraints.MinWidth = 360
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesigned
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  DesignSize = (
    353
    297)
  PixelsPerInch = 96
  TextHeight = 13
  object RichEdit1: TRichEdit
    Left = 8
    Top = 32
    Width = 337
    Height = 257
    Anchors = [akLeft, akTop, akRight, akBottom]
    HideScrollBars = False
    Lines.Strings = (
      'Use Drag & Drop from Explorer to drop files here...')
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object CheckBox1: TCheckBox
    Left = 8
    Top = 8
    Width = 97
    Height = 17
    Caption = 'HideScrollBars'
    TabOrder = 1
    OnClick = CheckBox1Click
  end
  object CheckBox2: TCheckBox
    Left = 112
    Top = 8
    Width = 105
    Height = 17
    Caption = 'Vertical ScrollBar'
    Checked = True
    State = cbChecked
    TabOrder = 2
    OnClick = CheckBox2Click
  end
  object CheckBox3: TCheckBox
    Left = 224
    Top = 8
    Width = 121
    Height = 17
    Caption = 'Horizontal ScrollBar'
    TabOrder = 3
    OnClick = CheckBox2Click
  end
end
Flocke's Garage
Valid HTML 4.01 Transitional Valid CSS!
(C) 2005-2018 Volker Siebert.
Creative Commons-LizenzvertragDer gesamte Inhalt dieser Webseite steht unter einer Creative Commons-Lizenz (sofern nicht anders angegeben).