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

📄 unicds_mainform.dfm

📁 source code for the Marco Cantu s book Delphi 2009 Handbook
💻 DFM
字号:
object FormUniCds: TFormUniCds
  Left = 0
  Top = 0
  Caption = 'UniCds'
  ClientHeight = 401
  ClientWidth = 669
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 144
    Top = 24
    Width = 505
    Height = 369
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'Tahoma'
    TitleFont.Style = []
    OnTitleClick = DBGrid1TitleClick
  end
  object btnPopulate: TButton
    Left = 24
    Top = 24
    Width = 98
    Height = 25
    Caption = 'btnPopulate'
    TabOrder = 1
    OnClick = btnPopulateClick
  end
  object btnFieldNames: TButton
    Left = 24
    Top = 64
    Width = 98
    Height = 25
    Caption = 'btnFieldNames'
    TabOrder = 2
    OnClick = btnFieldNamesClick
  end
  object btnBookmark: TButton
    Left = 25
    Top = 104
    Width = 97
    Height = 25
    Caption = 'btnBookmark'
    TabOrder = 3
    OnClick = btnBookmarkClick
  end
  object btnFieldClass: TButton
    Left = 24
    Top = 144
    Width = 98
    Height = 25
    Caption = 'btnFieldClass'
    TabOrder = 4
    OnClick = btnFieldClassClick
  end
  object btnFieldValue: TButton
    Left = 24
    Top = 184
    Width = 98
    Height = 25
    Caption = 'btnFieldValue'
    TabOrder = 5
    OnClick = btnFieldValueClick
  end
  object cds: TClientDataSet
    Aggregates = <>
    Params = <>
    Left = 248
    Top = 312
  end
  object DataSource1: TDataSource
    DataSet = cds
    Left = 192
    Top = 296
  end
end

⌨️ 快捷键说明

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