newfolder_frm.dfm

来自「自己写的一个 RSS 阅读器」· DFM 代码 · 共 53 行

DFM
53
字号
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 + =
减小字号Ctrl + -
显示快捷键?