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

📄 display.dfm

📁 A data-based tool that can produce questionnaires dynamically which will be used to investigate clie
💻 DFM
字号:
object Form4: TForm4
  Left = 430
  Top = 167
  AlphaBlend = True
  BorderStyle = bsDialog
  Caption = 'Display Database'
  ClientHeight = 407
  ClientWidth = 466
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 80
    Top = 16
    Width = 73
    Height = 13
    AutoSize = False
    Caption = 'Answer'
  end
  object Label2: TLabel
    Left = 24
    Top = 16
    Width = 51
    Height = 13
    Caption = 'Caption'#65306' '
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 40
    Width = 417
    Height = 273
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button1: TButton
    Left = 336
    Top = 368
    Width = 97
    Height = 25
    Caption = 'DatasheetSwitch'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 336
    Top = 328
    Width = 97
    Height = 25
    Caption = 'Update'
    TabOrder = 2
    OnClick = Button2Click
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 264
    Top = 8
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = Form1.ADOConnection1
    CursorType = ctStatic
    TableName = 'Answer'
    Left = 304
    Top = 8
  end
end

⌨️ 快捷键说明

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