unit10.dfm

来自「用delphi编写的公寓管理系统」· DFM 代码 · 共 47 行

DFM
47
字号
object Form10: TForm10
  Left = 322
  Top = 213
  Width = 603
  Height = 293
  Caption = #20303#23487#26597#35810
  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 DBLookupComboBox1: TDBLookupComboBox
    Left = 16
    Top = 136
    Width = 145
    Height = 21
    TabOrder = 0
  end
  object RadioGroup1: TRadioGroup
    Left = 8
    Top = 8
    Width = 185
    Height = 105
    Caption = #26597#35810#26465#20214
    Items.Strings = (
      #25353#27004#25151#21495#26597#35810
      #25353#23487#33293#21495#26597#35810)
    TabOrder = 1
  end
  object DBGrid1: TDBGrid
    Left = 200
    Top = 8
    Width = 385
    Height = 233
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
end

⌨️ 快捷键说明

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