object Form2: TForm2 Left = 415 Top = 270 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = '���C�u��������' ClientHeight = 392 ClientWidth = 412 Font.Color = clWindowText Font.Height = -15 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 15 object Image1: TImage Left = 0 Top = 0 Width = 350 Height = 390 AutoSize = True Picture.Data = {} end object bot1: TImage Left = 328 Top = 104 Width = 130 Height = 40 Hint = 'Cancel' AutoSize = True ParentShowHint = False Picture.Data = {} ShowHint = True OnClick = bot1Click end object bot2: TImage Left = 328 Top = 152 Width = 130 Height = 40 Hint = 'OK' AutoSize = True ParentShowHint = False Picture.Data = {} ShowHint = True OnClick = bot2Click end object CheckBox1: TCheckBox Left = 30 Top = 70 Width = 281 Height = 21 Caption = '�啶������������ʂ��Ȃ�' Color = clBlack Font.Color = clWhite Font.Height = -15 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentColor = False ParentFont = False State = cbChecked TabOrder = 1 end object RadioButton1: TRadioButton Left = 30 Top = 110 Width = 281 Height = 21 Caption = '�w�肵���t�H�[����������' Color = clBlack Font.Color = clWhite Font.Height = -15 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentColor = False ParentFont = False TabOrder = 2 OnClick = RadioButton1Click end object ComboBox1: TComboBox Left = 30 Top = 30 Width = 291 Height = 23 Color = clWhite ItemHeight = 15 TabOrder = 0 end object RadioButton2: TRadioButton Left = 30 Top = 150 Width = 291 Height = 21 Caption = '�S�Ẵt�H�[����������' Checked = True Color = clBlack Font.Color = clWhite Font.Height = -15 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentColor = False ParentFont = False TabOrder = 3 TabStop = True OnClick = RadioButton2Click end object ListBox1: TListBox Left = 30 Top = 190 Width = 291 Height = 111 Color = clWhite Font.Color = clBlack Font.Height = -15 Font.Name = '�l�r �S�V�b�N' Font.Pitch = fpFixed Font.Style = [] ItemHeight = 15 MultiSelect = True ParentFont = False TabOrder = 4 end end