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

  1. object DesktopSaveFormBase: TDesktopSaveFormBase
  2.   Left = 342
  3.   Top = 213
  4.   AutoScroll = False
  5.   Caption = 'DesktopSaveFormBase'
  6.   ClientHeight = 96
  7.   ClientWidth = 276
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poScreenCenter
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object cbDesktopName: TComboBox
  16.     Left = 18
  17.     Top = 29
  18.     Width = 241
  19.     Height = 21
  20.     ItemHeight = 13
  21.     TabOrder = 0
  22.     OnChange = cbDesktopNameChange
  23.   end
  24.   object btnOK: TButton
  25.     Left = 61
  26.     Top = 62
  27.     Width = 75
  28.     Height = 25
  29.     Caption = 'OK'
  30.     Default = True
  31.     Enabled = False
  32.     TabOrder = 1
  33.   end
  34.   object btnCancel: TButton
  35.     Left = 141
  36.     Top = 62
  37.     Width = 75
  38.     Height = 25
  39.     Cancel = True
  40.     Caption = 'Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 2
  43.   end
  44. end
  45.