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

📄 unit7.dfm

📁 Dicom Delphi code 看DICOM图像
💻 DFM
字号:
object frmAbout: TfrmAbout
  Left = 595
  Top = 706
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'About Application'
  ClientHeight = 136
  ClientWidth = 493
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 56
    Width = 317
    Height = 13
    Caption = 'The Application was compiled by Delphi 7 under Windows XP SP2.'
  end
  object Label2: TLabel
    Left = 16
    Top = 40
    Width = 461
    Height = 13
    Caption = 
      'This application was build  based  an ActiveX Control module, wh' +
      'ich provided by www.dicom3.cn.'
  end
  object Label3: TLabel
    Left = 16
    Top = 72
    Width = 334
    Height = 13
    Caption = 
      'This software is freeware,  Please don'#39't use it for a commercial' +
      ' product.'
  end
  object Label4: TLabel
    Left = 16
    Top = 88
    Width = 303
    Height = 13
    Caption = 'Need the source code of this application, please contact author.'
  end
  object Label5: TLabel
    Left = 16
    Top = 115
    Width = 230
    Height = 13
    Caption = 'M.KING EMail:makelking@hotmail.com 2008.3.2'
  end
  object Label6: TLabel
    Left = 16
    Top = 8
    Width = 280
    Height = 24
    Caption = 'DICOM Medical Image Viewer'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label7: TLabel
    Left = 302
    Top = 16
    Width = 39
    Height = 13
    Caption = 'ver 1.01'
  end
  object Button1: TButton
    Left = 400
    Top = 104
    Width = 75
    Height = 25
    Caption = 'OK'
    TabOrder = 0
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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