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

📄 uafrmerrorhandler.dfm

📁 基于Midas 技术的多层应用开发包第二版(带开发文档)
💻 DFM
字号:
object FrmErrorHandler: TFrmErrorHandler
  Left = 232
  Top = 276
  BorderStyle = bsDialog
  ClientHeight = 255
  ClientWidth = 363
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnActivate = FormActivate
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Splitter1: TSplitter
    Left = 0
    Top = 105
    Width = 363
    Height = 3
    Cursor = crVSplit
    Align = alBottom
  end
  object P_Title: TPanel
    Left = 0
    Top = 0
    Width = 363
    Height = 105
    Align = alClient
    TabOrder = 0
    object sbtn_Ignore: TSpeedButton
      Left = 130
      Top = 72
      Width = 68
      Height = 23
      Caption = '&Ignore'
      OnClick = sbtn_IgnoreClick
    end
    object sbtn_Abort: TSpeedButton
      Left = 207
      Top = 72
      Width = 68
      Height = 23
      Caption = '&Abort'
      OnClick = sbtn_AbortClick
    end
    object sbtn_Send: TSpeedButton
      Left = 53
      Top = 72
      Width = 68
      Height = 23
      Caption = '&Send'
      OnClick = sbtn_SendClick
    end
    object sbtn_Details: TSpeedButton
      Left = 288
      Top = 72
      Width = 68
      Height = 23
      Caption = '&Details >>'
      OnClick = sbtn_DetailsClick
    end
    object Image1: TImage
      Left = 6
      Top = 8
      Width = 77
      Height = 58
    end
    object lb_Msg: TLabel
      Left = 88
      Top = 16
      Width = 36
      Height = 12
      Caption = 'lb_Msg'
    end
  end
  object P_Detail: TPanel
    Left = 0
    Top = 108
    Width = 363
    Height = 147
    Align = alBottom
    BevelInner = bvLowered
    BevelOuter = bvLowered
    TabOrder = 1
    object Label1: TLabel
      Left = 4
      Top = 8
      Width = 54
      Height = 12
      Caption = 'UA Error:'
    end
    object Label2: TLabel
      Left = 4
      Top = 32
      Width = 78
      Height = 12
      Caption = 'Server Error:'
    end
    object sbtn_Before: TSpeedButton
      Left = 209
      Top = 120
      Width = 64
      Height = 23
      Caption = '< &Back'
      OnClick = sbtn_BeforeClick
    end
    object sbtn_Next: TSpeedButton
      Left = 287
      Top = 120
      Width = 64
      Height = 23
      Caption = '&Next >'
      OnClick = sbtn_NextClick
    end
    object Mm_ErrorDesc: TMemo
      Left = 4
      Top = 56
      Width = 354
      Height = 60
      Color = clInfoBk
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      ScrollBars = ssVertical
      TabOrder = 0
      WantTabs = True
    end
    object edt_ServerError: TEdit
      Left = 81
      Top = 32
      Width = 277
      Height = 21
      Color = clInfoBk
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 1
    end
    object edt_UAErrorCode: TEdit
      Left = 81
      Top = 7
      Width = 94
      Height = 21
      Color = clInfoBk
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 2
    end
    object edt_UAErrorOBj: TEdit
      Left = 175
      Top = 7
      Width = 183
      Height = 21
      Color = clInfoBk
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 3
    end
  end
end

⌨️ 快捷键说明

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