⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 Delphi编程技巧5
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -