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

📄 unit7.dfm

📁 一个学生管理系统 这是我将自己sql2000版的东东转为access数据库的简化版本
💻 DFM
字号:
object xskxxcx: Txskxxcx
  Left = 305
  Top = 190
  Width = 506
  Height = 328
  Caption = #23398#29983#26597#35810
  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 Label1: TLabel
    Left = 24
    Top = 32
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #25353#23398#21495#26597#35810
  end
  object Label2: TLabel
    Left = 24
    Top = 64
    Width = 73
    Height = 13
    AutoSize = False
    Caption = #25353#22995#21517#26597#35810
  end
  object Label3: TLabel
    Left = 256
    Top = 32
    Width = 73
    Height = 13
    AutoSize = False
    Caption = #25353#38498#31995#26597#35810
  end
  object Label4: TLabel
    Left = 256
    Top = 64
    Width = 73
    Height = 13
    AutoSize = False
    Caption = #25353#19987#19994#26597#35810
  end
  object FlatSpeedButton1: TFlatSpeedButton
    Left = 200
    Top = 29
    Width = 49
    Height = 19
    Caption = #26597#35810
    OnClick = FlatSpeedButton1Click
  end
  object FlatSpeedButton2: TFlatSpeedButton
    Left = 200
    Top = 60
    Width = 49
    Height = 19
    Caption = #26597#35810
    OnClick = FlatSpeedButton2Click
  end
  object FlatSpeedButton3: TFlatSpeedButton
    Left = 432
    Top = 28
    Width = 49
    Height = 19
    Caption = #26597#35810
    OnClick = FlatSpeedButton3Click
  end
  object FlatSpeedButton4: TFlatSpeedButton
    Left = 432
    Top = 60
    Width = 49
    Height = 19
    Caption = #26597#35810
    OnClick = FlatSpeedButton4Click
  end
  object FlatEdit1: TFlatEdit
    Left = 96
    Top = 28
    Width = 97
    Height = 19
    ColorFlat = clTeal
    ParentColor = True
    TabOrder = 0
    Text = 'FlatEdit1'
    OnKeyPress = FlatEdit1KeyPress
  end
  object FlatEdit2: TFlatEdit
    Left = 96
    Top = 60
    Width = 97
    Height = 19
    ColorFlat = clTeal
    ParentColor = True
    TabOrder = 1
    Text = 'FlatEdit2'
    OnKeyPress = FlatEdit2KeyPress
  end
  object DBGrid1: TDBGrid
    Left = 24
    Top = 120
    Width = 457
    Height = 169
    Color = clTeal
    DataSource = DataSource1
    FixedColor = clTeal
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object FlatComboBox1: TFlatComboBox
    Left = 328
    Top = 28
    Width = 97
    Height = 21
    Color = clTeal
    ItemHeight = 13
    TabOrder = 3
    Text = 'FlatComboBox1'
    ItemIndex = -1
    OnKeyPress = FlatComboBox1KeyPress
  end
  object FlatComboBox2: TFlatComboBox
    Left = 328
    Top = 60
    Width = 97
    Height = 21
    Color = clTeal
    ItemHeight = 13
    TabOrder = 4
    Text = 'FlatComboBox1'
    ItemIndex = -1
    OnKeyPress = FlatComboBox2KeyPress
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    OnDataChange = DataSource1DataChange
    Left = 64
    Top = 96
  end
  object ADOQuery1: TADOQuery
    Connection = dm.ADOConnection1
    Parameters = <>
    Left = 104
    Top = 96
  end
  object ADODataSet1: TADODataSet
    Connection = dm.ADOConnection1
    Parameters = <>
    Left = 136
    Top = 96
  end
end

⌨️ 快捷键说明

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