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

📄 udatasets.dfm

📁 用DELPHI 和MAPX的基础练习.是学习的好资料
💻 DFM
字号:
object FDataSets: TFDataSets
  Left = 282
  Top = 232
  AutoScroll = False
  Caption = #22686#21152#25968#25454#38598
  ClientHeight = 180
  ClientWidth = 324
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 7
    Top = 7
    Width = 112
    Height = 13
    Caption = #35831#36873#25321#19968#20010#25968#25454#38598
  end
  object Label2: TLabel
    Left = 7
    Top = 201
    Width = 98
    Height = 15
    Caption = #25968#25454#32465#23450#31867#22411#65306
  end
  object ListBox1: TListBox
    Left = 7
    Top = 26
    Width = 228
    Height = 150
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ItemHeight = 13
    TabOrder = 0
  end
  object Button1: TButton
    Left = 241
    Top = 28
    Width = 72
    Height = 24
    Caption = #25171#24320
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 241
    Top = 90
    Width = 71
    Height = 23
    Caption = #21462#28040
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 241
    Top = 150
    Width = 71
    Height = 22
    Caption = #39640#32423'...'
    TabOrder = 3
    OnClick = Button3Click
  end
  object ComboBox1: TComboBox
    Left = 7
    Top = 221
    Width = 228
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 4
    Text = 'Normal'
    OnChange = ComboBox1Change
    Items.Strings = (
      'Normal'
      'XY'
      'Zip Code')
  end
  object Button4: TButton
    Left = 241
    Top = 59
    Width = 72
    Height = 23
    Caption = #32465#23450
    TabOrder = 5
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 241
    Top = 220
    Width = 70
    Height = 22
    Caption = 'Button5'
    TabOrder = 6
  end
  object ADOConnection1: TADOConnection
    Left = 240
    Top = 120
  end
  object OpenDialog1: TOpenDialog
    FileName = 'Mapstats.mdb'
    Filter = 'Acess'#25968#25454#24211#25991#20214'|*.mdb'
    Left = 272
    Top = 120
  end
  object ADOTable1: TADOTable
    Left = 136
  end
end

⌨️ 快捷键说明

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