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

📄 getstru.dfm

📁 一个桌球室收费系统
💻 DFM
字号:
object ReadStru: TReadStru
  Left = 55
  Top = 85
  BorderStyle = bsDialog
  Caption = 'ReadStru'
  ClientHeight = 339
  ClientWidth = 547
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label3: TLabel
    Left = 18
    Top = 23
    Width = 42
    Height = 14
    Caption = '别名:'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object List1: TListBox
    Left = 17
    Top = 55
    Width = 191
    Height = 265
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ItemHeight = 20
    ParentFont = False
    Sorted = True
    Style = lbOwnerDrawFixed
    TabOrder = 1
    OnClick = List1Click
  end
  object List2: TListBox
    Left = 225
    Top = 20
    Width = 305
    Height = 300
    Columns = 1
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ItemHeight = 20
    ParentFont = False
    Sorted = True
    Style = lbOwnerDrawFixed
    TabOrder = 2
  end
  object Alias: TComboBox
    Left = 60
    Top = 20
    Width = 148
    Height = 22
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ItemHeight = 14
    ParentFont = False
    Sorted = True
    TabOrder = 0
    OnChange = AliasChange
    OnExit = AliasExit
    OnKeyPress = AliasKeyPress
  end
end

⌨️ 快捷键说明

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