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
new file mode 100644 (file)
index 0000000..81d0fdb
--- /dev/null
@@ -0,0 +1,54 @@
+object PbkForm: TPbkForm\r
+  Left = 263\r
+  Top = 136\r
+  BorderStyle = bsDialog\r
+  Caption = 'View phonebook entry'\r
+  ClientHeight = 207\r
+  ClientWidth = 313\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 = 8\r
+    Top = 8\r
+    Width = 297\r
+    Height = 161\r
+    Columns = <\r
+      item\r
+        Caption = 'Type'\r
+        Width = 100\r
+      end\r
+      item\r
+        Caption = 'Entry'\r
+        Width = 190\r
+      end>\r
+    ReadOnly = True\r
+    RowSelect = True\r
+    TabOrder = 0\r
+    ViewStyle = vsReport\r
+  end\r
+  object Button1: TButton\r
+    Left = 8\r
+    Top = 176\r
+    Width = 77\r
+    Height = 25\r
+    Caption = 'OK'\r
+    TabOrder = 1\r
+    OnClick = Button1Click\r
+  end\r
+  object Button2: TButton\r
+    Left = 224\r
+    Top = 176\r
+    Width = 81\r
+    Height = 25\r
+    Caption = 'Cancel'\r
+    TabOrder = 2\r
+    OnClick = Button2Click\r
+  end\r
+end\r