home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / ArsClip / source.zip / UnitFrmRemoved.dfm < prev    next >
Text File  |  2003-06-18  |  4KB  |  159 lines

  1. object FrmRemoved: TFrmRemoved
  2.   Left = 364
  3.   Top = 248
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   AutoScroll = False
  7.   BorderIcons = []
  8.   Caption = 'Removed Items'
  9.   ClientHeight = 485
  10.   ClientWidth = 444
  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.   ShowHint = True
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnHide = FormHide
  23.   OnShow = FormShow
  24.   DesignSize = (
  25.     444
  26.     485)
  27.   PixelsPerInch = 96
  28.   TextHeight = 13
  29.   object Label1: TLabel
  30.     Left = 8
  31.     Top = 312
  32.     Width = 115
  33.     Height = 13
  34.     Caption = 'Preview of selected item'
  35.   end
  36.   object iPreview: TImage
  37.     Left = 8
  38.     Top = 336
  39.     Width = 473
  40.     Height = 137
  41.   end
  42.   object Label2: TLabel
  43.     Left = 332
  44.     Top = 224
  45.     Width = 72
  46.     Height = 78
  47.     Anchors = [akTop, akRight]
  48.     Caption = 'T=Text     U=Unicde R=RichText F=Files H=HTML P=Picture(DIB)'
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = -11
  52.     Font.Name = 'Tahoma'
  53.     Font.Style = []
  54.     ParentFont = False
  55.     WordWrap = True
  56.   end
  57.   object bCopy: TButton
  58.     Left = 330
  59.     Top = 56
  60.     Width = 105
  61.     Height = 25
  62.     Anchors = [akTop, akRight]
  63.     Caption = 'Copy to Clipboard'
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clWindowText
  66.     Font.Height = -11
  67.     Font.Name = 'Tahoma'
  68.     Font.Style = []
  69.     ParentFont = False
  70.     TabOrder = 0
  71.     OnClick = bCopyClick
  72.   end
  73.   object bClose: TButton
  74.     Left = 330
  75.     Top = 8
  76.     Width = 105
  77.     Height = 25
  78.     Anchors = [akTop, akRight]
  79.     Caption = 'Close'
  80.     Font.Charset = DEFAULT_CHARSET
  81.     Font.Color = clWindowText
  82.     Font.Height = -11
  83.     Font.Name = 'Tahoma'
  84.     Font.Style = []
  85.     ParentFont = False
  86.     TabOrder = 1
  87.     OnClick = bCloseClick
  88.   end
  89.   object mPreview: TMemo
  90.     Left = 8
  91.     Top = 336
  92.     Width = 423
  93.     Height = 138
  94.     Anchors = [akLeft, akTop, akRight, akBottom]
  95.     Font.Charset = DEFAULT_CHARSET
  96.     Font.Color = clWindowText
  97.     Font.Height = -11
  98.     Font.Name = 'Tahoma'
  99.     Font.Style = []
  100.     Lines.Strings = (
  101.       '')
  102.     ParentFont = False
  103.     ScrollBars = ssBoth
  104.     TabOrder = 2
  105.   end
  106.   object bFlushItems: TButton
  107.     Left = 330
  108.     Top = 184
  109.     Width = 105
  110.     Height = 25
  111.     Anchors = [akTop, akRight]
  112.     Caption = 'Flush Items'
  113.     Font.Charset = DEFAULT_CHARSET
  114.     Font.Color = clWindowText
  115.     Font.Height = -11
  116.     Font.Name = 'Tahoma'
  117.     Font.Style = []
  118.     ParentFont = False
  119.     TabOrder = 3
  120.     OnClick = bFlushItemsClick
  121.   end
  122.   object btnCopyAs: TButton
  123.     Left = 330
  124.     Top = 96
  125.     Width = 105
  126.     Height = 25
  127.     Anchors = [akTop, akRight]
  128.     Caption = 'Copy to Clipboard'
  129.     Font.Charset = DEFAULT_CHARSET
  130.     Font.Color = clWindowText
  131.     Font.Height = -9
  132.     Font.Name = 'Tahoma'
  133.     Font.Style = []
  134.     ParentFont = False
  135.     TabOrder = 4
  136.     Visible = False
  137.     OnClick = btnCopyAsClick
  138.   end
  139.   object lbList: TListBox
  140.     Left = 8
  141.     Top = 8
  142.     Width = 301
  143.     Height = 281
  144.     Style = lbOwnerDrawVariable
  145.     Anchors = [akLeft, akTop, akRight, akBottom]
  146.     Font.Charset = DEFAULT_CHARSET
  147.     Font.Color = clWindowText
  148.     Font.Height = -11
  149.     Font.Name = 'Tahoma'
  150.     Font.Style = []
  151.     ItemHeight = 13
  152.     ParentFont = False
  153.     TabOrder = 5
  154.     OnClick = lbListClick
  155.     OnDrawItem = lbListDrawItem
  156.     OnMeasureItem = lbListMeasureItem
  157.   end
  158. end
  159.