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

📄 unit1.dfm

📁 用delphi进行进制转换的例子
💻 DFM
字号:
object Form1: TForm1
  Left = 270
  Top = 234
  BorderStyle = bsToolWindow
  Caption = #20869#23384#35745#31639
  ClientHeight = 78
  ClientWidth = 462
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 56
    Width = 6
    Height = 12
    Caption = '0'
  end
  object Label2: TLabel
    Left = 96
    Top = 56
    Width = 6
    Height = 12
    Caption = '0'
  end
  object Label3: TLabel
    Left = 152
    Top = 56
    Width = 6
    Height = 12
    Caption = '0'
  end
  object Label4: TLabel
    Left = 216
    Top = 56
    Width = 6
    Height = 12
    Caption = '0'
  end
  object Label5: TLabel
    Left = 336
    Top = 56
    Width = 6
    Height = 12
    Caption = '0'
  end
  object Label6: TLabel
    Left = 400
    Top = 56
    Width = 6
    Height = 12
    Caption = '0'
  end
  object Label7: TLabel
    Left = 16
    Top = 40
    Width = 24
    Height = 12
    Caption = #26631#24535
  end
  object Label8: TLabel
    Left = 96
    Top = 40
    Width = 24
    Height = 12
    Caption = #21345#21495
  end
  object Label9: TLabel
    Left = 152
    Top = 40
    Width = 36
    Height = 12
    Caption = #28040#36153#39069
  end
  object Label10: TLabel
    Left = 216
    Top = 40
    Width = 24
    Height = 12
    Caption = #26085#26399
  end
  object Label11: TLabel
    Left = 336
    Top = 40
    Width = 36
    Height = 12
    Caption = #21345#20313#39069
  end
  object Label12: TLabel
    Left = 400
    Top = 40
    Width = 24
    Height = 12
    Caption = #26657#39564
  end
  object Button1: TButton
    Left = 384
    Top = 8
    Width = 75
    Height = 25
    Caption = #35745#31639'(&J)'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 16
    Top = 8
    Width = 201
    Height = 24
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    MaxLength = 24
    ParentFont = False
    TabOrder = 0
  end
  object CheckBox1: TCheckBox
    Left = 224
    Top = 8
    Width = 73
    Height = 17
    Caption = #39135#22530#29256'(&S)'
    TabOrder = 2
  end
  object CheckBox2: TCheckBox
    Left = 304
    Top = 8
    Width = 73
    Height = 17
    Caption = #32622#26368#21069'(&T)'
    TabOrder = 3
    OnClick = CheckBox2Click
  end
end

⌨️ 快捷键说明

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