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

📄 unit4.~dfm

📁 用delphi写的课堂作业
💻 ~DFM
字号:
object Frame4: TFrame4
  Left = 0
  Top = 0
  Width = 422
  Height = 292
  TabOrder = 0
  object Label1: TLabel
    Left = 352
    Top = 8
    Width = 57
    Height = 17
    AutoSize = False
    Caption = #25171#21360#25253#34920
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = Label1Click
  end
  object Label2: TLabel
    Left = 272
    Top = 8
    Width = 65
    Height = 17
    AutoSize = False
    Caption = #21047#26032#25968#25454
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = Label2Click
  end
  object Label3: TLabel
    Left = 56
    Top = 208
    Width = 105
    Height = 25
    AutoSize = False
    Caption = #36755#20837#20219#20309#20851#38190#23383#65306
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 24
    Width = 401
    Height = 169
    Color = clInfoBk
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'sname'
        Title.Alignment = taCenter
        Title.Caption = #23398#29983#22995#21517
        Width = 56
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'number'
        Title.Alignment = taCenter
        Title.Caption = #23398#21495
        Width = 72
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'sex'
        Title.Alignment = taCenter
        Title.Caption = #24615#21035
        Width = 26
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'grade'
        Title.Alignment = taCenter
        Title.Caption = #29677#32423
        Width = 67
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'truancy'
        Title.Alignment = taCenter
        Title.Caption = #26103#35838
        Width = 34
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'late'
        Title.Alignment = taCenter
        Title.Caption = #36831#21040
        Width = 34
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'leave'
        Title.Alignment = taCenter
        Title.Caption = #26089#36864
        Width = 33
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'qingjia'
        Title.Alignment = taCenter
        Title.Caption = #35831#20551
        Width = 32
        Visible = True
      end>
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 240
    Width = 401
    Height = 49
    Caption = #26597#35810#35268#21017
    TabOrder = 1
    object Button1: TButton
      Left = 8
      Top = 16
      Width = 57
      Height = 25
      Caption = #26103#35838
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 72
      Top = 16
      Width = 57
      Height = 25
      Caption = #36831#21040
      TabOrder = 1
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 136
      Top = 16
      Width = 57
      Height = 25
      Caption = #26089#36864
      TabOrder = 2
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 200
      Top = 16
      Width = 57
      Height = 25
      Caption = #35831#20551
      TabOrder = 3
      OnClick = Button4Click
    end
    object Button5: TButton
      Left = 264
      Top = 16
      Width = 57
      Height = 25
      Caption = #23398#21495
      TabOrder = 4
      OnClick = Button5Click
    end
    object Button6: TButton
      Left = 328
      Top = 16
      Width = 57
      Height = 25
      Caption = #31995#21517
      TabOrder = 5
      OnClick = Button6Click
    end
  end
  object Edit1: TEdit
    Left = 168
    Top = 200
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Button7: TButton
    Left = 312
    Top = 200
    Width = 75
    Height = 25
    Caption = #26597'  '#35810
    TabOrder = 3
    OnClick = Button7Click
  end
  object ADOQuery1: TADOQuery
    Active = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\zhang\data\zl.md' +
      'b;Persist Security Info=False'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from student')
    Left = 176
    Top = 136
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 224
    Top = 136
  end
  object RvDataSetConnection1: TRvDataSetConnection
    RuntimeVisibility = rtDeveloper
    DataSet = ADOQuery1
    Left = 288
    Top = 160
  end
  object RvProject1: TRvProject
    ProjectFile = 'D:\zhang\'#25253#34920#35760#24405'\kaoqing.rav'
    Left = 136
    Top = 160
  end
end

⌨️ 快捷键说明

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