unit5.dfm

来自「应用ADO技术在Delphi中进行客户信息管理系统的开发。系统设计分为数据库设计」· DFM 代码 · 共 86 行

DFM
86
字号
object FrmQuery: TFrmQuery
  Left = 0
  Top = 0
  Width = 627
  Height = 473
  Caption = #23458#25143#20449#24687#26597#35810
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = #24494#36719#38597#40657
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 16
  object rdg: TRadioGroup
    Left = 145
    Top = 16
    Width = 329
    Height = 49
    Caption = #26597#35810#26465#20214
    Columns = 4
    Items.Strings = (
      #23458#25143#32534#21495
      #25152#22312#30465#20221
      #25152#22312#22478#24066
      #20844#21496#21517#31216)
    TabOrder = 0
    OnClick = rdgClick
  end
  object BtnReturn: TBitBtn
    Left = 528
    Top = 16
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 1
    OnClick = BtnReturnClick
    Kind = bkCancel
  end
  object DBGrdQry: TDBGrid
    Left = 29
    Top = 120
    Width = 561
    Height = 297
    DataSource = DSQruCu
    TabOrder = 2
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = #24494#36719#38597#40657
    TitleFont.Style = []
  end
  object dblcb: TDBLookupComboBox
    Left = 29
    Top = 88
    Width = 145
    Height = 24
    ListSource = DSQryCondition
    TabOrder = 3
    OnClick = dblcbClick
  end
  object DSQryCondition: TDataSource
    DataSet = ADOQryCondition
    Left = 80
    Top = 32
  end
  object DSQruCu: TDataSource
    DataSet = ADOQryCu
    Left = 112
    Top = 32
  end
  object ADOQryCondition: TADOQuery
    Connection = DMCu.ADOConnCu
    Parameters = <>
    Left = 16
    Top = 32
  end
  object ADOQryCu: TADOQuery
    Connection = DMCu.ADOConnCu
    Parameters = <>
    Left = 48
    Top = 32
  end
end

⌨️ 快捷键说明

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