unitforbid.dfm

来自「自己做过的工程」· DFM 代码 · 共 67 行

DFM
67
字号
object formforbid: Tformforbid
  Left = 293
  Top = 212
  BorderStyle = bsDialog
  Caption = #31105#29992#25151#38388
  ClientHeight = 119
  ClientWidth = 342
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object StaticText1: TStaticText
    Left = 80
    Top = 24
    Width = 52
    Height = 24
    Caption = #25151#38388#21495
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object ed_forbid: TEdit
    Left = 160
    Top = 24
    Width = 105
    Height = 21
    TabOrder = 1
  end
  object but_forbid: TButton
    Left = 24
    Top = 72
    Width = 75
    Height = 25
    Caption = #31105' '#29992
    TabOrder = 2
    OnClick = but_forbidClick
  end
  object but_close: TButton
    Left = 216
    Top = 72
    Width = 75
    Height = 25
    Caption = #36864' '#20986
    TabOrder = 3
    OnClick = but_closeClick
  end
  object Button1: TButton
    Left = 120
    Top = 72
    Width = 75
    Height = 25
    Caption = #21551#29992
    TabOrder = 4
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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