object Or_SetupDialog: TOr_SetupDialog Left = 201 Top = 104 BorderStyle = bsDialog Caption = 'Dialog' ClientHeight = 214 ClientWidth = 313 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 297 Height = 161 Shape = bsFrame end object Util1FileNameLabel: TLabel Left = 112 Top = 16 Width = 65 Height = 13 Caption = 'Util 1 program' end object Util1NameLabel: TLabel Left = 16 Top = 16 Width = 53 Height = 13 Caption = 'Util 1 name' end object Unit2FileNameLabel: TLabel Left = 112 Top = 56 Width = 65 Height = 13 Caption = 'Util 2 program' end object Unit2NameLabel: TLabel Left = 16 Top = 56 Width = 53 Height = 13 Caption = 'Util 2 name' end object SaveDirectoryLabel: TLabel Left = 16 Top = 104 Width = 68 Height = 13 Caption = 'Save directory' end object OKBtn: TButton Left = 79 Top = 180 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 159 Top = 180 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 OnClick = CancelBtnClick end object Util1FileNameEdit: TEdit Left = 112 Top = 32 Width = 185 Height = 21 TabOrder = 3 Text = 'Util1FileNameEdit' end object Util1NameEdit: TEdit Left = 16 Top = 32 Width = 81 Height = 21 TabOrder = 2 Text = 'Cool' end object Util2FileNameEdit: TEdit Left = 112 Top = 72 Width = 185 Height = 21 TabOrder = 5 Text = 'Util1FileNameEdit' end object Util2NameEdit: TEdit Left = 16 Top = 72 Width = 81 Height = 21 TabOrder = 4 Text = 'Cool' end object SaveDirectoryEdit: TEdit Left = 16 Top = 120 Width = 281 Height = 21 TabOrder = 6 end end