home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 February / VPR9902A.BIN / OLS / del32011 / del32011.lzh / Del32.exe / 0 / RCDATA / TFRMDRIVECHANGE / TFRMDRIVECHANGE.txt
Text File  |  1998-08-28  |  1KB  |  55 lines

  1. object frmDriveChange: TfrmDriveChange
  2.   Left = 235
  3.   Top = 147
  4.   BorderStyle = bsDialog
  5.   Caption = 'ソスhソスソスソスCソスuソスフ変更 ソスiL)'
  6.   ClientHeight = 70
  7.   ClientWidth = 421
  8.   Font.Charset = SHIFTJIS_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnKeyDown = FormKeyDown
  17.   PixelsPerInch = 96
  18.   TextHeight = 12
  19.   object pnlDrive: TPanel
  20.     Left = 5
  21.     Top = 32
  22.     Width = 409
  23.     Height = 33
  24.     Alignment = taLeftJustify
  25.     BevelOuter = bvLowered
  26.     Font.Charset = SHIFTJIS_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -27
  29.     Font.Name = 'ソスlソスr ソスSソスVソスbソスN'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.     TabOrder = 0
  33.   end
  34.   object cmbDrive: TDriveComboBox
  35.     Left = 192
  36.     Top = 8
  37.     Width = 196
  38.     Height = 18
  39.     Color = clBtnFace
  40.     TabOrder = 1
  41.     TextCase = tcUpperCase
  42.     Visible = False
  43.     OnChange = cmbDriveChange
  44.   end
  45.   object pnlView: TPanel
  46.     Left = 395
  47.     Top = 8
  48.     Width = 18
  49.     Height = 18
  50.     BevelWidth = 2
  51.     TabOrder = 2
  52.     OnClick = pnlViewClick
  53.   end
  54. end
  55.