-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathRyMenus.pas
495 lines (454 loc) · 18.5 KB
/
RyMenus.pas
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
{***********************************************************************}
{ Класс TRyMenu. }
{ Описание: }
{ * Принимает на себя отрисовку меню в стиле OfficeXP. }
{ }
{ Версия : 1.10, 15 апреля 2002 г. }
{ Автор : Алексей Румянцев. }
{ E-mail : [email protected] }
{-----------------------------------------------------------------------}
{ Специально для Королевства Дельфи http://www.delphikingdom.com }
{-----------------------------------------------------------------------}
{ Написано на Delphi5. Тестировалось на Win98. WinXP. }
{ В случае обнаружения ошибки или несовместимости с другими версиями }
{ Delphi и Windows, просьба сообщить автору. }
{-----------------------------------------------------------------------}
{ P.S. Создавал для личной цели, потом решил адаптировать(привести }
{ к читабельному виду) и прислать в Королевство, может кому-нибудь }
{ понравится. }
{ Естественно не перекрываются никакие процедуры и функции стандартного }
{ меню, так что при необходимости легко будет от него отказаться. }
{-----------------------------------------------------------------------}
{ HISTORY. }
{ 13.01.2002 - Появились первые пользователи - выплыли первые недочеты. }
{ Недочеты пока мелкие и их легче исправить чем описывать }
{ здесь. }
{ 14.01.2002 - Сообщение о проблеме перерисовки верхней полоски }
{ TMainMenu. Загвоздка в том, что непонятно от куда ноги у }
{ этой проблемы растут. }
{ Описание : При RunTime'овом изменении OwnerDraw к положительному }
{ значению, при любом из условий : }
{ а. нет ImageList'а }
{ б. создании PageControl'а на форме }
{ в. в НЕ основных формах }
{ меню отказывается перерисовывать верхнюю полоску }
{ TMainMenu, при чем без вопросов отрисовывая подменю. }
{ При выставлении этого свойства в DesignTime, }
{ проблем не возникает. }
{ Вопрос : Где искать причину ? }
{ 15.01.2002 - Послана обновленная версия в Королевство. }
{ - - - }
{ --.01.2002 - Смог разлядеть новый оффис. Стал сомневаться, что Office }
{ и WindowsXP в общем и Explorer6 в часности делала одна }
{ компания. }
{ А я еще хотел купить лицензионный WinXP, но пока }
{ не выпустят как минимум вторую редакцию я остаюсь }
{ в стареньком Win98. }
{ --.01.2002 - Видел Delphi6. Ну надо же! оказалось без патчей в ней не }
{ всё работает. Пока остаюсь в 5-ой. }
{ - - - }
{ --.--.---- - Ответов на вопрос от 14.01.2002 не поступало, }
{ но и вопросов на этот счет больше не было. }
{ --.--.---- - Недавно видел платную библиотеку с компонентой типа }
{ TMenu, но со стилем, поведением и отрисовкой как у }
{ OfficeXP - красиво, основана видимо не на TMenu. }
{ Остается надеяться что в ближайшее время какой-нибудь }
{ умелец сообразит что-то подобное (бесплатно :o), }
{ потому что, на то безобразие которое сделали в Delphi6 }
{ без тоски глядеть невозможно. }
{ 29.01.2002 - послана обновленная версия в Королевство. }
{ 02.02.2002 - подправлена прорисовка картиночек в меню. }
{ 03.02.2002 - послана обновленная версия в Королевство. }
{ --.--.2002 - делал какие-то исправления, надеялся history написать }
{ позже... позже оказалось, что лучше бы писал сразу :o) }
{ короче говоря, по возможности, старался приблизиться к }
{ оригиналу. }
{ --.--.2002 - добавлено }
{ property MinHeight: Integer; }
{ property MinWidth : Integer; }
{ если хочется чтобы пункты меню были не менее какой-то }
{ определенной ширины и длинны }
{***********************************************************************}
unit RyMenus;
interface
uses Windows, Classes, Graphics, ImgList, Controls, Commctrl,
Menus, Forms;
type
TRyMenu = class(TComponent)
private
FFont: TFont;
FGutterColor: TColor;
FMenuColor: TColor;
FSelectedColor: TColor;
FSelLightColor: TColor;
FMinWidth: Integer;
FMinHeight: Integer;
procedure SetFont(const Value: TFont);
procedure SetSelectedColor(const Value: TColor);
procedure SetMinHeight(const Value: Integer);
procedure InternalInitItem(Item: TMenuItem);
procedure InternalInitItems(Item: TMenuItem);
protected
public
constructor Create(AOwner: TComponent); override;
destructor Destroy; override;
procedure Add(Menu: TMenu); overload;
procedure Add(Item: TMenuItem); overload;
procedure MeasureItem(Sender: TObject; ACanvas: TCanvas;
var Width, Height: Integer);
procedure AdvancedDrawItem(Sender: TObject; ACanvas: TCanvas;
ARect: TRect; State: TOwnerDrawState);
public
property MenuColor: TColor read FMenuColor write FMenuColor;
property GutterColor: TColor read FGutterColor write FGutterColor;
property SelectedColor: TColor read FSelectedColor write SetSelectedColor;
property Font: TFont read FFont write SetFont; {можете поменять фонт у меню}
property MinHeight: Integer read FMinHeight write SetMinHeight;
property MinWidth: Integer read FMinWidth write FMinWidth;
end;
procedure DrawItem(Sender: TObject; ACanvas: TCanvas;
ARect: TRect; State: TOwnerDrawState; TopLevel, IsLine: Boolean;
ImageList: TCustomImageList; ImageIndex: Integer; AFont: TFont;
const Caption, CaptionEx: String; GutterWidth: Integer;
SelectedColor, GutterColor, MenuColor, SelLightColor: TColor);
procedure MeasureItem(Sender: TObject; Canvas: TCanvas;
ImageList: TCustomImageList; Font: TFont;
IsLine: Boolean; const Caption, CaptionEx: String;
MinHeight, MinWidth: Integer; var Width, Height: Integer);
var
RyMenu: TRyMenu; {это чтобы вам не мучиться - для каждого меню создавать
свой TRyMenu. он инициализируется сам и рисует все в стандартные цвета.}
implementation
uses Utils;
var
BmpCheck: {array[Boolean] of} TBitmap; {две bmp 12x12 для чекнутых пунктов меню}
{ TRyMenuItem }
constructor TRyMenu.Create(AOwner: TComponent);
begin
FGutterColor := clBtnFace; {серая полоска}
FMenuColor := GetLightColor(clBtnFace, 85);
FSelectedColor := GetLightColor(clHighlight, 65);{выделенный пункт меню}
FSelLightColor := GetLightColor(clHighlight, 75);
FMinWidth := 0;
FMinHeight:= 20;
FFont := TFont.Create;
Font := Screen.MenuFont;{получает фонт стандартного меню}
end;
destructor TRyMenu.Destroy;
begin
FFont.Free;
inherited;
end;
{
чтобы самому не перичислять все итемы меню, вызовите эту процедуру,
передав в качестве параметра либо само меню либо какой либо итем
}
procedure TRyMenu.InternalInitItem(Item : TMenuItem);
begin
{if not (Item.GetParentComponent is TMainMenu) then}
Item.OnMeasureItem := Self.MeasureItem;
Item.OnAdvancedDrawItem := Self.AdvancedDrawItem;
end;
procedure TRyMenu.InternalInitItems(Item : TMenuItem);
{бежит по всем пунктам, при случае заглядывая в подпункты}
var
I: Integer;
begin
for I := 0 to Item.Count - 1 do
begin
InternalInitItem(Item[I]);
if Item[I].Count > 0 then InternalInitItems(Item[I]);
end;
end;
procedure TRyMenu.Add(Menu: TMenu);
begin
if Assigned(Menu) then
begin
InternalInitItems(Menu.Items);
Menu.OwnerDraw := True; {Прошу знающих людей обратить на этот момент внимание
и помоч разобраться. описание проблемы в History от 14.01.2002.}
end;
end;
procedure TRyMenu.Add(Item: TMenuItem);
begin
if Assigned(Item) then
begin
InternalInitItem(Item);
InternalInitItems(Item);
end
end;
procedure DrawItem(Sender: TObject; ACanvas: TCanvas;
ARect: TRect; State: TOwnerDrawState; TopLevel, IsLine: Boolean;
ImageList: TCustomImageList; ImageIndex: Integer; AFont: TFont;
const Caption, CaptionEx: String; GutterWidth: Integer;
SelectedColor, GutterColor, MenuColor, SelLightColor: TColor);
const
{текстовые флаги}
_Flags: LongInt = DT_NOCLIP or DT_VCENTER or DT_END_ELLIPSIS or DT_SINGLELINE;
_FlagsTopLevel: array[Boolean] of Longint = (DT_LEFT, DT_CENTER);
_FlagsShortCut: {array[Boolean] of} Longint = (DT_RIGHT);
_RectEl: array[Boolean] of Byte = (0, 6);{закругленный прямоугольник}
begin
with ACanvas do
begin
Font := AFont; {указываем канве каким фонтом пользоваться}
Pen.Color := clBlack;
if (odSelected in State) then {если пункт меню выделен}
begin
Brush.Color := SelectedColor;
Rectangle(ARect.Left, ARect.Top, ARect.Right, ARect.Bottom);
end else
if TopLevel then {если это полоска основного меню}
begin
if (odHotLight in State) then {если мышь над пунктом меню}
begin
Pen.Color := clBtnShadow;
Brush.Color := BtnHighLight;
Rectangle(ARect.Left, ARect.Top, ARect.Right, ARect.Bottom);
end else
begin
Brush.Color := clBtnFace;
FillRect(ARect);
end
end else
begin {ничем не примечательный пункт меню}
Brush.Color := GutterColor; {полоска}
FillRect(Rect(ARect.Left, ARect.Top, GutterWidth, ARect.Bottom));
Brush.Color := MenuColor;
FillRect(Rect(GutterWidth, ARect.Top, ARect.Right, ARect.Bottom));
end;
if odChecked in State then
begin {подсвечиваем чекнутый пункт меню}
Pen.Color := clBtnShadow;
Brush.Color := SelLightColor;
Rectangle((ARect.Left + 1), (ARect.Top + 1),
(GutterWidth - 1 - 1), (ARect.Bottom - 1));
//if Assigned(ImageList) and (ImageIndex > -1) then
{если имеется картинка то рисуем квадратик вокруг нее}
// RoundRect(ARect.Left + 1, ARect.Top + 1, Gutter - 1 - 1,
// ARect.Bottom - 1, _RectEl[{RadioItem}False], _RectEl[{RadioItem}False])
//else {рисуем просто галочку}
//begin
// Rectangle((ARect.Left + 1), (ARect.Top + 1),
// (Gutter - 1 - 1), (ARect.Bottom - 1));
// Draw((ARect.Left + 1 + Gutter - 1 - 1 - BmpCheck[{RadioItem}False].Width) div 2,
// (ARect.Top + ARect.Bottom - BmpCheck[{RadioItem}False].Height) div 2,
// BmpCheck[{RadioItem}False]);
//end
end;
if Assigned(ImageList) and ((ImageIndex > -1) and (not TopLevel)) then
if not (odDisabled in State) then
ImageList.Draw(ACanvas,
(ARect.Left + GutterWidth - 1 - ImageList.Width) div 2,
(ARect.Top + ARect.Bottom - ImageList.Height) div 2,
ImageIndex, True) {рисуем цветную картинку}
else begin {рисуем погасшую картинку}
GetBmpFromImgList(FMonoBitmap, ImageList, ImageIndex);
DoDrawMonoBmp(ACanvas, clBtnShadow,
(ARect.Left + GutterWidth - 1 - ImageList.Width) div 2,
(ARect.Top + ARect.Bottom - ImageList.Height) div 2);
end
else if not TopLevel and ((Sender as TMenuItem).Bitmap<>nil)
and not TMenuItem(Sender).Bitmap.Empty then begin
if not (odDisabled in State) then
Draw((ARect.Left + GutterWidth - 1 - TMenuItem(Sender).Bitmap.Width) div 2,
(ARect.Top + ARect.Bottom - TMenuItem(Sender).Bitmap.Height) div 2,
TMenuItem(Sender).Bitmap)
else //погасшая
DrawState(ACanvas.Handle, ACanvas.Brush.Handle, nil,
TMenuItem(Sender).Bitmap.Handle, 0,
(ARect.Left + GutterWidth - 1 - TMenuItem(Sender).Bitmap.Width) div 2,
(ARect.Top + ARect.Bottom - TMenuItem(Sender).Bitmap.Height) div 2,
0, 0, DST_BITMAP or DSS_DISABLED);
end
else
if odChecked in State then
Draw((ARect.Left + GutterWidth - 1 - BmpCheck{[RadioItemFalse]}.Width) div 2,
(ARect.Top + ARect.Bottom - BmpCheck{[RadioItemFalse]}.Height) div 2,
BmpCheck{[RadioItemFalse]});
with Font do
begin
if (odDefault in State) then Style := [fsBold];
if (odDisabled in State) then Color := clGray
else Color := clBlack;
end;
Brush.Style := bsClear;
if TopLevel then {пусто}
else Inc(ARect.Left, GutterWidth + 5); {отступ для текста}
if IsLine then {если разделитель}
begin
Pen.Color := clBtnShadow;
MoveTo(ARect.Left, ARect.Top + (ARect.Bottom - ARect.Top) div 2);
LineTo(ARect.Right, ARect.Top + (ARect.Bottom - ARect.Top) div 2);
end else
begin {текст меню}
DrawText(Handle, PChar(Caption), Length(Caption), ARect,
_Flags or _FlagsTopLevel[TopLevel]);
if CaptionEx <> '' then {разпальцовка}
begin
Dec(ARect.Right, 5);
DrawText(Handle, PChar(CaptionEx), Length(CaptionEx),
ARect, _Flags or _FlagsShortCut);
end
end
end
end;
procedure MeasureItem(Sender: TObject; Canvas: TCanvas;
ImageList: TCustomImageList; Font: TFont;
IsLine: Boolean; const Caption, CaptionEx: String;
MinHeight, MinWidth: Integer; var Width, Height: Integer);
begin
Canvas.Font := Font; {указываем канве на наш фонт}
if Assigned(ImageList) then
begin
if IsLine then
if Max(MinHeight, ImageList.Height) > 20 then {при большем 20 узкая полоска некрасива}
Height := 11 else Height := 5
else
with Canvas do
begin
Height := Max(MinHeight,
Max(Canvas.TextHeight('W'), ImageList.Height) + 4);
Width := ImageList.Width;
if Width < Height then Width := Height else Width := Width + 5;
Width := Max(MinWidth,
Width + TextWidth(Caption + CaptionEx) + 15);
end
end else
with Canvas do
begin
Height := Max(TextHeight('W') + 4, MinHeight);
Width := Max(MinWidth,
Height + TextWidth(Caption + CaptionEx) + 15);
if IsLine then
if Height > 20 then {при большем 20 узкая полоска некрасива}
Height := 11 else Height := 5;
end
end;
{собственно отрисовка-c}
procedure TRyMenu.AdvancedDrawItem(Sender: TObject; ACanvas: TCanvas;
ARect: TRect; State: TOwnerDrawState);
var
ImageList: TCustomImageList;
function GetGutterWidth(IsLine: Boolean): Integer;
begin
with ACanvas do
begin
Font := FFont; {указываем канве каким фонтом пользоваться}
if Assigned(ImageList) then
begin
Result := Max(ImageList.Width + 4,
ARect.Bottom - ARect.Top); {четыре точки до картинки + картинка + пять после}
if IsLine then
Result := Max(Result, TextHeight('W') + 4);
end else
if IsLine then
Result := TextHeight('W') + 4
else
Result := ARect.Bottom - ARect.Top; {ширина = высоте + 2 + 2 точки}
end;
Result := Max(Result, MinHeight) + 1;
end;
begin
with TMenuItem(Sender) do
begin
ImageList := GetImageList;
DrawItem(Sender, ACanvas, ARect, State,
GetParentComponent is TMainMenu, IsLine,
ImageList, ImageIndex, FFont, Caption, ShortCutToText(ShortCut),
GetGutterWidth(IsLine), SelectedColor, GutterColor, MenuColor, FSelLightColor);
end
end;
{размеры меню}
procedure TRyMenu.MeasureItem(Sender: TObject; ACanvas: TCanvas;
var Width, Height: Integer);
begin
with TMenuItem(Sender) do
if GetParentComponent is TMainMenu then
begin
ACanvas.Font := FFont;
Width := ACanvas.TextWidth(Caption);
end else
RyMenus.MeasureItem(Sender, ACanvas, GetImageList,
FFont, IsLine, Caption, ShortCutToText(ShortCut),
MinHeight, MinWidth, Width, Height)
end;
procedure TRyMenu.SetFont(const Value: TFont);
begin
FFont.Assign(Value);
end;
procedure TRyMenu.SetSelectedColor(const Value: TColor);
begin
FSelectedColor := Value;
FSelLightColor := GetLightColor(Value, 75);
end;
procedure InitBmp(Bmp: TBitmap{; Radio: Boolean});
const
StrBmp: String =
'000000000000' + '-' +
'000000000000' + '-' +
'000000000000' + '-' +
'000000001000' + '-' +
'000000011000' + '-' +
'001000111000' + '-' +
'001101110000' + '-' +
'001111100000' + '-' +
'000111000000' + '-' +
'000010000000' + '-' +
'000000000000' + '-' +
'000000000000';
{pr : array[0..17] of array[0..1] of Byte = (
(2, 6), (3, 7), (4, 8), (5, 9), (6, 8), (7, 7),
(3, 6), (4, 7), (5, 8), (6, 7), (7, 6), (8, 5), (9, 4), (10, 3), (11, 2),
(3, 5), (4, 6), (5, 7)
);
pc : array[0..23] of array[0..1] of Byte = (
(3, 5), (3, 6), (4, 7), (5, 8), (6, 8), (7, 7), (8, 6), (8, 5),
(7, 4), (6, 3), (5, 3), (4, 4), (4, 5), (4, 6), (5, 7), (6, 7),
(7, 6), (7, 5), (6, 4), (5, 4), (5, 5), (5, 6), (6, 6), (6, 5)
);}
var
I, X, Y: Byte;
Len: Integer;
begin
with Bmp, Canvas do
begin
Width := 12;
Height := 12;
Monochrome := True;
Transparent := True;
{Pen.Color := clBlack;}
Brush.Color := clWhite;
FillRect(Rect(0, 0, Width, Height));
{if Radio then
for I := Low(pc) to High(pc) do
Pixels[pc[I, 0], pc[I, 1]] := clBlack
else}
X := 0; Y := 0;
Len := Length(StrBmp);
for I := 1 to Len do
if StrBmp[I] = '-' then
begin
X := 0;
Inc(Y);
end else
begin
if StrBmp[I] = '1' then Pixels[X, Y] := clBlack;
Inc(X);
end
end
end;
procedure TRyMenu.SetMinHeight(const Value: Integer);
begin
FMinHeight := Max(20, Value);
end;
initialization
BmpCheck{[False]}:= TBitmap.Create;
{BmpCheck[True]:= TBitmap.Create;}
InitBmp(BmpCheck{[False], False});
{InitBmp(BmpCheck[True], True);}
RyMenu := TRyMenu.Create(Application);
finalization
BmpCheck{[False]}.Free;
{BmpCheck[True].Free;}
end.