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

📄 statistics.dfm

📁 用delphi编的房屋租赁管里系统
💻 DFM
字号:
object StatisticsForm: TStatisticsForm
  Left = 192
  Top = 133
  Width = 544
  Height = 375
  VertScrollBar.Position = 55
  Align = alClient
  Caption = #20449#24687#32479#35745
  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 Panel4: TPanel
    Left = 224
    Top = -37
    Width = 353
    Height = 41
    Caption = 'Panel1'
    TabOrder = 0
    object Label1: TLabel
      Left = 120
      Top = 8
      Width = 172
      Height = 29
      Caption = #20449' '#24687' '#32479' '#35745
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -29
      Font.Name = #26999#20307'_GB2312'
      Font.Style = [fsBold]
      ParentFont = False
    end
  end
  object Panel2: TPanel
    Left = 16
    Top = 9
    Width = 769
    Height = 505
    TabOrder = 1
    object Title: TLabel
      Left = 416
      Top = 24
      Width = 11
      Height = 19
      Alignment = taCenter
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -19
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object RadioGroup1: TRadioGroup
      Left = 20
      Top = 18
      Width = 197
      Height = 239
      Caption = #32479#35745#39033' :'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -19
      Font.Name = #26999#20307'_GB2312'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 0
    end
    object RadioButton1: TRadioButton
      Left = 36
      Top = 64
      Width = 165
      Height = 27
      Caption = #26412#26376#31199#37329#20449#24687#32479#35745
      Checked = True
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = #26999#20307'_GB2312'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 1
      TabStop = True
    end
    object RadioButton2: TRadioButton
      Left = 36
      Top = 112
      Width = 173
      Height = 27
      Caption = #24050#21040#26399#21512#21516#20449#24687#32479#35745
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = #26999#20307'_GB2312'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 2
    end
    object RadioButton3: TRadioButton
      Left = 36
      Top = 164
      Width = 125
      Height = 23
      Caption = #23653#32422#37329#32479#35745
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = #26999#20307'_GB2312'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 3
    end
    object RadioButton4: TRadioButton
      Left = 36
      Top = 212
      Width = 133
      Height = 25
      Caption = #31354#38386#25151#23627#32479#35745
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = #26999#20307'_GB2312'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 4
    end
    object DBGrid1: TDBGrid
      Left = 232
      Top = 56
      Width = 521
      Height = 433
      DataSource = DataSource1
      TabOrder = 5
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
    object BitBtn1: TBitBtn
      Left = 24
      Top = 304
      Width = 81
      Height = 33
      Caption = #32479#35745
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #26999#20307'_GB2312'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 6
      OnClick = BitBtn1Click
      Kind = bkYes
    end
    object BitBtn2: TBitBtn
      Left = 120
      Top = 304
      Width = 75
      Height = 33
      Caption = #36820#22238
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #26999#20307'_GB2312'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 7
      OnClick = BitBtn2Click
      Kind = bkClose
    end
  end
  object DataSource1: TDataSource
    DataSet = SQLQuery
    Left = 104
    Top = 21
  end
  object SQLQuery: TQuery
    Left = 56
    Top = 21
  end
end

⌨️ 快捷键说明

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