zoukankan      html  css  js  c++  java
  • FireDAC 下的 Sqlite-控件直接添加代码窗体

    object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 265
    Height = 338
    Align = alLeft
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'Tahoma'
    TitleFont.Style = []
    end
    object Button1: TButton
    Left = 280
    Top = 24
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 1
    OnClick = Button1Click
    end
    object Button2: TButton
    Left = 280
    Top = 64
    Width = 75
    Height = 25
    Caption = 'Button2'
    TabOrder = 2
    OnClick = Button2Click
    end
    object Button3: TButton
    Left = 280
    Top = 104
    Width = 75
    Height = 25
    Caption = 'Button3'
    TabOrder = 3
    OnClick = Button3Click
    end
    object Button4: TButton
    Left = 280
    Top = 144
    Width = 75
    Height = 25
    Caption = 'Button4'
    TabOrder = 4
    OnClick = Button4Click
    end
    object FDConnection1: TFDConnection
    Left = 66
    Top = 48
    end
    object FDPhysSQLiteDriverLink1: TFDPhysSQLiteDriverLink
    Left = 167
    Top = 48
    end
    object FDGUIxWaitCursor1: TFDGUIxWaitCursor
    Provider = 'Forms'
    Left = 164
    Top = 120
    end
    object FDQuery1: TFDQuery
    Connection = FDConnection1
    Left = 56
    Top = 192
    end
    object DataSource1: TDataSource
    DataSet = FDQuery1
    Left = 60
    Top = 120
    end

  • 相关阅读:
    Redis持久化
    环境搭建
    openresty了解基础
    正向代理和反向代理
    Java IO流:(十)字节缓冲流
    Java IO流:(九)缓冲流
    第二节:MySQL软件的卸载(Windows版)
    第一节:MySQL产品的介绍
    第一节:数据库相关知识
    MySQL【目录】
  • 原文地址:https://www.cnblogs.com/yjhb/p/11804301.html
Copyright © 2011-2022 走看看