querycustomer.dfm

来自「完整的delphi书籍源代码,大家有空的时候自己慢慢看看」· DFM 代码 · 共 150 行

DFM
150
字号
object QueryCustomerFrm: TQueryCustomerFrm
  Left = 110
  Top = 83
  Width = 600
  Height = 410
  Caption = #26597#35810#39038#23458#20449#24687
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object QueryResult_GroupBox: TGroupBox
    Left = 2
    Top = 86
    Width = 587
    Height = 290
    Caption = #26597#35810#32467#26524
    TabOrder = 0
    object QueryCustomer_StringGrid: TStringGrid
      Left = 9
      Top = 15
      Width = 566
      Height = 266
      ColCount = 11
      RowCount = 10
      TabOrder = 0
      ColWidths = (
        64
        64
        64
        64
        64
        64
        59
        64
        64
        64
        64)
    end
  end
  object QueryCondition_GroupBox: TGroupBox
    Left = 5
    Top = 1
    Width = 581
    Height = 81
    Caption = #26597#35810#26465#20214
    TabOrder = 1
    object Label1: TLabel
      Left = 266
      Top = 48
      Width = 48
      Height = 13
      Caption = #35760#24405#24635#25968
    end
    object QueryCustomerReturn_BitBtn: TBitBtn
      Left = 486
      Top = 45
      Width = 75
      Height = 25
      Cursor = crHandPoint
      Caption = #36820#22238
      TabOrder = 0
      OnClick = QueryCustomerReturn_BitBtnClick
      Kind = bkClose
    end
    object QueryCustomerOk_BitBtn: TBitBtn
      Left = 486
      Top = 13
      Width = 75
      Height = 25
      Cursor = crHandPoint
      Caption = #26597#35810
      TabOrder = 1
      OnClick = QueryCustomerOk_BitBtnClick
      Kind = bkOK
    end
    object ConpanyName_CheckBox: TCheckBox
      Left = 10
      Top = 16
      Width = 97
      Height = 17
      Caption = #20844#21496#21517#31216
      TabOrder = 2
    end
    object LinkMan_CheckBox: TCheckBox
      Left = 233
      Top = 16
      Width = 81
      Height = 17
      Caption = #32852#31995#20154#22995#21517
      TabOrder = 3
    end
    object City_CheckBox: TCheckBox
      Left = 10
      Top = 48
      Width = 97
      Height = 17
      Caption = #25152#22312#22478#24066
      TabOrder = 4
    end
    object City_ComboBox: TComboBox
      Left = 84
      Top = 48
      Width = 121
      Height = 21
      Cursor = crIBeam
      ItemHeight = 13
      TabOrder = 5
    end
    object QueryCount_Edit: TEdit
      Left = 325
      Top = 48
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 6
    end
    object ConpanyName_ComboBox: TComboBox
      Left = 83
      Top = 16
      Width = 122
      Height = 21
      ItemHeight = 13
      TabOrder = 7
    end
    object LinkMan_ComboBox: TComboBox
      Left = 324
      Top = 16
      Width = 122
      Height = 21
      ItemHeight = 13
      TabOrder = 8
    end
  end
  object QueryCustomer_Query: TQuery
    Active = True
    DatabaseName = 'venditiondatabase'
    SQL.Strings = (
      'select * from customer')
    Left = 328
    Top = 232
  end
end

⌨️ 快捷键说明

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