cnfform.dfm

来自「本软件作为交流使用」· DFM 代码 · 共 55 行

DFM
55
字号
object CFileFM: TCFileFM
  Left = 313
  Top = 268
  BorderStyle = bsDialog
  Caption = #21019#24314#26032#25991#26723#23545#35805#26694
  ClientHeight = 138
  ClientWidth = 516
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnMouseDown = FormMouseDown
  OnMouseMove = FormMouseMove
  PixelsPerInch = 96
  TextHeight = 16
  object Image1: TImage
    Left = 0
    Top = 0
    Width = 516
    Height = 45
    OnMouseDown = FormMouseDown
    OnMouseMove = FormMouseMove
  end
  object EditNew: TEdit
    Left = 44
    Top = 52
    Width = 405
    Height = 24
    TabOrder = 0
    Text = #36755#20837#26032#30340#25991#20214#21517
  end
  object Button1: TButton
    Left = 116
    Top = 92
    Width = 135
    Height = 28
    Caption = #30830#23450#21019#24314
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 280
    Top = 92
    Width = 135
    Height = 28
    Caption = #19981#24819#21019#24314
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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