2f78d20a962b95c9d9ded9cca65e27fa542819f0
[gnokii.git] / win32_makefile / gui_delphi / pbkedit.dfm
1 object PbkForm: TPbkForm\r
2   Left = 187\r
3   Top = 121\r
4   BorderStyle = bsDialog\r
5   Caption = 'Edit phonebook entry'\r
6   ClientHeight = 212\r
7   ClientWidth = 309\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 = 4\r
19     Top = 8\r
20     Width = 301\r
21     Height = 169\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     RowSelect = True\r
32     TabOrder = 0\r
33     ViewStyle = vsReport\r
34   end\r
35   object Button1: TButton\r
36     Left = 4\r
37     Top = 184\r
38     Width = 73\r
39     Height = 25\r
40     Caption = 'OK'\r
41     TabOrder = 1\r
42     OnClick = Button1Click\r
43   end\r
44   object Button2: TButton\r
45     Left = 224\r
46     Top = 184\r
47     Width = 81\r
48     Height = 25\r
49     Caption = 'Cancel'\r
50     TabOrder = 2\r
51     OnClick = Button2Click\r
52   end\r
53 end\r