File: NatStat.lfm

package info (click to toggle)
c-evo-dh 3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 10,548 kB
  • sloc: pascal: 57,426; xml: 256; makefile: 114; sh: 4
file content (84 lines) | stat: -rw-r--r-- 1,600 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
object NatStatDlg: TNatStatDlg
  Left = 192
  Top = 119
  BorderStyle = bsNone
  ClientHeight = 480
  ClientWidth = 406
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnKeyDown = FormKeyDown
  OnShow = FormShow
  PixelsPerInch = 96
  Scaled = False
  object ToggleBtn: TButtonB
    Left = 6
    Top = 6
    Width = 25
    Height = 25
    Down = False
    Permanent = False
    OnClick = ToggleBtnClick
    ButtonIndex = 28
  end
  object CloseBtn: TButtonB
    Left = 374
    Top = 6
    Width = 25
    Height = 25
    Down = False
    Permanent = False
    OnClick = CloseBtnClick
    ButtonIndex = 0
  end
  object ScrollUpBtn: TButtonC2
    Left = 376
    Top = 266
    Width = 24
    Height = 24
    Down = False
    Permanent = False
    OnClick = ScrollUpBtnClick
    ButtonIndex = 1
  end
  object ScrollDownBtn: TButtonC2
    Left = 376
    Top = 290
    Width = 24
    Height = 24
    Down = False
    Permanent = False
    OnClick = ScrollDownBtnClick
    ButtonIndex = 0
  end
  object ContactBtn: TEOTButton
    Left = 330
    Top = 45
    Width = 48
    Height = 48
    Down = False
    Permanent = False
    OnClick = DialogBtnClick
    ButtonIndex = 3
  end
  object TellAIBtn: TButtonC2
    Left = 18
    Top = 444
    Width = 24
    Height = 24
    Down = False
    Permanent = False
    OnClick = TellAIBtnClick
    ButtonIndex = 0
  end
  object Popup: TPopupMenu
    Left = 16
    Top = 48
  end
end