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

📄 newfolder_frm.dfm

📁 自己写的一个 RSS 阅读器
💻 DFM
字号:
object fmNewFolder: TfmNewFolder
  Left = 326
  Top = 313
  BorderStyle = bsDialog
  Caption = 'fmNewFolder'
  ClientHeight = 113
  ClientWidth = 265
  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 InfoLabel: TJvHTLabel
    Left = 8
    Top = 8
    Width = 249
    Height = 27
    AutoSize = False
  end
  object Edit1: TEdit
    Left = 8
    Top = 48
    Width = 249
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object BtnOK: TButton
    Left = 48
    Top = 80
    Width = 81
    Height = 25
    Caption = '&OK'
    Default = True
    TabOrder = 1
    OnClick = BtnOKClick
  end
  object BtnCannel: TButton
    Left = 136
    Top = 80
    Width = 81
    Height = 25
    Cancel = True
    Caption = '&Cannel'
    TabOrder = 2
    OnClick = BtnCannelClick
  end
end

⌨️ 快捷键说明

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