frmtrashmail.dfm

来自「Mailserver Source code - Delphi. Simp」· DFM 代码 · 共 94 行

DFM
94
字号
object FrmTrashMail1: TFrmTrashMail1
  Left = 56
  Top = 136
  Align = alClient
  BorderStyle = bsNone
  Caption = 'FrmTrashMail1'
  ClientHeight = 348
  ClientWidth = 536
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 536
    Height = 23
    Align = alTop
    BevelOuter = bvLowered
    Caption = #36807#28388#22403#22334#37038#20214
    Color = clGray
    Font.Charset = ANSI_CHARSET
    Font.Color = clWhite
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object Panel2: TPanel
    Left = 0
    Top = 23
    Width = 536
    Height = 3
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 1
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 26
    Width = 536
    Height = 322
    Align = alClient
    DataSource = UnitDataModule1.DS_trash
    Options = [dgTitles, dgColumnResize, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    PopupMenu = PopupMenu1
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'MAILADDRESS'
        Title.Caption = #22403#22334#37038#20214
        Width = 550
        Visible = True
      end>
  end
  object PopupMenu1: TPopupMenu
    AutoHotkeys = maManual
    OnPopup = PopupMenu1Popup
    Left = 264
    Top = 224
    object N1: TMenuItem
      Caption = #28155#21152
      ShortCut = 16466
      OnClick = N1Click
    end
    object N2: TMenuItem
      Caption = #21024#38500
      ShortCut = 16455
      OnClick = N2Click
    end
    object N3: TMenuItem
      Caption = #28165#31354
      ShortCut = 46
      OnClick = N3Click
    end
    object N4: TMenuItem
      Caption = #32479#35745#20449#24687
      OnClick = N4Click
    end
  end
end

⌨️ 快捷键说明

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