object Form102: TForm102 Left = 216 Top = 197 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = '�����S��' ClientHeight = 52 ClientWidth = 212 Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] FormStyle = fsStayOnTop Scaled = False OnClose = FormClose OnMouseMove = FormMouseMove OnPaint = FormPaint OnShow = FormShow PixelsPerInch = 96 TextHeight = 15 object Label1: TLabel Left = 141 Top = 36 Width = 85 Height = 15 Caption = '(�M�`��̂�)' end object CheckBox1: TCheckBox Left = 3 Top = 0 Width = 191 Height = 17 Caption = '��̧��-��̂ݕ`��' TabOrder = 0 OnClick = CheckBox1Click OnMouseMove = FormMouseMove end object RadioButton1: TRadioButton Left = 3 Top = 17 Width = 86 Height = 17 Caption = '��̧�{' Checked = True TabOrder = 1 TabStop = True OnClick = RadioButton1Click OnMouseMove = FormMouseMove end object RadioButton2: TRadioButton Left = 77 Top = 17 Width = 86 Height = 17 Caption = '��̧�|' TabOrder = 2 OnClick = RadioButton2Click OnMouseMove = FormMouseMove end object CheckBox2: TCheckBox Left = 3 Top = 34 Width = 134 Height = 17 Caption = '��̧��-����ڂ���' TabOrder = 3 OnClick = CheckBox2Click end end