Mercurial > repos > vipints > rdiff
comparison rDiff/src/locfit/Source/lfwin.h @ 0:0f80a5141704
version 0.3 uploaded
| author | vipints |
|---|---|
| date | Thu, 14 Feb 2013 23:38:36 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:0f80a5141704 |
|---|---|
| 1 #define LFM_EXIT 0 | |
| 2 #define LFM_COPY 1 | |
| 3 #define LFM_PASTE 2 | |
| 4 #define LFM_RUN 3 | |
| 5 | |
| 6 #define LFM_READA 10 | |
| 7 #define LFM_SAVED 11 | |
| 8 #define LFM_READD 12 | |
| 9 #define LFM_SUMD 13 | |
| 10 #define LFM_PLOTD 18 | |
| 11 | |
| 12 #define LFM_LOCF 20 | |
| 13 #define LFM_READF 22 | |
| 14 #define LFM_SUMF 23 | |
| 15 #define LFM_PRFIT 24 | |
| 16 | |
| 17 #define LFM_ALPH 70 | |
| 18 #define LFM_FIXH 71 | |
| 19 #define LFM_APEN 72 | |
| 20 #define LFM_DEG0 75 | |
| 21 #define LFM_DEG1 76 | |
| 22 #define LFM_DEG2 77 | |
| 23 #define LFM_DEG3 78 | |
| 24 | |
| 25 #define LFM_ABOUT 81 | |
| 26 #define LFM_INDEX 82 | |
| 27 #define LFM_READM 83 | |
| 28 #define LFM_WWW 84 | |
| 29 | |
| 30 #define LFP_ROT 10 | |
| 31 #define LFP_STY 11 | |
| 32 #define LFP_PS 42 | |
| 33 #define LFP_COL 13 | |
| 34 | |
| 35 #define LFP_XLAB 20 | |
| 36 #define LFP_YLAB 21 | |
| 37 #define LFP_ZLAB 22 | |
| 38 #define LFP_MAIN 23 | |
| 39 | |
| 40 #define AB_WWW 10 | |
| 41 | |
| 42 #define CM_LINE 1 | |
| 43 #define CM_OK 99 | |
| 44 | |
| 45 #define RL_ALP 0 | |
| 46 #define RL_ALPV 1 | |
| 47 #define RL_H 2 | |
| 48 #define RL_HV 3 | |
| 49 #define RL_PEN 4 | |
| 50 #define RL_PENV 5 | |
| 51 #define RL_DEG 10 | |
| 52 #define RL_FORM 20 | |
| 53 #define RL_FAMY 21 | |
| 54 #define RL_QUAS 22 | |
| 55 #define RL_ROBU 23 | |
| 56 #define RL_FIT 98 | |
| 57 #define RL_OK 99 | |
| 58 | |
| 59 #define RP_VS 1 | |
| 60 #define RP_HS 2 | |
| 61 #define RP_AUT 3 | |
| 62 #define RP_DRAW 98 | |
| 63 #define RP_OK 99 | |
| 64 | |
| 65 #define PD_X 1 | |
| 66 #define PD_Y 2 | |
| 67 #define PD_Z 3 | |
| 68 #define PD_DRAW 10 | |
| 69 #define PD_ADD 11 | |
| 70 #define PD_WIN 12 | |
| 71 | |
| 72 #define PS_FIL 1 | |
| 73 #define PS_DR 8 | |
| 74 #define PS_CA 9 | |
| 75 #define PS_H 10 | |
| 76 #define PS_W 11 | |
| 77 | |
| 78 #define SC_COL 1 | |
| 79 #define SC_SCO 2 | |
| 80 #define SC_DR 8 | |
| 81 #define SC_OK 9 | |
| 82 | |
| 83 #define VN_VN 1 | |
| 84 #define VN_SA 2 | |
| 85 #define VN_RF 98 | |
| 86 #define VN_CA 99 | |
| 87 | |
| 88 #define BP_ALP 1 | |
| 89 #define BP_ALV 2 | |
| 90 #define BP_AUT 3 | |
| 91 #define BP_FIT 4 | |
| 92 #define BP_EX 99 | |
| 93 | |
| 94 #define GR_CM 10 | |
| 95 #define GR_ST 11 | |
| 96 | |
| 97 #define LB_LAB 10 | |
| 98 #define LB_DRAW 11 | |
| 99 | |
| 100 #define LD_QUIT 99 | |
| 101 | |
| 102 /* about.c */ | |
| 103 extern void AboutDlg(); | |
| 104 | |
| 105 /* devwin.c */ | |
| 106 extern void getwinsize(), GetFontInfo(); | |
| 107 | |
| 108 /* dlgraph.c */ | |
| 109 extern void GStyleDlg(), LabelDlg(), PostDlg(), RotateDlg(), SetColDlg(); | |
| 110 | |
| 111 /* winfile.c */ | |
| 112 extern void ReadFileDlg(), ReadDataDlg(), SaveDataDlg(), RunDlg(); | |
| 113 extern void ReadFitDlg(); | |
| 114 | |
| 115 /* windlg.c */ | |
| 116 extern void BandDlg(), LocfitDlg(), PlotDataDlg(), wdispatch(); | |
| 117 extern int LFDefDlgProc(); |
