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

📄 deletestudentunit.dfm

📁 教学管理系统源代码
💻 DFM
字号:
object deletestudentForm: TdeletestudentForm
  Left = 199
  Top = 91
  Width = 536
  Height = 405
  Caption = #21024#38500#23398#29983#35760#24405
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  Scaled = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel3: TPanel
    Left = 0
    Top = 157
    Width = 528
    Height = 221
    Align = alClient
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 2
      Top = 2
      Width = 524
      Height = 217
      Align = alClient
      DataSource = DataModule1.DSstudent
      FixedColor = clSkyBlue
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'sno'
          Title.Caption = #23398#21495
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'sname'
          Title.Caption = #22995#21517
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'ssex'
          Title.Caption = #24615#21035
          Width = 29
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'jiguan'
          Title.Caption = #31821#36143
          Width = 81
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'birthday'
          Title.Caption = #20986#29983#24180#26376
          Width = 59
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'tel'
          Title.Caption = #32852#31995#30005#35805
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'email'
          Title.Caption = #30005#23376#37038#20214
          Width = 138
          Visible = True
        end>
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 528
    Height = 157
    Align = alTop
    BevelInner = bvRaised
    BevelOuter = bvLowered
    Ctl3D = False
    ParentCtl3D = False
    TabOrder = 1
    DesignSize = (
      528
      157)
    object Label1: TLabel
      Left = 19
      Top = 19
      Width = 40
      Height = 16
      AutoSize = False
      Caption = #23398#21495
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 19
      Top = 48
      Width = 41
      Height = 16
      AutoSize = False
      Caption = #22995#21517
      FocusControl = DBEdit2
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 19
      Top = 77
      Width = 39
      Height = 16
      AutoSize = False
      Caption = #24615#21035
      FocusControl = DBEdit3
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 19
      Top = 107
      Width = 41
      Height = 16
      AutoSize = False
      Caption = #31821#36143
      FocusControl = DBEdit4
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 184
      Top = 19
      Width = 81
      Height = 16
      AutoSize = False
      Caption = #20986#29983#24180#26376
      FocusControl = DBEdit5
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label6: TLabel
      Left = 184
      Top = 48
      Width = 73
      Height = 16
      AutoSize = False
      Caption = #30005'          '#35805
      FocusControl = DBEdit6
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label7: TLabel
      Left = 184
      Top = 78
      Width = 74
      Height = 16
      AutoSize = False
      Caption = #30005#23376#37038#20214
      FocusControl = DBEdit7
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Bevel1: TBevel
      Left = 0
      Top = 126
      Width = 525
      Height = 52
      Anchors = [akLeft, akTop, akRight]
      Shape = bsTopLine
    end
    object DBEdit2: TDBEdit
      Left = 56
      Top = 45
      Width = 108
      Height = 19
      Hint = #21482#35835#30340
      DataField = 'sname'
      DataSource = DataModule1.DSstudent
      ParentShowHint = False
      ReadOnly = True
      ShowHint = True
      TabOrder = 0
    end
    object DBEdit3: TDBEdit
      Left = 56
      Top = 74
      Width = 108
      Height = 19
      Hint = #21482#35835#30340
      DataField = 'ssex'
      DataSource = DataModule1.DSstudent
      ParentShowHint = False
      ReadOnly = True
      ShowHint = True
      TabOrder = 1
    end
    object DBEdit4: TDBEdit
      Left = 56
      Top = 104
      Width = 108
      Height = 19
      Hint = #21482#35835#30340
      DataField = 'jiguan'
      DataSource = DataModule1.DSstudent
      ParentShowHint = False
      ReadOnly = True
      ShowHint = True
      TabOrder = 2
    end
    object DBEdit5: TDBEdit
      Left = 256
      Top = 19
      Width = 161
      Height = 19
      Hint = #21482#35835#30340
      DataField = 'birthday'
      DataSource = DataModule1.DSstudent
      ParentShowHint = False
      ReadOnly = True
      ShowHint = True
      TabOrder = 3
    end
    object DBEdit6: TDBEdit
      Left = 255
      Top = 48
      Width = 162
      Height = 19
      Hint = #21482#35835#30340
      DataField = 'tel'
      DataSource = DataModule1.DSstudent
      ParentShowHint = False
      ReadOnly = True
      ShowHint = True
      TabOrder = 4
    end
    object DBEdit7: TDBEdit
      Left = 255
      Top = 75
      Width = 162
      Height = 19
      Hint = #21482#35835#30340
      DataField = 'email'
      DataSource = DataModule1.DSstudent
      ParentShowHint = False
      ReadOnly = True
      ShowHint = True
      TabOrder = 5
    end
    object DBImage1: TDBImage
      Left = 438
      Top = 3
      Width = 90
      Height = 120
      Hint = #26174#31034#23398#29983#29031#29255
      Ctl3D = False
      DataField = 'photo'
      DataSource = DataModule1.DSstudent
      ParentCtl3D = False
      ParentShowHint = False
      ReadOnly = True
      ShowHint = True
      Stretch = True
      TabOrder = 7
    end
    object DBNavigator1: TDBNavigator
      Left = 2
      Top = 130
      Width = 524
      Height = 25
      DataSource = DataModule1.DSstudent
      VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbDelete, nbRefresh]
      Align = alBottom
      Flat = True
      Hints.Strings = (
        #31532#19968#26465#35760#24405
        #21069#19968#26465#35760#24405
        #19979#19968#26465#35760#24405
        #26368#21518#19968#26465#35760#24405
        'Insert record'
        #21024#38500#35760#24405
        'Edit record'
        'Post edit'
        'Cancel edit'
        #21047#26032#25968#25454)
      ParentShowHint = False
      ShowHint = True
      TabOrder = 6
    end
    object MaskEdit1: TMaskEdit
      Left = 56
      Top = 16
      Width = 107
      Height = 19
      Hint = #36755#20837#23436#23398#21495#21518#35831#25353#22238#36710#38190
      EditMask = '99999999;1; '
      MaxLength = 8
      ParentShowHint = False
      ShowHint = True
      TabOrder = 8
      Text = '        '
      OnKeyPress = MaskEdit1KeyPress
    end
  end
end

⌨️ 快捷键说明

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