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

  1. object EditDlg: TEditDlg
  2.   Left = 264
  3.   Top = 121
  4.   ActiveControl = edExpression
  5.   BorderStyle = bsDialog
  6.   Caption = 'EditDlg'
  7.   ClientHeight = 88
  8.   ClientWidth = 344
  9.   ParentFont = True
  10.   OnActivate = FormActivate
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label1: TLabel
  14.     Left = 8
  15.     Top = 8
  16.     Width = 54
  17.     Height = 13
  18.     Caption = '&Expression:'
  19.     FocusControl = edExpression
  20.   end
  21.   object edExpression: THistoryPropComboBox
  22.     Left = 8
  23.     Top = 24
  24.     Width = 329
  25.     Height = 21
  26.     DragCursor = crDefault
  27.     ItemHeight = 13
  28.     TabOrder = 0
  29.     HistoryManager = EnvironmentOptions.HistoryLists
  30.   end
  31.   object OKButton: TButton
  32.     Left = 104
  33.     Top = 56
  34.     Width = 75
  35.     Height = 25
  36.     Caption = 'OK'
  37.     Default = True
  38.     ModalResult = 1
  39.     TabOrder = 1
  40.     OnClick = OKButtonClick
  41.   end
  42.   object CancelButton: TButton
  43.     Left = 184
  44.     Top = 56
  45.     Width = 75
  46.     Height = 25
  47.     Cancel = True
  48.     Caption = 'Cancel'
  49.     ModalResult = 2
  50.     TabOrder = 2
  51.   end
  52.   object HelpButton: TButton
  53.     Left = 264
  54.     Top = 56
  55.     Width = 75
  56.     Height = 25
  57.     Caption = '&Help'
  58.     TabOrder = 3
  59.     OnClick = HelpButtonClick
  60.   end
  61. end
  62.