Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2004.11.14;
Скачать: CL | DM;

Вниз

Как изменить шрифт у нескольких записей в ListBox ?   Найти похожие ветки 

 
Max Ivanych ©   (2004-10-28 14:10) [0]

Заранее спасибо за ответ!


 
antonn ©   (2004-10-28 14:17) [1]

Использовать OnDrawItems. Смотри, где-то рядом было..


 
ssk ©   (2004-10-28 14:43) [2]

Вот пример.

procedure TForm1.ListBox1DrawItem(Control: TWinControl; Index: Integer;
 Rect: TRect; State: TOwnerDrawState);
var
 s: string;
begin
 with ListBox1 do
   begin
     s := Items[Index];
     Canvas.FillRect(Rect);
     case Index of
       0: begin
            Canvas.Font.Name := "Tahoma";
            Canvas.Font.Style := [fsBold];
          end;
       1: begin
            Canvas.Font.Name := "Tahoma";
            Canvas.Font.Style := [fsItalic];
          end;
     end;
     Canvas.TextOut(0, Rect.Top, s);
   end;
end;

procedure TForm1.FormCreate(Sender: TObject);
begin
 ListBox1.Style := lbOwnerDrawFixed;
 ListBox1.Clear;
 ListBox1.Items.Add("Первая строка");
 ListBox1.Items.Add("Вторая строка");
end;


 
Max Ivanych ©   (2004-10-28 14:52) [3]

ssk ©
Спасибо!


 
ssk ©   (2004-10-28 15:21) [4]

Вот пример.

procedure TForm1.ListBox1DrawItem(Control: TWinControl; Index: Integer;
 Rect: TRect; State: TOwnerDrawState);
var
 s: string;
begin
 with ListBox1 do
   begin
     s := Items[Index];
     Canvas.FillRect(Rect);
     case Index of
       0: begin
            Canvas.Font.Name := "Tahoma";
            Canvas.Font.Style := [fsBold];
          end;
       1: begin
            Canvas.Font.Name := "Tahoma";
            Canvas.Font.Style := [fsItalic];
          end;
     end;
     Canvas.TextOut(0, Rect.Top, s);
   end;
end;

procedure TForm1.FormCreate(Sender: TObject);
begin
 ListBox1.Style := lbOwnerDrawFixed;
 ListBox1.Clear;
 ListBox1.Items.Add("Первая строка");
 ListBox1.Items.Add("Вторая строка");
end;



Страницы: 1 вся ветка

Текущий архив: 2004.11.14;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.04 c
1-1099325326
ser_ega
2004-11-01 19:08
2004.11.14
CheckListBox


14-1098797323
oldman
2004-10-26 17:28
2004.11.14
помогите, плиз...


4-1096874938
onyx
2004-10-04 11:28
2004.11.14
Прозрачное окно в Win 9x


3-1097723059
Marat
2004-10-14 07:04
2004.11.14
Запуск StoredProc


14-1098726744
vecna
2004-10-25 21:52
2004.11.14
Зенит 0 - 3 ЦСКА