selectfiled.dfm

来自「校园GIS系统——介绍校园个部门」· DFM 代码 · 共 54 行

DFM
54
字号
object SelectFrm: TSelectFrm
  Left = 119
  Top = 202
  BorderStyle = bsDialog
  Caption = '选择框'
  ClientHeight = 121
  ClientWidth = 220
  Color = clInactiveCaptionText
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 16
    Width = 138
    Height = 13
    Caption = '请选择要显示的字段:      '
  end
  object CbbFields: TComboBox
    Left = 8
    Top = 40
    Width = 193
    Height = 21
    ItemHeight = 13
    TabOrder = 0
    Text = 'CbbFields'
  end
  object BtConcel: TButton
    Left = 136
    Top = 88
    Width = 73
    Height = 25
    Caption = '取消'
    TabOrder = 1
    OnClick = BtConcelClick
  end
  object BtSure: TButton
    Left = 32
    Top = 88
    Width = 73
    Height = 25
    Caption = '确定'
    TabOrder = 2
    OnClick = BtSureClick
  end
end

⌨️ 快捷键说明

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