Предусмотреть возможность прибавлять к таблице строки. Подсказка. Разместить на форме еще две кнопки Button2 («Добавить»), Button3 («Изъять») и компонент Edit 1 для введения названия страны, которая будет прибавляться к таблице .Для компонентов Button создать процедуры обработки события OnClick (см. листинг программы).
Листинг программы:
unit olimp_;
interface
uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Grids, StdCtrls, ExtCtrls;
type
private
public
end; var
Forml: TForml; implementation {$R *.DFM}
procedure TForml.FormActivate(Sender: TObject); | |
begin | |
tabl.Cells[0,0]: | = ; |
tabl.Cells[1,0] : | =1Золотых’; |
tabl.Cells[2,0]: | =’Серебряных’; |
tabl.Cells[3,0]: | = ЛБронзовых’; |
tabl.Cells[4,0]: | = ‘Всего медалей’ ; |
tabl.Cells[5,0]: | =’Баллов’; |
tabl.Cells[0,1]: | = ‘Украина’ ; |
tabl.Cells[0,2]: | =’Белоруссия’; |
tabl.Cells[0,3] : | =’Англия’; |
tabl.Cells[0,4] : | =’Германия’; |
tabl.Cells[0,5]: | =’Италия’; |
tabl.Cells[0,6] : | =’Китай’; |
tabl.Cells[0,7]: | =’Корея’; |
tabl.Cells[0,8]: | — Куба’ ; |
tabl.Cells[0,9]: | =’Нидерланды’ ; |
tabl.Cells[0,10] | : = ‘Россія’; |
tabl.Cells[0,11; | :=’США’ ; |
tabl.Cells[0/12] | :=’Франция’; |
tabl.Cells[0,13: | :=’Япония’; |
exit; end;
// сдвиг рядхів вверх, начиная с текущего
for i:=tabl.Row to tabl.RowCount-1 do Tabl.Rowsfi]:=Tabl.Rows[i+l];
//изъятие последней строки
tabl.RowCount:=tabl.RowCount-1;
end;
end.
If you're looking to earn the best possible grade on your research paper, you need…
To write my essay, first you need to think of the major topic of your…
Writing term paper is not a simple endeavor. It involves huge efforts, that need to…
It's possible to purchase term papers and textbooks on the internet at a discount price,…
The main reason essay writing is so powerful is because it's a general subject and…
A couple of years ago I received an email from a student asking for information…