unit16.dfm

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

DFM
86
字号
object FormFWXXCX: TFormFWXXCX
  Left = 323
  Top = 247
  Width = 262
  Height = 159
  Caption = #25151#23627#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 = 254
    Height = 125
    Align = alClient
    Color = clSkyBlue
    TabOrder = 0
    object GroupBox1: TGroupBox
      Left = 8
      Top = 8
      Width = 241
      Height = 113
      Caption = #35831#36873#25321#26597#35810#26465#20214#65306'  '
      TabOrder = 0
      object Label1: TLabel
        Left = 104
        Top = 40
        Width = 6
        Height = 13
        Caption = '='
      end
      object ComboBox1: TComboBox
        Left = 8
        Top = 32
        Width = 97
        Height = 21
        ItemHeight = 13
        TabOrder = 0
        Text = 'ComboBox1'
        Items.Strings = (
          #25151#23627#32534#21495
          #25151#23627#31867#21035
          #25151#23627#22823#23567
          #27004#23618#39640#24230
          #24314#25151#26085#26399
          #30701#31199#20215
          #38271#31199#20215)
      end
      object BitBtn1: TBitBtn
        Left = 24
        Top = 72
        Width = 75
        Height = 25
        Caption = #26597#35810
        TabOrder = 1
        OnClick = BitBtn1Click
        Kind = bkOK
      end
      object Edit1: TEdit
        Left = 112
        Top = 32
        Width = 121
        Height = 21
        TabOrder = 2
      end
      object BitBtn2: TBitBtn
        Left = 120
        Top = 72
        Width = 75
        Height = 25
        Caption = #21462#28040
        TabOrder = 3
        OnClick = BitBtn2Click
        Kind = bkCancel
      end
    end
  end
end

⌨️ 快捷键说明

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