Loto7Form1Property

<Form1>
Text=LOTO7
FormBorderStyle=FixeToolWindow
StartPosition=CenterScreen
<Label>
Name=labelSet1
Text=Set1
.
.
.
<Label>
Name=labelSet5
Text=Set5
<TextBox>
Name=textBox1_0
.
.
.
.
.
<TextBox>
Name=textBox1_6
<TextBox>
Name=textBox2_0
以下同じ要領でtextBox5_6まで作成
<Button>
Name=buttonSet1
Text=Set1
以下同じ要領でSet5まで作成
<Button>
Name=buttonClear1
Text=CLEAR
以下同じ要領でbuttonClear5まで作成
<Button>
Name=buttonPrint
Text=印刷
<PrintDocument>
Name=printDocument
<PrintPreviewDialog>
Name=printPreviewDialog1
Document=printDocument1