object dlgMidi: TdlgMidi Left = 538 Top = 395 HelpContext = 77 BorderStyle = bsDialog Caption = '�v���O�C���̐ݒ�' ClientHeight = 269 ClientWidth = 370 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 = poScreenCenter OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 3 Top = 20 Width = 74 Height = 12 Caption = '�t�@�C����(&P)�F' FocusControl = edtPath end object Label2: TLabel Left = 32 Top = 92 Width = 46 Height = 12 Caption = '���O(&N)�F' FocusControl = edtName end object Label3: TLabel Left = 32 Top = 132 Width = 46 Height = 12 Caption = '�ʒu(&A)�F' FocusControl = edtAlign end object Label4: TLabel Left = 20 Top = 164 Width = 58 Height = 12 Caption = '��\��(&H)�F' FocusControl = edtHide end object Label5: TLabel Left = 8 Top = 196 Width = 69 Height = 12 Caption = '�������s(&S)�F' FocusControl = edtAuto end object btnOpen: TSpeedButton Left = 341 Top = 48 Width = 20 Height = 20 Hint = '�t�@�C���ǂݍ���|' Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777 77777000000000007777700333333333077770B033333333307770BB03333333 330770BBB0333333333070BBBB000000000070BBBBBBBBB0777770BBBBBBBBB0 777770BBB0000000777777000777777777777777777777700077777777777777 0077777777707770707777777777000777777777777777777777} ParentShowHint = False ShowHint = True OnClick = btnOpenClick end object Button1: TButton Left = 112 Top = 232 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 13 OnClick = Button1Click end object Button2: TButton Left = 192 Top = 232 Width = 75 Height = 25 Cancel = True Caption = '�L�����Z��' ModalResult = 2 TabOrder = 14 end object Button3: TButton Left = 272 Top = 232 Width = 75 Height = 25 Caption = '�w���v(&H)' TabOrder = 15 OnClick = Button3Click end object edtPath: TEllipsesEdit Left = 80 Top = 16 Width = 265 Height = 20 EditStyle = esAlwaysEllipses TabOrder = 0 OnButtonClick = edtPathButtonClick end object edtName: TEdit Left = 80 Top = 88 Width = 265 Height = 20 TabOrder = 8 end object edtAlign: TComboBox Left = 80 Top = 128 Width = 105 Height = 20 ItemHeight = 12 TabOrder = 9 Items.Strings = ( 'left' 'right' 'top' 'bottom') end object edtHide: TComboBox Left = 80 Top = 160 Width = 105 Height = 20 ItemHeight = 12 TabOrder = 10 Items.Strings = ( 'true' 'false') end object edtAuto: TComboBox Left = 80 Top = 192 Width = 105 Height = 20 ItemHeight = 12 TabOrder = 11 Items.Strings = ( 'true' 'false') end object GroupBox2: TGroupBox Left = 200 Top = 120 Width = 145 Height = 89 Caption = '�J��Ԃ��w��(&L)' TabOrder = 12 object Label6: TLabel Left = 32 Top = 60 Width = 30 Height = 12 Caption = '�񐔁F' end object lstLoop: TComboBox Left = 16 Top = 24 Width = 113 Height = 20 Style = csDropDownList ItemHeight = 12 TabOrder = 0 OnClick = lstLoopClick Items.Strings = ( '�w�肵�Ȃ�' '����' '�񐔎w��') end object edtLoop: TEditHex Left = 72 Top = 56 Width = 41 Height = 20 Color = clBtnFace Enabled = False TabOrder = 1 Text = '0' Alignment = taRightJustify NumeralOnly = True NumericType = Decimal end object udLoop: TUpDown Left = 113 Top = 56 Width = 15 Height = 20 Associate = edtLoop Enabled = False Min = 0 Position = 0 TabOrder = 2 Thousands = False Wrap = False end end object mPlay: TMediaPlayer Left = 256 Top = 48 Width = 85 Height = 20 ColoredButtons = [btPlay, btStop] EnabledButtons = [btPlay, btPause, btStop] VisibleButtons = [btPlay, btPause, btStop] TabOrder = 1 end object udH: TUpDown Left = 233 Top = 48 Width = 15 Height = 20 Associate = edtH Enabled = False Min = 0 Max = 9999 Position = 0 TabOrder = 7 Thousands = False Wrap = False end object edtH: TEditHex Left = 200 Top = 48 Width = 33 Height = 20 Color = clBtnFace Enabled = False TabOrder = 6 Text = '0' Alignment = taRightJustify NumeralOnly = True NumericType = Decimal end object cbH: TCheckBox Left = 136 Top = 48 Width = 62 Height = 17 Caption = '����(&H)�F' TabOrder = 5 OnClick = cbHClick end object edtW: TEditHex Left = 80 Top = 48 Width = 33 Height = 20 Color = clBtnFace Enabled = False TabOrder = 3 Text = '0' Alignment = taRightJustify NumeralOnly = True NumericType = Decimal end object udW: TUpDown Left = 113 Top = 48 Width = 15 Height = 20 Associate = edtW Enabled = False Min = 0 Max = 9999 Position = 0 TabOrder = 4 Thousands = False Wrap = False end object cbW: TCheckBox Left = 24 Top = 48 Width = 51 Height = 17 Caption = '��(&W)�F' TabOrder = 2 OnClick = cbWClick end end