http://marcin-wiacek.fkn.pl/english/zips/mygnokii.tar.gz
[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..2f78d20
--- /dev/null
@@ -0,0 +1,53 @@
+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