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

📄 unit1.dfm

📁 Delphi数据库编程
💻 DFM
字号:
object Form1: TForm1
  Left = 233
  Top = 172
  Width = 517
  Height = 286
  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 = 152
    Top = 152
    Width = 48
    Height = 13
    Caption = #25945#24072#21517#65306
  end
  object Label1: TLabel
    Left = 8
    Top = 152
    Width = 60
    Height = 13
    Caption = #25945#24072#32534#21495#65306
  end
  object Label4: TLabel
    Left = 320
    Top = 152
    Width = 36
    Height = 13
    Caption = #24615#21035#65306
  end
  object Label5: TLabel
    Left = 8
    Top = 184
    Width = 60
    Height = 13
    Caption = #20986#29983#26085#26399#65306
  end
  object Label6: TLabel
    Left = 224
    Top = 184
    Width = 36
    Height = 13
    Caption = #32844#31216#65306
  end
  object Label7: TLabel
    Left = 8
    Top = 216
    Width = 36
    Height = 13
    Caption = #21333#20301#65306
  end
  object Label8: TLabel
    Left = 248
    Top = 216
    Width = 36
    Height = 13
    Caption = #24037#36164#65306
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 409
    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 = 208
    Top = 152
    Width = 97
    Height = 21
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 72
    Top = 152
    Width = 73
    Height = 21
    TabOrder = 2
  end
  object Edit3: TEdit
    Left = 360
    Top = 152
    Width = 49
    Height = 21
    TabOrder = 3
  end
  object Edit4: TEdit
    Left = 72
    Top = 184
    Width = 113
    Height = 21
    TabOrder = 4
  end
  object Edit5: TEdit
    Left = 272
    Top = 184
    Width = 97
    Height = 21
    TabOrder = 5
  end
  object Button1: TButton
    Left = 424
    Top = 120
    Width = 65
    Height = 25
    Caption = #26356#26032
    TabOrder = 6
    OnClick = Button1Click
  end
  object Edit6: TEdit
    Left = 72
    Top = 216
    Width = 169
    Height = 21
    TabOrder = 7
  end
  object Edit7: TEdit
    Left = 296
    Top = 216
    Width = 113
    Height = 21
    TabOrder = 8
  end
  object Button2: TButton
    Left = 424
    Top = 152
    Width = 65
    Height = 25
    Caption = #25552#20132
    TabOrder = 9
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 424
    Top = 184
    Width = 65
    Height = 25
    Caption = #25764#28040
    TabOrder = 10
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 424
    Top = 216
    Width = 65
    Height = 25
    Caption = #20851#38381
    TabOrder = 11
    OnClick = Button4Click
  end
  object RadioGroup1: TRadioGroup
    Left = 416
    Top = 8
    Width = 89
    Height = 97
    Caption = #26356#26032#26041#24335#36873#25321
    Items.Strings = (
      #31435#21363#26356#26032
      #25209#37327#26356#26032)
    TabOrder = 12
    OnClick = RadioGroup1Click
  end
  object ADOConnection1: TADOConnection
    Left = 8
    Top = 8
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 88
    Top = 8
  end
  object ADOTable1: TADOTable
    Connection = ADOConnection1
    AfterScroll = ADOTable1AfterScroll
    Left = 48
    Top = 8
  end
end

⌨️ 快捷键说明

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