http://marcin-wiacek.fkn.pl/english/zips/mygnokii.tar.gz
[gnokii.git] / win32_makefile / gui_delphi / netmon.dfm
1 object NetmonForm: TNetmonForm\r
2   Left = 302\r
3   Top = 272\r
4   Width = 202\r
5   Height = 185\r
6   Caption = 'Set Netmonitor'\r
7   Color = clBtnFace\r
8   Font.Charset = DEFAULT_CHARSET\r
9   Font.Color = clWindowText\r
10   Font.Height = -11\r
11   Font.Name = 'MS Sans Serif'\r
12   Font.Style = []\r
13   OldCreateOrder = False\r
14   OnCreate = FormCreate\r
15   PixelsPerInch = 96\r
16   TextHeight = 13\r
17   object Button1: TButton\r
18     Left = 8\r
19     Top = 128\r
20     Width = 81\r
21     Height = 25\r
22     Caption = 'OK'\r
23     TabOrder = 0\r
24     OnClick = Button1Click\r
25   end\r
26   object Button2: TButton\r
27     Left = 104\r
28     Top = 128\r
29     Width = 81\r
30     Height = 25\r
31     Caption = 'Cancel'\r
32     TabOrder = 1\r
33     OnClick = Button2Click\r
34   end\r
35   object RadioGroup1: TRadioGroup\r
36     Left = 8\r
37     Top = 16\r
38     Width = 177\r
39     Height = 97\r
40     Caption = ' Netmonitor state '\r
41     ItemIndex = 2\r
42     Items.Strings = (\r
43       'OFF'\r
44       'Simple'\r
45       'Extended')\r
46     TabOrder = 2\r
47   end\r
48 end\r