unit6.dfm

来自「教学管理系统源码」· DFM 代码 · 共 71 行

DFM
71
字号
object Form6: TForm6
  Left = 221
  Top = 109
  Width = 750
  Height = 535
  Caption = 'Form6-'#25945#23398#35745#21010#24405#20837
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDefault
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 0
    Top = 8
    Width = 737
    Height = 417
    DataSource = DataSource1
    ParentShowHint = False
    ShowHint = False
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBNavigator1: TDBNavigator
    Left = 0
    Top = 429
    Width = 738
    Height = 29
    DataSource = DataSource1
    VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbEdit, nbPost, nbCancel]
    Hints.Strings = (
      #31532#19968#26465#35760#24405
      #21069#19968#26465#35760#24405
      #21518#19968#26465#35760#24405
      #26411#19968#26465#35760#24405
      #25554#20837#35760#24405
      #21024#38500#35760#24405
      #32534#36753#35760#24405
      #25552#20132
      #25918#24323#32534#36753
      #21047#26032)
    ParentShowHint = False
    ShowHint = True
    TabOrder = 1
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 80
    Top = 88
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = Form1.ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select *'
      'from '#25945#23398#35745#21010#34920)
    Left = 48
    Top = 88
  end
end

⌨️ 快捷键说明

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