object RunBox: TRunBox Left = 246 Top = 109 BorderStyle = bsDialog Caption = 'Run' ClientHeight = 119 ClientWidth = 345 ParentFont = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 33 Width = 31 Height = 13 Caption = 'Path : ' end object OKBtn: TButton Left = 49 Top = 73 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 144 Top = 73 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object Button1: TButton Left = 240 Top = 73 Width = 75 Height = 25 Cancel = True Caption = 'lBrowse' ModalResult = 2 TabOrder = 2 end object RunComboBox: TComboBox Left = 48 Top = 28 Width = 265 Height = 21 ItemHeight = 13 TabOrder = 3 end end