bbxshi.dfm

来自「这是毕业设计用delphi完成的管理系统,比较庞大,是非常有用的哦```里面代码」· DFM 代码 · 共 76 行

DFM
76
字号
object bbxshi: Tbbxshi
  Left = 275
  Top = 176
  BorderStyle = bsNone
  Caption = 'bbxshi'
  ClientHeight = 168
  ClientWidth = 260
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 72
    Top = 56
    Width = 113
    Height = 33
    Caption = #25171#21360#27004#30424#34920
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 80
    Top = 112
    Width = 105
    Height = 33
    Caption = #25171#21360#29289#31649#29702#34920
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=MSDASQL.1;Persist Security Info=False;Data Source=wygl;' +
      'Initial Catalog=C:\'#29289#19994#31243#24207'\xqwy'
    LoginPrompt = False
    Left = 56
    Top = 24
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from lpb')
    Left = 120
    Top = 24
  end
  object RvDataSetConnection1: TRvDataSetConnection
    RuntimeVisibility = rtDeveloper
    DataSet = ADOQuery1
    Left = 184
    Top = 16
  end
  object RvProject1: TRvProject
    Left = 232
    Top = 32
  end
end

⌨️ 快捷键说明

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