lyxx.~dfm

来自「湖滨小区物业管理系统主要是针对湖滨小区的物业管理公司作为使用对象而开发的」· ~DFM 代码 · 共 104 行

~DFM
104
字号
object louyuxinxi2: Tlouyuxinxi2
  Left = 225
  Top = 187
  Width = 524
  Height = 351
  Caption = #27004#23431#20449#24687
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 288
    Width = 2
    Height = 13
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = 0
    Width = 513
    Height = 281
    Caption = #27004#23431#20449#24687
    TabOrder = 0
    object DBGrid2: TDBGrid
      Left = 0
      Top = 16
      Width = 505
      Height = 265
      DataSource = DataSource2
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 0
      TitleFont.Charset = ANSI_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          Title.Caption = #27004#23431#21495
          Visible = True
        end
        item
          Expanded = False
          Title.Caption = #27004#29260#21495
          Visible = True
        end
        item
          Expanded = False
          Title.Caption = #21333#20803#21495
          Visible = True
        end>
    end
  end
  object BitBtn3: TBitBtn
    Left = 96
    Top = 288
    Width = 75
    Height = 25
    Caption = '&'#26597#35810
    TabOrder = 1
    OnClick = BitBtn3Click
    Kind = bkHelp
  end
  object BitBtn4: TBitBtn
    Left = 192
    Top = 288
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = BitBtn4Click
    Kind = bkAbort
  end
  object BitBtn1: TBitBtn
    Left = 288
    Top = 288
    Width = 75
    Height = 25
    Caption = '&'#21024#38500
    TabOrder = 3
    OnClick = BitBtn1Click
    Kind = bkIgnore
  end
  object DataSource2: TDataSource
    DataSet = ADOQuery2
    Left = 424
    Top = 72
  end
  object ADOQuery2: TADOQuery
    Connection = connect.ADOConnection1
    Parameters = <>
    SQL.Strings = (
      'select * from lph')
    Left = 336
    Top = 96
  end
end

⌨️ 快捷键说明

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