ufieldlist.dfm

来自「AbsDataBase5.16 最新版」· DFM 代码 · 共 43 行

DFM
43
字号
object frmFieldList: TfrmFieldList
  Left = 368
  Top = 225
  Width = 242
  Height = 334
  Caption = 'Select Fields:'
  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 lbFields: TListBox
    Left = 0
    Top = 0
    Width = 234
    Height = 257
    Align = alTop
    ItemHeight = 13
    MultiSelect = True
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 40
    Top = 272
    Width = 75
    Height = 25
    TabOrder = 1
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 128
    Top = 272
    Width = 75
    Height = 25
    TabOrder = 2
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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