Контрольная работа: Разработка программного комплекса
StringGrid1.Cells[2,0] := 'Образование';
StringGrid1.Cells[3,0] := 'Специализация';
StringGrid1.Cells[4,0] := 'Пол';
StringGrid1.Cells[5,0] := 'Отн. кслужбе';
StringGrid1.Cells[6,0] := 'Датарождения';
end;
end.
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm2 = class(TForm)
RadioButton1: TRadioButton;
RadioButton2: TRadioButton;
Edit1: TEdit;
Label1: TLabel;
Label3: TLabel;
Edit3: TEdit;
Button1: TButton;
Button2: TButton;
Button3: TButton;
OpenDialog1: TOpenDialog;
SaveDialog1: TSaveDialog;
procedure RadioButton1Click(Sender: TObject);
procedure RadioButton2Click(Sender: TObject);
procedure Button2Click(Sender: TObject);
procedure Button3Click(Sender: TObject);