⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pfm_selecttable.dfm

📁 POS收银系统
💻 DFM
字号:
object fm_selecttable: Tfm_selecttable
  Left = 274
  Top = 174
  Width = 418
  Height = 325
  Caption = '选择要查看的表单'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object LBox1: TListBox
    Left = 0
    Top = 0
    Width = 209
    Height = 297
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = [fsBold]
    ItemHeight = 13
    ParentFont = False
    TabOrder = 0
    OnDblClick = LBox1DblClick
  end
  object BBtnOK: TBitBtn
    Left = 256
    Top = 48
    Width = 105
    Height = 25
    Caption = '确定'
    TabOrder = 1
    OnClick = BBtnOKClick
  end
end

⌨️ 快捷键说明

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