- Timestamp:
- Sep 24, 2008 1:33:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/SANS/Reduction/MainPanel.ipf
r328 r407 193 193 194 194 Show_WorkMath_Panel() 195 End 196 197 Proc TISANE_MainButtonProc(ctrlName) : ButtonControl 198 String ctrlName 199 200 Show_TISANE_Panel() 195 201 End 196 202 … … 303 309 Button MainButton_3f,pos={150,120},size={110,20},title="WorkFile Math",proc=WorkMath_MainButtonProc 304 310 Button MainButton_3f,help={"Perfom simple math operations on workfile data"} 311 Button MainButton_3g,pos={150,180},size={100,20},title="TISANE",proc=TISANE_MainButtonProc 312 Button MainButton_3g,help={"Manipulate TISANE Timeslice data"} 305 313 306 314 Button MainButton_3a,disable=1 … … 310 318 Button MainButton_3e,disable=1 311 319 Button MainButton_3f,disable=1 320 Button MainButton_3g,disable=1 312 321 313 322 //on tab(4) - Miscellaneous operations
Note: See TracChangeset
for help on using the changeset viewer.