--- sbbs/src/sbbs3/ctrl/ctrlpathdialogunit.dfm 2018/04/24 16:41:24 1.1.1.1 +++ sbbs/src/sbbs3/ctrl/ctrlpathdialogunit.dfm 2018/04/24 16:44:09 1.1.1.2 @@ -4,55 +4,59 @@ object CtrlPathDialog: TCtrlPathDialog ActiveControl = Edit BorderStyle = bsDialog Caption = 'Synchronet Configuration File' - ClientHeight = 93 - ClientWidth = 384 + ClientHeight = 114 + ClientWidth = 473 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter - PixelsPerInch = 96 - TextHeight = 13 + OnShow = FormShow + DesignSize = ( + 473 + 114) + PixelsPerInch = 120 + TextHeight = 16 object Bevel1: TBevel - Left = 8 - Top = 8 - Width = 281 - Height = 76 + Left = 10 + Top = 10 + Width = 346 + Height = 93 Anchors = [akLeft, akTop, akBottom] Shape = bsFrame end object OKBtn: TButton - Left = 300 - Top = 8 - Width = 75 - Height = 25 + Left = 369 + Top = 10 + Width = 93 + Height = 31 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton - Left = 300 - Top = 38 - Width = 75 - Height = 25 + Left = 369 + Top = 47 + Width = 93 + Height = 31 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object Edit: TEdit - Left = 20 - Top = 20 - Width = 260 - Height = 21 + Left = 25 + Top = 25 + Width = 320 + Height = 24 TabOrder = 2 Text = 'c:\sbbs\ctrl\main.cnf' end object BrowseButton: TButton - Left = 20 - Top = 51 - Width = 76 - Height = 25 + Left = 25 + Top = 63 + Width = 93 + Height = 31 Caption = 'Browse...' TabOrder = 3 OnClick = BrowseButtonClick