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

  1. object frmPermanentOld: TfrmPermanentOld
  2.   Left = 332
  3.   Top = 340
  4.   Width = 619
  5.   Height = 417
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu]
  9.   Caption = 'ArsClip - Permanent Items'
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   ShowHint = True
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object labelx: TLabel
  26.     Left = 8
  27.     Top = 8
  28.     Width = 146
  29.     Height = 13
  30.     Caption = 'Current Permanent Items group'
  31.   end
  32.   object GroupBox1: TGroupBox
  33.     Left = 224
  34.     Top = 64
  35.     Width = 385
  36.     Height = 321
  37.     Caption = 'Permanent Item'
  38.     TabOrder = 0
  39.     object Label1: TLabel
  40.       Left = 16
  41.       Top = 24
  42.       Width = 182
  43.       Height = 13
  44.       Caption = 'Name     (As shown on popup window)'
  45.     end
  46.     object Label2: TLabel
  47.       Left = 16
  48.       Top = 88
  49.       Width = 63
  50.       Height = 13
  51.       Caption = 'Text to Paste'
  52.     end
  53.     object Label3: TLabel
  54.       Left = 192
  55.       Top = 48
  56.       Width = 176
  57.       Height = 26
  58.       Caption = 'Place an && infront of the character to use as a shortcut key'
  59.       WordWrap = True
  60.     end
  61.     object txtItemName: TEdit
  62.       Left = 16
  63.       Top = 48
  64.       Width = 161
  65.       Height = 21
  66.       TabOrder = 0
  67.       Text = 'txtItemName'
  68.       OnChange = txtItemNameChange
  69.     end
  70.     object mItemText: TMemo
  71.       Left = 16
  72.       Top = 104
  73.       Width = 353
  74.       Height = 177
  75.       Lines.Strings = (
  76.         'mItemText')
  77.       ScrollBars = ssBoth
  78.       TabOrder = 1
  79.       WordWrap = False
  80.       OnChange = mItemTextChange
  81.     end
  82.     object btnSave: TButton
  83.       Left = 152
  84.       Top = 296
  85.       Width = 73
  86.       Height = 17
  87.       Caption = 'Save'
  88.       TabOrder = 2
  89.       OnClick = btnSaveClick
  90.     end
  91.   end
  92.   object Panel1: TPanel
  93.     Left = 0
  94.     Top = 64
  95.     Width = 217
  96.     Height = 321
  97.     Caption = 'Panel1'
  98.     TabOrder = 1
  99.     object lbItemText: TListBox
  100.       Left = 40
  101.       Top = 96
  102.       Width = 153
  103.       Height = 177
  104.       ItemHeight = 13
  105.       TabOrder = 1
  106.       Visible = False
  107.     end
  108.     object lbItemName: TListBox
  109.       Left = 8
  110.       Top = 8
  111.       Width = 145
  112.       Height = 305
  113.       ItemHeight = 13
  114.       TabOrder = 0
  115.       OnClick = lbItemNameClick
  116.     end
  117.     object btnUp: TButton
  118.       Left = 160
  119.       Top = 8
  120.       Width = 41
  121.       Height = 17
  122.       Caption = 'Up'
  123.       TabOrder = 2
  124.       OnClick = btnUpClick
  125.     end
  126.     object btnDown: TButton
  127.       Left = 160
  128.       Top = 32
  129.       Width = 41
  130.       Height = 17
  131.       Caption = 'Down'
  132.       TabOrder = 3
  133.       OnClick = btnDownClick
  134.     end
  135.     object btnDelete: TButton
  136.       Left = 160
  137.       Top = 64
  138.       Width = 41
  139.       Height = 17
  140.       Caption = 'Delete'
  141.       TabOrder = 4
  142.       OnClick = btnDeleteClick
  143.     end
  144.   end
  145.   object cbGroups: TComboBox
  146.     Left = 8
  147.     Top = 24
  148.     Width = 145
  149.     Height = 21
  150.     ItemHeight = 13
  151.     TabOrder = 2
  152.     Text = 'cbGroups'
  153.     OnClick = cbGroupsClick
  154.     OnCloseUp = cbGroupsCloseUp
  155.   end
  156.   object btnDeleteGroup: TButton
  157.     Left = 160
  158.     Top = 24
  159.     Width = 41
  160.     Height = 17
  161.     Caption = 'Delete'
  162.     TabOrder = 3
  163.     OnClick = btnDeleteGroupClick
  164.   end
  165. end
  166.