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

📄 unit1.~dfm

📁 Delphi数据库编程
💻 ~DFM
字号:
object Form1: TForm1
  Left = 313
  Top = 165
  Width = 314
  Height = 141
  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 Label1: TLabel
    Left = 16
    Top = 8
    Width = 41
    Height = 17
    Caption = #23398#21495#65306
  end
  object Label2: TLabel
    Left = 144
    Top = 8
    Width = 36
    Height = 13
    Caption = #22995#21517#65306
  end
  object Label3: TLabel
    Left = 16
    Top = 40
    Width = 36
    Height = 13
    Caption = #24180#32423#65306
  end
  object Label4: TLabel
    Left = 144
    Top = 40
    Width = 36
    Height = 13
    Caption = #19987#19994#65306
  end
  object DBEdit1: TDBEdit
    Left = 64
    Top = 8
    Width = 65
    Height = 21
    DataField = #23398#21495
    DataSource = DataSource1
    TabOrder = 0
  end
  object DBEdit2: TDBEdit
    Left = 200
    Top = 8
    Width = 89
    Height = 21
    DataField = #22995#21517
    DataSource = DataSource1
    TabOrder = 1
  end
  object DBEdit3: TDBEdit
    Left = 64
    Top = 40
    Width = 65
    Height = 21
    DataField = #24180#32423
    DataSource = DataSource1
    TabOrder = 2
  end
  object DBEdit4: TDBEdit
    Left = 200
    Top = 40
    Width = 89
    Height = 21
    DataField = #19987#19994
    DataSource = DataSource1
    TabOrder = 3
  end
  object Button1: TButton
    Left = 24
    Top = 72
    Width = 57
    Height = 25
    Caption = #39318#35760#24405
    TabOrder = 4
  end
  object Button2: TButton
    Left = 96
    Top = 72
    Width = 49
    Height = 25
    Caption = #21069#31227
    TabOrder = 5
  end
  object Button3: TButton
    Left = 160
    Top = 72
    Width = 49
    Height = 25
    Caption = #21518#31227
    TabOrder = 6
  end
  object Button4: TButton
    Left = 224
    Top = 72
    Width = 57
    Height = 25
    Caption = #26411#35760#24405
    TabOrder = 7
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'd:\delphi\08\exam_8_3'
    TableName = #23398#29983'.db'
    Top = 48
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 32
    Top = 48
  end
end

⌨️ 快捷键说明

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