File: Enhance.lfm

package info (click to toggle)
c-evo-dh 3.1-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 10,548 kB
  • sloc: pascal: 57,426; xml: 256; makefile: 114; sh: 4
file content (134 lines) | stat: -rw-r--r-- 2,358 bytes parent folder | download | duplicates (3)
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
object EnhanceDlg: TEnhanceDlg
  Left = 421
  Height = 189
  Top = 507
  Width = 640
  BorderStyle = bsNone
  ClientHeight = 189
  ClientWidth = 640
  Color = clBtnFace
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  FormStyle = fsStayOnTop
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnKeyDown = FormKeyDown
  OnPaint = FormPaint
  OnShow = FormShow
  LCLVersion = '1.6.0.4'
  PixelsPerInch = 96
  Scaled = False
  object ToggleBtn: TButtonB
    Left = 13
    Height = 25
    Top = 6
    Width = 25
    Down = False
    Permanent = False
    OnClick = ToggleBtnClick
    ButtonIndex = 28
  end
  object CloseBtn: TButtonB
    Left = 602
    Height = 25
    Top = 6
    Width = 25
    Down = False
    Permanent = False
    OnClick = CloseBtnClick
    ButtonIndex = 0
  end
  object job1: TButtonC2
    Tag = 1
    Left = 192
    Height = 24
    Top = 144
    Width = 24
    Down = False
    Permanent = False
    OnClick = JobClick
    ButtonIndex = 2
  end
  object job2: TButtonC2
    Tag = 2
    Left = 216
    Height = 24
    Top = 144
    Width = 24
    Down = False
    Permanent = False
    OnClick = JobClick
    ButtonIndex = 2
  end
  object job4: TButtonC2
    Tag = 4
    Left = 240
    Height = 24
    Top = 144
    Width = 24
    Down = False
    Permanent = False
    OnClick = JobClick
    ButtonIndex = 2
  end
  object job5: TButtonC2
    Tag = 5
    Left = 262
    Height = 24
    Top = 144
    Width = 24
    Down = False
    Permanent = False
    OnClick = JobClick
    ButtonIndex = 2
  end
  object job7: TButtonC2
    Tag = 7
    Left = 286
    Height = 24
    Top = 144
    Width = 24
    Down = False
    Permanent = False
    OnClick = JobClick
    ButtonIndex = 2
  end
  object job3: TButtonC2
    Tag = 3
    Left = 334
    Height = 24
    Top = 144
    Width = 24
    Down = False
    Permanent = False
    OnClick = JobClick
    ButtonIndex = 2
  end
  object job6: TButtonC2
    Tag = 6
    Left = 358
    Height = 24
    Top = 144
    Width = 24
    Down = False
    Permanent = False
    OnClick = JobClick
    ButtonIndex = 2
  end
  object job9: TButtonC2
    Tag = 9
    Left = 381
    Height = 24
    Top = 144
    Width = 24
    Down = False
    Permanent = False
    OnClick = JobClick
    ButtonIndex = 2
  end
  object Popup: TPopupMenu
    left = 16
    top = 48
  end
end