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

📄 unit1.dfm

📁 delphi典型实验代码
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 115
  Width = 696
  Height = 480
  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 = 488
    Top = 120
    Width = 24
    Height = 13
    Caption = #22995#21517
  end
  object Label2: TLabel
    Left = 488
    Top = 56
    Width = 24
    Height = 13
    Caption = #23398#21495
  end
  object Label3: TLabel
    Left = 488
    Top = 96
    Width = 24
    Height = 13
    Caption = #24615#21035
  end
  object Label4: TLabel
    Left = 488
    Top = 160
    Width = 24
    Height = 13
    Caption = #24180#40836
  end
  object Label5: TLabel
    Left = 488
    Top = 200
    Width = 24
    Height = 13
    Caption = #22320#22336
  end
  object Button1: TButton
    Left = 296
    Top = 280
    Width = 113
    Height = 17
    Caption = #28155#21152
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 548
    Top = 56
    Width = 113
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    TabOrder = 1
  end
  object Edit2: TEdit
    Left = 548
    Top = 92
    Width = 113
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    TabOrder = 2
  end
  object Edit3: TEdit
    Left = 556
    Top = 128
    Width = 105
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    TabOrder = 3
  end
  object Edit4: TEdit
    Left = 552
    Top = 200
    Width = 109
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    TabOrder = 4
  end
  object Edit5: TEdit
    Left = 552
    Top = 164
    Width = 109
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    TabOrder = 5
  end
  object DBGrid1: TDBGrid
    Left = 104
    Top = 64
    Width = 361
    Height = 153
    DataSource = DataSource1
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    TabOrder = 6
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Se' +
      'ttings\Administrator\My Documents\delphi'#23454#39564'\'#26032'\'#23398#29983'.mdb;Persist Secu' +
      'rity Info=False'
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 40
    Top = 24
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from '#20449#24687#34920)
    Left = 104
    Top = 40
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 64
    Top = 112
  end
end

⌨️ 快捷键说明

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