f_SelectDir.dfm
上传用户:lcqxtx
上传日期:2013-02-15
资源大小:530k
文件大小:2k
源码类别:

企业管理

开发平台:

Delphi

  1. object SelectDir: TSelectDir
  2.   Left = 258
  3.   Top = 96
  4.   Width = 365
  5.   Height = 339
  6.   Caption = #36873#25321#36335#24452
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -10
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 94
  16.   TextHeight = 13
  17.   object Panel_button: TPanel
  18.     Left = 0
  19.     Top = 264
  20.     Width = 357
  21.     Height = 49
  22.     Align = alBottom
  23.     BevelOuter = bvNone
  24.     ParentColor = True
  25.     TabOrder = 0
  26.     object Bevel_button: TBevel
  27.       Left = 7
  28.       Top = 1
  29.       Width = 356
  30.       Height = 2
  31.     end
  32.     object BitBtn1: TBitBtn
  33.       Left = 88
  34.       Top = 8
  35.       Width = 75
  36.       Height = 25
  37.       Caption = #30830#23450'[&O]'
  38.       ModalResult = 1
  39.       TabOrder = 0
  40.       OnClick = BitBtn1Click
  41.     end
  42.     object BitBtn2: TBitBtn
  43.       Left = 192
  44.       Top = 8
  45.       Width = 75
  46.       Height = 25
  47.       Caption = #21462#28040'[&C]'
  48.       TabOrder = 1
  49.       OnClick = BitBtn2Click
  50.     end
  51.   end
  52.   object PanelBkGnd: TPanel
  53.     Left = 0
  54.     Top = 0
  55.     Width = 357
  56.     Height = 264
  57.     Align = alClient
  58.     BevelOuter = bvNone
  59.     Ctl3D = True
  60.     ParentCtl3D = False
  61.     TabOrder = 1
  62.     object Label1: TLabel
  63.       Left = 8
  64.       Top = 11
  65.       Width = 45
  66.       Height = 13
  67.       Caption = #39537#21160#22120':'
  68.     end
  69.     object Label3: TLabel
  70.       Left = 8
  71.       Top = 241
  72.       Width = 338
  73.       Height = 12
  74.       AutoSize = False
  75.       Caption = 'C:...fywdn1'#26700#38754''#35838#31243#35774#35745''#20010#20154#20070#31821#31649#29702#31995#32479
  76.     end
  77.     object Label2: TLabel
  78.       Left = 8
  79.       Top = 224
  80.       Width = 56
  81.       Height = 13
  82.       Caption = #36335#24452#21517#65306
  83.     end
  84.     object DirectoryListBox1: TDirectoryListBox
  85.       Left = 0
  86.       Top = 40
  87.       Width = 356
  88.       Height = 177
  89.       DirLabel = Label3
  90.       ItemHeight = 16
  91.       TabOrder = 0
  92.     end
  93.     object DriveComboBox1: TDriveComboBox
  94.       Left = 72
  95.       Top = 8
  96.       Width = 284
  97.       Height = 19
  98.       DirList = DirectoryListBox1
  99.       TabOrder = 1
  100.       TextCase = tcUpperCase
  101.     end
  102.   end
  103. end