home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 5.4 / 2000-01_Disc_5.4.bin / Launch_disc.exe / 0 / RCDATA / TCHANGEDLG / TCHANGEDLG.txt
Text File  |  1999-10-29  |  1KB  |  80 lines

  1. object ChangeDlg: TChangeDlg
  2.   Left = 244
  3.   Top = 129
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dialog'
  7.   ClientHeight = 123
  8.   ClientWidth = 388
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 105
  21.     Shape = bsFrame
  22.     IsControl = True
  23.   end
  24.   object CurrentDir: TLabel
  25.     Left = 24
  26.     Top = 24
  27.     Width = 47
  28.     Height = 13
  29.     Caption = 'CurrentDir'
  30.   end
  31.   object Label1: TLabel
  32.     Left = 24
  33.     Top = 48
  34.     Width = 26
  35.     Height = 13
  36.     Caption = 'From:'
  37.   end
  38.   object Label2: TLabel
  39.     Left = 24
  40.     Top = 80
  41.     Width = 16
  42.     Height = 13
  43.     Caption = 'To:'
  44.   end
  45.   object OKBtn: TButton
  46.     Left = 300
  47.     Top = 8
  48.     Width = 77
  49.     Height = 27
  50.     Caption = 'OK'
  51.     Default = True
  52.     ModalResult = 1
  53.     TabOrder = 0
  54.   end
  55.   object CancelBtn: TButton
  56.     Left = 300
  57.     Top = 40
  58.     Width = 77
  59.     Height = 27
  60.     Cancel = True
  61.     Caption = 'Cancel'
  62.     ModalResult = 2
  63.     TabOrder = 1
  64.   end
  65.   object ToFileName: TEdit
  66.     Left = 64
  67.     Top = 80
  68.     Width = 209
  69.     Height = 21
  70.     TabOrder = 2
  71.   end
  72.   object FromFileName: TEdit
  73.     Left = 64
  74.     Top = 48
  75.     Width = 209
  76.     Height = 21
  77.     TabOrder = 3
  78.   end
  79. end
  80.