Last change
on this file was 554, checked in by chronos, 7 months ago |
- Added: TButtonG class as a button class component referencing TGraphicSet item.
- Modified: Code cleanup.
|
File size:
2.4 KB
|
Line | |
---|
1 | object EnhanceDlg: TEnhanceDlg
|
---|
2 | Left = 421
|
---|
3 | Height = 189
|
---|
4 | Top = 507
|
---|
5 | Width = 640
|
---|
6 | BorderStyle = bsNone
|
---|
7 | ClientHeight = 189
|
---|
8 | ClientWidth = 640
|
---|
9 | Color = clBtnFace
|
---|
10 | Font.Color = clWindowText
|
---|
11 | Font.Height = -13
|
---|
12 | Font.Name = 'MS Sans Serif'
|
---|
13 | FormStyle = fsStayOnTop
|
---|
14 | OnCreate = FormCreate
|
---|
15 | OnDestroy = FormDestroy
|
---|
16 | OnKeyDown = FormKeyDown
|
---|
17 | OnPaint = FormPaint
|
---|
18 | OnShow = FormShow
|
---|
19 | LCLVersion = '1.6.0.4'
|
---|
20 | PixelsPerInch = 96
|
---|
21 | Scaled = False
|
---|
22 | object ToggleBtn: TButtonB
|
---|
23 | Left = 13
|
---|
24 | Height = 25
|
---|
25 | Top = 6
|
---|
26 | Width = 25
|
---|
27 | Down = False
|
---|
28 | Permanent = False
|
---|
29 | OnClick = ToggleBtnClick
|
---|
30 | ButtonIndex = 28
|
---|
31 | end
|
---|
32 | object CloseBtn: TButtonB
|
---|
33 | Left = 602
|
---|
34 | Height = 25
|
---|
35 | Top = 6
|
---|
36 | Width = 25
|
---|
37 | Down = False
|
---|
38 | Permanent = False
|
---|
39 | OnClick = CloseBtnClick
|
---|
40 | ButtonIndex = 0
|
---|
41 | end
|
---|
42 | object job1: TButtonC
|
---|
43 | Tag = 1
|
---|
44 | Left = 267
|
---|
45 | Height = 12
|
---|
46 | Top = 144
|
---|
47 | Width = 12
|
---|
48 | Down = False
|
---|
49 | Permanent = False
|
---|
50 | OnClick = JobClick
|
---|
51 | ButtonIndex = 2
|
---|
52 | end
|
---|
53 | object job2: TButtonC
|
---|
54 | Tag = 2
|
---|
55 | Left = 279
|
---|
56 | Height = 12
|
---|
57 | Top = 144
|
---|
58 | Width = 12
|
---|
59 | Down = False
|
---|
60 | Permanent = False
|
---|
61 | OnClick = JobClick
|
---|
62 | ButtonIndex = 2
|
---|
63 | end
|
---|
64 | object job4: TButtonC
|
---|
65 | Tag = 4
|
---|
66 | Left = 291
|
---|
67 | Height = 12
|
---|
68 | Top = 144
|
---|
69 | Width = 12
|
---|
70 | Down = False
|
---|
71 | Permanent = False
|
---|
72 | OnClick = JobClick
|
---|
73 | ButtonIndex = 2
|
---|
74 | end
|
---|
75 | object job5: TButtonC
|
---|
76 | Tag = 5
|
---|
77 | Left = 303
|
---|
78 | Height = 12
|
---|
79 | Top = 144
|
---|
80 | Width = 12
|
---|
81 | Down = False
|
---|
82 | Permanent = False
|
---|
83 | OnClick = JobClick
|
---|
84 | ButtonIndex = 2
|
---|
85 | end
|
---|
86 | object job7: TButtonC
|
---|
87 | Tag = 7
|
---|
88 | Left = 315
|
---|
89 | Height = 12
|
---|
90 | Top = 144
|
---|
91 | Width = 12
|
---|
92 | Down = False
|
---|
93 | Permanent = False
|
---|
94 | OnClick = JobClick
|
---|
95 | ButtonIndex = 2
|
---|
96 | end
|
---|
97 | object job3: TButtonC
|
---|
98 | Tag = 3
|
---|
99 | Left = 339
|
---|
100 | Height = 12
|
---|
101 | Top = 144
|
---|
102 | Width = 12
|
---|
103 | Down = False
|
---|
104 | Permanent = False
|
---|
105 | OnClick = JobClick
|
---|
106 | ButtonIndex = 2
|
---|
107 | end
|
---|
108 | object job6: TButtonC
|
---|
109 | Tag = 6
|
---|
110 | Left = 351
|
---|
111 | Height = 12
|
---|
112 | Top = 144
|
---|
113 | Width = 12
|
---|
114 | Down = False
|
---|
115 | Permanent = False
|
---|
116 | OnClick = JobClick
|
---|
117 | ButtonIndex = 2
|
---|
118 | end
|
---|
119 | object job9: TButtonC
|
---|
120 | Tag = 9
|
---|
121 | Left = 363
|
---|
122 | Height = 12
|
---|
123 | Top = 144
|
---|
124 | Width = 12
|
---|
125 | Down = False
|
---|
126 | Permanent = False
|
---|
127 | OnClick = JobClick
|
---|
128 | ButtonIndex = 2
|
---|
129 | end
|
---|
130 | object Popup: TPopupMenu
|
---|
131 | left = 16
|
---|
132 | top = 48
|
---|
133 | end
|
---|
134 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.