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

📄 unit1.dfm

📁 这是delphi 的入门代码是我们为了一次考试而准备的
💻 DFM
字号:
object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'Form1'
  ClientHeight = 376
  ClientWidth = 528
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 147
    Width = 24
    Height = 13
    Caption = #31995#21035
  end
  object Label2: TLabel
    Left = 240
    Top = 83
    Width = 24
    Height = 13
    Caption = #22995#21517
  end
  object Label3: TLabel
    Left = 32
    Top = 83
    Width = 24
    Height = 13
    Caption = #23398#21495
  end
  object CoolBar1: TCoolBar
    Left = 0
    Top = 0
    Width = 528
    Height = 33
    Bands = <
      item
        Control = ToolBar1
        ImageIndex = -1
        Width = 524
      end>
    object ToolBar1: TToolBar
      Left = 9
      Top = 0
      Width = 511
      Height = 25
      ButtonHeight = 21
      ButtonWidth = 43
      Caption = 'ToolBar1'
      ShowCaptions = True
      TabOrder = 0
      object ToolButton1: TToolButton
        Left = 0
        Top = 0
        Caption = #39318#35760#24405
        ImageIndex = 0
        OnClick = ToolButton1Click
      end
      object ToolButton2: TToolButton
        Left = 43
        Top = 0
        Caption = #19978#19968#26465
        ImageIndex = 1
        OnClick = ToolButton2Click
      end
      object ToolButton3: TToolButton
        Left = 86
        Top = 0
        Caption = #19979#19968#26465
        ImageIndex = 2
        OnClick = ToolButton3Click
      end
      object ToolButton4: TToolButton
        Left = 129
        Top = 0
        Caption = #23614#35760#24405
        ImageIndex = 3
        OnClick = ToolButton4Click
      end
      object ToolButton8: TToolButton
        Left = 172
        Top = 0
        Width = 8
        Caption = 'ToolButton8'
        ImageIndex = 7
        Style = tbsSeparator
      end
      object ToolButton9: TToolButton
        Left = 180
        Top = 0
        Width = 8
        Caption = 'ToolButton9'
        ImageIndex = 8
        Style = tbsSeparator
      end
      object ToolButton5: TToolButton
        Left = 188
        Top = 0
        Caption = #28155#21152
        ImageIndex = 4
        OnClick = ToolButton5Click
      end
      object ToolButton6: TToolButton
        Left = 231
        Top = 0
        Caption = #21024#38500
        ImageIndex = 5
        OnClick = ToolButton6Click
      end
      object ToolButton7: TToolButton
        Left = 274
        Top = 0
        Caption = #26356#26032
        ImageIndex = 6
        OnClick = ToolButton7Click
      end
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 248
    Width = 528
    Height = 128
    Align = alBottom
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'Tahoma'
    TitleFont.Style = []
  end
  object DBEdit1: TDBEdit
    Left = 84
    Top = 80
    Width = 121
    Height = 21
    DataField = 'sno'
    DataSource = DataSource1
    TabOrder = 2
  end
  object DBEdit2: TDBEdit
    Left = 283
    Top = 80
    Width = 121
    Height = 21
    DataField = 'sna'
    DataSource = DataSource1
    TabOrder = 3
  end
  object DBEdit3: TDBEdit
    Left = 84
    Top = 144
    Width = 121
    Height = 21
    DataField = 'sdept'
    DataSource = DataSource1
    TabOrder = 4
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=ddd;Data Source=(local)'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 400
    Top = 160
  end
  object ADOCommand1: TADOCommand
    Connection = ADOConnection1
    Parameters = <>
    Left = 216
    Top = 176
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = 'student'
    Left = 272
    Top = 184
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 160
    Top = 184
  end
end

⌨️ 快捷键说明

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