home *** CD-ROM | disk | FTP | other *** search
- /* Next available MSG number is 28 */
-
- //----------------------------------------------------------------------------
- //
- // DDOSNAP.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; }
-
- ddosnap : dialog {
- label = /*MSG1*/"╣B┬α╝╥ªí¬║íu¬½┼Θ┬Ω┬Iív";
- : boxed_row {
- label = /*MSG2*/"¼D┐∩│]⌐w";
- : column {
- : toggle {
- label = /*MSG3*/"║▌┬IE";
- key = "endpoint";
- mnemonic = /*MSG17*/"E";
- fixed_width = true;
- }
- : toggle {
- label = /*MSG4*/"ññ┬IM";
- key = "midpoint";
- mnemonic = /*MSG18*/"M";
- fixed_width = true;
- }
- : toggle {
- label = /*MSG5*/"ñññ▀┬IC";
- key = "center";
- mnemonic = /*MSG19*/"C";
- fixed_width = true;
- }
- : toggle {
- label = /*MSG6*/"╕`┬IN";
- key = "node";
- mnemonic = /*MSG20*/"N";
- fixed_width = true;
- }
- : toggle {
- label = /*MSG7*/"Ñ|ñ└╢Ω┬IQ";
- key = "quadrant";
- mnemonic = /*MSG21*/"Q";
- fixed_width = true;
- }
- : toggle {
- label = /*MSG8*/"ѵ┬IS";
- key = "intersection";
- mnemonic = /*MSG22*/"I";
- fixed_width = true;
- }
- }
- : column {
- : toggle {
- label = /*MSG9*/"┤íñ▐┬IS";
- key = "insertion";
- mnemonic = /*MSG23*/"S";
- fixed_width = true;
- }
- : toggle {
- label = /*MSG10*/"½½¬╜┬IP";
- key = "perpendicular";
- mnemonic = /*MSG24*/"P";
- fixed_width = true;
- }
- : toggle {
- label = /*MSG11*/"ñ┴┬IT";
- key = "tangent";
- mnemonic = /*MSG25*/"T";
- fixed_width = true;
- }
- : toggle {
- label = /*MSG12*/"│╠¬±┬IA";
- key = "nearest";
- mnemonic = /*MSG26*/"A";
- fixed_width = true;
- }
- : toggle {
- label = /*MSG13*/"º╓│t┐∩¿·U";
- key = "quick";
- mnemonic = /*MSG27*/"U";
- fixed_width = true;
- }
- : text {
- label = " ";
- }
- }
- }
- : boxed_row {
- label = /*MSG14*/"┬Ω┬I«╪ñjñp";
- spacer_0;
- : column {
- spacer_0;
- fixed_width = true;
- : text {
- label = /*MSG15*/"│╠ñp │╠ñj";
- alignment = centered;
- }
- : slider {
- key = "aperture_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 = "aperture_image";
- aspect_ratio = 1;
- height = 4;
- width = 7;
- color = -2;
- }
- spacer_0;
- }
- ok_cancel_help;
- }