unit1.dfm

来自「Delphi 有很多很好的例子」· DFM 代码 · 共 52 行

DFM
52
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 367
  Height = 249
  Caption = #33258#23450#20041#19979#25289#33756#21333
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object ComboBox1: TComboBox
    Left = 40
    Top = 24
    Width = 97
    Height = 26
    Style = csOwnerDrawFixed
    ItemHeight = 20
    TabOrder = 0
    OnDrawItem = ComboBoxDrawItem
    Items.Strings = (
      #40657#33394
      #34013#33394
      #34013#32511
      #40092#32511
      #32418#33394
      #40644#33394)
  end
  object ComboBox2: TComboBox
    Left = 216
    Top = 24
    Width = 97
    Height = 26
    Style = csOwnerDrawFixed
    ItemHeight = 20
    TabOrder = 1
    OnDrawItem = ComboBoxDrawItem
    Items.Strings = (
      #40657#33394
      #34013#33394
      #34013#32511
      #40092#32511
      #32418#33394
      #40644#33394)
  end
end

⌨️ 快捷键说明

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