MyDialogFrm.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:1k
源码类别:

Delphi/CppBuilder

开发平台:

Delphi

  1. object frmDialog: TfrmDialog
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = #36873#25321#30446#24405
  6.   ClientHeight = 214
  7.   ClientWidth = 206
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object DirectoryListBox: TDirectoryListBox
  20.     Left = 32
  21.     Top = 56
  22.     Width = 145
  23.     Height = 97
  24.     ItemHeight = 16
  25.     TabOrder = 0
  26.   end
  27.   object DriveComboBox: TDriveComboBox
  28.     Left = 32
  29.     Top = 24
  30.     Width = 145
  31.     Height = 19
  32.     DirList = DirectoryListBox
  33.     TabOrder = 1
  34.   end
  35.   object btnOK: TBitBtn
  36.     Left = 31
  37.     Top = 165
  38.     Width = 62
  39.     Height = 25
  40.     Caption = #30830#23450'(&O)'
  41.     TabOrder = 2
  42.     OnClick = btnOKClick
  43.   end
  44.   object btnCancel: TBitBtn
  45.     Left = 113
  46.     Top = 165
  47.     Width = 62
  48.     Height = 25
  49.     Caption = #21462#28040'(&C)'
  50.     TabOrder = 3
  51.     OnClick = btnCancelClick
  52.   end
  53. end