object ProgramExecForm: TProgramExecForm Left = 192 Top = 107 BorderStyle = bsDialog Caption = '�v���O�����̎��s' ClientHeight = 315 ClientWidth = 357 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 OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 16 Top = 8 Width = 173 Height = 12 Caption = '�v���O���������w�肵�Ă�������(&P)' end object Label2: TLabel Left = 16 Top = 56 Width = 67 Height = 12 Caption = '�I�v�V����(&O)' end object Label3: TLabel Left = 104 Top = 56 Width = 133 Height = 12 Caption = '�J���Ă���t�@�C�����|%F' Font.Charset = SHIFTJIS_CHARSET Font.Color = clGreen Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False end object PathLabel: TLabel Left = 16 Top = 260 Width = 87 Height = 12 Caption = '�X�N���v�g�p�X(&T)' FocusControl = PathEdit end object OKButton: TButton Left = 184 Top = 288 Width = 75 Height = 20 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 6 OnClick = OKButtonClick end object Button2: TButton Left = 264 Top = 288 Width = 75 Height = 20 Cancel = True Caption = '�L�����Z��' ModalResult = 2 TabOrder = 7 end object ProgramCombo: TComboBox Left = 16 Top = 24 Width = 281 Height = 20 ItemHeight = 12 TabOrder = 0 OnDropDown = ComboDropDown end object OptionCombo: TComboBox Left = 16 Top = 72 Width = 281 Height = 20 ItemHeight = 12 TabOrder = 2 OnDropDown = ComboDropDown end object Button3: TButton Left = 304 Top = 24 Width = 30 Height = 20 Caption = '...' TabOrder = 1 OnClick = Button3Click end object ConsoleCheck: TCheckBox Left = 16 Top = 104 Width = 129 Height = 17 Caption = '�R���\�[�����[�h(&C)' TabOrder = 3 OnClick = ConsoleCheckClick end object StdinGroup: TGroupBox Left = 16 Top = 128 Width = 137 Height = 65 Caption = '�W������(&I)' TabOrder = 4 object RadioButton1: TRadioButton Left = 16 Top = 12 Width = 73 Height = 17 Caption = '�Ȃ�' Checked = True Enabled = False TabOrder = 0 TabStop = True end object RadioButton2: TRadioButton Tag = 1 Left = 16 Top = 28 Width = 81 Height = 17 Caption = '�I��͈�' Enabled = False TabOrder = 1 end object RadioButton3: TRadioButton Tag = 2 Left = 16 Top = 44 Width = 65 Height = 17 Caption = '�S����' Enabled = False TabOrder = 2 end end object StdoutGroup: TGroupBox Left = 168 Top = 128 Width = 169 Height = 105 Caption = '�W���o��(&O)' TabOrder = 5 object RadioButton4: TRadioButton Left = 16 Top = 16 Width = 49 Height = 17 Caption = '�Ȃ�' Checked = True Enabled = False TabOrder = 0 TabStop = True end object RadioButton5: TRadioButton Tag = 1 Left = 16 Top = 32 Width = 137 Height = 17 Caption = '�I��͈͂�u��������' Enabled = False TabOrder = 1 end object RadioButton6: TRadioButton Tag = 2 Left = 16 Top = 48 Width = 129 Height = 17 Caption = '�S������u��������' Enabled = False TabOrder = 2 end object RadioButton7: TRadioButton Tag = 3 Left = 16 Top = 64 Width = 129 Height = 17 Caption = '�����̍Ō�ɒNjL' Enabled = False TabOrder = 3 end object RadioButton8: TRadioButton Tag = 4 Left = 16 Top = 80 Width = 137 Height = 17 Caption = '�V���ȃG�f�B�^���J��' Enabled = False TabOrder = 4 end end object ShowPromptCheck: TCheckBox Left = 16 Top = 216 Width = 145 Height = 17 Caption = 'DOS�v�����v�g�̕\��(&D)' Enabled = False TabOrder = 8 end object PathEdit: TEdit Left = 112 Top = 256 Width = 233 Height = 20 TabOrder = 9 Text = 'PathEdit' end object OpenDialog1: TOpenDialog Left = 304 Top = 64 end end