|
/*ScianTemplateLib.h
Template library for SciAn controls
Maintained by tl command
Eric Pepke
August 10, 1992
*/
Template LineTemplate[] =
{
{"None", 190, 330, 101, 123},
{"Dithered Gray", 190, 330, 74, 96},
{"Alpha Gray", 190, 330, 47, 69},
{"Black", 190, 330, 20, 42},
{"Shadow Radio", 190, 330, 20, 123},
{"Shadow", 180, 340, 10, 143},
{"At End", 190, 330, 213, 235},
{"At Start", 190, 330, 245, 267},
{"Arrowhead", 180, 340, 153, 287},
{"Pixels Legend", 100, 160, 26, 44},
{"Width Slider Readout", 20, 90, 25, 51},
{"Line Width Legend", 20, 160, 61, 79},
{"Width Slider", 20, 160, 85, 125},
{"Text Value Label", 110, 170, 163, 181},
{"Line Color Value", 120, 160, 187, 267},
{"Line Color Label", 20, 100, 163, 181},
{"Line Color", 20, 100, 187, 267},
{"Line", 10, 170, 10, 287},
{"Panel", 0, 349, 0, 296},
{"", 0, 0, 0, 0}
};
Template SpaceTemplate[] =
{
{"Show Motion Guides", 10, 218, 11, 33},
{"Show Rotation Guides", 10, 217, 43, 65},
{"Panel", 0, 228, 0, 75},
{"", 0, 0, 0, 0}
};
Template ArrowsTemplate[] =
{
{"Solid", 336, 418, 260, 282},
{"Flat", 336, 418, 287, 309},
{"Wire", 255, 326, 260, 282},
{"Line", 255, 326, 287, 309},
{"Arrow Style", 245, 428, 250, 329},
{"Head LENGTH Number", 170, 270, 62, 88},
{"Head Length Text", 20, 160, 63, 81},
{"Head Radius Number", 170, 270, 98, 124},
{"Head Radius Text", 20, 160, 99, 117},
{"Shaft Radius Number", 170, 270, 134, 160},
{"Shaft Radius Text", 20, 160, 135, 153},
{"Arrow Length Number", 170, 270, 170, 196},
{"Arrow Length Text", 20, 160, 171, 189},
{"Arrows Field Text", 20, 128, 206, 224},
{"Arrows Field", 20, 128, 230, 320},
{"Bounds", 0, 92, -442, -380},
{"Color", 0, 92, -370, -308},
{"Surface", 0, 92, -298, -236},
{"Geometry", 0, 92, -226, -164},
{"Slice", 0, 92, -154, -92},
{"Arrows", 0, 92, -82, -20},
{"Visualization Object Attributes", 438, 536, 10, 330},
{"Panel", 0, 569, 0, 339},
{"", 0, 0, 0, 0}
};
Template RendererTemplate[] =
{
{"Color Map Hardware", 20, 206, 136, 158},
{"No Filter", 20, 205, 74, 96},
{"2 to 1 shrink", 20, 205, 47, 69},
{"Four neighbor average", 20, 205, 20, 42},
{"Filter Type", 30, 270, 27, 103},
{"Image Filter", 10, 216, 10, 116},
{"No Renderer", 20, 206, 190, 212},
{"Full Color Hardware", 20, 206, 163, 185},
{"Renderer", -164, 76, 128, 177},
{"Renderer Type", 10, 216, 126, 232},
{"Panel", 0, 226, 0, 242},
{"", 0, 0, 0, 0}
};
Template PaletteTemplate[] =
{
{"Ramp", 10, 182, 319, 349},
{"Reverse", 192, 364, 319, 349},
{"Smooth", 374, 546, 319, 349},
{"Sharpen", 556, 728, 319, 349},
{"Palette Colors", 198, 728, 46, 299},
{"Free form", 20, 66, 233, 279},
{"Sine", 76, 122, 233, 279},
{"Triangle", 132, 178, 233, 279},
{"Sawtooth", 20, 66, 177, 223},
{"Toothsaw", 76, 122, 177, 223},
{"Square", 132, 178, 177, 223},
{"Waveform Tools", 378, 536, 285, 381},
{"Edit Component", 10, 188, 167, 299},
{"Intensity Text", 108, 188, 52, 70},
{"Intensity", 132, 172, 77, 157},
{"HS Text", 8, 128, 52, 70},
{"Color", 26, 106, 77, 157},
{"NColors Legend", 120, 174, 10, 32},
{"N Colors", 10, 110, 10, 36},
{"Field Max Legend", 478, 588, 10, 31},
{"Field Max", 598, 728, 10, 36},
{"Field Min Legend", 188, 280, 10, 32},
{"Field Min", 290, 420, 10, 36},
{"Panel", 0, 738, 0, 359},
{"", 0, 0, 0, 0}
};
|