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

📄 sqlunit.dfm

📁 航班管理
💻 DFM
字号:
object Form8: TForm8
  Left = 201
  Top = 107
  Width = 696
  Height = 480
  Caption = 'SQL'#32508#21512#26597#35810
  Color = clGradientActiveCaption
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 110
    Height = 16
    Caption = #35831#36755#20837'SQL'#21629#20196#65306'    '
    Color = clGradientActiveCaption
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object SpeedButton1: TSpeedButton
    Left = 368
    Top = 408
    Width = 97
    Height = 22
    Caption = #25191#34892
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 520
    Top = 408
    Width = 97
    Height = 22
    Caption = #36864#20986
    OnClick = SpeedButton2Click
  end
  object Memo1: TMemo
    Left = 16
    Top = 40
    Width = 649
    Height = 33
    Lines.Strings = (
      'Memo1')
    TabOrder = 0
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 80
    Width = 673
    Height = 313
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 488
    Top = 104
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source='#33322#29677#31649#29702#25968#25454#24211'.mdb;Mode=Re' +
      'adWrite;Persist Security Info=False'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      '')
    Left = 552
    Top = 104
  end
end

⌨️ 快捷键说明

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