X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=win32_makefile%2Fgui_delphi%2Fpbkedit.dfm;h=81d0fdbc68b210e634348788d9155c0300fd82a9;hp=2f78d20a962b95c9d9ded9cca65e27fa542819f0;hb=bd2325c6e5ee9fad610a886c91994d9a04d1b18a;hpb=a1cd8f8d3a6cbe586ebc3148afa87dd4cb2afb15 diff --git a/win32_makefile/gui_delphi/pbkedit.dfm b/win32_makefile/gui_delphi/pbkedit.dfm index 2f78d20..81d0fdb 100644 --- a/win32_makefile/gui_delphi/pbkedit.dfm +++ b/win32_makefile/gui_delphi/pbkedit.dfm @@ -1,10 +1,10 @@ object PbkForm: TPbkForm - Left = 187 - Top = 121 + Left = 263 + Top = 136 BorderStyle = bsDialog - Caption = 'Edit phonebook entry' - ClientHeight = 212 - ClientWidth = 309 + Caption = 'View phonebook entry' + ClientHeight = 207 + ClientWidth = 313 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText @@ -15,10 +15,10 @@ object PbkForm: TPbkForm PixelsPerInch = 96 TextHeight = 13 object ListView1: TListView - Left = 4 + Left = 8 Top = 8 - Width = 301 - Height = 169 + Width = 297 + Height = 161 Columns = < item Caption = 'Type' @@ -28,14 +28,15 @@ object PbkForm: TPbkForm Caption = 'Entry' Width = 190 end> + ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport end object Button1: TButton - Left = 4 - Top = 184 - Width = 73 + Left = 8 + Top = 176 + Width = 77 Height = 25 Caption = 'OK' TabOrder = 1 @@ -43,7 +44,7 @@ object PbkForm: TPbkForm end object Button2: TButton Left = 224 - Top = 184 + Top = 176 Width = 81 Height = 25 Caption = 'Cancel'