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

📄 unit10.dfm

📁 《C++Builder数据库程序设计》配书光盘 1.光盘内容 Readme.txt 光盘使用说明 书中各章范例文件
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 409
  Height = 285
  Caption = 'changefilter.bpr'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 52
    Height = 13
    Caption = '字段名称'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 8
    Top = 40
    Width = 52
    Height = 13
    Caption = '条件符号'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 208
    Top = 8
    Width = 39
    Height = 13
    Caption = '条件值'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 96
    Width = 385
    Height = 153
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object ComboBox1: TComboBox
    Left = 72
    Top = 8
    Width = 97
    Height = 21
    ItemHeight = 13
    TabOrder = 1
    Text = '请选择'
  end
  object ComboBox2: TComboBox
    Left = 72
    Top = 32
    Width = 97
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    Text = '请选择'
    Items.Strings = (
      '>'
      '<'
      '>='
      '<='
      '==')
  end
  object Edit1: TEdit
    Left = 176
    Top = 32
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Button1: TButton
    Left = 16
    Top = 64
    Width = 75
    Height = 25
    Caption = '筛选'
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 104
    Top = 64
    Width = 75
    Height = 25
    Caption = '上一笔'
    TabOrder = 5
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 192
    Top = 64
    Width = 75
    Height = 25
    Caption = '下一笔'
    TabOrder = 6
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 272
    Top = 64
    Width = 129
    Height = 25
    Caption = '显示全部记录'
    TabOrder = 7
    OnClick = Button4Click
  end
  object ADOTable1: TADOTable
    Active = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=STUDENTS1.mdb;Persi' +
      'st Security Info=False'
    CursorType = ctStatic
    OnFilterRecord = ADOTable1FilterRecord
    TableName = '成绩单'
    Left = 352
    Top = 16
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 312
    Top = 16
  end
end

⌨️ 快捷键说明

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