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

📄 unit1.~dfm

📁 Delphi数据库编程
💻 ~DFM
字号:
object Form1: TForm1
  Left = 255
  Top = 142
  Width = 478
  Height = 277
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 176
    Top = 152
    Width = 3
    Height = 13
  end
  object Label3: TLabel
    Left = 184
    Top = 152
    Width = 48
    Height = 13
    Caption = #25945#24072#21517#65306
  end
  object Label1: TLabel
    Left = 24
    Top = 152
    Width = 60
    Height = 13
    Caption = #25945#24072#32534#21495#65306
  end
  object Label4: TLabel
    Left = 352
    Top = 152
    Width = 36
    Height = 13
    Caption = #24615#21035#65306
  end
  object Label5: TLabel
    Left = 24
    Top = 176
    Width = 36
    Height = 13
    Caption = #32844#31216#65306
  end
  object Label6: TLabel
    Left = 184
    Top = 176
    Width = 36
    Height = 13
    Caption = #24037#36164#65306
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 465
    Height = 137
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGrid1CellClick
  end
  object Edit2: TEdit
    Left = 240
    Top = 152
    Width = 97
    Height = 21
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 96
    Top = 152
    Width = 73
    Height = 21
    TabOrder = 2
  end
  object Edit3: TEdit
    Left = 392
    Top = 152
    Width = 65
    Height = 21
    TabOrder = 3
  end
  object Edit4: TEdit
    Left = 96
    Top = 176
    Width = 73
    Height = 21
    TabOrder = 4
  end
  object Edit5: TEdit
    Left = 240
    Top = 176
    Width = 97
    Height = 21
    TabOrder = 5
  end
  object Button1: TButton
    Left = 120
    Top = 208
    Width = 65
    Height = 25
    Caption = #26356#26032
    TabOrder = 6
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 232
    Top = 208
    Width = 97
    Height = 25
    Caption = #26681#25454#22995#21517#26597#25214
    TabOrder = 7
    OnClick = Button2Click
  end
  object ADOConnection1: TADOConnection
    Left = 8
    Top = 8
  end
  object ADODataSet1: TADODataSet
    Connection = ADOConnection1
    CursorType = ctStatic
    CommandType = cmdTable
    Parameters = <>
    Left = 48
    Top = 8
  end
  object DataSource1: TDataSource
    DataSet = ADODataSet1
    Left = 88
    Top = 8
  end
end

⌨️ 快捷键说明

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