home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 February / PCWorld_2002-02_cd.bin / Software / Vyzkuste / fineview / FineView.exe / 0 / RCDATA / TFORMRENAME / TFORMRENAME.txt
Text File  |  2001-07-27  |  1KB  |  55 lines

  1. object FormRename: TFormRename
  2.   Left = 168
  3.   Top = 590
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Rename'
  7.   ClientHeight = 51
  8.   ClientWidth = 361
  9.   Color = clBtnFace
  10.   Font.Charset = SHIFTJIS_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object LabelTitle: TLabel
  21.     Left = 8
  22.     Top = 6
  23.     Width = 50
  24.     Height = 12
  25.     Caption = 'LabelTitle'
  26.   end
  27.   object EditRename: TEdit
  28.     Left = 6
  29.     Top = 25
  30.     Width = 187
  31.     Height = 20
  32.     TabOrder = 0
  33.   end
  34.   object ButtonOK: TButton
  35.     Left = 200
  36.     Top = 24
  37.     Width = 74
  38.     Height = 22
  39.     Caption = 'OK'
  40.     Default = True
  41.     TabOrder = 1
  42.     OnClick = ButtonOKClick
  43.   end
  44.   object ButtonCancel: TButton
  45.     Left = 282
  46.     Top = 24
  47.     Width = 74
  48.     Height = 22
  49.     Cancel = True
  50.     Caption = 'Cancel'
  51.     ModalResult = 2
  52.     TabOrder = 2
  53.   end
  54. end
  55.