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

📄 unit1.dfm

📁 Delphi编写的东进语音卡实现的电话挂失系统
💻 DFM
字号:
object MAINFORM: TMAINFORM
  Left = 216
  Top = 172
  Width = 750
  Height = 432
  Caption = #32650#22478#36890#33258#21160#20805#20540#30005#35805#26381#21153
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '??'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnActivate = FormActivate
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object showgrid: TStringGrid
    Left = 5
    Top = 3
    Width = 726
    Height = 358
    ColCount = 4
    DefaultRowHeight = 18
    RowCount = 3
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '??'
    Font.Style = []
    ParentFont = False
    ScrollBars = ssNone
    TabOrder = 0
  end
  object btnclose: TBitBtn
    Left = 672
    Top = 375
    Width = 57
    Height = 25
    Caption = 'EXIT'
    TabOrder = 1
    OnClick = btncloseClick
  end
  object Timer1: TTimer
    Interval = 1
    OnTimer = Timer1Timer
    Left = 624
    Top = 376
  end
  object SQLConnection1: TSQLConnection
    Left = 552
    Top = 376
  end
  object SQLQuery1: TSQLQuery
    NoMetadata = True
    MaxBlobSize = 0
    Params = <>
    Left = 584
    Top = 376
  end
  object SQLStoredProc1: TSQLStoredProc
    MaxBlobSize = 0
    Params = <>
    Left = 512
    Top = 376
  end
end

⌨️ 快捷键说明

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