home *** CD-ROM | disk | FTP | other *** search
- /* Next available MSG number is 17 */
-
- //----------------------------------------------------------------------------
- //
- // DDGRIPS.DCL ¬⌐Ñ╗ 1.0
- // ¬⌐┼v⌐╥ª│ (C) 1991-1992 Autodesk ñ╜Ñq
- //
- //
- // Ñ╗│n┼ΘºK╢O¿╤▒z╢iªµÑ⌠ª≤Ñ╬│~╗▌¿D¬║½■¿⌐íB¡╫º∩ñ╬╡oªµ, ª²¼O░╚╜╨┐φ┤`ñU¡z
- // ¡∞½h :
- //
- // 1) ñWªC¬║¬⌐┼v│qºi░╚╗▌ÑX▓{ªb¿Cñ@Ñ≈½■¿⌐∙╪íC
- // 2) ¼█├÷¬║╗í⌐·ñσÑ≤ñ]Ñ▓╢╖⌐·╕ⁿ¬⌐┼v│qºiñ╬Ñ╗╢╡│\Ñi│qºiíC
- //
- // Ñ╗│n┼Θ╢╚┤ú¿╤º@¼░└│Ñ╬ñW¬║░╤ª╥, ª╙Ñ╝┴n⌐·⌐╬┴⌠ºtÑ⌠ª≤½O├╥; ╣∩⌐≤Ñ⌠ª≤»S«φ
- // Ñ╬│~ñº╛A║┘⌐╩, ÑHñ╬░╙╖~╛P░Γ⌐╥┴⌠ºtÑX¿π¬║½O├╥, ªbª╣ñ@╖ºñ⌐ÑHº_╗{íC
- //
- //
- //----------------------------------------------------------------------------
-
- dcl_settings : default_dcl_settings { audit_level = 0; }
-
-
-
- ddgrips : dialog {
- label = /*MSG1*/"┤w┬I";
- : boxed_column {
- label = /*MSG2*/"┐∩¿·ñº│]⌐w";
- : toggle {
- label = /*MSG3*/"¿╧Ñ╬┤w┬IE";
- key = "grips";
- mnemonic = /*MSG4*/"E";
- fixed_width = true;
- }
- : toggle {
- label = /*MSG5*/"ªbíu╣╧╕sívññÑτ¿╧Ñ╬┤w┬IB";
- key = "gripblock";
- mnemonic = /*MSG6*/"B";
- fixed_width = true;
- }
- }
- : boxed_column {
- label = /*MSG7*/"íu┤w┬Iív├CªΓ";
- : row {
- : column {
- : button {
- label = /*MSG8*/"½D┐∩⌐w┬IU...";
- key = "cool_color";
- mnemonic = /*MSG9*/"U";
- }
- : button {
- label = /*MSG10*/"┐∩⌐w┬IS...";
- key = "hot_color";
- mnemonic = /*MSG11*/"S";
- }
- }
- : column {
- : image {
- key = "cool_image";
- height = 1;
- width = 3;
- fixed_width = true;
- fixed_height = true;
- }
- : image {
- key = "hot_image";
- height = 1;
- width = 3;
- fixed_width = true;
- fixed_height = true;
- }
- }
- : column {
- : text {
- label = /*MSG12*/"┬┼";
- key = "cool_text";
- width = 11;
- }
- : text {
- label = /*MSG13*/"¼⌡";
- key = "hot_text";
- width = 11;
- }
- }
- }
- }
- : boxed_row {
- label = /*MSG14*/"┤w┬Iñjñp";
- spacer_0;
- : column {
- spacer_0;
- fixed_width = true;
- : text {
- label = /*MSG15*/"│╠ñp │╠ñj";
- alignment = centered;
- }
- : slider {
- key = "grip_slider";
- min_value = 0;
- max_value = 19;
- width = 20;
- height = 1;
- small_increment = 1;
- big_increment = 1;
- fixed_width = true;
- fixed_height = true;
- }
- spacer_0;
- }
- : image {
- key = "grip_image";
- aspect_ratio = 1;
- height = 4;
- width = 7;
- color = -2;
- }
- spacer_0;
- }
- ok_cancel_help;
- }
-
-