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

📄 stockfm.dfm

📁 库房管理系统
💻 DFM
字号:
object stockform: Tstockform
  Left = 192
  Top = 107
  Width = 696
  Height = 480
  Caption = 'stockform'
  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 pnlNavigator: TPanel
    Left = 0
    Top = 0
    Width = 145
    Height = 453
    Align = alLeft
    BevelOuter = bvNone
    TabOrder = 0
    object Panel1: TPanel
      Left = 0
      Top = 0
      Width = 145
      Height = 453
      Align = alClient
      BevelOuter = bvNone
      Caption = 'Panel1'
      Color = clSilver
      TabOrder = 0
    end
  end
  object QFunctions: TADOQuery
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from tFunction')
    Left = 488
    Top = 16
  end
end

⌨️ 快捷键说明

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