unit3.dfm

来自「是关于SQL的一些程序 很好很经典的~大家又兴趣的可以学习下」· DFM 代码 · 共 85 行

DFM
85
字号
object Main: TMain
  Left = 76
  Top = 80
  Width = 751
  Height = 451
  Caption = 'Main'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object BitBtn1: TBitBtn
    Left = 56
    Top = 40
    Width = 105
    Height = 33
    Caption = #29992#25143#36164#26009#31649#29702
    TabOrder = 0
  end
  object BitBtn2: TBitBtn
    Left = 56
    Top = 336
    Width = 105
    Height = 33
    Caption = #25968#25454#24211#31649#29702
    TabOrder = 1
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 56
    Top = 138
    Width = 105
    Height = 33
    Caption = #37096#38376#36164#26009#31649#29702
    TabOrder = 2
  end
  object BitBtn4: TBitBtn
    Left = 56
    Top = 237
    Width = 105
    Height = 33
    Caption = #22522#26412#36164#26009#31649#29702
    TabOrder = 3
  end
  object BitBtn5: TBitBtn
    Left = 544
    Top = 32
    Width = 105
    Height = 33
    Caption = #29992#25143#26435#38480#31649#29702
    TabOrder = 4
  end
  object BitBtn6: TBitBtn
    Left = 544
    Top = 328
    Width = 105
    Height = 33
    Caption = #36864#20986#31995#32479
    TabOrder = 5
    OnClick = BitBtn6Click
  end
  object BitBtn7: TBitBtn
    Left = 544
    Top = 130
    Width = 105
    Height = 33
    Caption = #21592#24037#36164#26009#31649#29702
    TabOrder = 6
    OnClick = BitBtn7Click
  end
  object BitBtn8: TBitBtn
    Left = 544
    Top = 229
    Width = 105
    Height = 33
    Caption = #26085#24535#31649#29702
    TabOrder = 7
  end
end

⌨️ 快捷键说明

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