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

📄 unit3.~dfm

📁 学生管理信息系统
💻 ~DFM
字号:
object Form3: TForm3
  Left = 540
  Top = 116
  Width = 224
  Height = 280
  Caption = #28155#21152
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 20
  object Label3: TLabel
    Left = 0
    Top = 80
    Width = 49
    Height = 20
    AutoSize = False
    Caption = #29677#32423
  end
  object Label4: TLabel
    Left = 0
    Top = 120
    Width = 49
    Height = 20
    AutoSize = False
    Caption = #24615#21035
  end
  object Label5: TLabel
    Left = 0
    Top = 158
    Width = 49
    Height = 25
    AutoSize = False
    Caption = #31821#36143
  end
  object Label2: TLabel
    Left = 0
    Top = 38
    Width = 48
    Height = 25
    AutoSize = False
    Caption = #22995#21517
  end
  object Label1: TLabel
    Left = 0
    Top = 0
    Width = 49
    Height = 20
    AutoSize = False
    Caption = #23398#21495
  end
  object DBEdit1: TDBEdit
    Left = 58
    Top = 0
    Width = 121
    Height = 28
    DataField = #23398#21495
    DataSource = Form1.DataSource2
    TabOrder = 0
    OnKeyPress = DBEdit1KeyPress
  end
  object DBEdit2: TDBEdit
    Left = 58
    Top = 40
    Width = 121
    Height = 28
    DataField = #22995#21517
    DataSource = Form1.DataSource2
    TabOrder = 1
    OnKeyPress = DBEdit2KeyPress
  end
  object DBEdit3: TDBEdit
    Left = 58
    Top = 80
    Width = 121
    Height = 28
    DataField = #29677#32423
    DataSource = Form1.DataSource2
    TabOrder = 2
  end
  object DBEdit5: TDBEdit
    Left = 58
    Top = 160
    Width = 121
    Height = 28
    DataField = #31821#36143
    DataSource = Form1.DataSource2
    TabOrder = 3
    OnKeyPress = DBEdit5KeyPress
  end
  object Button1: TButton
    Left = 56
    Top = 192
    Width = 121
    Height = 25
    Caption = #28155#21152#24182#20445#23384
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = Button1Click
  end
  object DBComboBox1: TDBComboBox
    Left = 56
    Top = 120
    Width = 129
    Height = 28
    DataField = #24615#21035
    DataSource = Form1.DataSource2
    ItemHeight = 20
    Items.Strings = (
      #30007
      #22899)
    TabOrder = 5
  end
  object MainMenu1: TMainMenu
    Left = 8
    object N1: TMenuItem
      Caption = #25991#20214
      object N2: TMenuItem
        Caption = #36864#20986
        OnClick = N2Click
      end
    end
  end
end

⌨️ 快捷键说明

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