unit1.dfm

来自「Delphi编程技巧5」· DFM 代码 · 共 59 行

DFM
59
字号
object Form1: TForm1
  Left = 179
  Top = 132
  Width = 287
  Height = 198
  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 = 33
    Top = 5
    Width = 217
    Height = 13
    Caption = 'Ne mettez que des chiffres sinon 鏰 plante lol.'
  end
  object Label2: TLabel
    Left = 50
    Top = 132
    Width = 179
    Height = 24
    Caption = 'www.ProgZed.com'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Button1: TButton
    Left = 89
    Top = 46
    Width = 75
    Height = 23
    Caption = 'Int to Hex'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 58
    Top = 23
    Width = 154
    Height = 21
    TabOrder = 1
    Text = '333'
  end
  object Edit2: TEdit
    Left = 23
    Top = 87
    Width = 216
    Height = 21
    TabOrder = 2
    Text = 'Le resultat est l

⌨️ 快捷键说明

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