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

📄 unit1.dfm

📁 《Delphi百例》源码?禗elphi百例》源码
💻 DFM
字号:
object Form1: TForm1
  Left = 201
  Top = 106
  Width = 261
  Height = 283
  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 GroupBox1: TGroupBox
    Left = 16
    Top = 8
    Width = 225
    Height = 105
    Caption = 'Encode'
    TabOrder = 0
    object Edit1: TEdit
      Left = 8
      Top = 16
      Width = 193
      Height = 21
      ImeName = '中文 (简体) - 智能 ABC'
      TabOrder = 0
      Text = '最"酷"DELPHI 精粹编程 100实例'
    end
    object Edit2: TEdit
      Left = 8
      Top = 48
      Width = 193
      Height = 21
      ImeName = '中文 (简体) - 智能 ABC'
      TabOrder = 1
    end
    object Button1: TButton
      Left = 128
      Top = 72
      Width = 75
      Height = 25
      Caption = 'Encode'
      TabOrder = 2
      OnClick = Button1Click
    end
  end
  object GroupBox2: TGroupBox
    Left = 16
    Top = 128
    Width = 225
    Height = 105
    Caption = 'Decode'
    TabOrder = 1
    object Edit3: TEdit
      Left = 8
      Top = 16
      Width = 193
      Height = 21
      ImeName = '中文 (简体) - 智能 ABC'
      TabOrder = 0
      Text = 
        '%D7%EE%22%BF%E1%22DELPHI+%BE%AB%B4%E2%B1%E0%B3%CC+100%CA%B5%C0%F' +
        'D'
    end
    object Edit4: TEdit
      Left = 8
      Top = 48
      Width = 193
      Height = 21
      ImeName = '中文 (简体) - 智能 ABC'
      TabOrder = 1
    end
    object Button2: TButton
      Left = 128
      Top = 72
      Width = 75
      Height = 25
      Caption = 'Decode'
      TabOrder = 2
      OnClick = Button2Click
    end
  end
  object NMURL1: TNMURL
    Left = 200
    Top = 8
  end
end

⌨️ 快捷键说明

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