object Form2: TForm2 Left = 728 Top = 129 BorderIcons = [] BorderStyle = bsDialog Caption = 'RegCon ��߼�ݐݒ�' ClientHeight = 352 ClientWidth = 361 Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 15 object Label1: TLabel Left = 8 Top = 8 Width = 169 Height = 17 AutoSize = False Caption = '�@���č\���Ώہ@' Font.Charset = SHIFTJIS_CHARSET Font.Color = clNavy Font.Height = -17 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [fsBold] ParentFont = False end object lbUnlhaVer: TLabel Left = 16 Top = 323 Width = 273 Height = 18 AutoSize = False Caption = '�@Unlha32.dll not Found...' Font.Charset = SHIFTJIS_CHARSET Font.Color = clGreen Font.Height = -17 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 8 Top = 144 Width = 153 Height = 17 AutoSize = False Caption = '�@���e��ݒ�@' Font.Charset = SHIFTJIS_CHARSET Font.Color = clMaroon Font.Height = -17 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [fsBold] ParentFont = False end object lbRegs: TListBox Left = 16 Top = 32 Width = 329 Height = 105 ExtendedSelect = False Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -17 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ItemHeight = 17 Items.Strings = ( 'SYSTEM.DAT' 'USER.DAT') MultiSelect = True ParentFont = False TabOrder = 0 end object btOK: TButton Left = 296 Top = 320 Width = 49 Height = 25 Caption = 'OK' Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [fsBold] ModalResult = 1 ParentFont = False TabOrder = 1 OnClick = btOKClick end object meBat: TMemo Left = 152 Top = 144 Width = 33 Height = 25 Cursor = crArrow BorderStyle = bsNone Lines.Strings = ( 'meB' 'at') ParentColor = True ReadOnly = True TabOrder = 2 Visible = False end object pgOption: TPageControl Left = 16 Top = 168 Width = 329 Height = 145 ActivePage = tsDousa Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -17 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False TabOrder = 3 object tsDousa: TTabSheet Caption = '1. ����' object gbDousa: TGroupBox Left = 8 Top = 0 Width = 305 Height = 89 Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -17 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False TabOrder = 0 object rbRebldBckup: TRadioButton Left = 8 Top = 16 Width = 241 Height = 17 Caption = '�č\�����ޯ�����' Checked = True Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -17 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False TabOrder = 0 TabStop = True end object rbRebldOnly: TRadioButton Left = 8 Top = 40 Width = 241 Height = 17 Caption = '�č\���̂�' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -17 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False TabOrder = 1 end object rbBckupOnly: TRadioButton Left = 8 Top = 64 Width = 241 Height = 17 Caption = '�ޯ����߂̂�' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -17 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False TabOrder = 2 end end end object tsBeforeRebld: TTabSheet Caption = '2. �č\���O' object cbCheckReg: TCheckBox Left = 16 Top = 16 Width = 257 Height = 17 Caption = 'ڼ޽�؂���������' State = cbChecked TabOrder = 0 OnClick = cbCheckRegClick end object cbBeforeGhost: TCheckBox Left = 24 Top = 40 Width = 297 Height = 17 Caption = '�����ŗH�췰�������Ă��č\�����s' TabOrder = 1 end end object tsBckUp: TTabSheet Caption = '3. �ޯ�����' object gbBckup: TGroupBox Left = 8 Top = 0 Width = 305 Height = 89 Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -17 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False TabOrder = 0 object rbBUcopy: TRadioButton Left = 8 Top = 16 Width = 241 Height = 17 Caption = '���̂܂�' TabOrder = 0 OnClick = rbBUcopyClick end object rbBUarc: TRadioButton Left = 8 Top = 40 Width = 241 Height = 17 Caption = '���k����' Checked = True TabOrder = 1 TabStop = True OnClick = rbBUarcClick end object cbBUarc_test: TCheckBox Left = 24 Top = 64 Width = 225 Height = 17 Caption = '�쐬���Ɍ���' State = cbChecked TabOrder = 2 end end end object tsAfterReBld: TTabSheet Caption = '4. �č\����' object cbCheckReg2: TCheckBox Left = 16 Top = 8 Width = 257 Height = 17 Caption = 'ڼ޽�؂���������' State = cbChecked TabOrder = 0 OnClick = cbCheckReg2Click end object cbSweepDGAP: TCheckBox Left = 16 Top = 80 Width = 249 Height = 17 Caption = 'D-Gap����������' Enabled = False TabOrder = 3 end object cbAfterGhost: TCheckBox Left = 24 Top = 32 Width = 289 Height = 17 Caption = '�č\����ɗH�췰�������Ă����s' TabOrder = 1 end object cbIgnoreLost: TCheckBox Left = 24 Top = 56 Width = 257 Height = 17 Caption = 'Good�Bad���������Ă����s' TabOrder = 2 end end object tsTerminate: TTabSheet Caption = '5. �I�����@' object gbAfterRebld: TGroupBox Left = 8 Top = 0 Width = 305 Height = 89 Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -17 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False TabOrder = 0 object rbWinReboot: TRadioButton Left = 8 Top = 16 Width = 241 Height = 17 Caption = 'Windows�ċN��' Checked = True TabOrder = 0 TabStop = True end object rbWinTerm: TRadioButton Left = 8 Top = 40 Width = 241 Height = 17 Caption = 'Windows�I��' TabOrder = 1 end object rbRCterm: TRadioButton Left = 8 Top = 64 Width = 241 Height = 17 Caption = 'RegCon�̂ݏI��' TabOrder = 2 end end end object tsReplace: TTabSheet Caption = '6. �u����' object cbDelFCache: TCheckBox Left = 16 Top = 16 Width = 233 Height = 17 Caption = 'ttfCache���폜����' TabOrder = 0 end object cbDelICache: TCheckBox Left = 16 Top = 40 Width = 249 Height = 17 Caption = 'ShellIconCache���폜����' TabOrder = 1 end end end end