object AVIVideoCodecChooseForm: TAVIVideoCodecChooseForm Left = 192 Top = 107 BorderStyle = bsDialog Caption = '�r�f�I�̈��k' ClientHeight = 163 ClientWidth = 388 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 Scaled = False OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 16 Top = 11 Width = 80 Height = 12 Caption = '���k�v���O����:' end object Label2: TLabel Left = 16 Top = 59 Width = 62 Height = 12 Caption = '���k�̕i��:' end object QualityLabel: TLabel Left = 168 Top = 59 Width = 33 Height = 12 AutoSize = False Caption = '50' end object Label4: TLabel Left = 185 Top = 133 Width = 33 Height = 12 Caption = 'KB/�b' end object Label5: TLabel Left = 185 Top = 106 Width = 64 Height = 12 Caption = '�t���[������' end object Label6: TLabel Left = 17 Top = 106 Width = 70 Height = 12 Caption = '�L�[�t���[��:' end object Label7: TLabel Left = 17 Top = 133 Width = 65 Height = 12 Caption = '�f�[�^���[�g:' end object CodecComboBox: TComboBox Left = 16 Top = 27 Width = 233 Height = 20 Style = csDropDownList ItemHeight = 12 TabOrder = 0 OnChange = CodecComboBoxChange OnKeyDown = EditKeyDown end object QualityScrollBar: TScrollBar Left = 16 Top = 75 Width = 233 Height = 16 PageSize = 0 TabOrder = 1 OnChange = QualityScrollBarChange OnKeyDown = EditKeyDown end object KeyFrameRateEdit: TPGSpinEdit Left = 96 Top = 102 Width = 82 Height = 21 AlignValue = False CanFloatValue = False Increment = 1 MaxValue = 999999 TabOrder = 2 Value = 0 OnChange = KeyFrameRateEditChange OnKeyDown = EditKeyDown end object DataRateEdit: TPGSpinEdit Left = 96 Top = 129 Width = 82 Height = 21 AlignValue = True CanFloatValue = False Increment = 100 MaxValue = 999999 TabOrder = 3 Value = 0 OnChange = DataRateEditChange OnKeyDown = EditKeyDown end object OKButton: TButton Left = 272 Top = 16 Width = 97 Height = 24 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 4 OnClick = OKButtonClick end object ConfigButton: TButton Left = 272 Top = 70 Width = 97 Height = 24 Caption = '�ݒ�...' TabOrder = 5 OnClick = ConfigButtonClick end object CancelButton: TButton Left = 272 Top = 43 Width = 97 Height = 24 Cancel = True Caption = '�L�����Z��' ModalResult = 2 TabOrder = 6 OnClick = CancelButtonClick end object DefaultButton: TButton Left = 272 Top = 97 Width = 97 Height = 24 Caption = '�W���ɖ߂�' TabOrder = 7 OnClick = DefaultButtonClick end object AboutButton: TButton Left = 272 Top = 124 Width = 97 Height = 24 Caption = '�o�[�W�������...' TabOrder = 8 OnClick = AboutButtonClick end end