ubb.dfm

来自「完善的学生管理系统源码 适用于毕业设计和各种小的设计」· DFM 代码 · 共 63 行

DFM
63
字号
object fmbb: Tfmbb
  Left = 176
  Top = 137
  Width = 544
  Height = 375
  Caption = #25253#34920#31383#21475
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Scaled = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 184
    Top = 264
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 0
    OnClick = Button1Click
  end
  object DBGrid1: TDBGrid
    Left = 96
    Top = 32
    Width = 393
    Height = 120
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object ADOTable1: TADOTable
    Active = True
    ConnectionString = 'Provider=MSDASQL.1;Persist Security Info=False;Data Source=bysj'
    CursorType = ctStatic
    TableName = 'tcjb'
    Left = 24
    Top = 64
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 112
    Top = 176
  end
  object SReport1: TSReport
    UserFormName = 'fmbb'
    SubDetailDataSet = ADOTable1
    MainDataSetFive = ADOTable1
    MainDataSetFiveCaption = 'FSDFDS'
    PrintMemoRows = 12
    Left = 64
    Top = 128
  end
end

⌨️ 快捷键说明

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