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

📄 unit_fwjb.dfm

📁 基本信息:房屋基本信息、客户基本信息、职工基本信息 房屋交易:客户订购、退房、购买 信息查询:销售、订购、结款、交易记录查询 报表查询:日报表、月报表
💻 DFM
字号:
object fwjb: Tfwjb
  Left = 259
  Top = 225
  Width = 696
  Height = 480
  Caption = #25151#23627#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 = 16
    Top = 8
    Width = 657
    Height = 201
    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 = 16
    Top = 224
    Width = 489
    Height = 217
    Caption = #25151#23627#20449#24687'  '
    TabOrder = 1
    object LabeledEdit1: TLabeledEdit
      Left = 8
      Top = 32
      Width = 121
      Height = 21
      EditLabel.Width = 63
      EditLabel.Height = 13
      EditLabel.Caption = #25151#23627#32534#21495'     '
      TabOrder = 0
      OnKeyPress = LabeledEdit1KeyPress
    end
    object LabeledEdit2: TLabeledEdit
      Left = 144
      Top = 32
      Width = 121
      Height = 21
      EditLabel.Width = 63
      EditLabel.Height = 13
      EditLabel.Caption = #25151#23627#21517#31216'     '
      TabOrder = 1
    end
    object LabeledEdit3: TLabeledEdit
      Left = 8
      Top = 112
      Width = 121
      Height = 21
      EditLabel.Width = 63
      EditLabel.Height = 13
      EditLabel.Caption = #25151#23627#27169#22411'     '
      TabOrder = 2
    end
    object LabeledEdit4: TLabeledEdit
      Left = 280
      Top = 32
      Width = 121
      Height = 21
      EditLabel.Width = 63
      EditLabel.Height = 13
      EditLabel.Caption = #22320#29702#20301#32622'     '
      TabOrder = 3
    end
    object LabeledEdit5: TLabeledEdit
      Left = 8
      Top = 160
      Width = 121
      Height = 21
      EditLabel.Width = 36
      EditLabel.Height = 13
      EditLabel.Caption = #24635#20215'    '
      TabOrder = 4
    end
    object LabeledEdit6: TLabeledEdit
      Left = 144
      Top = 112
      Width = 121
      Height = 21
      EditLabel.Width = 39
      EditLabel.Height = 13
      EditLabel.Caption = #38754#31215'     '
      TabOrder = 5
    end
    object LabeledEdit7: TLabeledEdit
      Left = 144
      Top = 160
      Width = 121
      Height = 21
      EditLabel.Width = 36
      EditLabel.Height = 13
      EditLabel.Caption = #29366#24577'    '
      TabOrder = 6
    end
    object LabeledEdit8: TLabeledEdit
      Left = 280
      Top = 72
      Width = 121
      Height = 21
      EditLabel.Width = 36
      EditLabel.Height = 13
      EditLabel.Caption = #27004#23618'    '
      TabOrder = 7
    end
    object LabeledEdit9: TLabeledEdit
      Left = 144
      Top = 72
      Width = 121
      Height = 21
      EditLabel.Width = 36
      EditLabel.Height = 13
      EditLabel.Caption = #21333#20803'    '
      TabOrder = 8
    end
    object LabeledEdit10: TLabeledEdit
      Left = 8
      Top = 72
      Width = 121
      Height = 21
      EditLabel.Width = 66
      EditLabel.Height = 13
      EditLabel.Caption = #27004#23618#31867#22411'      '
      TabOrder = 9
    end
    object LabeledEdit11: TLabeledEdit
      Left = 280
      Top = 112
      Width = 121
      Height = 21
      EditLabel.Width = 39
      EditLabel.Height = 13
      EditLabel.Caption = #21333#20215'     '
      TabOrder = 10
      OnKeyPress = LabeledEdit11KeyPress
    end
  end
  object Button1: TButton
    Left = 584
    Top = 248
    Width = 75
    Height = 25
    Caption = #28155#21152
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 584
    Top = 304
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 584
    Top = 352
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 4
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 584
    Top = 392
    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 = 80
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from house')
    Left = 120
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 40
  end
end

⌨️ 快捷键说明

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