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

📄 unit5.dfm

📁 学生缴费管理系统是以面向对象的观点进行开发的。根据对学生缴费信息与软件要求所做分析然后利用DELPHI开发出来的软件
💻 DFM
字号:
object Form5: TForm5
  Left = 50
  Top = 120
  Width = 690
  Height = 452
  Caption = 'Form5'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label7: TLabel
    Left = 208
    Top = 16
    Width = 210
    Height = 35
    Caption = #28155#21152#23398#29983#35760#24405
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -35
    Font.Name = #40657#20307
    Font.Style = [fsItalic]
    ParentFont = False
  end
  object GroupBox1: TGroupBox
    Left = 24
    Top = 64
    Width = 257
    Height = 281
    Caption = #23398#29983#20449#24687
    TabOrder = 0
    object Label1: TLabel
      Left = 32
      Top = 72
      Width = 24
      Height = 13
      Caption = #22995#21517
    end
    object Label2: TLabel
      Left = 32
      Top = 112
      Width = 24
      Height = 13
      Caption = #24180#32423
    end
    object Label3: TLabel
      Left = 32
      Top = 152
      Width = 24
      Height = 13
      Caption = #29677#32423
    end
    object Label4: TLabel
      Left = 32
      Top = 192
      Width = 24
      Height = 13
      Caption = #24180#24230
    end
    object Label5: TLabel
      Left = 16
      Top = 232
      Width = 48
      Height = 13
      Caption = #24212#32564#36153#29992
    end
    object Label6: TLabel
      Left = 8
      Top = 32
      Width = 78
      Height = 13
      Caption = #23398#29983#32534#21495'('#38750#31354')'
    end
    object Edit1: TEdit
      Left = 120
      Top = 24
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 120
      Top = 64
      Width = 121
      Height = 21
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 120
      Top = 104
      Width = 121
      Height = 21
      TabOrder = 2
    end
    object Edit4: TEdit
      Left = 120
      Top = 144
      Width = 121
      Height = 21
      TabOrder = 3
    end
    object Edit5: TEdit
      Left = 120
      Top = 184
      Width = 121
      Height = 21
      TabOrder = 4
    end
    object Edit6: TEdit
      Left = 120
      Top = 224
      Width = 121
      Height = 21
      TabOrder = 5
    end
  end
  object Button1: TButton
    Left = 224
    Top = 360
    Width = 75
    Height = 25
    Caption = #28155#21152
    Default = True
    TabOrder = 1
    OnClick = Button1Click
  end
  object DBGrid1: TDBGrid
    Left = 296
    Top = 72
    Width = 377
    Height = 273
    DataSource = DataSource1
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button2: TButton
    Left = 496
    Top = 368
    Width = 75
    Height = 25
    Cancel = True
    Caption = #36820#22238
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 592
    Top = 368
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    OnClick = Button3Click
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 64
    Top = 368
  end
  object Query1: TQuery
    Left = 96
    Top = 368
  end
end

⌨️ 快捷键说明

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