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

📄 unit1.dfm

📁 精彩编程百例75~100 其中有媒体播放器 SQL语言编辑器 ADO方法连接多个数据库 用户密码验证系统 获取Man地址 信史服务 ping命令等待
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 473
  Height = 402
  Caption = 'ADO'#26041#27861#38142#25509#22810#20010#25968#25454#24211
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 40
    Width = 144
    Height = 20
    Caption = #25171#24320#30446#26631#25968#25454#24211#65306'    '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 40
    Top = 136
    Width = 136
    Height = 20
    Caption = #25968#25454#34920#20869#23481#65306'          '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object DBGrid1: TDBGrid
    Left = 40
    Top = 168
    Width = 385
    Height = 161
    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 = 200
    Top = 32
    Width = 75
    Height = 33
    Caption = #25171#24320
    TabOrder = 1
    OnClick = Button1Click
  end
  object ListBox1: TListBox
    Left = 296
    Top = 24
    Width = 121
    Height = 121
    ItemHeight = 13
    MultiSelect = True
    Sorted = True
    TabOrder = 2
    OnClick = ListBox1Click
  end
  object Edit1: TEdit
    Left = 40
    Top = 88
    Width = 233
    Height = 21
    TabOrder = 3
  end
  object ADOConnection1: TADOConnection
    Left = 336
    Top = 232
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 256
    Top = 232
  end
  object ADOTable1: TADOTable
    Connection = ADOConnection1
    Left = 296
    Top = 232
  end
  object OpenDialog1: TOpenDialog
    Left = 216
    Top = 232
  end
end

⌨️ 快捷键说明

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