- Timestamp:
- Mar 25, 2010 3:40:17 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/Tile_2D.ipf
r646 r652 47 47 Proc Tile_2D() 48 48 PauseUpdate; Silent 1 // building window... 49 NewPanel /W=(849,337,124 2,526) /K=249 NewPanel /W=(849,337,1248,553) /K=2 50 50 DoWindow/C Tile_2D 51 51 52 ListBox fileList,pos={ 4,3},size={206,179}52 ListBox fileList,pos={5,4},size={206,206} 53 53 ListBox fileList,listWave=root:myGlobals:Tile_2D:fileWave 54 54 ListBox fileList,selWave=root:myGlobals:Tile_2D:selWave,mode= 4 55 Button button0,pos={217,1 09},size={170,20},proc=AddToLayoutButtonProc,title="Add Selected To Layout"55 Button button0,pos={217,131},size={170,20},proc=AddToLayoutButtonProc,title="Add Selected To Layout" 56 56 Button button0,help={"Adds images of the selected files to the layout selected in the popup menu"} 57 Button button1,pos={316,1 60},size={50,20},proc=TileDoneButtonProc,title="Done"57 Button button1,pos={316,182},size={50,20},proc=TileDoneButtonProc,title="Done" 58 58 Button button1,help={"Closes the panel, kills the layouts, and kills images from your memory"} 59 59 Button button3,pos={227,6},size={60,20},proc=GetListButtonProc,title="Get List" … … 61 61 Button button4,pos={340,6},size={25,20},proc=ShowTileHelp,title="?" 62 62 Button button4,help={"Show help file for tiling raw data files in a layout"} 63 Button button5,pos={217,1 33},size={170,20},proc=AddAllToLayout,title="Add All To Layout"63 Button button5,pos={217,155},size={170,20},proc=AddAllToLayout,title="Add All To Layout" 64 64 Button button5,help={"Adds images of all raw files, 40 per layout"} 65 65 CheckBox check0,pos={216,64},size={71,14},title="Log scaling"
Note: See TracChangeset
for help on using the changeset viewer.