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

📄 unit3.dfm

📁 本系统用delphi语言和sql数据库
💻 DFM
字号:
object Form3: TForm3
  Left = 196
  Top = 112
  Width = 429
  Height = 451
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #25104#32489#26597#35810#20462#25913#31383#21475
  Color = clTeal
  TransparentColorValue = clGreen
  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 = 80
    Top = 16
    Width = 220
    Height = 22
    Caption = #23398#29983#20449#24687#26597#35810#20462#25913#31383#21475'  '
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = #21326#25991#24425#20113
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 40
    Top = 56
    Width = 30
    Height = 13
    Caption = #23398#21495'  '
  end
  object Label3: TLabel
    Left = 40
    Top = 128
    Width = 24
    Height = 13
    Caption = #19987#19994
  end
  object Label4: TLabel
    Left = 40
    Top = 96
    Width = 33
    Height = 13
    Caption = #22995#21517'   '
  end
  object Label5: TLabel
    Left = 40
    Top = 160
    Width = 33
    Height = 13
    Caption = #31821#36143'   '
  end
  object Label6: TLabel
    Left = 40
    Top = 184
    Width = 129
    Height = 13
    Caption = #31526#21512#26465#20214#30340#35760#24405#20849#26377'   '
  end
  object Label7: TLabel
    Left = 224
    Top = 184
    Width = 21
    Height = 13
    Caption = #26465'   '
  end
  object Label8: TLabel
    Left = 8
    Top = 352
    Width = 384
    Height = 13
    Caption = 
      '      '#39318#26465'    '#21069#26465'   '#21518#26465'  '#26411#26465'  '#28155#21152'   '#21024#38500'   '#32534#36753'   '#30830#23450'  '#25764#28040'   '#21047#26032'             ' +
      '    '
  end
  object DBGrid1: TDBGrid
    Left = 32
    Top = 208
    Width = 345
    Height = 97
    DataSource = DataSource1
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button1: TButton
    Left = 240
    Top = 56
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 240
    Top = 88
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 240
    Top = 120
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 240
    Top = 152
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 4
    OnClick = Button4Click
  end
  object Edit3: TEdit
    Left = 176
    Top = 184
    Width = 33
    Height = 21
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 5
  end
  object DBNavigator1: TDBNavigator
    Left = 24
    Top = 320
    Width = 360
    Height = 25
    DataSource = DataSource1
    TabOrder = 6
  end
  object Edit1: TEdit
    Left = 88
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 7
  end
  object Edit2: TEdit
    Left = 88
    Top = 120
    Width = 121
    Height = 21
    TabOrder = 8
  end
  object Edit4: TEdit
    Left = 88
    Top = 88
    Width = 121
    Height = 21
    TabOrder = 9
  end
  object Edit5: TEdit
    Left = 88
    Top = 152
    Width = 121
    Height = 21
    TabOrder = 10
  end
  object Button5: TButton
    Left = 144
    Top = 376
    Width = 129
    Height = 26
    Caption = #36864'          '#20986
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 11
    OnClick = Button5Click
  end
  object Table1: TTable
    DatabaseName = 'db\'
    TableName = 'xueshengguanli.db'
    Left = 320
    Top = 16
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 352
    Top = 16
  end
end

⌨️ 快捷键说明

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