unit1.~dfm

来自「outlook 2000 发送监控 在发送时提取 附件或取消发送」· ~DFM 代码 · 共 58 行

~DFM
58
字号
object Form1: TForm1
  Left = 203
  Top = 203
  Width = 716
  Height = 485
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 2
    Top = 68
    Width = 277
    Height = 377
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 0
  end
  object Button1: TButton
    Left = 552
    Top = 144
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 1
    OnClick = Button1Click
  end
  object IdEncoderMIME1: TIdEncoderMIME
    FillChar = '='
    Left = 431
    Top = 192
  end
  object IdDecoderMIME1: TIdDecoderMIME
    FillChar = '='
    Left = 464
    Top = 192
  end
  object OutlookApplication1: TOutlookApplication
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    AutoQuit = False
    OnItemSend = OutlookApplication1ItemSend
    Left = 390
    Top = 44
  end
  object Query1: TADOQuery
    Parameters = <>
    Left = 344
    Top = 144
  end
end

⌨️ 快捷键说明

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