object FormRename: TFormRename Left = 168 Top = 590 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Rename' ClientHeight = 51 ClientWidth = 361 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 12 object LabelTitle: TLabel Left = 8 Top = 6 Width = 50 Height = 12 Caption = 'LabelTitle' end object EditRename: TEdit Left = 6 Top = 25 Width = 187 Height = 20 TabOrder = 0 end object ButtonOK: TButton Left = 200 Top = 24 Width = 74 Height = 22 Caption = 'OK' Default = True TabOrder = 1 OnClick = ButtonOKClick end object ButtonCancel: TButton Left = 282 Top = 24 Width = 74 Height = 22 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end