home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / temacd / fineview / finevw69.exe / FineView.exe / 0 / RCDATA / TFORMRENAME / TFORMRENAME.txt
Text File  |  2004-10-09  |  1KB  |  61 lines

  1. object FormRename: TFormRename
  2.   Left = 346
  3.   Top = 286
  4.   BorderStyle = bsDialog
  5.   Caption = 'Rename'
  6.   ClientHeight = 98
  7.   ClientWidth = 422
  8.   Color = clBtnFace
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Scaled = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object LRenameMsg: TLabel
  19.     Left = 22
  20.     Top = 16
  21.     Width = 68
  22.     Height = 12
  23.     Caption = 'LRenameMsg'
  24.   end
  25.   object EditRename: TEdit
  26.     Left = 21
  27.     Top = 36
  28.     Width = 300
  29.     Height = 20
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clWindowText
  32.     Font.Height = -12
  33.     Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
  34.     Font.Style = []
  35.     ParentFont = False
  36.     TabOrder = 0
  37.     Text = 'EditRename'
  38.     OnKeyDown = EditRenameKeyDown
  39.   end
  40.   object ButtonOK: TButton
  41.     Left = 224
  42.     Top = 64
  43.     Width = 90
  44.     Height = 22
  45.     Caption = 'OK'
  46.     Default = True
  47.     ModalResult = 1
  48.     TabOrder = 1
  49.   end
  50.   object ButtonCancel: TButton
  51.     Left = 322
  52.     Top = 64
  53.     Width = 90
  54.     Height = 22
  55.     Cancel = True
  56.     Caption = 'Cancel'
  57.     ModalResult = 2
  58.     TabOrder = 2
  59.   end
  60. end
  61.