home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / ArsClip / source.zip / UnitFrmPasteSelected.dfm < prev    next >
Text File  |  2003-05-21  |  1KB  |  66 lines

  1. object FrmPasteSelected: TFrmPasteSelected
  2.   Left = 322
  3.   Top = 271
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   AutoScroll = False
  7.   BorderIcons = []
  8.   Caption = 'ArsClip - Paste Selected Items'
  9.   ClientHeight = 329
  10.   ClientWidth = 450
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnShow = FormShow
  20.   DesignSize = (
  21.     450
  22.     329)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object lbHistory: TListBox
  26.     Left = 8
  27.     Top = 8
  28.     Width = 361
  29.     Height = 289
  30.     Anchors = [akLeft, akTop, akRight, akBottom]
  31.     ExtendedSelect = False
  32.     ItemHeight = 13
  33.     MultiSelect = True
  34.     TabOrder = 0
  35.   end
  36.   object btnPaste: TButton
  37.     Left = 379
  38.     Top = 12
  39.     Width = 64
  40.     Height = 25
  41.     Anchors = [akTop, akRight]
  42.     Caption = 'Paste'
  43.     TabOrder = 1
  44.     OnClick = btnPasteClick
  45.   end
  46.   object btnCancel: TButton
  47.     Left = 379
  48.     Top = 59
  49.     Width = 64
  50.     Height = 25
  51.     Anchors = [akTop, akRight]
  52.     Caption = 'Cancel'
  53.     TabOrder = 2
  54.     OnClick = btnCancelClick
  55.   end
  56.   object cbPasteReverse: TCheckBox
  57.     Left = 8
  58.     Top = 302
  59.     Width = 145
  60.     Height = 17
  61.     Anchors = [akLeft, akBottom]
  62.     Caption = 'Paste in Reverse order'
  63.     TabOrder = 3
  64.   end
  65. end
  66.