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

📄 unit1.dfm

📁 学了三天c++builder .从网上找来些资料,给大家分享一下.记住精通了写的程序给网有分享哦!
💻 DFM
字号:
object Form1: TForm1
  Left = 206
  Top = 115
  Width = 553
  Height = 393
  Caption = 'C++Builder 手册(函数查询)'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 152
    Width = 185
    Height = 193
  end
  object Label1: TLabel
    Left = 16
    Top = 160
    Width = 54
    Height = 13
    Caption = '作者: 郭彬'
  end
  object Label2: TLabel
    Left = 16
    Top = 192
    Width = 72
    Height = 13
    Caption = '2002年9月1号'
  end
  object Label3: TLabel
    Left = 16
    Top = 216
    Width = 156
    Height = 52
    Caption = 
      '学了三天c++builder .从网上找来些资料,给大家分享一下.记住精通了写' +
      '的程序给网有分享哦!'
    WordWrap = True
  end
  object Label4: TLabel
    Left = 16
    Top = 296
    Width = 122
    Height = 26
    Caption = 'QQ:36074636  .EMAIL:gjb711@163.com'
    WordWrap = True
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 16
    Width = 185
    Height = 121
    Caption = '查询'
    TabOrder = 0
    object Edit1: TEdit
      Left = 16
      Top = 24
      Width = 153
      Height = 21
      ImeName = '中文 (简体) - 智能 ABC'
      TabOrder = 0
      Text = '%%'
    end
    object cc: TComboBox
      Left = 16
      Top = 56
      Width = 153
      Height = 21
      ImeName = '中文 (简体) - 智能 ABC'
      ItemHeight = 13
      TabOrder = 1
      Text = 'ALL'
      Items.Strings = (
        '内存分配'
        '文件操作'
        '磁盘目录管理'
        '字符串'
        '类型转换'
        '日期时间')
    end
    object Button1: TButton
      Left = 80
      Top = 88
      Width = 81
      Height = 25
      Caption = '查询'
      TabOrder = 2
      OnClick = Button1Click
    end
  end
  object DBGrid1: TDBGrid
    Left = 232
    Top = 24
    Width = 281
    Height = 105
    DataSource = DataSource1
    ImeName = '中文 (简体) - 智能 ABC'
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBRichEdit1: TDBRichEdit
    Left = 232
    Top = 144
    Width = 289
    Height = 161
    DataField = 'funcon'
    DataSource = DataSource1
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ImeName = '中文 (简体) - 智能 ABC'
    ParentFont = False
    ScrollBars = ssVertical
    TabOrder = 2
  end
  object DBNavigator1: TDBNavigator
    Left = 232
    Top = 312
    Width = 290
    Height = 33
    DataSource = DataSource1
    TabOrder = 3
  end
  object ADOQuery1: TADOQuery
    Active = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=bcbfun.mdb;Persist ' +
      'Security Info=False'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select funname,funcon from vclfun')
    Left = 160
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 120
  end
end

⌨️ 快捷键说明

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