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

📄 unit6.dfm

📁 学生缴费管理系统是以面向对象的观点进行开发的。根据对学生缴费信息与软件要求所做分析然后利用DELPHI开发出来的软件
💻 DFM
字号:
object Form6: TForm6
  Left = 120
  Top = 136
  Width = 632
  Height = 486
  Caption = 'form6'
  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 Label6: TLabel
    Left = 320
    Top = 96
    Width = 96
    Height = 16
    Caption = #36755#20837#23398#29983#32534#21495
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label8: TLabel
    Left = 216
    Top = 16
    Width = 202
    Height = 29
    Caption = #20462#25913'/'#21024#38500#35760#24405
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -29
    Font.Name = #26032#23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object GroupBox1: TGroupBox
    Tag = 1
    Left = 16
    Top = 72
    Width = 257
    Height = 289
    Caption = #23398#29983#20449#24687
    TabOrder = 1
    object Label1: TLabel
      Left = 24
      Top = 72
      Width = 38
      Height = 19
      Caption = #22995#21517
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -19
      Font.Name = #40657#20307
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 24
      Top = 112
      Width = 38
      Height = 19
      Caption = #24180#32423
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -19
      Font.Name = #40657#20307
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 24
      Top = 152
      Width = 38
      Height = 19
      Caption = #29677#32423
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -19
      Font.Name = #40657#20307
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 24
      Top = 192
      Width = 38
      Height = 19
      Caption = #24180#24230
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -19
      Font.Name = #40657#20307
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 16
      Top = 232
      Width = 76
      Height = 19
      Caption = #24212#32564#36153#29992
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -19
      Font.Name = #40657#20307
      Font.Style = []
      ParentFont = False
    end
    object Label7: TLabel
      Left = 16
      Top = 40
      Width = 65
      Height = 17
      AutoSize = False
      Caption = #23398#29983#32534#21495
    end
    object Edit1: TEdit
      Left = 112
      Top = 72
      Width = 121
      Height = 21
      TabOrder = 1
    end
    object Edit2: TEdit
      Left = 112
      Top = 112
      Width = 121
      Height = 21
      TabOrder = 2
    end
    object Edit3: TEdit
      Left = 112
      Top = 144
      Width = 121
      Height = 21
      TabOrder = 3
    end
    object Edit4: TEdit
      Left = 112
      Top = 192
      Width = 121
      Height = 21
      TabOrder = 4
    end
    object Edit5: TEdit
      Left = 112
      Top = 232
      Width = 121
      Height = 21
      TabOrder = 5
    end
    object Edit7: TEdit
      Left = 112
      Top = 32
      Width = 121
      Height = 21
      TabOrder = 0
    end
  end
  object Edit6: TEdit
    Left = 312
    Top = 128
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Button1: TButton
    Left = 464
    Top = 128
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 184
    Top = 376
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 56
    Top = 376
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 4
    OnClick = Button3Click
  end
  object DBGrid1: TDBGrid
    Left = 288
    Top = 176
    Width = 320
    Height = 185
    DataSource = DataSource1
    TabOrder = 5
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button4: TButton
    Left = 408
    Top = 408
    Width = 75
    Height = 25
    Cancel = True
    Caption = #36820#22238
    TabOrder = 6
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 512
    Top = 408
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 7
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 512
    Top = 368
    Width = 75
    Height = 25
    Caption = #21047#26032
    TabOrder = 8
    OnClick = Button6Click
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 16
    Top = 16
  end
  object Query1: TQuery
    SQL.Strings = (
      'select * from '#23398#29983#32564#36153)
    Left = 56
    Top = 16
  end
end

⌨️ 快捷键说明

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