~ubuntu-branches/ubuntu/utopic/mricron/utopic

« back to all changes in this revision

Viewing changes to npm/spread.lfm

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2010-07-29 22:07:43 UTC
  • Revision ID: james.westby@ubuntu.com-20100729220743-q621ts2zj806gu0n
Tags: upstream-0.20100725.1~dfsg.1
ImportĀ upstreamĀ versionĀ 0.20100725.1~dfsg.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
object SpreadForm: TSpreadForm
 
2
  Left = 401
 
3
  Height = 538
 
4
  Top = 183
 
5
  Width = 326
 
6
  ActiveControl = DataGrid
 
7
  Caption = 'Voxelwise Analysis of Lesions'
 
8
  ClientHeight = 518
 
9
  ClientWidth = 326
 
10
  Font.Height = -11
 
11
  Font.Name = 'MS Sans Serif'
 
12
  Menu = MainMenu1
 
13
  OnClose = FormClose
 
14
  OnCreate = FormCreate
 
15
  OnResize = FormResize
 
16
  Position = poScreenCenter
 
17
  LCLVersion = '0.9.25'
 
18
  object DataGrid: TStringGrid
 
19
    Height = 470
 
20
    Top = 25
 
21
    Width = 326
 
22
    Align = alClient
 
23
    ColCount = 5
 
24
    ExtendedSelect = True
 
25
    FixedColor = clBtnFace
 
26
    FixedRows = 2
 
27
    Options = [goFixedVertLine, goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected, goTabs, goThumbTracking]
 
28
    RowCount = 12
 
29
    TabOrder = 0
 
30
    OnDrawCell = DataGridDrawCell
 
31
    OnKeyPress = DataGridKeyPress
 
32
    OnMouseDown = DataGridMouseDown
 
33
    OnMouseMove = DataGridMouseMove
 
34
    OnSelectCell = DataGridSelectCell
 
35
  end
 
36
  object ToolBar1: TToolBar
 
37
    Height = 25
 
38
    Width = 326
 
39
    EdgeBorders = []
 
40
    TabOrder = 1
 
41
    object DesignBtn: TSpeedButton
 
42
      Left = 1
 
43
      Height = 22
 
44
      Hint = 'ANOVA'
 
45
      Width = 120
 
46
      Caption = 'Design'
 
47
      Color = clBtnFace
 
48
      Glyph.Data = {
 
49
        76010000424D7601000000000000760000002800000020000000100000000100
 
50
        0400000000000001000000000000000000001000000010000000000000000000
 
51
        800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
 
52
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337333733373
 
53
        3373337F3F7F3F7F3F7F33737373737373733F7F7F7F7F7F7F7F770000000000
 
54
        00007777777777777777330333333C333333337FFF3337F3333F370993333C33
 
55
        3399377773F337F33377330339333C3339333F7FF7FFF7FFF7FF770777977C77
 
56
        97777777777777777777330333933C339333337F3373F7F37333370333393C39
 
57
        3333377F333737F7333333033333999333333F7FFFFF777FFFFF770777777C77
 
58
        77777777777777777777330333333C330333337F333337FF7FF3370333333C00
 
59
        003C377F333337777737330333333C3303333F7FFFFFF7FF7FFF770777777777
 
60
        7777777777777777777733333333333333333333333333333333
 
61
      }
 
62
      NumGlyphs = 2
 
63
      OnClick = DesignBtnClick
 
64
      ShowHint = True
 
65
      ParentShowHint = False
 
66
    end
 
67
  end
 
68
  object StatusBar1: TStatusBar
 
69
    Height = 23
 
70
    Top = 495
 
71
    Width = 326
 
72
    Panels = <    
 
73
      item
 
74
        Width = 140
 
75
      end    
 
76
      item
 
77
        Width = 50
 
78
      end>
 
79
    SimplePanel = False
 
80
  end
 
81
  object MainMenu1: TMainMenu
 
82
    left = 108
 
83
    top = 44
 
84
    object File1: TMenuItem
 
85
      Caption = '&File'
 
86
      object New1: TMenuItem
 
87
        Caption = 'New...'
 
88
        ShortCut = 16462
 
89
        OnClick = NewBtnClick
 
90
      end
 
91
      object Open1: TMenuItem
 
92
        Caption = 'Open...'
 
93
        ShortCut = 16463
 
94
        OnClick = OpenBtnClick
 
95
      end
 
96
      object Save1: TMenuItem
 
97
        Caption = 'Save'
 
98
        ShortCut = 16467
 
99
        OnClick = SaveBtnClick
 
100
      end
 
101
      object Quit1: TMenuItem
 
102
        Caption = 'Close window'
 
103
        ShortCut = 16471
 
104
        OnClick = Quit1Click
 
105
      end
 
106
    end
 
107
    object Edit1: TMenuItem
 
108
      Caption = 'Edit'
 
109
      object Copy1: TMenuItem
 
110
        Caption = 'Copy'
 
111
        ShortCut = 16451
 
112
        OnClick = Copy1Click
 
113
      end
 
114
      object Paste1: TMenuItem
 
115
        Caption = 'Paste'
 
116
        ShortCut = 16470
 
117
        OnClick = Paste1Click
 
118
      end
 
119
      object Selectall1: TMenuItem
 
120
        Caption = 'Select all cells'
 
121
        ShortCut = 16449
 
122
        OnClick = Selectall1Click
 
123
      end
 
124
      object Clearallcells1: TMenuItem
 
125
        Caption = 'Clear all cells...'
 
126
        OnClick = Clearallcells1Click
 
127
      end
 
128
      object DescriptiveMenu: TMenuItem
 
129
        Caption = 'Descriptives'
 
130
        OnClick = DescriptiveClick
 
131
      end
 
132
    end
 
133
    object View: TMenuItem
 
134
      Caption = 'View'
 
135
      object Font1: TMenuItem
 
136
        Caption = 'Font'
 
137
        object N81: TMenuItem
 
138
          Tag = 8
 
139
          Caption = '8'
 
140
          Checked = True
 
141
          GroupIndex = 111
 
142
          RadioItem = True
 
143
          OnClick = FontSizeChange
 
144
        end
 
145
        object N101: TMenuItem
 
146
          Tag = 10
 
147
          Caption = '10'
 
148
          GroupIndex = 111
 
149
          RadioItem = True
 
150
          OnClick = FontSizeChange
 
151
        end
 
152
        object N121: TMenuItem
 
153
          Tag = 12
 
154
          Caption = '12'
 
155
          GroupIndex = 111
 
156
          RadioItem = True
 
157
          OnClick = FontSizeChange
 
158
        end
 
159
        object N141: TMenuItem
 
160
          Tag = 14
 
161
          Caption = '14'
 
162
          GroupIndex = 111
 
163
          RadioItem = True
 
164
          OnClick = FontSizeChange
 
165
        end
 
166
      end
 
167
      object Design1: TMenuItem
 
168
        Caption = 'Design'
 
169
        ShortCut = 16452
 
170
        OnClick = DesignBtnClick
 
171
      end
 
172
    end
 
173
    object Help1: TMenuItem
 
174
      Caption = '&Help'
 
175
      object Aboutthissoftware1: TMenuItem
 
176
        Caption = '&About this software'
 
177
        OnClick = Aboutthissoftware1Click
 
178
      end
 
179
    end
 
180
  end
 
181
  object OpenDialog1: TOpenDialog
 
182
    DefaultExt = '.val'
 
183
    Filter = 'Native [val]|.val|Tab delimited text [txt]|.txt|All files|.*'
 
184
    FilterIndex = 0
 
185
    left = 36
 
186
    top = 44
 
187
  end
 
188
  object SaveDialog1: TSaveDialog
 
189
    DefaultExt = '.val'
 
190
    Filter = 'Native format [val]|*.val|Tab delimited text [txt]|*.txt'
 
191
    FilterIndex = 0
 
192
    Options = [ofOverwritePrompt, ofHideReadOnly]
 
193
    left = 74
 
194
    top = 44
 
195
  end
 
196
end