home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
zkuste
/
delphi
/
navody
/
DICOMSRC.ZIP
/
uMultislice.dfm
/
uMultislice.txt
Wrap
Text File
|
2001-04-27
|
2KB
|
97 lines
object MultiSliceForm: TMultiSliceForm
Left = 448
Top = 578
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Multislice Size'
ClientHeight = 195
ClientWidth = 181
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object OKBtn: TSpeedButton
Left = 72
Top = 168
Width = 97
Height = 22
Caption = 'OK'
OnClick = OKBtnClick
end
object Label1: TLabel
Left = 8
Top = 12
Width = 40
Height = 13
Caption = 'Columns'
end
object Label2: TLabel
Left = 8
Top = 44
Width = 27
Height = 13
Caption = 'Rows'
end
object Label3: TLabel
Left = 8
Top = 84
Width = 46
Height = 13
Caption = '1st Frame'
end
object Label4: TLabel
Left = 8
Top = 116
Width = 52
Height = 13
Caption = 'Last Frame'
end
object ColEdit: TSpinEdit
Left = 72
Top = 8
Width = 81
Height = 22
MaxValue = 32
MinValue = 1
TabOrder = 0
Value = 5
OnChange = ColEditChange
end
object RowEdit: TSpinEdit
Left = 71
Top = 40
Width = 81
Height = 22
MaxValue = 32
MinValue = 1
TabOrder = 1
Value = 4
OnChange = ColEditChange
end
object FirstEdit: TSpinEdit
Left = 72
Top = 80
Width = 81
Height = 22
MaxValue = 32
MinValue = 1
TabOrder = 2
Value = 1
end
object LastEdit: TSpinEdit
Left = 71
Top = 112
Width = 81
Height = 22
MaxValue = 32
MinValue = 1
TabOrder = 3
Value = 20
end
end