formconverter.dfm

来自「全世界知名的Open Source Delphi开发组织JCL的作品。JCL包含」· DFM 代码 · 共 66 行

DFM
66
字号
object frmConverter: TfrmConverter
  Left = 227
  Top = 119
  ClientWidth = 454
  ClientHeight = 80
  Caption = 'Exception Report Converter'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object btnConvert: TButton
    Left = 368
    Top = 9
    Width = 75
    Height = 25
    Caption = '&Convert'
    TabOrder = 2
    OnClick = btnConvertClick
  end
  object txtReportFile: TEdit
    Left = 8
    Top = 11
    Width = 313
    Height = 21
    TabOrder = 0
    Text = 'txtReportFile'
  end
  object txtMapFile: TEdit
    Left = 8
    Top = 51
    Width = 313
    Height = 21
    TabOrder = 1
    Text = 'txtMapFile'
  end
  object btnReportFile: TButton
    Left = 328
    Top = 9
    Width = 22
    Height = 25
    Caption = '...'
    TabOrder = 3
    OnClick = btnReportFileClick
  end
  object btnMapFile: TButton
    Left = 328
    Top = 49
    Width = 22
    Height = 25
    Caption = '...'
    TabOrder = 4
    OnClick = btnMapFileClick
  end
  object dlgOpen: TOpenDialog
    Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
    Left = 392
    Top = 51
  end
end

⌨️ 快捷键说明

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