X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=win32_makefile%2Fgui_delphi%2Fpbkedit.dfm;fp=win32_makefile%2Fgui_delphi%2Fpbkedit.dfm;h=0000000000000000000000000000000000000000;hb=472b70e710ac48afb0d2831c00d26043b1843047;hp=2f78d20a962b95c9d9ded9cca65e27fa542819f0;hpb=833e1c7c90e13ceaba3dde8e7a36fcc8dfb1db3c;p=gnokii.git diff --git a/win32_makefile/gui_delphi/pbkedit.dfm b/win32_makefile/gui_delphi/pbkedit.dfm deleted file mode 100644 index 2f78d20..0000000 --- a/win32_makefile/gui_delphi/pbkedit.dfm +++ /dev/null @@ -1,53 +0,0 @@ -object PbkForm: TPbkForm - Left = 187 - Top = 121 - BorderStyle = bsDialog - Caption = 'Edit phonebook entry' - ClientHeight = 212 - ClientWidth = 309 - Color = clBtnFace - Font.Charset = DEFAULT_CHARSET - Font.Color = clWindowText - Font.Height = -11 - Font.Name = 'MS Sans Serif' - Font.Style = [] - OldCreateOrder = False - PixelsPerInch = 96 - TextHeight = 13 - object ListView1: TListView - Left = 4 - Top = 8 - Width = 301 - Height = 169 - Columns = < - item - Caption = 'Type' - Width = 100 - end - item - Caption = 'Entry' - Width = 190 - end> - RowSelect = True - TabOrder = 0 - ViewStyle = vsReport - end - object Button1: TButton - Left = 4 - Top = 184 - Width = 73 - Height = 25 - Caption = 'OK' - TabOrder = 1 - OnClick = Button1Click - end - object Button2: TButton - Left = 224 - Top = 184 - Width = 81 - Height = 25 - Caption = 'Cancel' - TabOrder = 2 - OnClick = Button2Click - end -end