⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dirdlgu.dfm

📁 Ondemand是IBM公司开发的报表管理系统,广泛使用于金融、保险、电信等大型企业. 但是由于某些原因,其报表下载和检索功能作的并不尽如人意,本程序是对Ondemand报表系统的下载和检索
💻 DFM
字号:
object Dir4: TDir4
  Left = 382
  Top = 180
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  BorderWidth = 2
  Caption = #36873#25321#30446#24405
  ClientHeight = 283
  ClientWidth = 440
  Color = clSkyBlue
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #26032#23435#20307
  Font.Style = [fsBold]
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 440
    Height = 249
    Align = alTop
    BevelInner = bvLowered
    BevelWidth = 2
    Caption = 'Panel1'
    Color = clSkyBlue
    TabOrder = 0
    object Panel2: TPanel
      Left = 4
      Top = 4
      Width = 432
      Height = 23
      Align = alTop
      AutoSize = True
      BevelWidth = 2
      Caption = 'Panel2'
      Color = clSkyBlue
      TabOrder = 0
      object DriveComboBox1: TDriveComboBox
        Left = 0
        Top = 2
        Width = 433
        Height = 19
        BevelKind = bkFlat
        Color = clCream
        DirList = DirectoryListBox1
        TabOrder = 0
      end
    end
    object DirectoryListBox1: TDirectoryListBox
      Left = 4
      Top = 27
      Width = 432
      Height = 218
      Align = alClient
      BevelKind = bkFlat
      Color = clCream
      ItemHeight = 16
      TabOrder = 1
    end
  end
  object Button1: TButton
    Left = 64
    Top = 256
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 288
    Top = 256
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -