unit8.~dfm

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

~DFM
88
字号
object addleaveform: Taddleaveform
  Left = 201
  Top = 110
  Width = 337
  Height = 234
  Caption = #28155#21152#35831#20551#31867#22411
  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 Label1: TLabel
    Left = 64
    Top = 24
    Width = 64
    Height = 20
    Caption = #31867'   '#22411'     '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 64
    Top = 64
    Width = 60
    Height = 20
    Caption = #34218'   '#37329'    '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Edit2: TEdit
    Left = 136
    Top = 64
    Width = 145
    Height = 21
    TabOrder = 0
    Text = '0'
  end
  object Button1: TButton
    Left = 64
    Top = 112
    Width = 89
    Height = 33
    Caption = #28155'   '#21152
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 176
    Top = 112
    Width = 89
    Height = 33
    Caption = #36864'   '#20986
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 136
    Top = 24
    Width = 145
    Height = 21
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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