Nama Control
|
Properties
|
Nilai Pengaturan
|
GroupBox1
|
Caption
|
Input
Data
|
GroupBox2
|
Caption
|
Output
Data
|
Form
|
Caption
|
Program
Input dan Output
|
Text1
|
Caption
|
Kosongkan
|
Text2
|
Caption
|
Kosongkan
|
Text3
|
Caption
|
Kosongkan
|
Text4
|
Caption
|
Kosongkan
|
Text5
|
Caption
|
Kosongkan
|
Text6
|
Caption
|
Kosongkan
|
Text7
|
Caption
|
Kosongkan
|
Text8
|
Caption
|
Kosongkan
|
Button1
|
Caption
|
&Input
Data
|
Button2
|
Caption
|
&Ulang
|
Button3
|
Caption
|
&Close
|
begin
edit8.Text:=edit4.Text;
edit7.Text:=edit3.Text;
edit6.Text:=edit2.Text;
edit5.text:=edit1.Text;
end;
beginedit1.Clear;
edit2.Clear;
edit3.Clear;
edit4.Clear;
edit5.Clear;
edit6.Clear;
edit7.Clear;
edit8.Clear;
edit1.SetFocus
end;
end.
begin
end;
end.