unit tugas2;
interface
uses
Windows, Messages, SysUtils, Variants,
Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
CheckBox1: TCheckBox;
CheckBox2: TCheckBox;
CheckBox3: TCheckBox;
CheckBox4: TCheckBox;
Button1: TButton;
Edit1: TEdit;
Button2: TButton;
procedure Button1Click(Sender: TObject);
procedure Button2Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.dfm}
procedure
TForm1.Button1Click(Sender: TObject);
begin
if
checkbox1.checked=true then if checkbox2.checked=true then if
checkbox3.checked=true then if checkbox4.checked=true then edit1.Text:= 'Tidak
Terdiagnosa';
if
checkbox1.checked= true then if checkbox2.checked= true then if
checkbox3.checked= true then if checkbox4.checked= false then edit1.Text:=
'Malaria';
if
checkbox1.checked= true then if checkbox2.checked= true then if
checkbox3.checked= false then if checkbox4.checked= true then edit1.Text:=
'Tidak Terdiagnosa';
if
checkbox1.checked= true then if checkbox2.checked= true then if
checkbox3.checked= false then if checkbox4.checked= false then edit1.Text:=
'Tidak Terdiagnosa';
if
checkbox1.checked= true then if checkbox2.checked= false then if
checkbox3.checked= true then if checkbox4.checked= true then edit1.Text:=
'Tidak Terdiagnosa';
if
checkbox1.checked= true then if checkbox2.checked= false then if
checkbox3.checked= true then if checkbox4.checked= false then edit1.Text:= 'Tidak
Terdiagnosa';
if
checkbox1.checked= true then if checkbox2.checked= false then if
checkbox3.checked= false then if checkbox4.checked= true then edit1.Text:=
'Tidak Terdiagnosa';
if
checkbox1.checked= true then if checkbox2.checked= false then if checkbox3.checked=
false then if checkbox4.checked= false then edit1.Text:= 'Tidak Terdiagnosa';
if
checkbox1.checked= false then if checkbox2.checked= true then if
checkbox3.checked= true then if checkbox4.checked= true then edit1.Text:=
'Tidak Terdiagnosa';
if
checkbox1.checked= false then if checkbox2.checked= true then if
checkbox3.checked= false then if checkbox4.checked= false then edit1.Text:=
'Tidak Terdiagnosa';
if
checkbox1.checked= false then if checkbox2.checked= true then if
checkbox3.checked= false then if checkbox4.checked= true then edit1.Text:=
'Tidak Terdiagnosa';
if
checkbox1.checked= false then if checkbox2.checked= true then if
checkbox3.checked= false then if checkbox4.checked= false then edit1.Text:=
'Tidak Terdiagnosa';
if checkbox1.checked=
false then if checkbox2.checked= false then if checkbox3.checked= true then if
checkbox4.checked= true then edit1.Text:= 'Tidak Terdiagnosa';
if
checkbox1.checked= false then if checkbox2.checked= false then if
checkbox3.checked= true then if checkbox4.checked= false then edit1.Text:=
'Tidak Terdiagnosa';
if
checkbox1.checked= false then if checkbox2.checked= false then if
checkbox3.checked= false then if checkbox4.checked= true then edit1.Text:=
'Tidak Terdiagnosa';
if
checkbox1.checked= false then if checkbox2.checked= false then if
checkbox3.checked= false then if checkbox4.checked= false then edit1.Text:=
'Tidak Terdiagnosa';
end;
procedure
TForm1.Button2Click(Sender: TObject);
begin
application.terminate;
end;
end.
ini hasilnya
dicoba ya, semangat ... :)
Tidak ada komentar:
Posting Komentar