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

📄 unit4.dfm

📁 学生缴费管理系统是以面向对象的观点进行开发的。根据对学生缴费信息与软件要求所做分析然后利用DELPHI开发出来的软件
💻 DFM
字号:
object Form4: TForm4
  Left = 129
  Top = 122
  Width = 618
  Height = 463
  Caption = 'Form4'
  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
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 64
    Top = 56
    Width = 105
    Height = 13
    AutoSize = False
    Caption = #25353#23398#29983#32534#21495#26597#35810
  end
  object Label2: TLabel
    Left = 248
    Top = 56
    Width = 113
    Height = 13
    AutoSize = False
    Caption = #25353#23398#29983#22995#21517#26597#35810
  end
  object Label3: TLabel
    Left = 208
    Top = 8
    Width = 201
    Height = 33
    AutoSize = False
    Caption = #25968#25454#24211#27983#35272
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -29
    Font.Name = #26032#23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object DBGrid1: TDBGrid
    Left = 40
    Top = 144
    Width = 537
    Height = 217
    DataSource = DataSource1
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button1: TButton
    Left = 88
    Top = 376
    Width = 89
    Height = 33
    Caption = #20840#34920
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 408
    Top = 384
    Width = 75
    Height = 25
    Cancel = True
    Caption = #36820#22238
    TabOrder = 5
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 512
    Top = 384
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 6
    OnClick = Button3Click
  end
  object Edit1: TEdit
    Left = 64
    Top = 80
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 248
    Top = 80
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Button4: TButton
    Left = 112
    Top = 112
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 7
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 296
    Top = 112
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 8
    OnClick = Button5Click
  end
  object RadioGroup1: TRadioGroup
    Left = 408
    Top = 40
    Width = 161
    Height = 97
    Caption = #25353#26159#21542#32564#36153#26597#35810
    Items.Strings = (
      #24050#32564#36153
      #26410#32564#36153)
    TabOrder = 2
    OnClick = RadioGroup1Click
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 56
    Top = 192
  end
  object Query1: TQuery
    Left = 96
    Top = 192
  end
end

⌨️ 快捷键说明

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