home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / OLS / WIN32 / Husen1ab / HUSEN1AB.LZH / Husen97.exe / 0 / RCDATA / TDIRBOX / TDIRBOX.txt < prev   
Text File  |  1997-06-01  |  2KB  |  84 lines

  1. object DirBox: TDirBox
  2.   Left = 421
  3.   Top = 372
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'ソスtソスHソスソスソス_ソスフ指ソスソス'
  7.   ClientHeight = 220
  8.   ClientWidth = 234
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 8
  19.     Width = 197
  20.     Height = 12
  21.     Caption = 'ソスfソス[ソス^ソスyソスム設抵ソスソスロ托ソスソスソスソスソスtソスHソスソスソス_'
  22.     Font.Color = clBlack
  23.     Font.Height = -12
  24.     Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object Label2: TLabel
  29.     Left = 24
  30.     Top = 24
  31.     Width = 117
  32.     Height = 12
  33.     Caption = 'C:\DELPHI\HUSEN320'
  34.     WordWrap = True
  35.   end
  36.   object DriveComboBox1: TDriveComboBox
  37.     Left = 24
  38.     Top = 56
  39.     Width = 185
  40.     Height = 18
  41.     TabOrder = 0
  42.     TextCase = tcUpperCase
  43.     OnChange = DriveComboBox1Change
  44.   end
  45.   object DirectoryListBox1: TDirectoryListBox
  46.     Left = 24
  47.     Top = 80
  48.     Width = 185
  49.     Height = 81
  50.     DirLabel = Label2
  51.     ItemHeight = 16
  52.     TabOrder = 1
  53.   end
  54.   object btnOk: TButton
  55.     Left = 24
  56.     Top = 176
  57.     Width = 57
  58.     Height = 33
  59.     Caption = 'ソスnソス@ソスj'
  60.     Default = True
  61.     TabOrder = 2
  62.     OnClick = btnOkClick
  63.   end
  64.   object btnCancel: TButton
  65.     Left = 88
  66.     Top = 176
  67.     Width = 57
  68.     Height = 33
  69.     Cancel = True
  70.     Caption = 'ソスソスンセソス'
  71.     TabOrder = 3
  72.     OnClick = btnCancelClick
  73.   end
  74.   object btnDef: TButton
  75.     Left = 152
  76.     Top = 176
  77.     Width = 57
  78.     Height = 33
  79.     Caption = 'ソスソスフォソスソス'
  80.     TabOrder = 4
  81.     OnClick = btnDefClick
  82.   end
  83. end
  84.