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

📄 sql_unit.dfm

📁 设备管理系统 设备管理系统
💻 DFM
字号:
object SQL_F: TSQL_F
  Left = 235
  Top = 153
  BorderStyle = bsSingle
  Caption = 'SQL'#26597#35810
  ClientHeight = 479
  ClientWidth = 562
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poMainFormCenter
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 0
    Top = 0
    Width = 561
    Height = 89
  end
  object Memo1: TMemo
    Left = 8
    Top = 24
    Width = 465
    Height = 57
    TabOrder = 0
  end
  object Button1: TButton
    Left = 488
    Top = 24
    Width = 65
    Height = 27
    Caption = #26597#35810
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 488
    Top = 56
    Width = 65
    Height = 27
    Caption = #23548#20026'excel'
    TabOrder = 2
    OnClick = Button2Click
  end
  object StaticText1: TStaticText
    Left = 8
    Top = 8
    Width = 88
    Height = 17
    Caption = #36755#20837#26597#35810#35821#21477#65306
    TabOrder = 3
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 96
    Width = 561
    Height = 361
    TabOrder = 4
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 460
    Width = 562
    Height = 19
    Panels = <>
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=EqOfJsidc.mdb;Persi' +
      'st Security Info=False'
    LoginPrompt = False
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 232
    Top = 8
  end
  object Query: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 272
    Top = 8
  end
  object DataSource1: TDataSource
    DataSet = Query
    Left = 120
    Top = 8
  end
  object SaveDialog1: TSaveDialog
    Left = 88
    Top = 8
  end
  object ExcelWorksheet1: TExcelWorksheet
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    Left = 152
    Top = 8
  end
  object ExcelWorkbook1: TExcelWorkbook
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    Left = 192
    Top = 8
  end
  object ExcelApplication1: TExcelApplication
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    AutoQuit = False
    Left = 88
    Top = 40
  end
end

⌨️ 快捷键说明

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