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

  • 相关阅读:
    八皇后问题
    窃贼问题
    汉诺塔算法
    HDOJ(HDU) 1570 A C
    HttpClient4.2 Fluent API学习
    CUDA编程(六)进一步并行
    动态规划-迷宫-百度之星-Labyrinth
    hdu 5288||2015多校联合第一场1001题
    [单调队列] hdu 3415 Max Sum of Max-K-sub-sequence
    java 内存数据存储
  • 原文地址:https://www.cnblogs.com/yjhb/p/11804301.html
Copyright © 2011-2022 走看看