object DiffExecForm: TDiffExecForm Left = 192 Top = 107 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [] BorderStyle = bsDialog Caption = 'diff�̎��s' ClientHeight = 373 ClientWidth = 377 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy OnResize = FormResize PixelsPerInch = 96 TextHeight = 12 object GroupBox1: TGroupBox Left = 16 Top = 272 Width = 145 Height = 57 Caption = '�J���Ă���t�@�C����(&O)...' TabOrder = 1 object ToFileRadio: TRadioButton Left = 8 Top = 16 Width = 129 Height = 17 Caption = '�ύX��t�@�C���Ƃ���' Checked = True TabOrder = 0 TabStop = True end object FromFileRadio: TRadioButton Left = 8 Top = 32 Width = 129 Height = 17 Caption = '�ύX�O�t�@�C���Ƃ���' TabOrder = 1 end end object GroupBox2: TGroupBox Left = 16 Top = 64 Width = 345 Height = 197 Caption = '��ׂ�t�@�C��' TabOrder = 0 object EditorRadio: TRadioButton Left = 16 Top = 16 Width = 209 Height = 17 Caption = '���̃G�f�B�^�ŊJ���Ă���t�@�C��(&A)' Checked = True TabOrder = 4 TabStop = True OnClick = FileRadioClick end object EditorListBox: TListBox Left = 24 Top = 40 Width = 297 Height = 97 ItemHeight = 12 TabOrder = 0 end object ExtFileRadio: TRadioButton Left = 16 Top = 144 Width = 113 Height = 17 Caption = '�O���t�@�C��(&E)' TabOrder = 1 OnClick = FileRadioClick end object ExtFileEdit: TEdit Left = 24 Top = 168 Width = 241 Height = 20 Enabled = False TabOrder = 2 end object RefButton: TButton Left = 272 Top = 168 Width = 51 Height = 20 Caption = '�Q��' Enabled = False TabOrder = 3 OnClick = RefButtonClick end end object ExecButton: TButton Left = 128 Top = 346 Width = 75 Height = 20 Caption = '���s(&X)' Default = True ModalResult = 1 TabOrder = 2 OnClick = ExecButtonClick end object CancelButton: TButton Left = 208 Top = 346 Width = 75 Height = 20 Cancel = True Caption = '�L�����Z��' ModalResult = 2 TabOrder = 3 end object HelpButton: TButton Left = 288 Top = 346 Width = 75 Height = 20 Caption = '�w���v(&H)' TabOrder = 4 OnClick = HelpButtonClick end object Memo1: TMemo Left = 16 Top = 8 Width = 345 Height = 49 BorderStyle = bsNone Color = clBtnFace Lines.Strings = ( '' ' ') TabOrder = 5 end object IgnoreCaseCheck: TCheckBox Left = 176 Top = 272 Width = 185 Height = 17 Caption = '�啶���������̈Ⴂ�𖳎�(&U)' TabOrder = 6 end object IgnoreSpaceChangeCheck: TCheckBox Left = 176 Top = 288 Width = 201 Height = 17 Caption = '�z���C�g�X�y�[�X�̕ύX�͖���(&S)' TabOrder = 7 end object IgnoreAllSpaceCheck: TCheckBox Left = 176 Top = 304 Width = 201 Height = 17 Caption = '�z���C�g�X�y�[�X�͖���(&P)' TabOrder = 8 end object IgnoreBlankLineCheck: TCheckBox Left = 176 Top = 320 Width = 105 Height = 17 Caption = '��s�͖���(&L)' TabOrder = 9 end object OpenDialog1: TOpenDialog Filter = '���ׂẴt�@�C��(*.*)|*.*|�e�L�X�g�t�@�C��(*.txt)|*.txt|�b�����' + '�A(*.c *.cpp *.h)|*.c;*.cpp:*.h|Dephi�֘A(*.pas *.dpr)|*.pas;*.d' + 'pr|�A�Z���u���֘A(*.asm *.inc)|*.asm;*.inc|HTML�֘A(*.html *htm)' + '|*.html;*htm' Left = 344 Top = 240 end end