object frmOpenFileEditor: TfrmOpenFileEditor Left = 480 Top = 563 BorderStyle = bsDialog Caption = #12501#12449#12452#12523#12398#25351#23450 ClientHeight = 88 ClientWidth = 411 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = #65325#65331' '#65328#12468#12471#12483#12463 Font.Style = [] OldCreateOrder = False Position = poDesktopCenter PixelsPerInch = 96 TextHeight = 12 object lblCaption: TLabel Left = 8 Top = 8 Width = 39 Height = 12 Caption = 'Caption' end object edtFile: TEdit Left = 8 Top = 24 Width = 313 Height = 20 TabOrder = 0 end object btnBrowse: TButton Left = 328 Top = 24 Width = 75 Height = 25 Caption = #21442#29031'(&B)' TabOrder = 1 OnClick = btnBrowseClick end object btnCancel: TButton Left = 248 Top = 56 Width = 81 Height = 25 Cancel = True Caption = #12461#12515#12531#12475#12523'(&C)' ModalResult = 2 TabOrder = 2 end object btnOk: TButton Left = 336 Top = 56 Width = 67 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 3 end object OpenDialog: TOpenDialog Left = 8 Top = 48 end object SaveDialog: TSaveDialog Left = 40 Top = 48 end end