home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 June / PCWorld_2003-06_cd.bin / SOFTWARE / VYZKUSTE / RKEDIT / RKEDIT.EXE / 0 / RCDATA / TFRMPROJECTSCOMMANDS / TFRMPROJECTSCOMMANDS.txt
Text File  |  2003-04-17  |  2KB  |  99 lines

  1. inherited frmProjectsCommands: TfrmProjectsCommands
  2.   Left = 616
  3.   Top = 323
  4.   Width = 321
  5.   Height = 280
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Project'#39's commands'
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 280
  10.   Constraints.MinWidth = 320
  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 = poOwnerFormCenter
  18.   OnCreate = FormCreate
  19.   DesignSize = (
  20.     313
  21.     253)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object lvCommands: TListView
  25.     Left = 0
  26.     Top = 0
  27.     Width = 313
  28.     Height = 180
  29.     Align = alTop
  30.     Anchors = [akTop, akRight, akBottom]
  31.     Columns = <
  32.       item
  33.         Caption = 'Name'
  34.         MaxWidth = 250
  35.         MinWidth = 30
  36.         Width = 150
  37.       end
  38.       item
  39.         Caption = 'Command'
  40.         Width = 249
  41.       end>
  42.     HideSelection = False
  43.     ReadOnly = True
  44.     RowSelect = True
  45.     TabOrder = 0
  46.     ViewStyle = vsReport
  47.     OnDblClick = lvCommandsDblClick
  48.     OnResize = lvCommandsResize
  49.   end
  50.   object btnAdd: TButton
  51.     Left = 73
  52.     Top = 190
  53.     Width = 75
  54.     Height = 25
  55.     Anchors = [akRight, akBottom]
  56.     Caption = 'Add...'
  57.     TabOrder = 1
  58.     OnClick = btnAddClick
  59.   end
  60.   object btnRemove: TButton
  61.     Left = 233
  62.     Top = 190
  63.     Width = 75
  64.     Height = 25
  65.     Anchors = [akRight, akBottom]
  66.     Caption = 'Remove...'
  67.     TabOrder = 2
  68.     OnClick = btnRemoveClick
  69.   end
  70.   object btnRename: TButton
  71.     Left = 153
  72.     Top = 190
  73.     Width = 75
  74.     Height = 25
  75.     Anchors = [akRight, akBottom]
  76.     Caption = 'Edit...'
  77.     TabOrder = 3
  78.     OnClick = btnRenameClick
  79.   end
  80.   object bbtnOk: TBitBtn
  81.     Left = 153
  82.     Top = 222
  83.     Width = 75
  84.     Height = 25
  85.     Anchors = [akRight, akBottom]
  86.     TabOrder = 4
  87.     Kind = bkOK
  88.   end
  89.   object bbtnCancel: TBitBtn
  90.     Left = 233
  91.     Top = 222
  92.     Width = 75
  93.     Height = 25
  94.     Anchors = [akRight, akBottom]
  95.     TabOrder = 5
  96.     Kind = bkCancel
  97.   end
  98. end
  99.