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

  • 相关阅读:
    Java中DAO的实现
    使用Fabric自动化你的任务
    JAVA中处理事务的程序--多条更新SQL语句的执行(包括回滚)
    财政业务流程
    ubuntu 14.04 install google chrom stable
    gcc编译命令
    textread 用法
    ubuntu software
    Coursera.org打不开怎么办
    Presentation__short sentence review mining
  • 原文地址:https://www.cnblogs.com/yjhb/p/11804301.html
Copyright © 2011-2022 走看看