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

📄 main.~dfm

📁 2,4,8,16进制转换
💻 ~DFM
📖 第 1 页 / 共 3 页
字号:
object FormMain: TFormMain
  Left = 264
  Top = 114
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'TypeChange'
  ClientHeight = 487
  ClientWidth = 470
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PopupMenu = PopupMenu1
  Position = poDesktopCenter
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 7
    Top = 157
    Width = 14
    Height = 39
    Caption = #23383#31526#20018
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    WordWrap = True
  end
  object Label4: TLabel
    Left = 4
    Top = 359
    Width = 14
    Height = 52
    Caption = #21313#20845#36827#21046
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    WordWrap = True
  end
  object Label5: TLabel
    Left = 23
    Top = 340
    Width = 14
    Height = 39
    Caption = #21333#23383#33410
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = False
    WordWrap = True
  end
  object Label6: TLabel
    Left = 23
    Top = 393
    Width = 14
    Height = 39
    Caption = #21452#23383#33410
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = False
    WordWrap = True
  end
  object Label3: TLabel
    Left = 23
    Top = 217
    Width = 14
    Height = 39
    Caption = #21333#23383#33410
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = False
    WordWrap = True
  end
  object Label7: TLabel
    Left = 23
    Top = 277
    Width = 14
    Height = 39
    Caption = #21452#23383#33410
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = False
    WordWrap = True
  end
  object Label2: TLabel
    Left = 5
    Top = 222
    Width = 18
    Height = 91
    Caption = #21313#36827#21046' A S C II'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    WordWrap = True
  end
  object Btnstr: TButton
    Left = 406
    Top = 156
    Width = 57
    Height = 41
    Caption = #8595#8595#8595
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 4
    OnClick = BtnstrClick
  end
  object Edit1: TEdit
    Left = 24
    Top = 51
    Width = 377
    Height = 32
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    MaxLength = 15
    ParentFont = False
    TabOrder = 0
    Text = '0'
    Visible = False
    OnChange = Edit1Change
    OnKeyPress = Edit1KeyPress
  end
  object BtnHexs: TButton
    Left = 406
    Top = 340
    Width = 57
    Height = 41
    Caption = #8593#8593#8595
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 6
    OnClick = BtnHexsClick
  end
  object RadioGroup1: TRadioGroup
    Left = 8
    Top = 8
    Width = 401
    Height = 41
    Columns = 4
    ItemIndex = 1
    Items.Strings = (
      #21313#20845#36827#21046
      #21313#36827#21046
      #20843#36827#21046
      #20108#36827#21046)
    TabOrder = 10
    OnClick = RadioGroup1Click
  end
  object Button3: TButton
    Left = 407
    Top = 450
    Width = 57
    Height = 33
    Caption = #36864#20986'&Q'
    TabOrder = 9
    OnClick = Button3Click
  end
  object Edit2: TEdit
    Left = 24
    Top = 51
    Width = 377
    Height = 32
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    MaxLength = 19
    ParentFont = False
    TabOrder = 1
    Text = '0'
    OnChange = Edit2Change
    OnKeyPress = Edit2KeyPress
  end
  object Edit3: TEdit
    Left = 24
    Top = 51
    Width = 377
    Height = 32
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    MaxLength = 20
    ParentFont = False
    TabOrder = 2
    Text = '0'
    Visible = False
    OnChange = Edit3Change
    OnKeyPress = Edit3KeyPress
  end
  object Edit4: TEdit
    Left = 24
    Top = 51
    Width = 377
    Height = 32
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    MaxLength = 60
    ParentFont = False
    TabOrder = 3
    Text = '0'
    Visible = False
    OnChange = Edit4Change
    OnKeyPress = Edit4KeyPress
  end
  object Edit5: TEdit
    Left = 24
    Top = 85
    Width = 377
    Height = 32
    Color = 13882292
    Enabled = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 7
    Text = '0'
  end
  object Edit6: TEdit
    Left = 24
    Top = 118
    Width = 377
    Height = 32
    Color = 13882292
    Enabled = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 8
    Text = '0'
  end
  object MemoHEXS: TMemo
    Left = 37
    Top = 333
    Width = 362
    Height = 55
    Hint = #21313#20845#36827#21046#21333#23383#33410
    Color = 15705558
    ParentShowHint = False
    PopupMenu = PopupMenu2
    ScrollBars = ssVertical
    ShowHint = True
    TabOrder = 5
  end
  object MemoSTR: TMemo
    Left = 22
    Top = 153
    Width = 377
    Height = 50
    Hint = #23383#31526#20018
    Color = 10878709
    PopupMenu = PopupMenu2
    ScrollBars = ssVertical
    TabOrder = 11

⌨️ 快捷键说明

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