unit13.dfm

来自「小灵通销售管理系统.」· DFM 代码 · 共 39 行

DFM
39
字号
object Form13: TForm13
  Left = 215
  Top = 144
  Width = 401
  Height = 382
  Caption = #24211#23384#32479#35745
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  ShowHint = True
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 88
    Top = 280
    Width = 75
    Height = 25
    Caption = #29983#25104#25253#34920
    TabOrder = 0
    Visible = False
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 232
    Top = 280
    Width = 75
    Height = 25
    Caption = #25171#21360#25253#34920
    TabOrder = 1
    Visible = False
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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