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

📄 tlbtomapmain.dfm

📁 Jedi Code Library JCL JVCL 组件包 JCL+JVCL超过300个组件的非可视/可视大型组件包。
💻 DFM
📖 第 1 页 / 共 3 页
字号:
object MainForm: TMainForm
  Left = 274
  Top = 174
  Width = 430
  Height = 346
  Caption = 'Type Library to MAP file'
  Color = clBtnFace
  Constraints.MinHeight = 200
  Constraints.MinWidth = 300
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poDefaultPosOnly
  ShowHint = True
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 0
    Top = 239
    Width = 422
    Height = 3
    Cursor = crVSplit
    Align = alBottom
    MinSize = 10
    ResizeStyle = rsUpdate
    Visible = False
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 422
    Height = 24
    AutoSize = True
    Caption = 'ToolBar1'
    Flat = True
    Images = ImageList1
    Indent = 4
    TabOrder = 0
    Wrapable = False
    object ToolButton1: TToolButton
      Left = 4
      Top = 0
      Action = Open1
    end
    object ToolButton3: TToolButton
      Left = 27
      Top = 0
      Width = 8
      Caption = 'ToolButton3'
      ImageIndex = 2
      Style = tbsSeparator
    end
    object ToolButton2: TToolButton
      Left = 35
      Top = 0
      Action = CreateMAP1
    end
    object ToolButton4: TToolButton
      Left = 58
      Top = 0
      Action = CreateJDBG1
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 281
    Width = 422
    Height = 19
    Panels = <
      item
        Width = 50
      end>
    SimplePanel = False
  end
  object MethodsListView: TListView
    Left = 0
    Top = 24
    Width = 422
    Height = 215
    Align = alClient
    Columns = <
      item
        Caption = 'Method'
        Width = 200
      end
      item
        Alignment = taRightJustify
        Caption = 'Address'
        Width = 70
      end>
    ColumnClick = False
    HotTrackStyles = []
    OwnerData = True
    ReadOnly = True
    RowSelect = True
    SmallImages = ImageList1
    TabOrder = 2
    ViewStyle = vsReport
    OnData = MethodsListViewData
  end
  object VersionMemo: TMemo
    Left = 0
    Top = 242
    Width = 422
    Height = 39
    Align = alBottom
    ReadOnly = True
    TabOrder = 3
    Visible = False
  end
  object MainMenu1: TMainMenu
    Images = ImageList1
    Left = 8
    Top = 248
    object File1: TMenuItem
      Caption = 'File'
      object Open2: TMenuItem
        Action = Open1
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object Exit2: TMenuItem
        Action = Exit1
      end
    end
    object Run1: TMenuItem
      Caption = 'Run'
      object Convert2: TMenuItem
        Action = CreateMAP1
      end
      object CreateJDBGfile1: TMenuItem
        Action = CreateJDBG1
      end
    end
  end
  object ActionList1: TActionList
    Images = ImageList1
    Left = 40
    Top = 248
    object Exit1: TAction
      Caption = 'Exit'
      Hint = 'Exit the application'
      ImageIndex = 0
      OnExecute = Exit1Execute
    end
    object Open1: TAction
      Caption = 'Open ...'
      Hint = 'Open Type Library'
      ImageIndex = 2
      ShortCut = 16463
      OnExecute = Open1Execute
    end
    object CreateMAP1: TAction
      Caption = 'Create MAP file'
      Hint = 'Create MAP file'
      ImageIndex = 1
      ShortCut = 120
      OnExecute = CreateMAP1Execute
      OnUpdate = CreateMAP1Update
    end
    object CreateJDBG1: TAction
      Tag = 1
      Caption = 'Create JDBG file'
      Hint = 'Create JDBG file'
      ImageIndex = 4
      ShortCut = 8312
      OnExecute = CreateMAP1Execute
      OnUpdate = CreateMAP1Update
    end
  end
  object ImageList1: TImageList
    Left = 72
    Top = 248
    Bitmap = {
      494C010105000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
      0000000000003600000028000000400000003000000001002000000000000030
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000

⌨️ 快捷键说明

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