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

📄 dataupdateformunit.dfm

📁 学生信息管理系统是使用DELPHI集成环境编写的一款软件
💻 DFM
📖 第 1 页 / 共 2 页
字号:
        DataField = 'Nane'
        DataSource = UpDateDataModule.TeacherDataSource
        TabOrder = 5
      end
      object DBEdit2: TDBEdit
        Left = 200
        Top = 90
        Width = 121
        Height = 27
        DataField = 'TNo'
        DataSource = UpDateDataModule.TeacherDataSource
        TabOrder = 6
      end
      object DBEdit3: TDBEdit
        Left = 200
        Top = 132
        Width = 121
        Height = 27
        DataField = 'Sex'
        DataSource = UpDateDataModule.TeacherDataSource
        TabOrder = 7
      end
      object DBEdit4: TDBEdit
        Left = 200
        Top = 176
        Width = 121
        Height = 27
        BiDiMode = bdLeftToRight
        DataField = 'Age'
        DataSource = UpDateDataModule.TeacherDataSource
        ParentBiDiMode = False
        TabOrder = 8
      end
      object DBEdit5: TDBEdit
        Left = 200
        Top = 216
        Width = 121
        Height = 27
        DataField = 'Address'
        DataSource = UpDateDataModule.TeacherDataSource
        TabOrder = 9
      end
    end
    object TabSheet3: TTabSheet
      Caption = #35838#31243#26356#26032
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -19
      Font.Name = #26999#20307'_GB2312'
      Font.Style = []
      ImageIndex = 2
      ParentFont = False
      object Label15: TLabel
        Left = 80
        Top = 64
        Width = 60
        Height = 19
        Caption = #35838#31243#21517
      end
      object Label16: TLabel
        Left = 80
        Top = 120
        Width = 80
        Height = 19
        Caption = #35838#31243#32534#21495
      end
      object Label17: TLabel
        Left = 80
        Top = 176
        Width = 80
        Height = 19
        Caption = #35838#31243#23398#26102
      end
      object DBEdit15: TDBEdit
        Left = 208
        Top = 60
        Width = 121
        Height = 27
        DataField = 'CName'
        DataSource = UpDateDataModule.CourseDataSource
        TabOrder = 0
      end
      object DBEdit16: TDBEdit
        Left = 208
        Top = 116
        Width = 121
        Height = 27
        DataField = 'CNo'
        DataSource = UpDateDataModule.CourseDataSource
        TabOrder = 1
      end
      object DBEdit17: TDBEdit
        Left = 208
        Top = 172
        Width = 121
        Height = 27
        DataField = 'TCTime'
        DataSource = UpDateDataModule.CourseDataSource
        TabOrder = 2
      end
      object BitBtn18: TBitBtn
        Left = 432
        Top = 58
        Width = 75
        Height = 25
        Caption = #28155#21152
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -19
        Font.Name = #38582#20070
        Font.Style = []
        ParentFont = False
        TabOrder = 3
        OnClick = BitBtn18Click
      end
      object BitBtn19: TBitBtn
        Left = 432
        Top = 114
        Width = 75
        Height = 25
        Caption = #30830#23450
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -19
        Font.Name = #38582#20070
        Font.Style = []
        ParentFont = False
        TabOrder = 4
        OnClick = BitBtn19Click
      end
      object BitBtn20: TBitBtn
        Left = 432
        Top = 170
        Width = 75
        Height = 25
        Caption = #21024#38500
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -19
        Font.Name = #38582#20070
        Font.Style = []
        ParentFont = False
        TabOrder = 5
        OnClick = BitBtn20Click
      end
      object BitBtn21: TBitBtn
        Left = 168
        Top = 256
        Width = 75
        Height = 25
        Caption = #21521#21069
        TabOrder = 6
        OnClick = BitBtn21Click
      end
      object BitBtn22: TBitBtn
        Left = 336
        Top = 256
        Width = 75
        Height = 25
        Caption = #21521#21518
        TabOrder = 7
        OnClick = BitBtn22Click
      end
    end
    object TabSheet4: TTabSheet
      Caption = #25945#23398#26356#26032
      ImageIndex = 3
      object Label11: TLabel
        Left = 96
        Top = 48
        Width = 80
        Height = 19
        Caption = #25945#24072#32534#21495
      end
      object Label12: TLabel
        Left = 96
        Top = 109
        Width = 80
        Height = 19
        Caption = #35838#31243#32534#21495
      end
      object Label13: TLabel
        Left = 96
        Top = 170
        Width = 80
        Height = 19
        Caption = #23398#29983#32534#21495
      end
      object Label14: TLabel
        Left = 96
        Top = 232
        Width = 80
        Height = 19
        Caption = #35838#31243#31561#32423
      end
      object DBEdit11: TDBEdit
        Left = 224
        Top = 44
        Width = 121
        Height = 27
        DataField = 'TNo'
        DataSource = UpDateDataModule.TeachingDataSource
        TabOrder = 0
      end
      object DBEdit12: TDBEdit
        Left = 224
        Top = 105
        Width = 121
        Height = 27
        DataField = 'CNo'
        DataSource = UpDateDataModule.TeachingDataSource
        TabOrder = 1
      end
      object DBEdit13: TDBEdit
        Left = 224
        Top = 166
        Width = 121
        Height = 27
        DataField = 'SNo'
        DataSource = UpDateDataModule.TeachingDataSource
        TabOrder = 2
      end
      object DBEdit14: TDBEdit
        Left = 224
        Top = 228
        Width = 121
        Height = 27
        DataField = 'Grade'
        DataSource = UpDateDataModule.TeachingDataSource
        TabOrder = 3
      end
      object BitBtn12: TBitBtn
        Left = 440
        Top = 56
        Width = 75
        Height = 25
        Caption = #28155#21152
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -19
        Font.Name = #38582#20070
        Font.Style = []
        ParentFont = False
        TabOrder = 4
        OnClick = BitBtn12Click
      end
      object BitBtn13: TBitBtn
        Left = 440
        Top = 132
        Width = 75
        Height = 25
        Caption = #30830#23450
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -19
        Font.Name = #38582#20070
        Font.Style = []
        ParentFont = False
        TabOrder = 5
        OnClick = BitBtn13Click
      end
      object BitBtn14: TBitBtn
        Left = 440
        Top = 208
        Width = 75
        Height = 25
        Caption = #21024#38500
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -19
        Font.Name = #38582#20070
        Font.Style = []
        ParentFont = False
        TabOrder = 6
        OnClick = BitBtn14Click
      end
      object BitBtn15: TBitBtn
        Left = 184
        Top = 296
        Width = 75
        Height = 25
        Caption = #21521#21069
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -19
        Font.Name = #38582#20070
        Font.Style = []
        ParentFont = False
        TabOrder = 7
        OnClick = BitBtn15Click
      end
      object BitBtn16: TBitBtn
        Left = 352
        Top = 296
        Width = 75
        Height = 25
        Caption = #21521#21518
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -19
        Font.Name = #38582#20070
        Font.Style = []
        ParentFont = False
        TabOrder = 8
        OnClick = BitBtn16Click
      end
    end
  end
  object BitBtn17: TBitBtn
    Left = 424
    Top = 408
    Width = 145
    Height = 25
    Caption = #36864#20986#25968#25454#26356#26032
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = BitBtn17Click
  end
end

⌨️ 快捷键说明

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