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

📄 unit10.dfm

📁 Dicom Delphi code 看DICOM图像
💻 DFM
字号:
object frmWindowingPreset: TfrmWindowingPreset
  Left = 617
  Top = 159
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'Windowing Presets'
  ClientHeight = 248
  ClientWidth = 257
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 13
    Width = 39
    Height = 13
    Caption = 'Modality'
  end
  object Button1: TButton
    Left = 88
    Top = 216
    Width = 75
    Height = 25
    Caption = 'OK'
    TabOrder = 0
  end
  object Button2: TButton
    Left = 176
    Top = 216
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    TabOrder = 1
    OnClick = Button2Click
  end
  object cbModality: TComboBox
    Left = 53
    Top = 8
    Width = 65
    Height = 21
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 2
    Text = 'CT'
    OnClick = cbModalityClick
    Items.Strings = (
      'CT'
      'MR'
      'CR'
      'US'
      'XA'
      'NM'
      'RF'
      'DS'
      'DX')
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 40
    Width = 241
    Height = 169
    Caption = 'Preset'
    TabOrder = 3
    object Label2: TLabel
      Left = 152
      Top = 112
      Width = 26
      Height = 13
      Caption = 'Level'
    end
    object Label3: TLabel
      Left = 152
      Top = 64
      Width = 28
      Height = 13
      Caption = 'Width'
    end
    object Label4: TLabel
      Left = 151
      Top = 24
      Width = 78
      Height = 25
      AutoSize = False
      Caption = 'A'
    end
    object ListBox1: TListBox
      Left = 16
      Top = 24
      Width = 121
      Height = 129
      ItemHeight = 13
      TabOrder = 0
      OnClick = ListBox1Click
    end
    object edtWidth: TEdit
      Left = 152
      Top = 80
      Width = 73
      Height = 21
      Color = clMenuBar
      ReadOnly = True
      TabOrder = 1
    end
    object edtLevel: TEdit
      Left = 152
      Top = 128
      Width = 73
      Height = 21
      Color = clMenuBar
      ReadOnly = True
      TabOrder = 2
    end
  end
end

⌨️ 快捷键说明

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