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

📄 u_sims.dfm

📁 学籍管理系统这是我自己做的希望大家提供意见 密码在readme 内
💻 DFM
📖 第 1 页 / 共 5 页
字号:
      end
      object GroupBox4: TGroupBox
        Left = 18
        Top = 38
        Width = 753
        Height = 95
        Caption = #23398#29983#22522#26412#24773#20917
        TabOrder = 0
        object Label17: TLabel
          Left = 32
          Top = 28
          Width = 48
          Height = 13
          AutoSize = False
          Caption = #22995'    '#21517#65306
        end
        object Label18: TLabel
          Left = 32
          Top = 63
          Width = 48
          Height = 13
          AutoSize = False
          Caption = #24615'    '#21035#65306
        end
        object Label19: TLabel
          Left = 258
          Top = 28
          Width = 48
          Height = 13
          AutoSize = False
          Caption = #29983'    '#26085#65306
        end
        object Label20: TLabel
          Left = 258
          Top = 63
          Width = 48
          Height = 13
          AutoSize = False
          Caption = #31821'    '#36143#65306
        end
        object Label21: TLabel
          Left = 482
          Top = 60
          Width = 48
          Height = 13
          AutoSize = False
          Caption = #29677'    '#32423#65306
        end
        object Label22: TLabel
          Left = 482
          Top = 29
          Width = 48
          Height = 13
          AutoSize = False
          Caption = #38498'    '#31995#65306
        end
        object Bmodify: TButton
          Left = 681
          Top = 19
          Width = 61
          Height = 24
          Caption = #20462#25913
          TabOrder = 0
          OnClick = BmodifyClick
        end
        object BcancelS: TButton
          Left = 681
          Top = 51
          Width = 61
          Height = 24
          Caption = #21462#28040
          TabOrder = 1
          OnClick = BcancelSClick
        end
        object DBEdit1: TDBEdit
          Left = 92
          Top = 24
          Width = 129
          Height = 21
          DataField = 'NAME'
          DataSource = DS_stud_1
          ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
          TabOrder = 2
        end
        object DBEdit2: TDBEdit
          Left = 314
          Top = 24
          Width = 121
          Height = 21
          DataField = 'BIRTHDAY'
          DataSource = DS_stud_1
          ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
          TabOrder = 3
        end
        object DBEdit3: TDBEdit
          Left = 314
          Top = 56
          Width = 121
          Height = 21
          DataField = 'NATIVE_PLACE'
          DataSource = DS_stud_1
          ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
          TabOrder = 4
        end
        object DBRadioGroup1: TDBRadioGroup
          Left = 91
          Top = 49
          Width = 129
          Height = 37
          Columns = 2
          DataField = 'SEX'
          DataSource = DS_stud_1
          Items.Strings = (
            #30007
            #22899)
          TabOrder = 5
          Values.Strings = (
            'M'
            'F')
        end
        object DBLookupComboBox1: TDBLookupComboBox
          Left = 536
          Top = 56
          Width = 120
          Height = 21
          DataField = 'CLASS'
          DataSource = DS_stud_1
          ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
          KeyField = 'ID'
          ListField = 'NAME'
          ListSource = DS_class_1
          TabOrder = 6
        end
        object DBLookupComboBox2: TDBLookupComboBox
          Left = 536
          Top = 24
          Width = 120
          Height = 21
          DataField = 'DEPARTMENT'
          DataSource = DS_stud_1
          ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
          KeyField = 'ID'
          ListField = 'NAME'
          ListSource = DS_depart_1
          TabOrder = 7
        end
      end
      object GroupBox5: TGroupBox
        Left = 13
        Top = 142
        Width = 249
        Height = 397
        Caption = #23398#31821#21464#26356
        TabOrder = 1
        object Label23: TLabel
          Left = 72
          Top = 16
          Width = 84
          Height = 13
          AutoSize = False
          Caption = #23398#31821#21464#26356#21015#34920#65306
        end
        object DBGrid2: TDBGrid
          Left = 8
          Top = 36
          Width = 233
          Height = 141
          DataSource = DS_change_info
          ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
          TabOrder = 0
          TitleFont.Charset = DEFAULT_CHARSET
          TitleFont.Color = clWindowText
          TitleFont.Height = -11
          TitleFont.Name = 'MS Sans Serif'
          TitleFont.Style = []
          Columns = <
            item
              Expanded = False
              FieldName = 'ID'
              ReadOnly = True
              Title.Caption = 'j'#35760#24405#32534#21495
              Visible = True
            end
            item
              Expanded = False
              FieldName = 'REC_TIME'
              Title.Caption = #35760#24405#26102#38388
              Visible = True
            end>
        end
        object GroupBox8: TGroupBox
          Left = 8
          Top = 184
          Width = 233
          Height = 201
          Caption = #23398#31821#21464#26356#24773#20917
          TabOrder = 1
          object Label26: TLabel
            Left = 19
            Top = 28
            Width = 36
            Height = 13
            Caption = #21464#26356#65306
          end
          object Label27: TLabel
            Left = 20
            Top = 48
            Width = 36
            Height = 13
            Caption = #25551#36848#65306
          end
          object DBLookupComboBox3: TDBLookupComboBox
            Left = 64
            Top = 24
            Width = 145
            Height = 21
            DataField = 'CHANGE'
            DataSource = DS_change_info
            ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
            KeyField = 'CODE'
            ListField = 'DESCRIPTION'
            ListSource = DS_change_code
            TabOrder = 0
          end
          object DBMemo1: TDBMemo
            Left = 8
            Top = 64
            Width = 217
            Height = 105
            DataField = 'DESCRIPTION'
            DataSource = DS_change_info
            ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
            TabOrder = 1
          end
          object Button10: TButton
            Left = 120
            Top = 172
            Width = 69
            Height = 25
            Caption = #21462#28040
            TabOrder = 2
            OnClick = Button10Click
          end
          object BModifyC: TButton
            Left = 32
            Top = 172
            Width = 69
            Height = 25
            Caption = #20462#25913
            TabOrder = 3
            OnClick = BModifyCClick
          end
        end
      end
      object GroupBox6: TGroupBox
        Left = 269
        Top = 142
        Width = 249
        Height = 397
        Caption = #22870#21169#35760#24405
        TabOrder = 2
        object Label24: TLabel
          Left = 80
          Top = 16
          Width = 84
          Height = 13
          AutoSize = False
          Caption = #22870#21169#35760#24405#21015#34920#65306
        end
        object DBGrid3: TDBGrid
          Left = 8
          Top = 36
          Width = 233
          Height = 141
          DataSource = DS_reward_info
          ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
          TabOrder = 0
          TitleFont.Charset = DEFAULT_CHARSET
          TitleFont.Color = clWindowText
          TitleFont.Height = -11
          TitleFont.Name = 'MS Sans Serif'
          TitleFont.Style = []
          Columns = <
            item
              Expanded = False
              FieldName = 'ID'
              ReadOnly = True
              Title.Caption = #35760#24405#32534#21495
              Visible = True
            end
            item
              Expanded = False
              FieldName = 'REC_TIME'
              Title.Caption = #35760#24405#26102#38388
              Visible = True
            end>
        end
        object GroupBox9: TGroupBox
          Left = 8
          Top = 184
          Width = 233
          Height = 201
          Caption = #22870#21169#24773#20917
          TabOrder = 1
          object Label28: TLabel
            Left = 19
            Top = 28
            Width = 36
            Height = 13
            Caption = #31561#32423#65306
          end
          object Label29: TLabel
            Left = 20
            Top = 48
            Width = 36
            Height = 13
            Caption = #25551#36848#65306
          end
          object DBLookupComboBox4: TDBLookupComboBox

⌨️ 快捷键说明

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