home *** CD-ROM | disk | FTP | other *** search
/ Freelog 114 / FreelogNo114-MarsAvril2013.iso / Systeme / ArsClip / ArsClip.exe / UnitFrmPasteSelected.dfm < prev    next >
Text File  |  2012-04-02  |  4KB  |  159 lines

  1. object FrmPasteSelected: TFrmPasteSelected
  2.   Left = 322
  3.   Top = 271
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   Caption = 'ArsClip - Paste Selected Items'
  8.   ClientHeight = 356
  9.   ClientWidth = 403
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnActivate = FormActivate
  20.   OnKeyDown = FormKeyDown
  21.   OnKeyPress = FormKeyPress
  22.   OnKeyUp = FormKeyUp
  23.   OnShow = FormShow
  24.   DesignSize = (
  25.     403
  26.     356)
  27.   PixelsPerInch = 96
  28.   TextHeight = 13
  29.   object Label1: TLabel
  30.     Left = 88
  31.     Top = 16
  32.     Width = 183
  33.     Height = 13
  34.     Caption = 'Click to toggle, Drag to multiple select '
  35.   end
  36.   object SpeedButton1: TSpeedButton
  37.     Left = 13
  38.     Top = 13
  39.     Width = 25
  40.     Height = 21
  41.     Hint = 'Select All'
  42.     Caption = '+'
  43.     ParentShowHint = False
  44.     ShowHint = True
  45.     OnClick = SpeedButton1Click
  46.   end
  47.   object SpeedButton2: TSpeedButton
  48.     Left = 45
  49.     Top = 13
  50.     Width = 26
  51.     Height = 21
  52.     Hint = 'Clear All'
  53.     Caption = '-'
  54.     ParentShowHint = False
  55.     ShowHint = True
  56.     OnClick = SpeedButton2Click
  57.   end
  58.   object SpeedButton3: TSpeedButton
  59.     Left = 323
  60.     Top = 40
  61.     Width = 69
  62.     Height = 25
  63.     Anchors = [akTop]
  64.     GroupIndex = 1
  65.     Caption = '&Paste'
  66.     Glyph.Data = {
  67.       A2010000424DA2010000000000003600000028000000090000000D0000000100
  68.       1800000000006C010000330B0000330B00000000000000000000FEFDFCFEFDFC
  69.       FEFDFCFEFDFCFEFDFCFEFDFCFEFDFCFEFDFCFEFDFC00FEFDFCFEFDFCFEFDFCFE
  70.       FDFCFEFDFCFEFDFCFEFDFCFEFDFCFEFDFC00FEFDFCFEFDFC676767676767F7F7
  71.       F7FEFDFCFEFDFCFEFDFCFEFDFC00FEFDFCFEFDFC676767676767676767F7F7F7
  72.       FEFDFCFEFDFCFEFDFC00FEFDFCFEFDFC676767676767676767676767EFEFEFFE
  73.       FDFCFEFDFC00FEFDFCFEFDFC676767676767676767676767676767EFEFEFFEFD
  74.       FC00FEFDFCFEFDFC676767676767676767676767676767676767FEFDFC00FEFD
  75.       FCFEFDFC676767676767676767676767676767EFEFEFFEFDFC00FEFDFCFEFDFC
  76.       676767676767676767676767EFEFEFFEFDFCFEFDFC00FEFDFCFEFDFC67676767
  77.       6767676767F7F7F7FEFDFCFEFDFCFEFDFC00FEFDFCFEFDFC676767676767F7F7
  78.       F7FEFDFCFEFDFCFEFDFCFEFDFC00FEFDFCFEFDFCFEFDFCFEFDFCFEFDFCFEFDFC
  79.       FEFDFCFEFDFCFEFDFC00FEFDFCFEFDFCFEFDFCFEFDFCFEFDFCFEFDFCFEFDFCFE
  80.       FDFCFEFDFC00}
  81.     Layout = blGlyphRight
  82.     OnClick = SpeedButton3Click
  83.   end
  84.   object lbHistory: TListBox
  85.     Left = 13
  86.     Top = 40
  87.     Width = 299
  88.     Height = 294
  89.     Margins.Left = 6
  90.     Margins.Right = 6
  91.     Style = lbOwnerDrawVariable
  92.     Anchors = [akLeft, akTop, akRight, akBottom]
  93.     Font.Charset = DEFAULT_CHARSET
  94.     Font.Color = clWindowText
  95.     Font.Height = -11
  96.     Font.Name = 'Tahoma'
  97.     Font.Style = []
  98.     ItemHeight = 13
  99.     MultiSelect = True
  100.     ParentFont = False
  101.     TabOrder = 0
  102.     OnDrawItem = lbHistoryDrawItem
  103.     OnMeasureItem = lbHistoryMeasureItem
  104.     OnMouseDown = lbHistoryMouseDown
  105.     OnMouseMove = lbHistoryMouseMove
  106.     OnMouseUp = lbHistoryMouseUp
  107.   end
  108.   object btnPaste: TButton
  109.     Left = 331
  110.     Top = 252
  111.     Width = 64
  112.     Height = 25
  113.     Anchors = [akTop, akRight]
  114.     Caption = 'Paste'
  115.     TabOrder = 1
  116.     Visible = False
  117.   end
  118.   object btnCancel: TButton
  119.     Left = 321
  120.     Top = 79
  121.     Width = 69
  122.     Height = 25
  123.     Anchors = [akTop]
  124.     Caption = '&Cancel'
  125.     TabOrder = 2
  126.     OnClick = btnCancelClick
  127.   end
  128.   object cbPasteReverse: TCheckBox
  129.     Left = 40
  130.     Top = 340
  131.     Width = 145
  132.     Height = 17
  133.     Anchors = [akLeft, akBottom]
  134.     Caption = 'Paste in Reverse order'
  135.     TabOrder = 3
  136.     Visible = False
  137.   end
  138.   object pmPaste: TPopupMenu
  139.     Left = 348
  140.     Top = 156
  141.     object Paste1: TMenuItem
  142.       Caption = 'Paste'
  143.       OnClick = Paste1Click
  144.     end
  145.     object PasteinReverse1: TMenuItem
  146.       Caption = 'Paste in Reverse'
  147.       OnClick = PasteinReverse1Click
  148.     end
  149.     object ClipboardOnly1: TMenuItem
  150.       Caption = 'Clipboard Only'
  151.       OnClick = ClipboardOnly1Click
  152.     end
  153.     object ClipboardOnlyinReverse1: TMenuItem
  154.       Caption = 'Clipboard Only in Reverse'
  155.       OnClick = ClipboardOnlyinReverse1Click
  156.     end
  157.   end
  158. end
  159.