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

📄 adocommandemp.dfm

📁 《delphi数据库设计与实例开发》随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 295
  Top = 123
  Width = 518
  Height = 198
  Caption = 'Form1'
  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 = 368
    Top = 56
    Width = 84
    Height = 13
    Caption = #22686#21152#26376#34218#27604#20363#65306
  end
  object Label2: TLabel
    Left = 496
    Top = 56
    Width = 12
    Height = 13
    Caption = #65285
  end
  object Edit1: TEdit
    Left = 448
    Top = 48
    Width = 41
    Height = 21
    TabOrder = 0
  end
  object Button2: TButton
    Left = 368
    Top = 128
    Width = 75
    Height = 25
    Caption = #26174#31034#32467#26524
    Enabled = False
    TabOrder = 1
    OnClick = Button2Click
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 353
    Height = 169
    DataSource = DataSource1
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button3: TButton
    Left = 368
    Top = 8
    Width = 75
    Height = 25
    Caption = #24314#31435#36830#25509
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button1: TButton
    Left = 368
    Top = 88
    Width = 75
    Height = 25
    Caption = #25191#34892#22686#21152
    Enabled = False
    TabOrder = 4
    OnClick = Button1Click
  end
  object ADOCommand1: TADOCommand
    Connection = ADOConnection1
    Parameters = <>
    Left = 232
    Top = 32
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 200
    Top = 32
  end
  object ADOConnection1: TADOConnection
    LoginPrompt = False
    Left = 272
    Top = 32
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 272
    Top = 72
  end
end

⌨️ 快捷键说明

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