unit12.dfm

来自「本系统是一个房屋出租方面的管理系统」· DFM 代码 · 共 102 行

DFM
102
字号
object FormCZXXCX: TFormCZXXCX
  Left = 264
  Top = 214
  Width = 507
  Height = 284
  Caption = #20986#31199#20449#24687#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 499
    Height = 65
    Align = alTop
    Color = clSkyBlue
    TabOrder = 0
    object GroupBox1: TGroupBox
      Left = 16
      Top = 8
      Width = 473
      Height = 49
      Caption = #35831#36755#20837#26597#35810#26465#20214
      Color = clSkyBlue
      ParentColor = False
      TabOrder = 0
      object Label1: TLabel
        Left = 8
        Top = 24
        Width = 87
        Height = 13
        Caption = #35774#32622#26597#35810#26465#20214#65306' '
      end
      object Label2: TLabel
        Left = 248
        Top = 24
        Width = 12
        Height = 13
        Caption = '=  '
      end
      object ComboBox1: TComboBox
        Left = 96
        Top = 16
        Width = 145
        Height = 21
        ItemHeight = 13
        TabOrder = 0
        Items.Strings = (
          #25151#23627#32534#21495
          #20303#25143#32534#21495)
      end
      object Edit1: TEdit
        Left = 264
        Top = 16
        Width = 121
        Height = 21
        TabOrder = 1
      end
      object BitBtn1: TBitBtn
        Left = 392
        Top = 16
        Width = 75
        Height = 25
        Caption = #26597#35810
        TabOrder = 2
        OnClick = BitBtn1Click
        Kind = bkOK
      end
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 65
    Width = 499
    Height = 185
    Align = alTop
    Color = clSkyBlue
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 1
      Top = 1
      Width = 497
      Height = 183
      Align = alClient
      DataSource = DATABASE.DataSource3
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
end

⌨️ 快捷键说明

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