home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / arsclip / ArsClip.exe / 0 / RCDATA / TFRMMAINPOPUP / TFRMMAINPOPUP.txt < prev   
Text File  |  2004-03-02  |  4KB  |  186 lines

  1. object FrmMainPopup: TFrmMainPopup
  2.   Left = 293
  3.   Top = 233
  4.   Width = 577
  5.   Height = 487
  6.   BorderIcons = []
  7.   Caption = 'ArsClip'
  8.   Color = clBtnFace
  9.   DefaultMonitor = dmDesktop
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   ShowHint = True
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object imgA: TImage
  24.     Left = 400
  25.     Top = 280
  26.     Width = 16
  27.     Height = 16
  28.     Picture.Data = {<image000.bmp>}
  29.     Transparent = True
  30.   end
  31.   object imgRightArrow: TImage
  32.     Left = 400
  33.     Top = 328
  34.     Width = 16
  35.     Height = 16
  36.     Picture.Data = {<image001.bmp>}
  37.     Transparent = True
  38.   end
  39.   object imgIcon: TImage
  40.     Left = 424
  41.     Top = 280
  42.     Width = 16
  43.     Height = 16
  44.     Stretch = True
  45.   end
  46.   object imgFull: TImage
  47.     Left = 400
  48.     Top = 368
  49.     Width = 17
  50.     Height = 17
  51.     Picture.Data = {<image002.bmp>}
  52.     Transparent = True
  53.   end
  54.   object imgPasteAll: TImage
  55.     Left = 400
  56.     Top = 416
  57.     Width = 17
  58.     Height = 17
  59.     Picture.Data = {<image003.bmp>}
  60.     Transparent = True
  61.   end
  62.   object imgPaste: TImage
  63.     Left = 400
  64.     Top = 440
  65.     Width = 17
  66.     Height = 17
  67.     Picture.Data = {<image004.bmp>}
  68.     Transparent = True
  69.   end
  70.   object imgEdit: TImage
  71.     Left = 432
  72.     Top = 403
  73.     Width = 17
  74.     Height = 17
  75.     Picture.Data = {<image005.bmp>}
  76.     Transparent = True
  77.   end
  78.   object imgFlush: TImage
  79.     Left = 432
  80.     Top = 435
  81.     Width = 17
  82.     Height = 17
  83.     Picture.Data = {<image006.bmp>}
  84.     Transparent = True
  85.   end
  86.   object imgConfMode: TImage
  87.     Left = 424
  88.     Top = 368
  89.     Width = 17
  90.     Height = 17
  91.     Picture.Data = {<image007.bmp>}
  92.     Transparent = True
  93.   end
  94.   object imgPermCasc: TImage
  95.     Left = 432
  96.     Top = 320
  97.     Width = 16
  98.     Height = 16
  99.     Picture.Data = {<image008.bmp>}
  100.     Transparent = True
  101.   end
  102.   object imgRemoved: TImage
  103.     Left = 456
  104.     Top = 411
  105.     Width = 17
  106.     Height = 17
  107.     Picture.Data = {<image009.bmp>}
  108.     Transparent = True
  109.   end
  110.   object Memo1: TMemo
  111.     Left = 24
  112.     Top = 24
  113.     Width = 353
  114.     Height = 401
  115.     ScrollBars = ssBoth
  116.     TabOrder = 0
  117.   end
  118.   object btnHide: TButton
  119.     Left = 464
  120.     Top = 272
  121.     Width = 65
  122.     Height = 25
  123.     Caption = 'Hide'
  124.     TabOrder = 1
  125.     OnClick = btnHideClick
  126.   end
  127.   object pmItemOptions: TPopupMenu
  128.     AutoPopup = False
  129.     Left = 432
  130.     Top = 48
  131.     object N0PasteasRichText1: TMenuItem
  132.       Caption = '&0  Paste as RichText'
  133.       OnClick = N0PasteasRichText1Click
  134.     end
  135.     object Run1: TMenuItem
  136.       Caption = '&1  Run'
  137.       OnClick = Run1Click
  138.     end
  139.     object Preview1: TMenuItem
  140.       Caption = '&2  Preview'
  141.       OnClick = Preview1Click
  142.     end
  143.     object PasteusingMimicTyping1: TMenuItem
  144.       Caption = '&3  Paste using Mimic Typing'
  145.       OnClick = PasteusingMimicTyping1Click
  146.     end
  147.     object PasteusingSHIFTINS1: TMenuItem
  148.       Caption = '&4  Paste using SHIFT+INSERT'
  149.       OnClick = PasteusingSHIFTINS1Click
  150.     end
  151.     object PasteusingCTRLV1: TMenuItem
  152.       Caption = '&5  Paste using CTRL+V'
  153.       OnClick = PasteusingCTRLV1Click
  154.     end
  155.     object N1: TMenuItem
  156.       Caption = '-'
  157.     end
  158.     object Placeonclipboard1: TMenuItem
  159.       Caption = '&6  Clipboard only'
  160.       OnClick = Placeonclipboard1Click
  161.     end
  162.     object MakePermanentItem1: TMenuItem
  163.       Caption = '&7  Make Permanent Item - Plain Text'
  164.       OnClick = MakePermanentItem1Click
  165.     end
  166.     object AMakePermanentas1: TMenuItem
  167.       Caption = '&A  Make Permanent as '
  168.       OnClick = AMakePermanentas1Click
  169.     end
  170.     object N2: TMenuItem
  171.       Caption = '-'
  172.     end
  173.     object back1: TMenuItem
  174.       Caption = '&8  Back'
  175.       OnClick = back1Click
  176.     end
  177.     object Cancel1: TMenuItem
  178.       Caption = '&9  Cancel'
  179.     end
  180.   end
  181.   object tim: TTimer
  182.     Left = 440
  183.     Top = 128
  184.   end
  185. end
  186.