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

📄 unit3.dfm

📁 学生档案管理系统
💻 DFM
字号:
object Form3: TForm3
  Left = 278
  Top = 171
  Width = 669
  Height = 456
  Caption = #32452#21512#26597#25214
  Color = clMoneyGreen
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 16
    Top = 24
    Width = 545
    Height = 169
    Caption = #32452#21512#26465#20214
    Color = clMoneyGreen
    Ctl3D = False
    ParentColor = False
    ParentCtl3D = False
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 32
      Width = 41
      Height = 13
      AutoSize = False
      Caption = #22995'   '#21517
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 168
      Top = 32
      Width = 41
      Height = 13
      AutoSize = False
      Caption = #23398'   '#21495
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 320
      Top = 32
      Width = 41
      Height = 13
      AutoSize = False
      Caption = #24615'   '#21035
    end
    object Label4: TLabel
      Left = 168
      Top = 80
      Width = 41
      Height = 13
      AutoSize = False
      Caption = #20826#22242#21592
    end
    object Label5: TLabel
      Left = 16
      Top = 80
      Width = 41
      Height = 13
      AutoSize = False
      Caption = #38498'   '#31995
    end
    object Label6: TLabel
      Left = 16
      Top = 120
      Width = 49
      Height = 13
      AutoSize = False
      Caption = #19987'   '#19994
    end
    object Label7: TLabel
      Left = 312
      Top = 80
      Width = 41
      Height = 13
      AutoSize = False
      Caption = #31821'   '#36143
    end
    object Label8: TLabel
      Left = 168
      Top = 120
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #30005#35805#21495#30721
    end
    object Edit1: TEdit
      Left = 64
      Top = 29
      Width = 89
      Height = 19
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 208
      Top = 29
      Width = 97
      Height = 19
      TabOrder = 1
    end
    object ComboBox1: TComboBox
      Left = 360
      Top = 29
      Width = 65
      Height = 21
      ItemHeight = 13
      TabOrder = 2
      Items.Strings = (
        #30007
        #22899)
    end
    object ComboBox2: TComboBox
      Left = 216
      Top = 77
      Width = 89
      Height = 21
      ItemHeight = 13
      TabOrder = 3
      Items.Strings = (
        #20826#21592
        #22242#21592)
    end
    object Edit3: TEdit
      Left = 64
      Top = 77
      Width = 89
      Height = 19
      TabOrder = 4
    end
    object Edit4: TEdit
      Left = 352
      Top = 77
      Width = 73
      Height = 19
      TabOrder = 5
    end
    object Edit5: TEdit
      Left = 64
      Top = 118
      Width = 89
      Height = 19
      TabOrder = 6
    end
    object Edit6: TEdit
      Left = 232
      Top = 118
      Width = 105
      Height = 19
      TabOrder = 7
    end
    object Button1: TButton
      Left = 352
      Top = 120
      Width = 75
      Height = 25
      Caption = #26597'   '#25214
      TabOrder = 8
      OnClick = Button1Click
    end
  end
  object GroupBox2: TGroupBox
    Left = 16
    Top = 204
    Width = 545
    Height = 173
    Caption = #26597#35810#32467#26524
    Color = clMoneyGreen
    Ctl3D = False
    ParentColor = False
    ParentCtl3D = False
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 16
      Top = 24
      Width = 505
      Height = 121
      Color = clWhite
      DataSource = dm.DataSource2
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
    object StatusBar1: TStatusBar
      Left = 1
      Top = 153
      Width = 543
      Height = 19
      Color = clMoneyGreen
      Panels = <
        item
          Width = 340
        end
        item
          Text = #27426#36814#20351#29992
          Width = 50
        end>
    end
  end
end

⌨️ 快捷键说明

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