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

📄 unit_khjb.dfm

📁 基本信息:房屋基本信息、客户基本信息、职工基本信息 房屋交易:客户订购、退房、购买 信息查询:销售、订购、结款、交易记录查询 报表查询:日报表、月报表
💻 DFM
字号:
object khjb: Tkhjb
  Left = 326
  Top = 273
  Width = 569
  Height = 485
  Caption = #23458#25143#22522#26412#20449#24687
  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 DBGrid1: TDBGrid
    Left = 8
    Top = 8
    Width = 553
    Height = 193
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGrid1CellClick
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 208
    Width = 561
    Height = 161
    Caption = #23458#25143#22522#26412#20449#24687
    TabOrder = 1
    object LabeledEdit1: TLabeledEdit
      Left = 24
      Top = 32
      Width = 121
      Height = 21
      EditLabel.Width = 60
      EditLabel.Height = 13
      EditLabel.Caption = #23458#25143#32534#21495'    '
      TabOrder = 0
    end
    object LabeledEdit2: TLabeledEdit
      Left = 200
      Top = 32
      Width = 121
      Height = 21
      EditLabel.Width = 39
      EditLabel.Height = 13
      EditLabel.Caption = #22995#21517'     '
      TabOrder = 1
    end
    object LabeledEdit3: TLabeledEdit
      Left = 376
      Top = 32
      Width = 121
      Height = 21
      EditLabel.Width = 36
      EditLabel.Height = 13
      EditLabel.Caption = #24615#21035'    '
      TabOrder = 2
    end
    object LabeledEdit4: TLabeledEdit
      Left = 24
      Top = 88
      Width = 121
      Height = 21
      EditLabel.Width = 81
      EditLabel.Height = 13
      EditLabel.Caption = #36523#20221#35777#21495#30721'       '
      TabOrder = 3
    end
    object LabeledEdit5: TLabeledEdit
      Left = 200
      Top = 88
      Width = 121
      Height = 21
      EditLabel.Width = 42
      EditLabel.Height = 13
      EditLabel.Caption = #32844#19994'      '
      TabOrder = 4
    end
    object LabeledEdit6: TLabeledEdit
      Left = 376
      Top = 88
      Width = 121
      Height = 21
      EditLabel.Width = 63
      EditLabel.Height = 13
      EditLabel.Caption = #24037#20316#21333#20301'     '
      TabOrder = 5
    end
  end
  object Button1: TButton
    Left = 48
    Top = 408
    Width = 75
    Height = 25
    Caption = #28155'  '#21152
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 176
    Top = 408
    Width = 75
    Height = 25
    Caption = #20462'  '#25913
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 296
    Top = 408
    Width = 75
    Height = 25
    Caption = #21024'  '#38500
    TabOrder = 4
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 416
    Top = 408
    Width = 75
    Height = 25
    Caption = #36864'  '#20986
    TabOrder = 5
    OnClick = Button4Click
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=fwxs'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 104
    Top = 8
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from customer')
    Left = 136
    Top = 8
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 168
    Top = 8
  end
end

⌨️ 快捷键说明

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