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

📄 unit10.~dfm

📁 学校短信息系统 采用华域科技的SzgmtSms 通讯模块
💻 ~DFM
字号:
object Form10: TForm10
  Left = 284
  Top = 232
  Width = 696
  Height = 480
  Caption = 'Form10'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 232
    Top = 16
    Width = 300
    Height = 24
    Caption = #23398#29983#20986#21220#34920
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clHotLight
    Font.Height = -21
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 536
    Top = 32
    Width = 32
    Height = 13
    Caption = 'Label2'
  end
  object Memo1: TMemo
    Left = 16
    Top = 48
    Width = 641
    Height = 385
    Lines.Strings = (
      '')
    TabOrder = 0
  end
  object Button1: TButton
    Left = 16
    Top = 24
    Width = 75
    Height = 25
    Caption = #25171#21360
    TabOrder = 1
    OnClick = Button1Click
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=MSDASQL.1;Persist Security Info=False;Extended Properti' +
      'es="DBQ=D:\DownLoads\'#23478#26657#36890'\test\test007\home_school_2.mdb;DefaultD' +
      'ir=D:\DownLoads\'#23478#26657#36890'\test\test007;Driver={Driver do Microsoft Acc' +
      'ess (*.mdb)};DriverId=25;FIL=MS Access;FILEDSN=D:\DownLoads\'#23478#26657#36890'\' +
      'test\test007\hs.dsn;MaxBufferSize=2048;MaxScanRows=8;PageTimeout' +
      '=5;SafeTransactions=0;Threads=3;UID=admin;UserCommitSync=Yes;"'
    LoginPrompt = False
    Left = 8
    Top = 8
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select distinct grade from class_info')
    Left = 40
    Top = 8
  end
  object ADOCommand1: TADOCommand
    Connection = ADOConnection1
    Parameters = <>
    Left = 72
    Top = 8
  end
end

⌨️ 快捷键说明

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