http://marcin-wiacek.fkn.pl/english/zips/mygnokii.tar.gz
[gnokii.git] / win32_makefile / gui_delphi / wapbook.dfm
diff --git a/win32_makefile/gui_delphi/wapbook.dfm b/win32_makefile/gui_delphi/wapbook.dfm
new file mode 100644 (file)
index 0000000..ee8cbb2
--- /dev/null
@@ -0,0 +1,64 @@
+object WAPBookForm: TWAPBookForm\r
+  Left = 215\r
+  Top = 152\r
+  BorderIcons = [biSystemMenu]\r
+  BorderStyle = bsSingle\r
+  Caption = 'Edit WAP Bookmark'\r
+  ClientHeight = 78\r
+  ClientWidth = 369\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 Label1: TLabel\r
+    Left = 8\r
+    Top = 16\r
+    Width = 31\r
+    Height = 13\r
+    Caption = 'Name:'\r
+  end\r
+  object Label2: TLabel\r
+    Left = 8\r
+    Top = 48\r
+    Width = 25\r
+    Height = 13\r
+    Caption = 'URL:'\r
+  end\r
+  object Button1: TButton\r
+    Left = 280\r
+    Top = 8\r
+    Width = 81\r
+    Height = 25\r
+    Caption = '&OK'\r
+    TabOrder = 0\r
+    OnClick = Button1Click\r
+  end\r
+  object Button2: TButton\r
+    Left = 280\r
+    Top = 40\r
+    Width = 81\r
+    Height = 25\r
+    Caption = '&Cancel'\r
+    TabOrder = 1\r
+    OnClick = Button2Click\r
+  end\r
+  object Edit1: TEdit\r
+    Left = 56\r
+    Top = 8\r
+    Width = 193\r
+    Height = 21\r
+    TabOrder = 2\r
+  end\r
+  object Edit2: TEdit\r
+    Left = 56\r
+    Top = 40\r
+    Width = 193\r
+    Height = 21\r
+    TabOrder = 3\r
+  end\r
+end\r