copydlg.dfm

来自「这是一套全面的网络组件」· DFM 代码 · 共 56 行

DFM
56
字号
object CopyDialog: TCopyDialog
  Left = 236
  Top = 164
  BorderStyle = bsDialog
  Caption = 'Copy'
  ClientHeight = 96
  ClientWidth = 295
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -10
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCloseQuery = FormCloseQuery
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 13
    Top = 13
    Width = 120
    Height = 13
    Caption = 'Copy current message to:'
  end
  object cbFolder: TComboBox
    Left = 13
    Top = 26
    Width = 267
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 0
  end
  object Button1: TButton
    Left = 78
    Top = 65
    Width = 61
    Height = 20
    Caption = 'Ok'
    Default = True
    ModalResult = 1
    TabOrder = 1
  end
  object Button2: TButton
    Left = 156
    Top = 65
    Width = 61
    Height = 20
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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