unit1.~dfm

来自「Delphi的函数例子」· ~DFM 代码 · 共 59 行

~DFM
59
字号
object Form1: TForm1
  Left = 294
  Top = 129
  Width = 274
  Height = 176
  Caption = #28155#21152#30005#35805#21306#20301#30721
  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 = 19
    Top = 61
    Width = 81
    Height = 13
    Caption = #30005#35805#21495#30721#65306'       '
  end
  object Label2: TLabel
    Left = 17
    Top = 22
    Width = 60
    Height = 13
    Caption = #22320#21306#65306'        '
  end
  object Edit1: TEdit
    Left = 89
    Top = 58
    Width = 121
    Height = 21
    TabOrder = 0
    Text = '78924'
  end
  object Button1: TButton
    Left = 137
    Top = 105
    Width = 75
    Height = 25
    Caption = #25191#34892
    TabOrder = 1
    OnClick = Button1Click
  end
  object ComboBox1: TComboBox
    Left = 89
    Top = 18
    Width = 121
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    Items.Strings = (
      #38271#26149
      #21513#26519)
  end
end

⌨️ 快捷键说明

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