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

  1. object PalEditDlg: TPalEditDlg
  2.   Left = 262
  3.   Top = 185
  4.   ActiveControl = NameEdit
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 94
  7.   ClientWidth = 291
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object Bevel1: TBevel
  13.     Left = 8
  14.     Top = 8
  15.     Width = 273
  16.     Height = 41
  17.     Shape = bsFrame
  18.   end
  19.   object Label1: TLabel
  20.     Left = 18
  21.     Top = 22
  22.     Width = 57
  23.     Height = 13
  24.     Caption = '&Page name:'
  25.     FocusControl = NameEdit
  26.   end
  27.   object NameEdit: TEdit
  28.     Left = 89
  29.     Top = 18
  30.     Width = 180
  31.     Height = 21
  32.     TabOrder = 0
  33.   end
  34.   object OKButton: TButton
  35.     Left = 46
  36.     Top = 59
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'OK'
  40.     Default = True
  41.     ModalResult = 1
  42.     TabOrder = 1
  43.     OnClick = OkBtnClick
  44.   end
  45.   object CancelButton: TButton
  46.     Left = 126
  47.     Top = 59
  48.     Width = 75
  49.     Height = 25
  50.     Cancel = True
  51.     Caption = 'Cancel'
  52.     ModalResult = 2
  53.     TabOrder = 2
  54.   end
  55.   object HelpButton: TButton
  56.     Left = 206
  57.     Top = 59
  58.     Width = 75
  59.     Height = 25
  60.     Caption = '&Help'
  61.     TabOrder = 3
  62.     OnClick = HelpButtonClick
  63.   end
  64. end
  65.