This commit was manufactured by cvs2svn to create branch 'decode'.
[gnokii.git] / win32_makefile / gui_delphi / pbkedit.dfm
diff --git a/win32_makefile/gui_delphi/pbkedit.dfm b/win32_makefile/gui_delphi/pbkedit.dfm
deleted file mode 100644 (file)
index 2f78d20..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-object PbkForm: TPbkForm\r
-  Left = 187\r
-  Top = 121\r
-  BorderStyle = bsDialog\r
-  Caption = 'Edit phonebook entry'\r
-  ClientHeight = 212\r
-  ClientWidth = 309\r
-  Color = clBtnFace\r
-  Font.Charset = DEFAULT_CHARSET\r
-  Font.Color = clWindowText\r
-  Font.Height = -11\r
-  Font.Name = 'MS Sans Serif'\r
-  Font.Style = []\r
-  OldCreateOrder = False\r
-  PixelsPerInch = 96\r
-  TextHeight = 13\r
-  object ListView1: TListView\r
-    Left = 4\r
-    Top = 8\r
-    Width = 301\r
-    Height = 169\r
-    Columns = <\r
-      item\r
-        Caption = 'Type'\r
-        Width = 100\r
-      end\r
-      item\r
-        Caption = 'Entry'\r
-        Width = 190\r
-      end>\r
-    RowSelect = True\r
-    TabOrder = 0\r
-    ViewStyle = vsReport\r
-  end\r
-  object Button1: TButton\r
-    Left = 4\r
-    Top = 184\r
-    Width = 73\r
-    Height = 25\r
-    Caption = 'OK'\r
-    TabOrder = 1\r
-    OnClick = Button1Click\r
-  end\r
-  object Button2: TButton\r
-    Left = 224\r
-    Top = 184\r
-    Width = 81\r
-    Height = 25\r
-    Caption = 'Cancel'\r
-    TabOrder = 2\r
-    OnClick = Button2Click\r
-  end\r
-end\r