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

📄 u_xgq.dfm

📁 使用delphi 开发显示使用SQL语言
💻 DFM
字号:
object F_xgq: TF_xgq
  Left = 242
  Top = 253
  Width = 622
  Height = 461
  Caption = #25968#25454#24211#24212#29992
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object lblxgq: TLabel
    Left = 104
    Top = 64
    Width = 433
    Height = 65
    AutoSize = False
  end
  object lblsqlxgq: TLabel
    Left = 16
    Top = 160
    Width = 65
    Height = 33
    AutoSize = False
    Caption = #22312#36825#37324#36755#20837#13#10'SQL'#35821#21477#65306
  end
  object btnxgq: TButton
    Left = 40
    Top = 24
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    OnClick = btnxgqClick
  end
  object edtxgq: TMemo
    Left = 104
    Top = 144
    Width = 433
    Height = 73
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
  end
  object lvwxgq: TListView
    Left = 104
    Top = 240
    Width = 433
    Height = 150
    Columns = <
      item
        Caption = '1'
      end
      item
        Caption = '2'
      end
      item
        Caption = '3'
      end
      item
        Caption = '4'
      end
      item
        Caption = '5'
      end
      item
        Caption = '6'
      end>
    TabOrder = 2
    ViewStyle = vsReport
  end
  object ADOconnxgq: TADOConnection
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:\Delphi_homework\' +
      'mdb\xgq_xygpx.mdb;Persist Security Info=False'
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 168
    Top = 24
  end
  object ADOqryxgq: TADOQuery
    Connection = ADOconnxgq
    Parameters = <>
    Left = 216
    Top = 24
  end
end

⌨️ 快捷键说明

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