home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / navody / DICOMSRC.ZIP / uMultislice.dfm / uMultislice.txt
Text File  |  2001-04-27  |  2KB  |  97 lines

  1. object MultiSliceForm: TMultiSliceForm
  2.   Left = 448
  3.   Top = 578
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Multislice Size'
  7.   ClientHeight = 195
  8.   ClientWidth = 181
  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 OKBtn: TSpeedButton
  19.     Left = 72
  20.     Top = 168
  21.     Width = 97
  22.     Height = 22
  23.     Caption = 'OK'
  24.     OnClick = OKBtnClick
  25.   end
  26.   object Label1: TLabel
  27.     Left = 8
  28.     Top = 12
  29.     Width = 40
  30.     Height = 13
  31.     Caption = 'Columns'
  32.   end
  33.   object Label2: TLabel
  34.     Left = 8
  35.     Top = 44
  36.     Width = 27
  37.     Height = 13
  38.     Caption = 'Rows'
  39.   end
  40.   object Label3: TLabel
  41.     Left = 8
  42.     Top = 84
  43.     Width = 46
  44.     Height = 13
  45.     Caption = '1st Frame'
  46.   end
  47.   object Label4: TLabel
  48.     Left = 8
  49.     Top = 116
  50.     Width = 52
  51.     Height = 13
  52.     Caption = 'Last Frame'
  53.   end
  54.   object ColEdit: TSpinEdit
  55.     Left = 72
  56.     Top = 8
  57.     Width = 81
  58.     Height = 22
  59.     MaxValue = 32
  60.     MinValue = 1
  61.     TabOrder = 0
  62.     Value = 5
  63.     OnChange = ColEditChange
  64.   end
  65.   object RowEdit: TSpinEdit
  66.     Left = 71
  67.     Top = 40
  68.     Width = 81
  69.     Height = 22
  70.     MaxValue = 32
  71.     MinValue = 1
  72.     TabOrder = 1
  73.     Value = 4
  74.     OnChange = ColEditChange
  75.   end
  76.   object FirstEdit: TSpinEdit
  77.     Left = 72
  78.     Top = 80
  79.     Width = 81
  80.     Height = 22
  81.     MaxValue = 32
  82.     MinValue = 1
  83.     TabOrder = 2
  84.     Value = 1
  85.   end
  86.   object LastEdit: TSpinEdit
  87.     Left = 71
  88.     Top = 112
  89.     Width = 81
  90.     Height = 22
  91.     MaxValue = 32
  92.     MinValue = 1
  93.     TabOrder = 3
  94.     Value = 20
  95.   end
  96. end
  97.