~ubuntu-branches/ubuntu/natty/mricron/natty

« back to all changes in this revision

Viewing changes to dcm2nii/gui.lfm

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2010-11-08 07:55:47 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20101108075547-g99ufaelkf17kiss
Tags: 0.20101102.1~dfsg.1-1
* New upstream code.
* Changed get-orig-src to get-orig-source target in debian/rules for policy
  compliance.
* Added patch for compatibility with Lazarus version in Debian.
* Added patch for Ubuntu lucid backports that can be automatically applied
  by backport-dsc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
object MainForm: TMainForm
2
 
  Left = 265
 
2
  Left = 345
3
3
  Height = 363
4
 
  Top = 190
 
4
  Top = 122
5
5
  Width = 598
6
6
  ActiveControl = Panel1
7
7
  AllowDropFiles = True
68
68
  end
69
69
  object OpenHdrDlg: TOpenDialog
70
70
    FilterIndex = 0
71
 
    left = 72
72
 
    top = 128
 
71
    left = 24
 
72
    top = 48
73
73
  end
74
74
  object MainMenu1: TMainMenu
75
75
    left = 88
76
 
    top = 99
 
76
    top = 48
77
77
    object File1: TMenuItem
78
78
      Caption = 'File'
79
79
      object DICOMtoNIfTI1: TMenuItem
105
105
        OnClick = Copy1Click
106
106
      end
107
107
    end
 
108
    object UntestedMenu: TMenuItem
 
109
      Caption = 'Untested'
 
110
      object MirrorXdimension1: TMenuItem
 
111
        Caption = 'Mirror X-dimension'
 
112
        OnClick = MirrorXdimension1Click
 
113
      end
 
114
    end
108
115
    object Help1: TMenuItem
109
116
      Caption = 'Help'
110
117
      object Preferences1: TMenuItem