Branch update for mygnokii2002_03_17_19_29nl
[gnokii.git] / win32_makefile / gui_delphi / pbkedit.dfm
1 object PbkForm: TPbkForm\r
2   Left = 263\r
3   Top = 136\r
4   BorderStyle = bsDialog\r
5   Caption = 'View phonebook entry'\r
6   ClientHeight = 207\r
7   ClientWidth = 313\r
8   Color = clBtnFace\r
9   Font.Charset = DEFAULT_CHARSET\r
10   Font.Color = clWindowText\r
11   Font.Height = -11\r
12   Font.Name = 'MS Sans Serif'\r
13   Font.Style = []\r
14   OldCreateOrder = False\r
15   PixelsPerInch = 96\r
16   TextHeight = 13\r
17   object ListView1: TListView\r
18     Left = 8\r
19     Top = 8\r
20     Width = 297\r
21     Height = 161\r
22     Columns = <\r
23       item\r
24         Caption = 'Type'\r
25         Width = 100\r
26       end\r
27       item\r
28         Caption = 'Entry'\r
29         Width = 190\r
30       end>\r
31     ReadOnly = True\r
32     RowSelect = True\r
33     TabOrder = 0\r
34     ViewStyle = vsReport\r
35   end\r
36   object Button1: TButton\r
37     Left = 8\r
38     Top = 176\r
39     Width = 77\r
40     Height = 25\r
41     Caption = 'OK'\r
42     TabOrder = 1\r
43     OnClick = Button1Click\r
44   end\r
45   object Button2: TButton\r
46     Left = 224\r
47     Top = 176\r
48     Width = 81\r
49     Height = 25\r
50     Caption = 'Cancel'\r
51     TabOrder = 2\r
52     OnClick = Button2Click\r
53   end\r
54 end\r