u_combo.dfm

来自「Here s a demonstration about Auto Drop C」· DFM 代码 · 共 57 行

DFM
57
字号
object Form1: TForm1
  Left = 193
  Top = 112
  Width = 270
  Height = 394
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Edit1: TEdit
    Left = 88
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
    Text = ' '
  end
  object Edit2: TEdit
    Left = 88
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 1
    Text = ' '
  end
  object ComboBox1: TComboBox
    Left = 88
    Top = 96
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    OnEnter = ComboBox1Enter
    Items.Strings = (
      'MARIA'
      'MARTA'
      'MONICA'
      'MONIQUE'
      'MICHELE')
  end
  object Edit3: TEdit
    Left = 88
    Top = 136
    Width = 121
    Height = 21
    TabOrder = 3
    Text = ' '
  end
end

⌨️ 快捷键说明

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