home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / DCLSTD50.BPL / 0 / RCDATA / TNEWSTDACTIONDLG / TNEWSTDACTIONDLG.txt
Text File  |  1999-08-11  |  2KB  |  94 lines

  1. object NewStdActionDlg: TNewStdActionDlg
  2.   Left = 209
  3.   Top = 219
  4.   HelpContext = 26171
  5.   AutoScroll = False
  6.   Caption = 'Standard Actions'
  7.   ClientHeight = 196
  8.   ClientWidth = 384
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 281
  22.     Height = 177
  23.     Anchors = [akLeft, akTop, akRight, akBottom]
  24.     Shape = bsFrame
  25.   end
  26.   object HelpBtn: TButton
  27.     Left = 300
  28.     Top = 68
  29.     Width = 75
  30.     Height = 25
  31.     Anchors = [akTop, akRight]
  32.     Caption = '&Help'
  33.     TabOrder = 2
  34.     OnClick = HelpBtnClick
  35.   end
  36.   object OKBtn: TButton
  37.     Left = 300
  38.     Top = 8
  39.     Width = 75
  40.     Height = 25
  41.     Action = AcceptAction
  42.     Anchors = [akTop, akRight]
  43.     Default = True
  44.     ModalResult = 1
  45.     TabOrder = 0
  46.   end
  47.   object CancelBtn: TButton
  48.     Left = 300
  49.     Top = 38
  50.     Width = 75
  51.     Height = 25
  52.     Anchors = [akTop, akRight]
  53.     Cancel = True
  54.     Caption = 'Cancel'
  55.     ModalResult = 2
  56.     TabOrder = 1
  57.   end
  58.   object ActionList: TListView
  59.     Left = 16
  60.     Top = 16
  61.     Width = 265
  62.     Height = 161
  63.     Anchors = [akLeft, akTop, akRight, akBottom]
  64.     Columns = <
  65.       item
  66.         Caption = 'Action'
  67.         Width = 176
  68.       end
  69.       item
  70.         Caption = 'Category'
  71.         Width = 85
  72.       end>
  73.     HideSelection = False
  74.     MultiSelect = True
  75.     ReadOnly = True
  76.     RowSelect = True
  77.     SortType = stText
  78.     TabOrder = 3
  79.     ViewStyle = vsReport
  80.     OnColumnClick = ActionListColumnClick
  81.     OnCompare = ActionListCompare
  82.     OnDblClick = ActionListDblClick
  83.   end
  84.   object ActionList1: TActionList
  85.     Left = 300
  86.     Top = 100
  87.     object AcceptAction: TAction
  88.       Caption = 'OK'
  89.       Enabled = False
  90.       OnUpdate = AcceptActionUpdate
  91.     end
  92.   end
  93. end
  94.