main.~dfm

来自「单片机显示汉字实验」· ~DFM 代码 · 共 89 行

~DFM
89
字号
object Form1: TForm1
  Left = 213
  Top = 123
  Width = 457
  Height = 287
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 24
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #36755' '#20837' '#27721' '#23383
  end
  object Label2: TLabel
    Left = 248
    Top = 16
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #26174' '#31034' '#32467' '#26524
  end
  object Button1: TButton
    Left = 32
    Top = 120
    Width = 75
    Height = 25
    Caption = #36716#25442
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 16
    Top = 56
    Width = 113
    Height = 21
    Color = clHotLight
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clYellow
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
  end
  object Memo1: TMemo
    Left = 184
    Top = 40
    Width = 241
    Height = 145
    Color = clHotLight
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clYellow
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Lines.Strings = (
      '')
    ParentFont = False
    TabOrder = 2
  end
  object Button2: TButton
    Left = 32
    Top = 160
    Width = 75
    Height = 25
    Caption = #20445#23384
    TabOrder = 3
    OnClick = Button2Click
  end
  object Edit2: TEdit
    Left = 144
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 4
    Text = 'Edit2'
  end
end

⌨️ 快捷键说明

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