object SaveOptionForm: TSaveOptionForm Left = 113 Top = 264 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = '��߼��' ClientHeight = 176 ClientWidth = 305 Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 12 object Button1: TButton Left = 64 Top = 144 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object Button2: TButton Left = 144 Top = 144 Width = 75 Height = 25 Cancel = True Caption = '��ݾ�' ModalResult = 2 TabOrder = 1 end object BtnHelp: TButton Left = 224 Top = 144 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 2 OnClick = BtnHelpClick end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 289 Height = 65 Caption = '�‹��ݒ�̧�ق̕ۑ��`��' TabOrder = 3 object Rad16and32: TRadioButton Left = 8 Top = 16 Width = 217 Height = 17 Caption = 'Windows 3.1 ����� Windows 95/NT' TabOrder = 0 end object Rad32only: TRadioButton Left = 8 Top = 40 Width = 193 Height = 17 Caption = 'Windows 95/NT �̂�' TabOrder = 1 end end object GroupBox2: TGroupBox Left = 8 Top = 80 Width = 289 Height = 57 Caption = '�\������‹��ݒ�Ӱ�ނ�I��' TabOrder = 4 object ChkSession: TCheckBox Left = 8 Top = 24 Width = 65 Height = 17 Caption = '�����' TabOrder = 0 end object ChkPersistent: TCheckBox Left = 80 Top = 24 Width = 73 Height = 17 Caption = '�����I' TabOrder = 1 end object ChkVirtual: TCheckBox Left = 160 Top = 24 Width = 65 Height = 17 Caption = '���z' TabOrder = 2 end end end