📄 _std_small.idlg
字号:
/*
_std_small.idlg
VERSION 1.0.0 21dec2002
This file defines standard dialog lengths and their meaning.
x
|
y -+--------------------------+---
| | ^
| | |
| | |
| | |
| | ht
| | |
| | |
| | |
| | v
+--------------------------+---
|<--------- wd ----------->|
Shorthand:
x - horizontal position
y - vertical position
lft - left
wd - width
ht - height
vn - variable name
vl - variable list
*/
/* should be replaced by:
_small, _medium, _large, ... */
INCLUDE _small
/* DEFINE only **************************************************************/
/* left margin */
DEFINE _lft 10
/* top margin */
DEFINE _top 10
/* standard vertical [s]kips: [v]ery [s]mall, [s]mall, [m]edium, [l]arge, ... */
DEFINE _vss +15
DEFINE _ss +20
DEFINE _ms +25
DEFINE _ls +30
DEFINE _xls +40
DEFINE _xxls +50
DEFINE _xxxls +60
DEFINE _xxxxls +70
DEFINE _xxxxxls +80
DEFINE _xxxxxxls +90
/* column sep */
DEFINE _csep +20
/* half column sep */
DEFINE _hcsep +10
/* short seps */
DEFINE _hssep +3
DEFINE _ssep +5
DEFINE _bssep +7
/* EQUATION and DEFINE ******************************************************/
/* 1.5 of _top */
DEFINE _topph 15
/* left margin inside maximal box */
DEFINE _ilft 20
/* horizontal indent */
DEFINE _indent +10
/* horizontal double indent */
DEFINE _indent2 +20
/* horizontal quadruple indent */
DEFINE _indent4 +40
/* negative horizontal indent */
DEFINE _nindent -10
/* negative horizontal double indent */
DEFINE _nindent2 -20
/* negative horizontal quad indent */
DEFINE _nindent4 -40
/* relative inside width */
DEFINE _inwd -20
/* inside width of dialog */
DEFINE _iwd 330
/* inside width of maximal box */
DEFINE _ibwd 310
/* x pos to place a second 50-50 column */
DEFINE _lft2 185
DEFINE _ilft2 195
DEFINE _iilft2 205
/* inside widths of 50-50 columns */
DEFINE _cwd0 175
DEFINE _cwd1 155
DEFINE _cwd2 145
DEFINE _cwd3 135
DEFINE _cwd4 125
DEFINE _cwd5 115
DEFINE _cwd6 105
/* width and column positions for drawing lines for tables with 3 columns */
DEFINE _cwd3_0 110
/* x pos to place the second of 3 equal columns */
DEFINE _lft3_02 120
/* x pos to place the third of 3 equal columns */
DEFINE _lft3_03 230
/* widths of each column */
DEFINE _cwd3_01 111
DEFINE _cwd3_02 111
DEFINE _cwd3_03 110
/* x pos to place the second of 3 equal columns */
DEFINE _lft3_2 126
/* x pos to place the third of 3 equal columns */
DEFINE _lft3_3 243
/* x pos to place the second of 3 equal columns inside maximal box */
DEFINE _ilft3_2 130
/* x pos to place the third of 3 equal columns inside maximal box */
DEFINE _ilft3_3 240
/* x pos to place the second of 3 equal columns inside contained maximal box */
DEFINE _iilft3_2 133
/* x pos to place the third of 3 equal columns inside contained maximal box */
DEFINE _iilft3_3 236
/* inside widths of 3 equal columns */
DEFINE _cwd3_1 96
DEFINE _cwd3_2 90
DEFINE _cwd3_3 83
DEFINE _cwd3_4 76
DEFINE _cwd3_5 70
DEFINE _cwd3_6 63
/* inside width of 2 combined columns */
DEFINE _comb3_1 212
DEFINE _comb3_2 200
DEFINE _comb3_3 192
DEFINE _comb3_4 180
/* width and column positions for drawing lines for tables with 4 columns */
DEFINE _cwd4_0 82
/* x pos to place the second of 4 equal columns */
DEFINE _lft4_02 92
/* x pos to place the third of 4 equal columns */
DEFINE _lft4_03 174
/* x pos to place the fourth of 4 equal columns */
DEFINE _lft4_04 256
/* widths of each column */
DEFINE _cwd4_01 83
DEFINE _cwd4_02 83
DEFINE _cwd4_03 83
DEFINE _cwd4_03 82
/* x pos to place the second of 4 equal columns */
DEFINE _lft4_2 97
/* x pos to place the third of 4 equal columns */
DEFINE _lft4_3 185
/* x pos to place the fourth of 4 equal columns */
DEFINE _lft4_4 272
/* x pos to place the second of 4 equal columns inside maximal box */
DEFINE _ilft4_2 102
/* x pos to place the third of 4 equal columns inside maximal box */
DEFINE _ilft4_3 185
/* x pos to place the fourth of 4 equal columns inside maximal box */
DEFINE _ilft4_4 267
/* x pos to place the second of 4 equal columns inside contained maximal box */
DEFINE _iilft4_2 107
/* x pos to place the third of 4 equal columns inside contained maximal box */
DEFINE _iilft4_3 185
/* x pos to place the fourth of 4 equal columns inside contained maximal box */
DEFINE _iilft4_4 262
/* inside widths of 4 equal columns */
DEFINE _cwd4_1 67
DEFINE _cwd4_2 62
DEFINE _cwd4_3 57
DEFINE _cwd4_4 52
DEFINE _cwd4_5 47
DEFINE _cwd4_6 42
/* inside width of 2 combined columns */
DEFINE _comb4_1 241
DEFINE _comb4_2 226
DEFINE _comb4_3 221
DEFINE _comb4_4 206
/* x pos to place the second of 5 equal columns inside maximal box */
DEFINE _ilft5_2 86
/* x pos to place the third of 5 equal columns inside maximal box */
DEFINE _ilft5_3 152
/* x pos to place the fourth of 5 equal columns inside maximal box */
DEFINE _ilft5_4 218
/* x pos to place the fifth of 5 equal columns inside maximal box */
DEFINE _ilft5_5 284
/* inside widths of 5 equal columns */
DEFINE _cwd5_1 50
DEFINE _cwd5_2 46
DEFINE _cwd5_3 42
DEFINE _cwd5_4 38
DEFINE _cwd5_5 34
DEFINE _cwd5_6 30
/* predefined box heights */
DEFINE _ht0 20
DEFINE _ht1 40
DEFINE _ht2 50
DEFINE _ht3 60
DEFINE _ht4 70
DEFINE _ht5 80
DEFINE _ht6 90
DEFINE _ht7 100
DEFINE _ht8 110
DEFINE _ht9 120
DEFINE _ht10 130
DEFINE _ht11 140
DEFINE _ht12 150
DEFINE _ht13 160
DEFINE _ht14 170
DEFINE _ht15 180
DEFINE _ht16 190
DEFINE _ht17 200
DEFINE _ht18 210
DEFINE _ht19 220
DEFINE _ht20 230
DEFINE _ht21 240
DEFINE _ht22 250
DEFINE _ht23 260
DEFINE _ht24 270
DEFINE _ht25 280
DEFINE _ht26 290
DEFINE _ht27 300
DEFINE _ht28 310
DEFINE _ht29 320
DEFINE _ht30 330
/* halfway between above box heights */
DEFINE _ht0h 25
DEFINE _ht1h 45
DEFINE _ht2h 55
DEFINE _ht3h 65
DEFINE _ht4h 75
DEFINE _ht5h 85
DEFINE _ht6h 95
DEFINE _ht7h 105
DEFINE _ht8h 115
DEFINE _ht9h 125
DEFINE _ht10h 135
DEFINE _ht11h 145
DEFINE _ht12h 155
DEFINE _ht13h 165
DEFINE _ht14h 175
DEFINE _ht15h 185
DEFINE _ht16h 195
DEFINE _ht17h 205
DEFINE _ht18h 215
DEFINE _ht19h 225
DEFINE _ht20h 235
DEFINE _ht21h 245
DEFINE _ht22h 255
DEFINE _ht23h 265
DEFINE _ht24h 275
DEFINE _ht25h 285
DEFINE _ht26h 295
DEFINE _ht27h 305
DEFINE _ht28h 315
DEFINE _ht29h 325
DEFINE _ht30h 335
/* relative skips pared with _ht */
DEFINE _vs0 +30
DEFINE _vs1 +50
DEFINE _vs2 +60
DEFINE _vs3 +70
DEFINE _vs4 +80
DEFINE _vs5 +90
DEFINE _vs6 +100
DEFINE _vs7 +110
DEFINE _vs8 +120
DEFINE _vs9 +130
DEFINE _vs10 +140
DEFINE _vs11 +150
DEFINE _vs12 +160
DEFINE _vs13 +170
DEFINE _vs14 +180
DEFINE _vs15 +190
DEFINE _vs16 +200
DEFINE _vs16h +205
DEFINE _vs17 +210
DEFINE _vs18 +220
DEFINE _vs19 +230
DEFINE _vs20 +240
DEFINE _vs21 +250
DEFINE _vs22 +260
DEFINE _vs23 +270
DEFINE _vs24 +280
DEFINE _vs25 +290
DEFINE _vs26 +300
DEFINE _vs27 +310
DEFINE _vs28 +320
DEFINE _vs29 +330
DEFINE _vs30 +340
/* control lengths *********************************************************/
/* text height */
DEFINE _txht 20
/* spinner width */
DEFINE _spwd 60
/* short sep after spinner */
DEFINE _spsep +65
/* short sep after check box+spinner */
DEFINE _ckwd 20
DEFINE _cksep +20
DEFINE _ckspsep +85
DEFINE _ckspwd 80
/* short sep after radio box+spinner */
DEFINE _rbwd 20
DEFINE _rbsep +20
DEFINE _rbspsep +85
/* button width */
DEFINE _buwd 80
/* Width of an equals sign & separator */
DEFINE _eqlwd 5
DEFINE _eqlsep +10
/* short sep after button */
DEFINE _busep +85
/* edit box for <=7 digits */
DEFINE _en7wd 60
/* short sep after _en7wd */
DEFINE _en7sep +65
/* short sep after check box+en7 */
DEFINE _cken7sep +85
/* short sep after radio box+en7 */
DEFINE _rben7sep +85
/* edit box for <=14 digits */
DEFINE _en14wd 120
/* short sep after _en14wd */
DEFINE _en14sep +125
/* varname edit box width */
DEFINE _vnwd 120
/* short sep after _vnwd */
DEFINE _vnsep +125
/* varname, equals, and short sep */
DEFINE _vneqsep +135
/* short sep after radio box+varname */
DEFINE _rbvnsep +145
/* short sep after check box+varname */
DEFINE _ckvnsep +145
/* varlist after varname x position */
DEFINE _vlx 150
/* varlist by varname width */
DEFINE _vlwd 190
/* varname after varlist x position */
DEFINE _vnx 220
/* varlist by varname width within maximal box */
DEFINE _ivlwd 180
/* short sep after _vlwd */
DEFINE _vlsep +195
/* double sep after _vlwd */
DEFINE _vlcsep +210
/* width of settings... button */
DEFINE _setbuwd 120
/* x pos of settings... button */
DEFINE _xsetbu 220
/* significance level text width */
DEFINE _levelwd 110
/* sep after significance level text */
DEFINE _levelsep +115
/* [by][if]in.idlg: -if- widths */
DEFINE _ifwd 15
/* if's edit field width */
DEFINE _edifwd 205
/* skip after if's edit field */
DEFINE _edifsep +210
/* if's expression building width */
DEFINE _expifwd 290
/* rest of the width left after the specified control **********************/
/* rest of width after spinner */
DEFINE _spr 265
DEFINE _sprb 245
DEFINE _spr2 90
DEFINE _spr2b 70
DEFINE _spr3 31
DEFINE _spr3b 11
DEFINE _spr3c 147
DEFINE _spr3cb 127
DEFINE _spr4 2
DEFINE _spr4c 176
DEFINE _spr4cb 156
/* rest of width after check box+spinner */
DEFINE _ckspr 245
DEFINE _cksprb 225
DEFINE _ckspr2 70
DEFINE _ckspr2b 50
DEFINE _ckspr2bb 30
DEFINE _ckspr3c 127
DEFINE _ckspr3cb 107
DEFINE _ckspr4c 156
DEFINE _ckspr4cb 136
/* rest of width after radio box+spinner */
DEFINE _rbspr 245
DEFINE _rbsprb 225
DEFINE _rbspr2 70
DEFINE _rbspr2b 50
DEFINE _rbspr2bb 40
DEFINE _rbspr3c 127
DEFINE _rbspr3cb 107
DEFINE _rbspr4c 156
DEFINE _rbspr4cb 136
/* rest of width after 7 digit edit box */
DEFINE _en7r 265
DEFINE _en7rb 245
DEFINE _en7r2 90
DEFINE _en7r2b 70
DEFINE _en7r3 31
DEFINE _en7r3b 11
DEFINE _en7r3c 147
DEFINE _en7r3cb 127
DEFINE _en7r4 2
DEFINE _en7r4c 176
DEFINE _en7r4cb 156
/* rest of width after check box+7 digit edit box */
DEFINE _cken7r 245
DEFINE _cken7rb 225
DEFINE _cken7r2 70
DEFINE _cken7r2b 50
DEFINE _cken7r2bb 40
DEFINE _cken7r3c 127
DEFINE _cken7r3cb 107
DEFINE _cken7r4c 156
DEFINE _cken7r4cb 136
/* rest of width after radio box+7 digit edit box */
DEFINE _rben7r 245
DEFINE _rben7rb 225
DEFINE _rben7r2 70
DEFINE _rben7r2b 50
DEFINE _rben7r2bb 40
DEFINE _rben7r3c 127
DEFINE _rben7r3cb 107
DEFINE _rben7r4c 156
DEFINE _rben7r4cb 136
/* rest of width after radio box+varname box */
DEFINE _rbvnr 185
DEFINE _rbvnrb 165
DEFINE _rbvnrbb 145
DEFINE _rbvnr2 10
DEFINE _rbvnr3c 67
DEFINE _rbvnr3cb 47
DEFINE _rbvnr4c 96
DEFINE _rbvnr4cb 76
/* rest of width after check box+varname box */
DEFINE _ckvnr 185
DEFINE _ckvnrb 165
DEFINE _ckvnrbb 145
DEFINE _ckvnr2 10
DEFINE _ckvnr3c 67
DEFINE _ckvnr3cb 47
DEFINE _ckvnr4c 96
DEFINE _ckvnr4cb 76
/* rest of width after 14 digit edit box */
DEFINE _en14r 205
DEFINE _en14rb 185
DEFINE _en14r2 30
DEFINE _en14r2b 10
DEFINE _en14r3c 87
DEFINE _en14r3cb 67
DEFINE _en14r4c 116
DEFINE _en14r4cb 96
/* rest of width after varname box */
DEFINE _vnr 205
DEFINE _vnrb 185
DEFINE _vnr2 30
DEFINE _vnr2b 10
DEFINE _vnr3c 87
DEFINE _vnr3cb 67
DEFINE _vnr4c 116
DEFINE _vnr4cb 96
/* rest of width after varlist box */
DEFINE _vlr 135
DEFINE _vlrb 115
DEFINE _expwd 124
DEFINE _expsep +134
DEFINE _eqxpos +120
/* END: _std_small.idlg */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -