unit13.dfm

来自「毕业设计图像处理软件及源代码对毕业生会有所帮助」· DFM 代码 · 共 65 行

DFM
65
字号
object Form13: TForm13
  Left = 210
  Top = 160
  BorderStyle = bsDialog
  Caption = #20108#20540#21270#35745#31639#32467#26524
  ClientHeight = 286
  ClientWidth = 475
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 473
    Height = 41
    Caption = #20108#20540#21270#36807#31243#20013#38656#35201#38408#20540#65292#27492#35745#31639#32467#26524#26159#26681#25454'S.Watanabe'#30340#26041#27861#25152#24471
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
  end
  object Panel2: TPanel
    Left = 0
    Top = 41
    Width = 473
    Height = 192
    TabOrder = 1
    object Label2: TLabel
      Left = 224
      Top = 72
      Width = 113
      Height = 13
      AutoSize = False
    end
    object Label3: TLabel
      Left = 96
      Top = 72
      Width = 113
      Height = 13
      AutoSize = False
      Caption = #27714#24471#30340#38408#20540#26159#65306
    end
  end
  object BitBtn1: TBitBtn
    Left = 376
    Top = 248
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
    OnClick = BitBtn1Click
    Kind = bkOK
  end
end

⌨️ 快捷键说明

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