- Timestamp:
- Mar 23, 2010 4:10:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/MainPanel.ipf
r609 r648 78 78 ShowNSORTPanel() 79 79 End 80 81 Proc Combine1D_MainButtonProc(ctrlName) : ButtonControl 82 String ctrlName 83 84 ShowCombinePanel() 85 End 86 80 87 81 88 Proc Fit1D_MainButtonProc(ctrlName) : ButtonControl … … 309 316 Button MainButton_2e,pos={120,90},size={110,20},proc=Arithmetic1D_MainButtonProc,title="1D Arithmetic" 310 317 Button MainButton_2e,help={"Shows panel for doing arithmetic on 1D data sets"} 318 Button MainButton_2f,pos={120,120},size={130,20},proc=Combine1D_MainButtonProc,title="Combine 1D Files" 319 Button MainButton_2f,help={"Shows panel for batch combination of 1D data files. Use after you're comfortable with NSORT"} 311 320 Button MainButton_2a,disable=1 312 321 Button MainButton_2b,disable=1 … … 314 323 Button MainButton_2d,disable=1 315 324 Button MainButton_2e,disable=1 325 Button MainButton_2f,disable=1 326 327 316 328 317 329 //on tab(3) - 2-D Operations
Note: See TracChangeset
for help on using the changeset viewer.