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