unit7.dfm

来自「大家可以看看还不错的管理系统」· DFM 代码 · 共 74 行

DFM
74
字号
object frmGuashi: TfrmGuashi
  Left = 295
  Top = 217
  Width = 530
  Height = 359
  Caption = #25346#22833#22788#29702
  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 DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 521
    Height = 225
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object btnGuashi: TButton
    Left = 248
    Top = 280
    Width = 75
    Height = 25
    Caption = #25346#22833'(&G)'
    TabOrder = 1
    OnClick = btnGuashiClick
  end
  object btnJiegua: TButton
    Left = 336
    Top = 280
    Width = 75
    Height = 25
    Caption = #35299#25346'(&J)'
    TabOrder = 2
    OnClick = btnJieguaClick
  end
  object btnExit: TButton
    Left = 424
    Top = 280
    Width = 75
    Height = 25
    Caption = #36864#20986'(&E)'
    TabOrder = 3
    OnClick = btnExitClick
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 56
    Top = 264
  end
  object ADOQuery1: TADOQuery
    Active = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=xxr;Data Source=.'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select '#20511#20070#35777#21495','#25346#22833' from lenders')
    Left = 96
    Top = 264
  end
end

⌨️ 快捷键说明

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