X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=win32_makefile%2Fgui_delphi%2Fnetmon.dfm;fp=win32_makefile%2Fgui_delphi%2Fnetmon.dfm;h=ae543dcd7d9671692b53c1036fa44bd82c504300;hp=0000000000000000000000000000000000000000;hb=2e0972b02d101bb0d8e9d3e15d2ac80def491a63;hpb=cc37b87508c91b5d4f21fd4bbc298104ae7de1dc diff --git a/win32_makefile/gui_delphi/netmon.dfm b/win32_makefile/gui_delphi/netmon.dfm new file mode 100644 index 0000000..ae543dc --- /dev/null +++ b/win32_makefile/gui_delphi/netmon.dfm @@ -0,0 +1,48 @@ +object NetmonForm: TNetmonForm + Left = 302 + Top = 272 + Width = 202 + Height = 185 + Caption = 'Set Netmonitor' + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + OldCreateOrder = False + OnCreate = FormCreate + PixelsPerInch = 96 + TextHeight = 13 + object Button1: TButton + Left = 8 + Top = 128 + Width = 81 + Height = 25 + Caption = 'OK' + TabOrder = 0 + OnClick = Button1Click + end + object Button2: TButton + Left = 104 + Top = 128 + Width = 81 + Height = 25 + Caption = 'Cancel' + TabOrder = 1 + OnClick = Button2Click + end + object RadioGroup1: TRadioGroup + Left = 8 + Top = 16 + Width = 177 + Height = 97 + Caption = ' Netmonitor state ' + ItemIndex = 2 + Items.Strings = ( + 'OFF' + 'Simple' + 'Extended') + TabOrder = 2 + end +end