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

📄 xzlzlchx.dfm

📁 Delphi实战演练一书的配套光盘
💻 DFM
📖 第 1 页 / 共 2 页
字号:
        FieldName = '空调'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = '幼圆'
        Font.Style = []
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clWindowText
        Title.Font.Height = -16
        Title.Font.Name = '幼圆'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = '通信'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = '幼圆'
        Font.Style = []
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clWindowText
        Title.Font.Height = -16
        Title.Font.Name = '幼圆'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = '付款方式'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = '幼圆'
        Font.Style = []
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clWindowText
        Title.Font.Height = -16
        Title.Font.Name = '幼圆'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = '租金'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = '幼圆'
        Font.Style = []
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clWindowText
        Title.Font.Height = -16
        Title.Font.Name = '幼圆'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = '物业管理费'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = '幼圆'
        Font.Style = []
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clWindowText
        Title.Font.Height = -16
        Title.Font.Name = '幼圆'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = '电话费'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = '幼圆'
        Font.Style = []
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clWindowText
        Title.Font.Height = -16
        Title.Font.Name = '幼圆'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = '联系人'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = '幼圆'
        Font.Style = []
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clWindowText
        Title.Font.Height = -16
        Title.Font.Name = '幼圆'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = '联系电话'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = '幼圆'
        Font.Style = []
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clWindowText
        Title.Font.Height = -16
        Title.Font.Name = '幼圆'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = '租出标记'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = '幼圆'
        Font.Style = []
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clWindowText
        Title.Font.Height = -16
        Title.Font.Name = '幼圆'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = '登记日期'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = '幼圆'
        Font.Style = []
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clWindowText
        Title.Font.Height = -16
        Title.Font.Name = '幼圆'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = '截止日期'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -14
        Font.Name = '幼圆'
        Font.Style = []
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clWindowText
        Title.Font.Height = -16
        Title.Font.Name = '幼圆'
        Title.Font.Style = []
        Visible = True
      end>
  end
  object GroupBox1: TGroupBox
    Left = 448
    Top = 219
    Width = 217
    Height = 137
    Caption = '照片'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '幼圆'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    object DBImage1: TDBImage
      Left = 16
      Top = 16
      Width = 185
      Height = 113
      Color = clScrollBar
      DataField = '照片'
      DataSource = DataSource1
      ReadOnly = True
      TabOrder = 0
    end
  end
  object DBNavigator1: TDBNavigator
    Left = 8
    Top = 363
    Width = 530
    Height = 25
    DataSource = DataSource1
    VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbRefresh]
    TabOrder = 2
  end
  object BitBtn1: TBitBtn
    Left = 592
    Top = 363
    Width = 75
    Height = 25
    Caption = '退出'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '幼圆'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = BitBtn1Click
  end
  object Edit1: TEdit
    Left = 56
    Top = 9
    Width = 118
    Height = 23
    Color = clActiveBorder
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '幼圆'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
  end
  object ComboBox1: TComboBox
    Left = 225
    Top = 9
    Width = 89
    Height = 23
    Color = clActiveBorder
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '幼圆'
    Font.Style = []
    ItemHeight = 15
    ParentFont = False
    TabOrder = 5
    Items.Strings = (
      '二环以内'
      '二环到三环'
      '三环到四环'
      '四环以外')
  end
  object ComboBox2: TComboBox
    Left = 399
    Top = 9
    Width = 73
    Height = 23
    Color = clActiveBorder
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '幼圆'
    Font.Style = []
    ItemHeight = 15
    ParentFont = False
    TabOrder = 6
    Items.Strings = (
      '大开间'
      '套间')
  end
  object Edit2: TEdit
    Left = 523
    Top = 9
    Width = 41
    Height = 23
    Color = clActiveBorder
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '幼圆'
    Font.Style = []
    ParentFont = False
    TabOrder = 7
  end
  object BitBtn2: TBitBtn
    Left = 587
    Top = 8
    Width = 75
    Height = 25
    Caption = '执行查询'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '幼圆'
    Font.Style = []
    ParentFont = False
    TabOrder = 8
    OnClick = BitBtn2Click
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 218
    Width = 433
    Height = 137
    Caption = '服务设施'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '幼圆'
    Font.Style = []
    ParentFont = False
    TabOrder = 9
    object DBMemo1: TDBMemo
      Left = 8
      Top = 24
      Width = 417
      Height = 105
      Color = clScrollBar
      DataField = '服务设施'
      DataSource = DataSource1
      ReadOnly = True
      TabOrder = 0
    end
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 48
    Top = 402
  end
  object Query1: TQuery
    Active = True
    SQL.Strings = (
      'Select * from XZLZ')
    Left = 80
    Top = 402
  end
end

⌨️ 快捷键说明

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