- Timestamp:
- Oct 1, 2009 10:15:08 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/USANS/Main_USANS.ipf
r544 r564 149 149 ListBox samLB,pos={149,55},size={110,90},listWave=root:Packages:NIST:USANS:Globals:MainPanel:samWave 150 150 ListBox samLB,mode= 1,selRow= -1 151 Button ClearSamButton,pos={22 4,148},size={35,21},proc=ClearButtonProc,title="Clr"151 Button ClearSamButton,pos={227,148},size={35,20},proc=ClearButtonProc,title="Clr" 152 152 Button ClearSamButton,help={"Clears the list of sample scans"} 153 153 Button ClearEmpButton,pos={227,286},size={35,20},proc=ClearButtonProc,title="Clr" … … 155 155 Button RefreshButton,pos={9,310},size={104,20},proc=RefreshListButtonProc,title="Refresh" 156 156 Button RefreshButton,help={"Refreshes the list of raw ICP data files"} 157 Button DelSamButton,pos={18 6,148},size={35,20},proc=DelSamButtonProc,title="Del"157 Button DelSamButton,pos={183,148},size={35,20},proc=DelSamButtonProc,title="Del" 158 158 Button DelSamButton,help={"Deletes the selected file(s) from the list of sample scans"} 159 Button DelEmpButton,pos={1 90,286},size={35,20},proc=DelEmpButtonProc,title="Del"159 Button DelEmpButton,pos={183,286},size={35,20},proc=DelEmpButtonProc,title="Del" 160 160 Button DelEmpButton,help={"Deletes the selected file(s) from the list of empty scans"} 161 161 ListBox empLB,pos={151,194},size={110,90} 162 162 ListBox empLB,listWave=root:Packages:NIST:USANS:Globals:MainPanel:empWave,mode= 1,selRow= 0 163 Button toSamList,pos={118,55},size={25,90},proc=toSamListButtonProc,title="S ->"163 Button toSamList,pos={118,55},size={25,90},proc=toSamListButtonProc,title="S\r->" 164 164 Button toSamList,help={"Adds the selected file(s) to the list of sample scans"} 165 Button toEmpList,pos={120,195},size={25,90},proc=toEmptyListButtonProc,title="E ->"165 Button toEmpList,pos={120,195},size={25,90},proc=toEmptyListButtonProc,title="E\r->" 166 166 Button toEmpList,help={"Adds the selected file(s) to the list of empty (cell) scans"} 167 167 ListBox StatusLB,pos={11,358},size={386,77} … … 169 169 Button pickPathButton,pos={6,8},size={80,20},proc=PickBT5PathButton,title="DataPath..." 170 170 Button pickPathButton,help={"Select the data folder where the raw ICP data files are located"} 171 Button PlotSelectedSAMButton,pos={14 8,148},size={35,20},proc=PlotSelectedSAMButtonProc,title="Plot"171 Button PlotSelectedSAMButton,pos={140,148},size={35,20},proc=PlotSelectedSAMButtonProc,title="Plot" 172 172 Button PlotSelectedSAMButton,help={"Plot the selected sample scattering files in the COR_Graph"} 173 Button PlotSelectedEMPButton,pos={1 52,286},size={35,20},proc=PlotSelectedEMPButtonProc,title="Plot"173 Button PlotSelectedEMPButton,pos={140,286},size={35,20},proc=PlotSelectedEMPButtonProc,title="Plot" 174 174 Button PlotSelectedEMPButton,help={"Plot the selected empty cell scattering files in the COR_Graph"} 175 175 Button pickSavePathButton,pos={97,8},size={80,20},proc=PickSaveButtonProc,title="SavePath..." … … 179 179 Button RefreshCurrent,pos={298,310},size={95,20},proc=RefreshCurrentButtonProc,title="Refresh",disable=2 180 180 Button RefreshCurrent,help={"Updates data files on Charlotte and gets current data file name"} 181 Button AddCurToSAM,pos={264,55},size={25,90},proc=CurtoSamListButtonProc,title=" <-S",disable=2181 Button AddCurToSAM,pos={264,55},size={25,90},proc=CurtoSamListButtonProc,title="S\r<-",disable=2 182 182 Button AddCurToSAM,help={"Adds the current data file to the list of sample scans"} 183 Button AddCurToEMP,pos={265,194},size={25,90},proc=CurtoEmptyListButtonProc,title=" <-E",disable=2183 Button AddCurToEMP,pos={265,194},size={25,90},proc=CurtoEmptyListButtonProc,title="E\r<-",disable=2 184 184 Button AddCurToEMP,help={"Adds the current data file to the list of empty scans"} 185 185 ListBox CurFileBox,pos={295,55},size={100,230},proc=FileListBoxProc,disable=1
Note: See TracChangeset
for help on using the changeset viewer.