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

📄 firstregunit.dfm

📁 学费管理系统,学校使用
💻 DFM
📖 第 1 页 / 共 4 页
字号:
object FirstRegform: TFirstRegform
  Left = 0
  Top = 54
  Width = 1024
  Height = 650
  Caption = #26032#29983#25910#36153#24405#20837
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDesktopCenter
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 14
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 1016
    Height = 201
    Align = alTop
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 32
      Top = 16
      Width = 21
      Height = 14
      Caption = 'ID:'
    end
    object Label2: TLabel
      Left = 392
      Top = 16
      Width = 63
      Height = 14
      Caption = #20837#23398#24180#20221':'
    end
    object Label3: TLabel
      Left = 656
      Top = 16
      Width = 63
      Height = 14
      Caption = #25910#36153#24180#20221':'
    end
    object Label4: TLabel
      Left = 856
      Top = 16
      Width = 14
      Height = 14
      Caption = #31532
    end
    object Label5: TLabel
      Left = 928
      Top = 16
      Width = 28
      Height = 14
      Caption = #23398#24180
    end
    object Label6: TLabel
      Left = 32
      Top = 46
      Width = 35
      Height = 14
      Caption = #22995#21517':'
    end
    object Label7: TLabel
      Left = 392
      Top = 46
      Width = 35
      Height = 14
      Caption = #24615#21035':'
    end
    object Label8: TLabel
      Left = 656
      Top = 46
      Width = 63
      Height = 14
      Caption = #23478#24237#20303#22336':'
    end
    object Label9: TLabel
      Left = 32
      Top = 76
      Width = 63
      Height = 14
      Caption = #23398#21382#23618#27425':'
    end
    object Label10: TLabel
      Left = 392
      Top = 76
      Width = 35
      Height = 14
      Caption = #38498#31995':'
    end
    object Label11: TLabel
      Left = 736
      Top = 76
      Width = 35
      Height = 14
      Caption = #19987#19994':'
    end
    object Label12: TLabel
      Left = 32
      Top = 107
      Width = 35
      Height = 14
      Caption = #23398#21046':'
    end
    object Label13: TLabel
      Left = 392
      Top = 107
      Width = 35
      Height = 14
      Caption = #29677#32423':'
    end
    object Label14: TLabel
      Left = 32
      Top = 137
      Width = 49
      Height = 14
      Caption = #29983#28304#28857':'
    end
    object Label15: TLabel
      Left = 392
      Top = 137
      Width = 49
      Height = 14
      Caption = #25351#23548#20154':'
    end
    object Label16: TLabel
      Left = 736
      Top = 137
      Width = 63
      Height = 14
      Caption = #29983#28304#24773#20917':'
    end
    object Label17: TLabel
      Left = 32
      Top = 168
      Width = 35
      Height = 14
      Caption = #22791#27880':'
    end
    object Label46: TLabel
      Left = 736
      Top = 107
      Width = 35
      Height = 14
      Caption = #23398#21495':'
    end
    object Label45: TLabel
      Left = 736
      Top = 164
      Width = 63
      Height = 14
      Caption = #25910#27454#26041#24335':'
    end
    object id_edit: TEdit
      Left = 96
      Top = 12
      Width = 145
      Height = 22
      Enabled = False
      MaxLength = 7
      TabOrder = 0
      Text = 'id_edit'
    end
    object ChargeYearID_ComboBox: TComboBox
      Left = 456
      Top = 12
      Width = 80
      Height = 22
      Style = csDropDownList
      ItemHeight = 14
      TabOrder = 1
    end
    object ChargeRangeId_combobox: TComboBox
      Left = 720
      Top = 12
      Width = 80
      Height = 22
      Style = csDropDownList
      ItemHeight = 14
      TabOrder = 2
    end
    object StudyYear_ComboBox: TComboBox
      Left = 872
      Top = 12
      Width = 50
      Height = 22
      Style = csDropDownList
      ItemHeight = 14
      TabOrder = 3
      Items.Strings = (
        '1'
        '2'
        '3'
        '4'
        '5')
    end
    object StudentName_Edit: TEdit
      Left = 96
      Top = 42
      Width = 145
      Height = 22
      MaxLength = 10
      TabOrder = 4
      Text = 'StudentName_Edit'
    end
    object Sex_ComboBox: TComboBox
      Left = 456
      Top = 42
      Width = 50
      Height = 22
      Style = csDropDownList
      ItemHeight = 14
      TabOrder = 5
      Items.Strings = (
        #30007
        #22899)
    end
    object Address_Edit: TEdit
      Left = 720
      Top = 42
      Width = 241
      Height = 22
      MaxLength = 100
      TabOrder = 6
      Text = 'Address_Edit'
    end
    object Scholar_ComboBox: TComboBox
      Left = 96
      Top = 72
      Width = 145
      Height = 22
      Style = csDropDownList
      ItemHeight = 14
      TabOrder = 7
      OnChange = Scholar_ComboBoxChange
    end
    object Department_ComboBox: TComboBox
      Left = 456
      Top = 72
      Width = 145
      Height = 22
      Style = csDropDownList
      ItemHeight = 14
      TabOrder = 8
      OnChange = Department_ComboBoxChange
    end
    object Spec_ComboBox: TComboBox
      Left = 800
      Top = 72
      Width = 145
      Height = 22
      Style = csDropDownList
      ItemHeight = 14
      TabOrder = 9
      OnChange = Spec_ComboBoxChange
    end
    object ClassCode_Edit: TEdit
      Left = 456
      Top = 103
      Width = 145
      Height = 22
      TabStop = False
      ReadOnly = True
      TabOrder = 12
      Text = 'ClassCode_Edit'
    end
    object ClassCode_BitBtn: TBitBtn
      Left = 605
      Top = 102
      Width = 25
      Height = 25
      Hint = #29983#25104#29677#32423
      ParentShowHint = False
      ShowHint = True
      TabOrder = 11
      OnClick = ClassCode_BitBtnClick
      Glyph.Data = {
        EE000000424DEE000000000000007600000028000000100000000F0000000100
        04000000000078000000130B0000130B00001000000000000000000000000000
        8000008000000080800080000000800080008080000080808000C0C0C0000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
        FFFFFFF0F0F0F0FFFFFFFFFFFFFFF00FFFFFFFFFFFFFF000FFFFFFFFFFFFF0B7
        0FFFFFFFFFFFF0B80FFFFFFFFFFFFF0B70FF000000000F0B80FF0FFFFFFF0FF0
        B70F0F00F00F0FF0B00F0FFFFFFF0FFF01100F00F00F0FFF000F0FFFFFFF0FFF
        FFFF444444444FFFFFFF444444444FFFFFFF}
    end
    object Length_ComboBox: TComboBox
      Left = 96
      Top = 103
      Width = 50
      Height = 22
      Style = csDropDownList
      ItemHeight = 14
      TabOrder = 10
      Items.Strings = (
        '1'
        '2'
        '3'
        '4'
        '5')
    end
    object Source_Edit: TEdit
      Left = 96
      Top = 133
      Width = 145
      Height = 22
      MaxLength = 100
      TabOrder = 14
      Text = 'Source_Edit'
    end
    object Tutor_Edit: TEdit
      Left = 456
      Top = 133
      Width = 145
      Height = 22
      MaxLength = 20
      TabOrder = 15
      Text = 'Tutor_Edit'
    end
    object Circs_Edit: TEdit
      Left = 800
      Top = 133
      Width = 177
      Height = 22
      MaxLength = 100
      TabOrder = 16
      Text = 'Circs_Edit'
    end
    object Memo_Edit: TEdit
      Left = 96
      Top = 164
      Width = 617
      Height = 22
      MaxLength = 100
      TabOrder = 17
      Text = 'Memo_Edit'
    end
    object Scholarid_Edit: TEdit
      Left = 240
      Top = 72
      Width = 25
      Height = 22
      TabOrder = 19
      Text = 'Scholarid_Edit'
      Visible = False
    end
    object Departmentid_Edit: TEdit
      Left = 600
      Top = 72
      Width = 25
      Height = 22
      TabOrder = 20
      Text = 'Departmentid_Edit'
      Visible = False
    end
    object Specid_edit: TEdit
      Left = 936
      Top = 72
      Width = 33
      Height = 22
      TabOrder = 21
      Text = 'Specid_edit'
      Visible = False
    end
    object Code_Edit: TEdit
      Left = 800
      Top = 103
      Width = 145
      Height = 22
      MaxLength = 10
      TabOrder = 13
      Text = 'Code_Edit'
    end
    object ReceType_combobox: TComboBox
      Left = 800
      Top = 160
      Width = 145
      Height = 22
      Style = csDropDownList
      ItemHeight = 14
      TabOrder = 18
      Items.Strings = (
        #29616#37329
        #37038#23616#27719#27454
        #38134#34892)
    end
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 201
    Width = 1016
    Height = 287
    Align = alClient
    Caption = #32564#36153#20449#24687
    TabOrder = 1
    object GroupBox3: TGroupBox
      Left = 2
      Top = 16
      Width = 337
      Height = 269
      Align = alLeft
      Caption = #24212#25910#37329#39069
      TabOrder = 0
      object Label28: TLabel
        Left = 56
        Top = 26
        Width = 35
        Height = 14
        Caption = #23398#36153':'
      end
      object Label29: TLabel
        Left = 56
        Top = 61
        Width = 49
        Height = 14
        Caption = #20303#23487#36153':'
      end
      object Label30: TLabel
        Left = 56
        Top = 97
        Width = 35
        Height = 14
        Caption = #20070#36153':'
      end
      object Label31: TLabel
        Left = 56
        Top = 132
        Width = 49
        Height = 14
        Caption = #20445#38505#36153':'
      end
      object Label32: TLabel
        Left = 56
        Top = 168
        Width = 63
        Height = 14
        Caption = #29983#27963#29992#21697':'
      end
      object Label33: TLabel
        Left = 56
        Top = 203
        Width = 49
        Height = 14

⌨️ 快捷键说明

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