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

  1. object FrmPermanent: TFrmPermanent
  2.   Left = 267
  3.   Top = 306
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu]
  6.   Caption = 'ArsClip - PermanentItems'
  7.   ClientHeight = 427
  8.   ClientWidth = 667
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -9
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Pitch = fpVariable
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object pcPermanent: TPageControl
  25.     Left = 0
  26.     Top = 0
  27.     Width = 667
  28.     Height = 427
  29.     ActivePage = TabSheet1
  30.     Align = alClient
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clWindowText
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Pitch = fpVariable
  36.     Font.Style = []
  37.     ParentFont = False
  38.     TabIndex = 0
  39.     TabOrder = 0
  40.     TabWidth = 90
  41.     object TabSheet1: TTabSheet
  42.       Caption = 'Edit'
  43.       Font.Charset = DEFAULT_CHARSET
  44.       Font.Color = clWindowText
  45.       Font.Height = -11
  46.       Font.Name = 'MS Sans Serif'
  47.       Font.Pitch = fpVariable
  48.       Font.Style = []
  49.       ParentFont = False
  50.       DesignSize = (
  51.         659
  52.         399)
  53.       object Label1: TLabel
  54.         Left = 16
  55.         Top = 8
  56.         Width = 66
  57.         Height = 13
  58.         Caption = 'Current Group'
  59.       end
  60.       object cbPIGs: TComboBox
  61.         Left = 16
  62.         Top = 24
  63.         Width = 113
  64.         Height = 21
  65.         Style = csDropDownList
  66.         Font.Charset = DEFAULT_CHARSET
  67.         Font.Color = clWindowText
  68.         Font.Height = -11
  69.         Font.Name = 'Tahoma'
  70.         Font.Pitch = fpVariable
  71.         Font.Style = []
  72.         ItemHeight = 13
  73.         ParentFont = False
  74.         TabOrder = 0
  75.         OnChange = cbPIGsChange
  76.       end
  77.       object btnAddPIG: TButton
  78.         Left = 136
  79.         Top = 24
  80.         Width = 41
  81.         Height = 17
  82.         Caption = 'Add'
  83.         TabOrder = 1
  84.         OnClick = btnAddPIGClick
  85.       end
  86.       object btnDeletePIG: TButton
  87.         Left = 184
  88.         Top = 24
  89.         Width = 41
  90.         Height = 17
  91.         Caption = 'Delete'
  92.         TabOrder = 2
  93.         OnClick = btnDeletePIGClick
  94.       end
  95.       object pnlNames: TPanel
  96.         Left = 8
  97.         Top = 60
  98.         Width = 217
  99.         Height = 333
  100.         Anchors = [akLeft, akTop, akBottom]
  101.         TabOrder = 3
  102.         DesignSize = (
  103.           217
  104.           333)
  105.         object btnUp: TButton
  106.           Left = 168
  107.           Top = 24
  108.           Width = 41
  109.           Height = 17
  110.           Caption = 'Up'
  111.           Enabled = False
  112.           TabOrder = 0
  113.           OnClick = btnUpClick
  114.         end
  115.         object btnDown: TButton
  116.           Left = 168
  117.           Top = 48
  118.           Width = 41
  119.           Height = 17
  120.           Caption = 'Down'
  121.           Enabled = False
  122.           TabOrder = 1
  123.           OnClick = btnDownClick
  124.         end
  125.         object btnDelete: TButton
  126.           Left = 168
  127.           Top = 136
  128.           Width = 41
  129.           Height = 17
  130.           Caption = 'Delete'
  131.           Enabled = False
  132.           TabOrder = 2
  133.           OnClick = btnDeleteClick
  134.         end
  135.         object lbItemNames: TListBox
  136.           Left = 8
  137.           Top = 8
  138.           Width = 153
  139.           Height = 317
  140.           Anchors = [akLeft, akTop, akBottom]
  141.           Font.Charset = DEFAULT_CHARSET
  142.           Font.Color = clWindowText
  143.           Font.Height = -11
  144.           Font.Name = 'Tahoma'
  145.           Font.Pitch = fpVariable
  146.           Font.Style = []
  147.           ItemHeight = 13
  148.           ParentFont = False
  149.           TabOrder = 3
  150.           OnClick = lbItemNamesClick
  151.         end
  152.         object btnEdit: TButton
  153.           Left = 168
  154.           Top = 104
  155.           Width = 41
  156.           Height = 17
  157.           Caption = 'Edit'
  158.           Enabled = False
  159.           TabOrder = 4
  160.           OnClick = btnEditClick
  161.         end
  162.         object btnNew: TButton
  163.           Left = 168
  164.           Top = 80
  165.           Width = 41
  166.           Height = 17
  167.           Caption = 'New'
  168.           TabOrder = 5
  169.           OnClick = btnNewClick
  170.         end
  171.         object btnMove: TButton
  172.           Left = 168
  173.           Top = 176
  174.           Width = 41
  175.           Height = 17
  176.           Caption = 'Move..'
  177.           Enabled = False
  178.           TabOrder = 6
  179.           OnClick = btnMoveClick
  180.         end
  181.       end
  182.       object Panel2: TPanel
  183.         Left = 240
  184.         Top = 16
  185.         Width = 402
  186.         Height = 377
  187.         Anchors = [akLeft, akTop, akRight, akBottom]
  188.         ParentShowHint = False
  189.         ShowHint = True
  190.         TabOrder = 4
  191.         DesignSize = (
  192.           402
  193.           377)
  194.         object Label2: TLabel
  195.           Left = 16
  196.           Top = 16
  197.           Width = 137
  198.           Height = 13
  199.           Caption = 'Name   (As shown on popup)'
  200.         end
  201.         object Label3: TLabel
  202.           Left = 193
  203.           Top = 32
  204.           Width = 196
  205.           Height = 26
  206.           Caption = 'Place an && infront of the character to use as a shortcut key'
  207.           WordWrap = True
  208.         end
  209.         object Label4: TLabel
  210.           Left = 16
  211.           Top = 88
  212.           Width = 62
  213.           Height = 13
  214.           Caption = 'Item to Paste'
  215.         end
  216.         object pPreview: TImage
  217.           Left = 16
  218.           Top = 104
  219.           Width = 377
  220.           Height = 193
  221.           Anchors = [akLeft, akTop, akRight, akBottom]
  222.           Proportional = True
  223.           Visible = False
  224.         end
  225.         object lblClipType: TLabel
  226.           Left = 16
  227.           Top = 72
  228.           Width = 49
  229.           Height = 13
  230.           Caption = 'asdfasdf'
  231.           Font.Charset = DEFAULT_CHARSET
  232.           Font.Color = clWindowText
  233.           Font.Height = -11
  234.           Font.Name = 'MS Sans Serif'
  235.           Font.Pitch = fpVariable
  236.           Font.Style = [fsBold]
  237.           ParentFont = False
  238.         end
  239.         object cbKeystrokes: TCheckBox
  240.           Left = 32
  241.           Top = 316
  242.           Width = 105
  243.           Height = 17
  244.           Anchors = [akLeft, akBottom]
  245.           Caption = 'Use Keystrokes'
  246.           TabOrder = 4
  247.           OnClick = cbKeystrokesClick
  248.         end
  249.         object txtItemName: TEdit
  250.           Left = 16
  251.           Top = 32
  252.           Width = 161
  253.           Height = 21
  254.           Font.Charset = DEFAULT_CHARSET
  255.           Font.Color = clWindowText
  256.           Font.Height = -11
  257.           Font.Name = 'Tahoma'
  258.           Font.Pitch = fpVariable
  259.           Font.Style = []
  260.           ParentFont = False
  261.           TabOrder = 0
  262.           Text = 'txtItemName'
  263.         end
  264.         object mItemText: TMemo
  265.           Left = 16
  266.           Top = 104
  267.           Width = 376
  268.           Height = 193
  269.           Anchors = [akLeft, akTop, akRight, akBottom]
  270.           Font.Charset = DEFAULT_CHARSET
  271.           Font.Color = clWindowText
  272.           Font.Height = -11
  273.           Font.Name = 'Tahoma'
  274.           Font.Pitch = fpVariable
  275.           Font.Style = []
  276.           Lines.Strings = (
  277.             'mItemText')
  278.           ParentFont = False
  279.           ScrollBars = ssBoth
  280.           TabOrder = 1
  281.         end
  282.         object btnSave: TButton
  283.           Left = 64
  284.           Top = 352
  285.           Width = 65
  286.           Height = 17
  287.           Anchors = [akLeft, akBottom]
  288.           Caption = 'Save'
  289.           TabOrder = 2
  290.           OnClick = btnSaveClick
  291.         end
  292.         object btnCancel: TButton
  293.           Left = 272
  294.           Top = 352
  295.           Width = 57
  296.           Height = 17
  297.           Anchors = [akLeft, akBottom]
  298.           Caption = 'Cancel'
  299.           TabOrder = 3
  300.           OnClick = btnCancelClick
  301.         end
  302.         object pnlKeys: TPanel
  303.           Left = 152
  304.           Top = 312
  305.           Width = 241
  306.           Height = 33
  307.           Anchors = [akRight, akBottom]
  308.           TabOrder = 5
  309.           Visible = False
  310.           object Button1: TButton
  311.             Left = 8
  312.             Top = 0
  313.             Width = 33
  314.             Height = 17
  315.             Caption = 'DEL'
  316.             Font.Charset = DEFAULT_CHARSET
  317.             Font.Color = clWindowText
  318.             Font.Height = -11
  319.             Font.Name = 'Tahoma'
  320.             Font.Pitch = fpVariable
  321.             Font.Style = []
  322.             ParentFont = False
  323.             TabOrder = 0
  324.             OnClick = Button1Click
  325.           end
  326.           object Button5: TButton
  327.             Left = 40
  328.             Top = 0
  329.             Width = 41
  330.             Height = 17
  331.             Caption = 'BACK'
  332.             Font.Charset = DEFAULT_CHARSET
  333.             Font.Color = clWindowText
  334.             Font.Height = -11
  335.             Font.Name = 'Tahoma'
  336.             Font.Pitch = fpVariable
  337.             Font.Style = []
  338.             ParentFont = False
  339.             TabOrder = 1
  340.             OnClick = Button1Click
  341.           end
  342.           object Button2: TButton
  343.             Left = 80
  344.             Top = 0
  345.             Width = 33
  346.             Height = 17
  347.             Caption = 'INS'
  348.             Font.Charset = DEFAULT_CHARSET
  349.             Font.Color = clWindowText
  350.             Font.Height = -11
  351.             Font.Name = 'Tahoma'
  352.             Font.Pitch = fpVariable
  353.             Font.Style = []
  354.             ParentFont = False
  355.             TabOrder = 2
  356.             OnClick = Button1Click
  357.           end
  358.           object Button3: TButton
  359.             Left = 112
  360.             Top = 0
  361.             Width = 41
  362.             Height = 17
  363.             Caption = 'HOME'
  364.             Font.Charset = DEFAULT_CHARSET
  365.             Font.Color = clWindowText
  366.             Font.Height = -11
  367.             Font.Name = 'Tahoma'
  368.             Font.Pitch = fpVariable
  369.             Font.Style = []
  370.             ParentFont = False
  371.             TabOrder = 3
  372.             OnClick = Button1Click
  373.           end
  374.           object Button6: TButton
  375.             Left = 152
  376.             Top = 0
  377.             Width = 41
  378.             Height = 17
  379.             Caption = 'ENTER'
  380.             Font.Charset = DEFAULT_CHARSET
  381.             Font.Color = clWindowText
  382.             Font.Height = -11
  383.             Font.Name = 'Tahoma'
  384.             Font.Pitch = fpVariable
  385.             Font.Style = []
  386.             ParentFont = False
  387.             TabOrder = 4
  388.             OnClick = Button1Click
  389.           end
  390.           object Button4: TButton
  391.             Left = 192
  392.             Top = 0
  393.             Width = 41
  394.             Height = 17
  395.             Caption = 'END'
  396.             Font.Charset = DEFAULT_CHARSET
  397.             Font.Color = clWindowText
  398.             Font.Height = -11
  399.             Font.Name = 'Tahoma'
  400.             Font.Pitch = fpVariable
  401.             Font.Style = []
  402.             ParentFont = False
  403.             TabOrder = 5
  404.             OnClick = Button1Click
  405.           end
  406.           object Button7: TButton
  407.             Left = 8
  408.             Top = 16
  409.             Width = 33
  410.             Height = 17
  411.             Caption = 'TAB'
  412.             Font.Charset = DEFAULT_CHARSET
  413.             Font.Color = clWindowText
  414.             Font.Height = -11
  415.             Font.Name = 'Tahoma'
  416.             Font.Pitch = fpVariable
  417.             Font.Style = []
  418.             ParentFont = False
  419.             TabOrder = 6
  420.             OnClick = Button1Click
  421.           end
  422.           object Button8: TButton
  423.             Left = 40
  424.             Top = 16
  425.             Width = 33
  426.             Height = 17
  427.             Caption = 'UP'
  428.             Font.Charset = DEFAULT_CHARSET
  429.             Font.Color = clWindowText
  430.             Font.Height = -11
  431.             Font.Name = 'Tahoma'
  432.             Font.Pitch = fpVariable
  433.             Font.Style = []
  434.             ParentFont = False
  435.             TabOrder = 7
  436.             OnClick = Button1Click
  437.           end
  438.           object Button9: TButton
  439.             Left = 72
  440.             Top = 16
  441.             Width = 41
  442.             Height = 17
  443.             Caption = 'DOWN'
  444.             Font.Charset = DEFAULT_CHARSET
  445.             Font.Color = clWindowText
  446.             Font.Height = -11
  447.             Font.Name = 'Tahoma'
  448.             Font.Pitch = fpVariable
  449.             Font.Style = []
  450.             ParentFont = False
  451.             TabOrder = 8
  452.             OnClick = Button1Click
  453.           end
  454.           object Button10: TButton
  455.             Left = 112
  456.             Top = 16
  457.             Width = 41
  458.             Height = 17
  459.             Caption = 'LEFT'
  460.             Font.Charset = DEFAULT_CHARSET
  461.             Font.Color = clWindowText
  462.             Font.Height = -11
  463.             Font.Name = 'Tahoma'
  464.             Font.Pitch = fpVariable
  465.             Font.Style = []
  466.             ParentFont = False
  467.             TabOrder = 9
  468.             OnClick = Button1Click
  469.           end
  470.           object Button11: TButton
  471.             Left = 152
  472.             Top = 16
  473.             Width = 41
  474.             Height = 17
  475.             Caption = 'RIGHT'
  476.             Font.Charset = DEFAULT_CHARSET
  477.             Font.Color = clWindowText
  478.             Font.Height = -11
  479.             Font.Name = 'Tahoma'
  480.             Font.Pitch = fpVariable
  481.             Font.Style = []
  482.             ParentFont = False
  483.             TabOrder = 10
  484.             OnClick = Button1Click
  485.           end
  486.         end
  487.         object bGetClipboard: TButton
  488.           Left = 152
  489.           Top = 84
  490.           Width = 241
  491.           Height = 17
  492.           Anchors = [akRight, akBottom]
  493.           Caption = 'Get Clipboard as'
  494.           Font.Charset = DEFAULT_CHARSET
  495.           Font.Color = clWindowText
  496.           Font.Height = -9
  497.           Font.Name = 'Verdana'
  498.           Font.Pitch = fpVariable
  499.           Font.Style = []
  500.           ParentFont = False
  501.           TabOrder = 6
  502.           Visible = False
  503.           OnClick = bGetClipboardClick
  504.         end
  505.         object reItemText: TRichEdit
  506.           Left = 16
  507.           Top = 104
  508.           Width = 377
  509.           Height = 193
  510.           Anchors = [akLeft, akTop, akRight, akBottom]
  511.           HideScrollBars = False
  512.           ReadOnly = True
  513.           ScrollBars = ssBoth
  514.           TabOrder = 7
  515.         end
  516.         object bGetClipboardAs: TBitBtn
  517.           Left = 134
  518.           Top = 84
  519.           Width = 17
  520.           Height = 17
  521.           Anchors = [akRight, akBottom]
  522.           Caption = '>'
  523.           TabOrder = 8
  524.           OnClick = bGetClipboardAsClick
  525.         end
  526.       end
  527.     end
  528.     object TabSheet2: TTabSheet
  529.       Caption = 'AutoSwitch'
  530.       Font.Charset = DEFAULT_CHARSET
  531.       Font.Color = clWindowText
  532.       Font.Height = -11
  533.       Font.Name = 'Verdana'
  534.       Font.Pitch = fpVariable
  535.       Font.Style = []
  536.       ImageIndex = 1
  537.       ParentFont = False
  538.       DesignSize = (
  539.         659
  540.         399)
  541.       object Label5: TLabel
  542.         Left = 282
  543.         Top = 16
  544.         Width = 342
  545.         Height = 65
  546.         Anchors = [akTop, akRight, akBottom]
  547.         Caption = 
  548.           'ArsClip automatically saves the last Permanent Item group  you l' +
  549.           'ast used with each program name. To change a group associated wi' +
  550.           'th a program, just switch to the group using the Popup (Use "Ful' +
  551.           'l Mode" if permanent items groups are not visible on the popup)'
  552.         WordWrap = True
  553.       end
  554.       object lvAutoSwitch: TListView
  555.         Left = 8
  556.         Top = 16
  557.         Width = 270
  558.         Height = 367
  559.         Anchors = [akLeft, akTop, akRight, akBottom]
  560.         Columns = <>
  561.         TabOrder = 0
  562.         ViewStyle = vsReport
  563.       end
  564.     end
  565.   end
  566.   object pmGetAs: TPopupMenu
  567.     Left = 352
  568.     Top = 96
  569.     object PlaintText1: TMenuItem
  570.       Caption = 'Plaint Text'
  571.     end
  572.     object DIBPicture1: TMenuItem
  573.       Caption = 'DIB (Picture)'
  574.     end
  575.     object CopiedFiles1: TMenuItem
  576.       Caption = 'Copied Files'
  577.     end
  578.     object RichTExt1: TMenuItem
  579.       Caption = 'Rich TExt'
  580.     end
  581.   end
  582. end
  583.