main.dfm

来自「本软件基于C++builder 可视化软件开发平台进行程序开发」· DFM 代码 · 共 68 行

DFM
68
字号
object MainForm: TMainForm
  Left = 284
  Top = 220
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #21152#23494#35299#23494
  ClientHeight = 102
  ClientWidth = 448
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 17
    Top = 28
    Width = 36
    Height = 13
    AutoSize = False
    Caption = #23494#30721#65306
  end
  object Label2: TLabel
    Left = 17
    Top = 60
    Width = 36
    Height = 13
    AutoSize = False
    Caption = #23494#25991#65306
  end
  object Edit1: TEdit
    Left = 56
    Top = 24
    Width = 273
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 56
    Top = 56
    Width = 273
    Height = 21
    TabOrder = 1
  end
  object Button_Encryption: TButton
    Left = 352
    Top = 24
    Width = 75
    Height = 25
    Caption = #21152#23494
    TabOrder = 2
    OnClick = Button_EncryptionClick
  end
  object Button_Decryption: TButton
    Left = 352
    Top = 56
    Width = 75
    Height = 25
    Caption = #35299#23494
    TabOrder = 3
    OnClick = Button_DecryptionClick
  end
end

⌨️ 快捷键说明

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