Home
last modified time | relevance | path

Searched refs:KeyStrokeColor (Results 1 – 4 of 4) sorted by relevance

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/idescout/
H A Dfrmscout.pas152 property KeyStrokeColor : TColor Read FKeyStrokeColor Write FKeyStrokeColor; property
166 KeyStrokeColor : TColor = clNavy;
221 KeyStrokeColor:=TColor(Cfg.GetValue(KeyShortCutColor,Ord(KeyStrokeColor)));
245 Cfg.SetValue(KeyShortCutColor,Ord(KeyStrokeColor));
259 ScoutForm.KeyStrokeColor:=KeyStrokeColor;
623 LB.Canvas.Font.Color:=KeyStrokeColor;
H A Didescoutoptions.pas129 CBShortCutColor.Selected := KeyStrokeColor;
150 KeyStrokeColor:=CBShortCutColor.Selected;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/idescout/
H A Dfrmscout.pas152 property KeyStrokeColor : TColor Read FKeyStrokeColor Write FKeyStrokeColor; property
166 KeyStrokeColor : TColor = clNavy;
221 KeyStrokeColor:=TColor(Cfg.GetValue(KeyShortCutColor,Ord(KeyStrokeColor)));
245 Cfg.SetValue(KeyShortCutColor,Ord(KeyStrokeColor));
259 ScoutForm.KeyStrokeColor:=KeyStrokeColor;
623 LB.Canvas.Font.Color:=KeyStrokeColor;
H A Didescoutoptions.pas129 CBShortCutColor.Selected := KeyStrokeColor;
150 KeyStrokeColor:=CBShortCutColor.Selected;