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

📄 unit5.dfm

📁 一个学生管理系统 这是我将自己sql2000版的东东转为access数据库的简化版本
💻 DFM
字号:
object zsfp: Tzsfp
  Left = 379
  Top = 152
  Width = 365
  Height = 370
  Caption = #20303#23487#20998#37197
  Color = clTeal
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object FlatSpeedButton1: TFlatSpeedButton
    Left = 104
    Top = 304
    Width = 153
    Height = 25
    Caption = #30830#23450#35813#23398#29983#25644#20837#35813#23487#33293
    OnClick = FlatSpeedButton1Click
  end
  object FlatPanel1: TFlatPanel
    Left = 8
    Top = 8
    Width = 345
    Height = 209
    ParentColor = True
    TabOrder = 0
    object Label1: TLabel
      Left = 192
      Top = 19
      Width = 33
      Height = 13
      AutoSize = False
      Caption = #23398#21495
      Color = clTeal
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentColor = False
      ParentFont = False
    end
    object Label2: TLabel
      Left = 192
      Top = 54
      Width = 33
      Height = 13
      AutoSize = False
      Caption = #22995#21517
    end
    object Label5: TLabel
      Left = 24
      Top = 23
      Width = 33
      Height = 13
      AutoSize = False
      Caption = #38498#31995
    end
    object Label6: TLabel
      Left = 24
      Top = 74
      Width = 33
      Height = 13
      AutoSize = False
      Caption = #19987#19994
    end
    object Label7: TLabel
      Left = 24
      Top = 125
      Width = 33
      Height = 13
      AutoSize = False
      Caption = #24180#32423
    end
    object Label8: TLabel
      Left = 24
      Top = 176
      Width = 33
      Height = 13
      AutoSize = False
      Caption = #29677#32423
    end
    object Label3: TLabel
      Left = 160
      Top = 88
      Width = 185
      Height = 13
      AutoSize = False
      Caption = #38498#31995#65292#19987#19994#65292#24180#32423#65292#29677#32423#21487#36873
    end
    object Label4: TLabel
      Left = 160
      Top = 120
      Width = 193
      Height = 13
      AutoSize = False
      Caption = #23398#21495#24517#36873#65292#20197#20415#23487#33293#20449#24687#30340
    end
    object Label9: TLabel
      Left = 160
      Top = 152
      Width = 177
      Height = 13
      AutoSize = False
      Caption = #27491#30830#24405#20837','#22995#21517#20165#36215#21442#29031#20316#29992
    end
    object Label10: TLabel
      Left = 160
      Top = 184
      Width = 153
      Height = 13
      AutoSize = False
      Caption = #23398#21495#21487#30452#25509#36755#20837
    end
    object FlatComboBox1: TFlatComboBox
      Left = 56
      Top = 17
      Width = 90
      Height = 21
      Style = csDropDownList
      Color = clTeal
      ItemHeight = 13
      TabOrder = 0
      ItemIndex = -1
      OnChange = FlatComboBox1Change
    end
    object FlatComboBox2: TFlatComboBox
      Left = 56
      Top = 71
      Width = 90
      Height = 21
      Style = csDropDownList
      Color = clTeal
      ItemHeight = 13
      TabOrder = 1
      ItemIndex = -1
      OnChange = FlatComboBox2Change
    end
    object FlatComboBox3: TFlatComboBox
      Left = 56
      Top = 122
      Width = 90
      Height = 21
      Style = csDropDownList
      Color = clTeal
      ItemHeight = 13
      TabOrder = 2
      ItemIndex = -1
      OnChange = FlatComboBox3Change
    end
    object FlatComboBox4: TFlatComboBox
      Left = 56
      Top = 173
      Width = 90
      Height = 21
      Style = csDropDownList
      Color = clTeal
      ItemHeight = 13
      TabOrder = 3
      ItemIndex = -1
      OnChange = FlatComboBox4Change
    end
    object FlatComboBox5: TFlatComboBox
      Left = 232
      Top = 16
      Width = 90
      Height = 21
      Color = clTeal
      ItemHeight = 13
      TabOrder = 4
      Text = 'FlatComboBox5'
      ItemIndex = -1
      OnChange = FlatComboBox5Change
    end
    object FlatEdit1: TFlatEdit
      Left = 232
      Top = 52
      Width = 89
      Height = 19
      ColorFlat = clTeal
      ParentColor = True
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 5
      Text = 'FlatEdit1'
    end
  end
  object FlatPanel2: TFlatPanel
    Left = 8
    Top = 224
    Width = 345
    Height = 65
    ParentColor = True
    TabOrder = 1
    object Label11: TLabel
      Left = 56
      Top = 16
      Width = 73
      Height = 13
      AutoSize = False
      Caption = #23487#33293#27004#21495
    end
    object Label12: TLabel
      Left = 232
      Top = 16
      Width = 49
      Height = 13
      AutoSize = False
      Caption = #23487#33293#21495
    end
    object FlatComboBox7: TFlatComboBox
      Left = 56
      Top = 32
      Width = 89
      Height = 21
      Color = clTeal
      ItemHeight = 13
      TabOrder = 0
      ItemIndex = -1
      OnChange = FlatComboBox7Change
    end
    object FlatComboBox8: TFlatComboBox
      Left = 232
      Top = 32
      Width = 90
      Height = 21
      Color = clTeal
      ItemHeight = 13
      TabOrder = 1
      ItemIndex = -1
      OnKeyPress = FlatComboBox8KeyPress
    end
  end
end

⌨️ 快捷键说明

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