object frmDriveChange: TfrmDriveChange Left = 235 Top = 147 BorderStyle = bsDialog Caption = '�h���C�u�̕ύX �iL)' ClientHeight = 70 ClientWidth = 421 Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 12 object pnlDrive: TPanel Left = 5 Top = 32 Width = 409 Height = 33 Alignment = taLeftJustify BevelOuter = bvLowered Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -27 Font.Name = '�l�r �S�V�b�N' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end object cmbDrive: TDriveComboBox Left = 192 Top = 8 Width = 196 Height = 18 Color = clBtnFace TabOrder = 1 TextCase = tcUpperCase Visible = False OnChange = cmbDriveChange end object pnlView: TPanel Left = 395 Top = 8 Width = 18 Height = 18 BevelWidth = 2 TabOrder = 2 OnClick = pnlViewClick end end