home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / navody / DICOMSRC.ZIP / View.dfm / View.txt
Text File  |  1999-10-28  |  3KB  |  141 lines

  1. object ViewForm: TViewForm
  2.   Left = 490
  3.   Top = 276
  4.   Width = 196
  5.   Height = 145
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'ViewForm'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label7: TLabel
  17.     Left = 6
  18.     Top = 23
  19.     Width = 27
  20.     Height = 13
  21.     Caption = 'Black'
  22.   end
  23.   object Label1: TLabel
  24.     Left = 6
  25.     Top = 48
  26.     Width = 28
  27.     Height = 13
  28.     Caption = 'White'
  29.   end
  30.   object SliceLabel: TLabel
  31.     Left = 8
  32.     Top = 73
  33.     Width = 23
  34.     Height = 13
  35.     Caption = 'Slice'
  36.   end
  37.   object Image1: TPGImage
  38.     Left = 42
  39.     Top = 4
  40.     Width = 132
  41.     Height = 13
  42.     BorderStyle = bsNone
  43.     Ctl3D = False
  44.     ParentCtl3D = False
  45.     TabOrder = 0
  46.     PicBoxColor = clBtnFace
  47.     PicBoxCursor = crDefault
  48.     PicBoxDragCursor = crDrag
  49.     PicBoxDragMode = dmManual
  50.     PicBoxParentColor = True
  51.     PicBoxParentShowHint = True
  52.     PicBoxShowHint = False
  53.     PicBoxTag = 0
  54.     ZoomFactor = 1.000000000000000000
  55.   end
  56.   object BlackSlide: TRxSlider
  57.     Left = 34
  58.     Top = 18
  59.     Width = 145
  60.     Height = 23
  61.     Increment = 1
  62.     MinValue = 1
  63.     MaxValue = 254
  64.     EdgeSize = 4
  65.     Options = []
  66.     TabOrder = 1
  67.     TabStop = False
  68.     Value = 1
  69.     OnChange = BlackSlideChange
  70.   end
  71.   object WhiteSlide: TRxSlider
  72.     Left = 34
  73.     Top = 43
  74.     Width = 145
  75.     Height = 23
  76.     Increment = 1
  77.     MinValue = 1
  78.     MaxValue = 255
  79.     EdgeSize = 4
  80.     Options = []
  81.     TabOrder = 2
  82.     TabStop = False
  83.     Value = 254
  84.     OnChange = BlackSlideChange
  85.   end
  86.   object SliceSlider: TRxSlider
  87.     Left = 36
  88.     Top = 68
  89.     Width = 145
  90.     Height = 23
  91.     Increment = 1
  92.     MinValue = 1
  93.     EdgeSize = 4
  94.     Options = []
  95.     TabOrder = 3
  96.     TabStop = False
  97.     Value = 1
  98.   end
  99.   object SchemeDrop: TComboBox
  100.     Left = 6
  101.     Top = 92
  102.     Width = 53
  103.     Height = 21
  104.     Style = csDropDownList
  105.     ItemHeight = 13
  106.     Items.Strings = (
  107.       'W&B'
  108.       'B&W'
  109.       'Metal')
  110.     TabOrder = 4
  111.   end
  112.   object ScaleDrop: TComboBox
  113.     Left = 58
  114.     Top = 92
  115.     Width = 51
  116.     Height = 21
  117.     Style = csDropDownList
  118.     ItemHeight = 13
  119.     Items.Strings = (
  120.       'x0.5'
  121.       'x1.0'
  122.       'x1.5'
  123.       'x2.0'
  124.       'x2.5'
  125.       'x3.0')
  126.     TabOrder = 5
  127.   end
  128.   object ProDrop: TComboBox
  129.     Left = 110
  130.     Top = 92
  131.     Width = 69
  132.     Height = 21
  133.     Style = csDropDownList
  134.     ItemHeight = 13
  135.     Items.Strings = (
  136.       'Square'
  137.       'Scaled')
  138.     TabOrder = 6
  139.   end
  140. end
  141.