home *** CD-ROM | disk | FTP | other *** search
- object FConf: TFConf
- Left = 263
- Top = 175
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Confirm'
- ClientHeight = 156
- ClientWidth = 285
- Color = clBtnFace
- Font.Charset = SHIFTJIS_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = '�l�r �o�S�V�b�N'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 12
- object ConfLbl: TLabel
- Left = 8
- Top = 16
- Width = 532
- Height = 13
- Caption =
- ' Now, update the executable file. OK ?;���ş�قɏ������݂܂��' +
- 'B��낵���ł��� ?'
- Font.Charset = SHIFTJIS_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = '�l�r �o�S�V�b�N'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object OKBtn: TButton
- Left = 14
- Top = 116
- Width = 75
- Height = 25
- Hint = '��������'
- Caption = 'OK'
- ModalResult = 1
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- end
- object CancelBtn: TButton
- Left = 198
- Top = 116
- Width = 75
- Height = 25
- Hint = '���������A���̊m�F�ޯ����‚���'
- Caption = 'Cancel'
- Default = True
- ModalResult = 2
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- OnClick = CancelBtnClick
- end
- object NextCB: TCheckBox
- Left = 12
- Top = 64
- Width = 270
- Height = 17
- Caption =
- 'Don'#39't display this message from next time;���񂩂�͂���ү���ނ�' +
- '�\�����Ȃ�'
- TabOrder = 1
- end
- object NoBtn: TButton
- Left = 106
- Top = 116
- Width = 75
- Height = 25
- Hint = '�ҏW���e��������'
- Caption = 'No'
- ModalResult = 7
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- end
- object EnableSizeCB: TCheckBox
- Left = 12
- Top = 40
- Width = 270
- Height = 17
- Caption = 'Permit to change the file size;̧�ٻ��ނ̕ύX�����‚���'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- end
-