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

📄 showstruct.dfm

📁 很久以前用delphi写的一个SQLServer外部的企业管理器
💻 DFM
字号:
object TableStructForm: TTableStructForm
  Left = 420
  Top = 244
  Width = 423
  Height = 300
  Caption = 'TableStructForm'
  Color = clWindow
  Ctl3D = False
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object StructGrid: TStringGrid
    Left = 0
    Top = 0
    Width = 415
    Height = 256
    Align = alClient
    RowCount = 2
    TabOrder = 0
    ColWidths = (
      38
      135
      69
      62
      63)
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 256
    Width = 415
    Height = 17
    Panels = <
      item
        Width = 200
      end
      item
        Width = 50
      end>
    SimplePanel = False
  end
end

⌨️ 快捷键说明

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