home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / navody / DICOMSRC.ZIP / Raw.dfm / Raw.txt
Text File  |  2001-04-05  |  3KB  |  180 lines

  1. object RawForm: TRawForm
  2.   Left = 309
  3.   Top = 127
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Open Raw'
  7.   ClientHeight = 277
  8.   ClientWidth = 171
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 12
  20.     Top = 8
  21.     Width = 28
  22.     Height = 13
  23.     Caption = 'Width'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 12
  27.     Top = 34
  28.     Width = 31
  29.     Height = 13
  30.     Caption = 'Height'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 12
  34.     Top = 60
  35.     Width = 71
  36.     Height = 13
  37.     Caption = 'Slices [Frames]'
  38.   end
  39.   object Label4: TLabel
  40.     Left = 12
  41.     Top = 86
  42.     Width = 28
  43.     Height = 13
  44.     Caption = 'Offset'
  45.   end
  46.   object Label5: TLabel
  47.     Left = 12
  48.     Top = 112
  49.     Width = 63
  50.     Height = 13
  51.     Caption = 'Bits per voxel'
  52.   end
  53.   object SzLabel: TLabel
  54.     Left = 12
  55.     Top = 166
  56.     Width = 43
  57.     Height = 13
  58.     Caption = 'File size: '
  59.   end
  60.   object CancelBtn: TSpeedButton
  61.     Left = 20
  62.     Top = 238
  63.     Width = 72
  64.     Height = 22
  65.     Caption = 'Cancel'
  66.     OnClick = CancelBtnClick
  67.   end
  68.   object OKBtn: TSpeedButton
  69.     Tag = 1
  70.     Left = 93
  71.     Top = 238
  72.     Width = 72
  73.     Height = 22
  74.     Caption = 'View'
  75.     OnClick = OKBtnClick
  76.   end
  77.   object SpeedButton1: TSpeedButton
  78.     Tag = 2
  79.     Left = 68
  80.     Top = 204
  81.     Width = 48
  82.     Height = 22
  83.     Caption = 'DICOM'
  84.     OnClick = OKBtnClick
  85.   end
  86.   object SpeedButton2: TSpeedButton
  87.     Tag = 3
  88.     Left = 116
  89.     Top = 204
  90.     Width = 48
  91.     Height = 22
  92.     Caption = 'Interfile'
  93.     OnClick = OKBtnClick
  94.   end
  95.   object SpeedButton3: TSpeedButton
  96.     Tag = 4
  97.     Left = 20
  98.     Top = 204
  99.     Width = 48
  100.     Height = 22
  101.     Caption = 'Analyze'
  102.     OnClick = OKBtnClick
  103.   end
  104.   object Label6: TLabel
  105.     Left = 12
  106.     Top = 186
  107.     Width = 75
  108.     Height = 13
  109.     Caption = 'Convert raw to: '
  110.   end
  111.   object WidEdit: TSpinEdit
  112.     Left = 92
  113.     Top = 4
  114.     Width = 73
  115.     Height = 22
  116.     MaxLength = 5
  117.     MaxValue = 99999
  118.     MinValue = 1
  119.     TabOrder = 0
  120.     Value = 256
  121.     OnChange = WidEditChange
  122.   end
  123.   object HtEdit: TSpinEdit
  124.     Left = 92
  125.     Top = 30
  126.     Width = 73
  127.     Height = 22
  128.     MaxLength = 5
  129.     MaxValue = 99999
  130.     MinValue = 1
  131.     TabOrder = 1
  132.     Value = 256
  133.     OnChange = WidEditChange
  134.   end
  135.   object SliceEdit: TSpinEdit
  136.     Left = 92
  137.     Top = 56
  138.     Width = 73
  139.     Height = 22
  140.     MaxLength = 5
  141.     MaxValue = 99999
  142.     MinValue = 1
  143.     TabOrder = 2
  144.     Value = 1
  145.     OnChange = WidEditChange
  146.   end
  147.   object OffsetEdit: TSpinEdit
  148.     Left = 92
  149.     Top = 82
  150.     Width = 73
  151.     Height = 22
  152.     MaxValue = 0
  153.     MinValue = 0
  154.     TabOrder = 3
  155.     Value = 0
  156.     OnChange = WidEditChange
  157.   end
  158.   object BitsEdit: TSpinEdit
  159.     Left = 92
  160.     Top = 108
  161.     Width = 73
  162.     Height = 22
  163.     Increment = 4
  164.     MaxValue = 16
  165.     MinValue = 8
  166.     TabOrder = 4
  167.     Value = 8
  168.     OnChange = WidEditChange
  169.   end
  170.   object LittleEndCheck: TCheckBox
  171.     Left = 10
  172.     Top = 134
  173.     Width = 121
  174.     Height = 23
  175.     Alignment = taLeftJustify
  176.     Caption = 'Little-endian'
  177.     TabOrder = 5
  178.   end
  179. end
  180.