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

📄 wnccvmain.dfm

📁 介绍关于VB的基础教程有关代码 全英文从大学下载的PDF格式
💻 DFM
字号:
object Form1: TForm1
  Left = 380
  Top = 152
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #23383#31526#36716#25442#24037#20855
  ClientHeight = 385
  ClientWidth = 238
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Bevel1: TBevel
    Left = 9
    Top = 109
    Width = 220
    Height = 24
    Shape = bsFrame
  end
  object btnConvert: TButton
    Left = 10
    Top = 110
    Width = 218
    Height = 22
    Caption = #36716#25442'(&C)'
    TabOrder = 3
    OnClick = btnConvertClick
  end
  object rbtnInputHex: TRadioButton
    Left = 132
    Top = 10
    Width = 77
    Height = 17
    Caption = #36755#20837'Hex'#30721
    TabOrder = 2
    OnClick = rbtnInputHexClick
  end
  object rbtnInputChara: TRadioButton
    Left = 10
    Top = 10
    Width = 112
    Height = 17
    Caption = #36755#20837#27721#23383#25110#32773#33521#25991
    Checked = True
    TabOrder = 1
    TabStop = True
    OnClick = rbtnInputCharaClick
  end
  object memInput: TMemo
    Left = 10
    Top = 28
    Width = 218
    Height = 78
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object panResult: TPanel
    Left = 10
    Top = 138
    Width = 218
    Height = 29
    BevelOuter = bvNone
    TabOrder = 4
    object rbtnUToA: TRadioButton
      Left = 2
      Top = 4
      Width = 102
      Height = 17
      Caption = 'Unicode'#21040'Ascii'
      Checked = True
      Enabled = False
      TabOrder = 0
      TabStop = True
    end
    object rbtnAToU: TRadioButton
      Left = 107
      Top = 4
      Width = 112
      Height = 17
      Caption = 'Ascii'#21040'Unicode'
      Enabled = False
      TabOrder = 1
    end
  end
  object gbxUnicode: TGroupBox
    Left = 10
    Top = 170
    Width = 218
    Height = 101
    Caption = 'Unicode'#32534#30721
    TabOrder = 5
    object memUnicode: TMemo
      Left = 6
      Top = 16
      Width = 205
      Height = 78
      Color = clBtnFace
      ReadOnly = True
      ScrollBars = ssVertical
      TabOrder = 0
    end
  end
  object gbxAscii: TGroupBox
    Left = 8
    Top = 274
    Width = 218
    Height = 101
    Caption = 'Ascii'#32534#30721
    TabOrder = 6
    object memAscii: TMemo
      Left = 6
      Top = 16
      Width = 205
      Height = 78
      Color = clBtnFace
      ReadOnly = True
      ScrollBars = ssVertical
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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