object PasswordDlg: TPasswordDlg Left = 494 Top = 252 BorderStyle = bsDialog Caption = 'Input INI string Name' ClientHeight = 93 ClientWidth = 233 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 9 Width = 100 Height = 13 Caption = 'Input INI string Name' end object NameStrIni: TEdit Left = 8 Top = 27 Width = 217 Height = 21 TabOrder = 0 end object OKBtn: TButton Left = 70 Top = 59 Width = 75 Height = 25 Caption = 'OK' Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ModalResult = 1 ParentFont = False TabOrder = 1 end object CancelBtn: TButton Left = 150 Top = 59 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ModalResult = 2 ParentFont = False TabOrder = 2 end end