home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 January (DVD) / VPR980100.ISO / DRIVER / HP / CAD31 / CAD31_2.EXE / COMSUP.Z / hpmplwin.dcl < prev    next >
Text File  |  1997-08-06  |  24KB  |  1,186 lines

  1. // Next available MSG number is   257 
  2. // MODULE_ID HPMPLWIN_DCL_
  3.  
  4. mainmenu1213: dialog {
  5.     label = "HPプロッタ環境設定";
  6.     alignment = centered;
  7.     initial_focus = /*MSG0*/"accept";
  8.     : boxed_row {
  9.     key= /*MSG0*/ "modellabel";
  10.     label = "現在の環境設定:";
  11.     : popup_list {
  12.         fixed_width = true;
  13.         key = /*MSG0*/"idmodel";
  14.         edit_width = 60;
  15.         tabs = "35";
  16.     }
  17.     : button {
  18.         label = "ヒント...";
  19.         key = /*MSG0*/"DevHints";
  20.         mnemonic = "i";
  21.         fixed_width = true;
  22.     }
  23.     }
  24.  
  25.     spacer_1;
  26.     : boxed_column {
  27.     label = "出力設定:";
  28.     key = /*MSG0*/ "UserCfg";
  29.     : row {
  30.         : text {
  31.         label = "環境設定ファイル:";
  32.         key = /*MSG0*/"cfglabel";
  33.         mnemonic = "C";
  34.         }
  35.         : popup_list {
  36.         fixed_width = true;
  37.         key = /*MSG0*/"cfgfile";
  38.         edit_width = 44;
  39.         }
  40.     }
  41.     : row {
  42.         : column {  // Begin Left Column
  43.         : boxed_radio_column {
  44.             label = "出力品質";
  45.             key   = /*MSG0*/"qual";
  46.             : radio_button {
  47.             label = "高速";
  48.             key = /*MSG0*/"Quality1";
  49.             mnemonic = "F";
  50.             }
  51.             : radio_button {
  52.             label = "標準";
  53.             key = /*MSG0*/"Quality2";
  54.                 mnemonic = "o";
  55.             value = "1";
  56.             }
  57.             : radio_button {
  58.             label = "高品質";
  59.             key = /*MSG0*/"Quality3";
  60.             mnemonic = "B";
  61.             }
  62.             : radio_button {
  63.             label = "プロッタ既定値";
  64.             key = /*MSG0*/"Quality4";
  65.             mnemonic = "D";
  66.             }
  67.         }  // End radio_column (Print Qual) //
  68.         }  // End Left Column
  69.         : column {  // Begin Middle Column
  70.         : edit_box {
  71.             label = "印刷部数:";
  72.             mnemonic = "N";
  73.             key = /*MSG0*/"copies";
  74.             edit_width = 2;
  75.         edit_limit = 2;
  76.             fixed_width=true;
  77.         }
  78.         : boxed_radio_column {
  79.             label = "プリントカラー";
  80.             key   = /*MSG0*/"color_set";
  81.             : radio_button {
  82.             label = "カラー";
  83.             key = /*MSG0*/"pcolor";
  84.             mnemonic = "c";
  85.             }
  86.             : radio_button {
  87.             label = "グレースケール";
  88.             key = /*MSG0*/"pgray";
  89.                 mnemonic = "g";
  90.             }
  91.             : radio_button {
  92.             label = "全て黒";
  93.             key = /*MSG0*/"pblack";
  94.             mnemonic = "b";
  95.             }
  96.         } //end of color setting
  97.         }
  98.         : column {  
  99.         // Begin Right Column
  100.         : button {
  101.             label = "ペン属性...";
  102.             mnemonic = "P";
  103.             key = /*MSG0*/"penattr";
  104.         }
  105.         : button {
  106.             label = "注釈出力...";
  107.             mnemonic = "A";
  108.             key = /*MSG0*/"annotate";
  109.         }
  110.         : button {
  111.             label = "用紙方向...";
  112.             mnemonic = "M";
  113.             key = /*MSG0*/"paper";
  114.         }
  115.         : button {
  116.             label = "用紙範囲オプション...";
  117.             mnemonic = "v";
  118.             key = /*MSG0*/"advopt";
  119.             }
  120.             : button {
  121.             label = "Plotter Status...";
  122.             mnemonic = "l";
  123.             key = /*MSG0*/"status";
  124.         }
  125.         }  // End Right Column
  126.     }  // End Row of two columns
  127.     }  // End boxed column
  128.  
  129.     spacer_1;
  130.     : row {
  131.     fixed_width = true;
  132.     alignment = centered;
  133.     : button {
  134.         label = "OK";
  135.         key = /*MSG0*/"accept";
  136.         width = 12;
  137.         is_default = true;
  138.     }
  139.     : retirement_button {
  140.         label = "キャンセル";
  141.         key = /*MSG0*/"cancel";
  142.         width = 12;
  143.         is_cancel = true;
  144.     }
  145.     : button {
  146.         label = "名前を付けて保存...";
  147.         key = /*MSG0*/"saveas";
  148.         mnemonic = "S";
  149.         width = 12;
  150.     }
  151.     : button {
  152.         label = "ヘルプ...";
  153.         key = /*MSG0*/"helpmain";
  154.         mnemonic = "H";
  155.         width = 12;
  156.     }
  157.     : spacer {
  158.         width = 2;
  159.     }
  160.     : button {
  161.         label = "バージョン情報...";
  162.         key = /*MSG0*/"about";
  163.         mnemonic = "A";
  164.         width = 12;
  165.     }
  166.     }
  167. }  // End MAIN MENU Dialog //
  168.  
  169. mainmenu14: dialog {
  170.     label = "HPプロッタ環境設定";
  171.     alignment = centered;
  172.     initial_focus = /*MSG0*/"accept";
  173.     : boxed_row {
  174.     key= /*MSG0*/ "modellabel";
  175.     label = "現在の環境設定:";
  176.         :text {
  177.             key= /*MSG0*/ "idmodel";
  178.         }
  179.         : button {
  180.             label = "ヒント...";
  181.             key = /*MSG0*/"DevHints";
  182.             mnemonic = "i";
  183.             fixed_width = true;
  184.         }
  185.     }
  186.  
  187.     : boxed_column {
  188.     label = "プロッタ・メモリ設定:";
  189.     key = /*MSG0*/ "MemCfg";
  190.     : row {
  191.         : toggle {
  192.         label = "プロッタ・メモリの最適化";
  193.         key = /*MSG0*/"OptimizeMem";
  194.         mnemonic = "u";
  195.         }
  196.         : concatenation {
  197.         : edit_box {
  198.             label = "プロッタ登載メモリ:";
  199.             key = /*MSG0*/"PlotMem";
  200.             mnemonic = "m";
  201.             alignment = right;
  202.             edit_width = 3;
  203.             edit_limit = 3;
  204.         }
  205.         : text_part {
  206.             label = "MB";
  207.             key = /*MSG0*/"PlotMemUnits";
  208.         }
  209.         }
  210.         : button {
  211.         label = "ヒント...";
  212.         key = /*MSG0*/"MemHints";
  213.         mnemonic = "i";
  214.         fixed_width = true;
  215.         }
  216.     }
  217.     }
  218.  
  219.     : boxed_column {
  220.     label = "出力設定:";
  221.     key = /*MSG0*/ "UserCfg";
  222.     : row {
  223.         : column {  // Begin Left Column
  224.         : boxed_radio_column {
  225.             label = "出力品質";
  226.             key   = /*MSG0*/"qual";
  227.             : radio_button {
  228.             label = "高速";
  229.             key = /*MSG0*/"Quality1";
  230.             mnemonic = "F";
  231.             }
  232.             : radio_button {
  233.             label = "標準";
  234.             key = /*MSG0*/"Quality2";
  235.             mnemonic = "r";
  236.             value = "1";
  237.             }
  238.             : radio_button {
  239.             label = "高品質";
  240.             key = /*MSG0*/"Quality3";
  241.             mnemonic = "E";
  242.             }
  243.             : radio_button {
  244.             label = "プロッタの既定値";
  245.             key = /*MSG0*/"Quality4";
  246.             mnemonic = "D";
  247.             }
  248.         }  // End radio_column (Print Qual) //
  249.         }  // End Left Column
  250.         : column {  // Begin Middle Column
  251.         : edit_box {
  252.             label = "印刷部数:";
  253.             mnemonic = "N";
  254.             key = /*MSG0*/"copies";
  255.             edit_width = 2;
  256.             edit_limit = 2;
  257.             fixed_width=true;
  258.         }
  259.         : boxed_radio_column {
  260.             label = "プリントカラー";
  261.             key   = /*MSG0*/"color_set";
  262.             : radio_button {
  263.             label = "カラー";
  264.             key = /*MSG0*/"pcolor";
  265.             mnemonic = "c";
  266.             }
  267.             : radio_button {
  268.             label = "グレースケール";
  269.             key = /*MSG0*/"pgray";
  270.             mnemonic = "g";
  271.             }
  272.             : radio_button {
  273.             label = "全て黒";
  274.             key = /*MSG0*/"pblack";
  275.             mnemonic = "b";
  276.             }
  277.         } //end of color setting
  278.         }
  279.         : column {  
  280.         // Begin Right Column
  281.         : button {
  282.             label = "ペン属性...";
  283.             mnemonic = "P";
  284.             key = /*MSG0*/"penattr";
  285.         }
  286.         : button {
  287.             label = "注釈出力...";
  288.             mnemonic = "A";
  289.             key = /*MSG0*/"annotate";
  290.         }
  291.         : button {
  292.             label = "用紙方向...";
  293.             mnemonic = "O";
  294.             key = /*MSG0*/"paper";
  295.         }
  296.         : button {
  297.             label = "用紙範囲オプション...";
  298.             mnemonic = "v";
  299.             key = /*MSG0*/"advopt";
  300.         }
  301.         }  // End Right Column
  302.     }  // End Row of two columns
  303.  
  304.     } // End "User config
  305.  
  306.     : row {
  307.     fixed_width = true;
  308.     alignment = centered;
  309.     : button {
  310.         label = "OK";
  311.         key = /*MSG0*/"accept";
  312.         width = 12;
  313.         is_default = true;
  314.     }
  315.     : retirement_button {
  316.         label = "キャンセル";
  317.         key = /*MSG0*/"cancel";
  318.         width = 12;
  319.         is_cancel = true;
  320.     }
  321.     : button {
  322.         label = "ヘルプ...";
  323.         key = /*MSG0*/"helpmain";
  324.         mnemonic = "H";
  325.         width = 12;
  326.     }
  327.     : spacer {
  328.         width = 2;
  329.     }
  330.     : button {
  331.         label = "バージョン情報...";
  332.         key = /*MSG0*/"about";
  333.         mnemonic = "A";
  334.         width = 12;
  335.     }
  336.     }
  337. }  // End MAIN MENU Dialog //
  338.  
  339. //      PENATTR.DCL
  340. //      Dialog Box for setting attributes for pens
  341. //
  342. penattr: dialog {
  343.     label = "ペン属性";
  344.     initial_focus = /*MSG0*/"accept";
  345.     fixed_height = true;
  346.     : row {  // Pen
  347.     : column {
  348.         : popup_list {
  349.         label = "ペン (1..255):";
  350.         mnemonic = "P";
  351.         fixed_width = true;
  352.         key = /*MSG0*/"slider";
  353.         edit_width = 4;
  354.         }
  355.         : button {
  356.         label = "全てのペンに適用";
  357.         mnemonic = "A";
  358.         key = /*MSG0*/"okall";
  359.         }
  360.     }  // End Pen Column
  361.     : column {
  362.         : boxed_row {
  363.         label = "マージ・コントロール";
  364.         : radio_column {  // Merge
  365.             key = /*MSG0*/"mc";
  366.             fixed_height = true;
  367.             : radio_button {
  368.             label = "線分上書き";
  369.             key = /*MSG0*/"mc0";
  370.             mnemonic = "O";
  371.             }
  372.             : radio_button {
  373.             label = "線分重ね書き";
  374.             key = /*MSG0*/"mc1";
  375.             mnemonic = "M";
  376.             }
  377.         }  // End (Merge) column
  378.         : column {
  379.             fixed_width = true;
  380.             //fixed_height = true;
  381.             :image {
  382.             key = /*MSG0*/"overw_im";
  383.             height = 1;
  384.             aspect_ratio = 1.4;
  385.             }
  386.             :image {
  387.             key = /*MSG0*/"merge_im";
  388.             height = 1;
  389.             aspect_ratio = 1.4;
  390.             }
  391.         }
  392.         spacer_1;
  393.         } //end merge row
  394.         : button {
  395.         label = "ハーフトーン...";
  396.         key = /*MSG0*/"printop";
  397.         mnemonic = "t";
  398.         }
  399.     }
  400.     }
  401.  
  402.     : row {
  403.     :boxed_row {
  404.         label = "線分端点:";
  405.         key = /*MSG0*/"endlabel";
  406.         mnemonic = "E";
  407.         : image_button {
  408.         key = /*MSG0*/"end_tile1";
  409.         width = 5;
  410.         aspect_ratio = 0.75;
  411.         }
  412.         : image_button {
  413.         key = /*MSG0*/"end_tile2";
  414.         width = 5;
  415.         aspect_ratio = 0.75;
  416.         }
  417.         : image_button {
  418.         key = /*MSG0*/"end_tile3";
  419.         width = 5;
  420.         aspect_ratio = 0.75;
  421.         }
  422.         : image_button {
  423.         key = /*MSG0*/"end_tile4";
  424.         width = 5;
  425.         aspect_ratio = 0.75;
  426.         }
  427.     }
  428.     :boxed_row {
  429.         label = "線分結合:";
  430.         key = /*MSG0*/"joinlabel";
  431.         mnemonic = "J";
  432.         : image_button {
  433.         key = /*MSG0*/"join_tile1";
  434.         width = 5;
  435.         aspect_ratio = 0.75;
  436.         }
  437.         : image_button {
  438.         key = /*MSG0*/"join_tile2";
  439.         width = 5;
  440.         aspect_ratio = 0.75;
  441.         }
  442.         : image_button {
  443.         key = /*MSG0*/"join_tile3";
  444.         width = 5;
  445.         aspect_ratio = 0.75;
  446.         }
  447.         : image_button {
  448.         key = /*MSG0*/"join_tile4";
  449.         width = 5;
  450.         aspect_ratio = 0.75;
  451.         }
  452.         : image_button {
  453.         key = /*MSG0*/"join_tile5";
  454.         width = 5;
  455.         aspect_ratio = 0.75;
  456.         }
  457.     }
  458.     }  // End Row (Line ends/joins)
  459.  
  460.     : row { // ( Fills & Raster patterns)
  461.     : boxed_column {  // Fills
  462.         label = "塗りつぶし:";
  463.         mnemonic = "F";
  464.         : list_box {
  465.         fixed_height = true;
  466.         height = 5;
  467.         key = /*MSG0*/"filltype";
  468.         }
  469.         : edit_box {
  470.         fixed_width = true;
  471.         edit_width = 2;
  472.         edit_limit = 2;
  473.         label = "間隔 1..99mm:";
  474.         key   = /*MSG0*/"spacing";
  475.         mnemonic = "S";
  476.         }
  477.  
  478.         : edit_box {
  479.         fixed_width = true;
  480.         edit_width = 3;
  481.         edit_limit = 3;
  482.         label = "角度 0..359:";
  483.         key   = /*MSG0*/"angle";
  484.         mnemonic = "g";
  485.         }
  486.  
  487.         : edit_box {  // Shade
  488.         fixed_width = true;
  489.         edit_width = 2;
  490.         edit_limit = 2;
  491.         label = "シェード 0..99%:";
  492.         key   = /*MSG0*/"shdpct";
  493.         mnemonic = "h";
  494.         }  // End Shade
  495.     }  // End column (Fills)
  496.  
  497.     : boxed_column { // Raster patterns
  498.         label = "ラスタ・パターン:";
  499.         key = /*MSG0*/"rastpat";
  500.         mnemonic = "R";
  501.         fixed_height = true;
  502.         width = 33;
  503.         : list_box {
  504.         fixed_height = true;
  505.         height = 8;
  506.         key = /*MSG0*/"patlist";
  507.         }
  508.         : button {
  509.         label = "変更...";
  510.         mnemonic = "C";
  511.         key = /*MSG0*/"changerast";
  512.         }
  513.     }  // End Column ( Raster Patterns )
  514.     }  // End Row
  515.  
  516.     : row {
  517.     fixed_width = true;
  518.     alignment = centered;
  519.     : retirement_button {
  520.         label = "OK";
  521.         key = /*MSG0*/"accept";
  522.         width = 12;
  523.         is_default = true;
  524.     }
  525.     : retirement_button {
  526.         label = "キャンセル";
  527.         key = /*MSG0*/"cancel";
  528.         width = 12;
  529.         is_cancel = true;
  530.     }
  531.     : button {
  532.         label = "ヘルプ...";
  533.         key = /*MSG0*/"helppen";
  534.         width = 12;
  535.         mnemonic = "H";
  536.     }
  537.     }
  538.  
  539. }  // End LINE ATTRIBUTES Dialog //
  540.  
  541. //      PENPPENATTR.DCL
  542. //      Dialog Box for setting attributes for pens
  543. //
  544. penppenattr: dialog {
  545.     label = "ペン属性";
  546.     initial_focus = /*MSG0*/"accept";
  547.     fixed_height = true;
  548.     : row {  // Pen
  549.     : column {
  550.         : popup_list {
  551.         label = "ペン (1..255):";
  552.         mnemonic = "P";
  553.         fixed_width = true;
  554.         key = /*MSG0*/"slider";
  555.         edit_width = 4;
  556.         }
  557.         : button {
  558.         label = "全てのペンに適用";
  559.         mnemonic = "A";
  560.         key = /*MSG0*/"okall";
  561.         }
  562.     }  // End Pen Column
  563.     : column {
  564.         : boxed_row {
  565.         label = "塗りつぶしの処理方法:";
  566.         : radio_column {  // SFILLS
  567.             key = /*MSG0*/"sfills";
  568.             fixed_height = true;
  569.             : radio_button {
  570.             label = "プロッタで処理 (スピード重視)";
  571.             key = /*MSG0*/"sfillspl";
  572.             mnemonic = "l";
  573.             }
  574.             : radio_button {
  575.             label = "AutoCADで処理";
  576.             key = /*MSG0*/"sfillsacad";
  577.             mnemonic = "D";
  578.             }
  579.         }  // End (Merge) column
  580.         } //end merge row
  581.     }
  582.     }
  583.  
  584.     : row {
  585.     :boxed_row {
  586.         label = "線分端点:";
  587.         key = /*MSG0*/"endlabel";
  588.         mnemonic = "E";
  589.         : image_button {
  590.         key = /*MSG0*/"end_tile1";
  591.         width = 5;
  592.         aspect_ratio = 0.75;
  593.         }
  594.         : image_button {
  595.         key = /*MSG0*/"end_tile2";
  596.         width = 5;
  597.         aspect_ratio = 0.75;
  598.         }
  599.         : image_button {
  600.         key = /*MSG0*/"end_tile3";
  601.         width = 5;
  602.         aspect_ratio = 0.75;
  603.         }
  604.         : image_button {
  605.         key = /*MSG0*/"end_tile4";
  606.         width = 5;
  607.         aspect_ratio = 0.75;
  608.         }
  609.     }
  610.     :boxed_row {
  611.         label = "線分結合:";
  612.         key = /*MSG0*/"joinlabel";
  613.         mnemonic = "J";
  614.         : image_button {
  615.         key = /*MSG0*/"join_tile1";
  616.         width = 5;
  617.         aspect_ratio = 0.75;
  618.         }
  619.         : image_button {
  620.         key = /*MSG0*/"join_tile2";
  621.         width = 5;
  622.         aspect_ratio = 0.75;
  623.         }
  624.         : image_button {
  625.         key = /*MSG0*/"join_tile3";
  626.         width = 5;
  627.         aspect_ratio = 0.75;
  628.         }
  629.         : image_button {
  630.         key = /*MSG0*/"join_tile4";
  631.         width = 5;
  632.         aspect_ratio = 0.75;
  633.         }
  634.         : image_button {
  635.         key = /*MSG0*/"join_tile5";
  636.         width = 5;
  637.         aspect_ratio = 0.75;
  638.         }
  639.     }
  640.     }  // End Row (Line ends/joins)
  641.  
  642.     : row { // ( Fills & Raster patterns)
  643.     key = /*MSG0*/"fillsdef";
  644.     : boxed_column {  // Fills
  645.         label = "塗りつぶし:";
  646.         mnemonic = "F";
  647.         : list_box {
  648.         fixed_height = true;
  649.         height = 5;
  650.         key = /*MSG0*/"filltype";
  651.         }
  652.         : edit_box {
  653.         fixed_width = true;
  654.         edit_width = 2;
  655.         edit_limit = 2;
  656.         label = "間隔 1..99mm:";
  657.         key   = /*MSG0*/"spacing";
  658.         mnemonic = "S";
  659.         }
  660.  
  661.         : edit_box {
  662.         fixed_width = true;
  663.         edit_width = 3;
  664.         edit_limit = 3;
  665.         label = "角度 0..359:";
  666.         key   = /*MSG0*/"angle";
  667.         mnemonic = "g";
  668.         }
  669.  
  670.         : edit_box {  // Shade
  671.         fixed_width = true;
  672.         edit_width = 2;
  673.         edit_limit = 2;
  674.         label = "シェード 0..99%:";
  675.         key   = /*MSG0*/"shdpct";
  676.         mnemonic = "h";
  677.         }  // End Shade
  678.     }  // End column (Fills)
  679.  
  680.     : boxed_column { // Raster patterns
  681.         label = "ラスタ・パターン:";
  682.         key = /*MSG0*/"rastpat";
  683.         mnemonic = "R";
  684.         fixed_height = true;
  685.         width = 33;
  686.         : list_box {
  687.         fixed_height = true;
  688.         height = 8;
  689.         key = /*MSG0*/"patlist";
  690.         }
  691.         : button {
  692.         label = "変更...";
  693.         mnemonic = "C";
  694.         key = /*MSG0*/"changerast";
  695.         }
  696.     }  // End Column ( Raster Patterns )
  697.     }  // End Row
  698.  
  699.     : row {
  700.     fixed_width = true;
  701.     alignment = centered;
  702.     : retirement_button {
  703.         label = "OK";
  704.         key = /*MSG0*/"accept";
  705.         width = 12;
  706.         is_default = true;
  707.     }
  708.     : retirement_button {
  709.         label = "キャンセル";
  710.         key = /*MSG0*/"cancel";
  711.         width = 12;
  712.         is_cancel = true;
  713.     }
  714.     : button {
  715.         label = "ヘルプ...";
  716.         key = /*MSG0*/"helppen";
  717.         width = 12;
  718.         mnemonic = "H";
  719.     }
  720.     }
  721.  
  722. }  // End LINE ATTRIBUTES Dialog //
  723.  
  724. //  ANNOTATE.DCL
  725. //  Menu for annotating plot-time variables into left side of plot
  726. //
  727.  
  728. annotate: dialog {
  729.     label = "注釈出力";
  730.     initial_focus = /*MSG0*/"accept";
  731.     : row  { // of two columns
  732.     : column {
  733.         : toggle {
  734.         label = "図面ファイル名 ";
  735.         key = /*MSG0*/"dwgname";
  736.         mnemonic = "F";
  737.         }
  738.         : toggle {
  739.         label = "出力日時";
  740.         key = /*MSG0*/"plottime";
  741.         mnemonic = "T";
  742.         }
  743.     }  // End column (dwgname, plottime)
  744.     : column {
  745.         : toggle {
  746.         label = "ドライバ情報";
  747.         key = /*MSG0*/"dvrname";
  748.         mnemonic = "I";
  749.         }
  750.         : toggle {
  751.         label = "クロップ・マーク";
  752.         key = /*MSG0*/"cropmarks";
  753.         mnemonic = "M";
  754.         }
  755.     }  // End column ( drvname, cropmarks )
  756.     }  // End row of 2 columns
  757.  
  758.     : column {
  759.     : text {
  760.         key = /*MSG0*/"commentlabel";
  761.         label = "コメント: (最大50字)";
  762.         mnemonic = "C";
  763.     }
  764.     : edit_box {
  765.         key = /*MSG0*/"comment";
  766.         width = 51;
  767.         edit_limit = 50;
  768.     }
  769.     }  // End Comment column
  770.  
  771.     : row {
  772.     fixed_width = true;
  773.     alignment = centered;
  774.     : retirement_button {
  775.         label = "OK";
  776.         key = /*MSG0*/"accept";
  777.         width = 12;
  778.         is_default = true;
  779.     }
  780.     : retirement_button {
  781.         label = "キャンセル";
  782.         key = /*MSG0*/"cancel";
  783.         width = 12;
  784.         is_cancel = true;
  785.     }
  786.     : button {
  787.         label = "ヘルプ...";
  788.         key = /*MSG0*/"helpanno";
  789.         mnemonic = "H";
  790.         width = 12;
  791.     }
  792.     }
  793.  
  794. }  // End PLOT ANNOTATE Dialog //
  795.  
  796.  
  797. //  HELP DIALOG
  798. //  The help dialog is popped up to display a help message based
  799. //  on which "screen" the user was interacting with when he
  800. //  depressed the help button
  801.  
  802. help: dialog {
  803.     label = "ヘルプ/情報";
  804.     initial_focus = /*MSG0*/"accept";
  805.     : list_box {
  806.     width = 55;
  807.     height = 16;
  808.     key = /*MSG0*/"helplist";
  809.     }
  810.     : retirement_button {
  811.     label = "OK";
  812.     key = /*MSG0*/"accept";
  813.     is_default = true;
  814.     is_cancel = true;
  815.     }
  816. }  // End HELP Dialog
  817.  
  818. //  OKALLPENS DIALOG
  819. okallpens: dialog {
  820.     fixed_width = true;
  821.     alignment = centered;
  822.     label = "!! 注意 !!";
  823.     initial_focus = /*MSG0*/"accept";
  824.     : text {
  825.     label = "OKを選択すると全てのペンに適用されます";
  826.     key = /*MSG0*/"askok";
  827.     }
  828.     : row {
  829.     alignment = centered;
  830.     : retirement_button {
  831.         label = "OK";
  832.         key = /*MSG0*/"accept";
  833.         width = 12;
  834.         is_default = true;
  835.     }
  836.     : retirement_button {
  837.         label = "キャンセル";
  838.         key = /*MSG0*/"cancel";
  839.         width = 12;
  840.         is_cancel = true;
  841.     }
  842.     }  // End row
  843. }  // End OKALLPENS Dialog //
  844.  
  845. GenericOrient : dialog {
  846.     label = "用紙オプション";
  847.     initial_focus = /*MSG0*/"accept";
  848.     : boxed_row {
  849.     label = "用紙方向と出力方向をクリック ";
  850.     mnemonic = "C";
  851.     fixed_width = true;
  852.     fixed_height = true;
  853.     spacer_0;
  854.     : column {
  855.         fixed_width = true;
  856.         fixed_height = true;
  857.         : image_button {
  858.         key = /*MSG0*/"image1";
  859.         width = 14;
  860.         aspect_ratio = 0.65;
  861.         }
  862.         : image_button {
  863.         key = /*MSG0*/"image3";
  864.         width = 14;
  865.         aspect_ratio =0.65;
  866.         }
  867.         : image_button {
  868.         key = /*MSG0*/"image5";
  869.         width = 14;
  870.         aspect_ratio =0.65;
  871.         }
  872.         : image_button {
  873.         key = /*MSG0*/"image7";
  874.         width = 14;
  875.         aspect_ratio = 0.65;
  876.         }
  877.     }
  878.     spacer_0;
  879.     : column {
  880.         fixed_width = true;
  881.         fixed_height = true;
  882.         : image_button {
  883.         key = /*MSG0*/"image2";
  884.         width = 14;
  885.         aspect_ratio = 0.65;
  886.         }
  887.         : image_button {
  888.         key = /*MSG0*/"image4";
  889.         width = 14;
  890.         aspect_ratio = 0.65;
  891.         }
  892.         : image_button {
  893.         key = /*MSG0*/"image6";
  894.         width = 14;
  895.         aspect_ratio = 0.65;
  896.         }
  897.         : image_button {
  898.         key = /*MSG0*/"image8";
  899.         width = 14;
  900.         aspect_ratio = 0.65;
  901.         }
  902.     }
  903.     spacer_0;
  904.     }
  905.     : row {
  906.     fixed_width = true;
  907.     alignment = centered;
  908.     : retirement_button {   
  909.         label = "OK";
  910.         key = /*MSG0*/"accept";
  911.         width = 12;
  912.         is_default = true;
  913.     }
  914.     : retirement_button {
  915.         label = "キャンセル";
  916.         key = /*MSG0*/"cancel";
  917.         width = 12;
  918.         is_cancel = true;
  919.     }
  920.     : button {
  921.         label = "ヘルプ...";
  922.         mnemonic = "H";
  923.         key = /*MSG0*/"helppaper";
  924.     }
  925.     }  // End Row;
  926. }
  927.  
  928. BandingOrient : dialog {
  929.     label = "用紙オプション";
  930.     initial_focus = /*MSG0*/"accept";
  931.     : boxed_row {
  932.     label = "用紙方向と出力方向をクリック";
  933.     mnemonic = "C";
  934.     fixed_width = true;
  935.     fixed_height = true;
  936.     spacer_0;
  937.     : column {
  938.         fixed_width = true;
  939.         fixed_height = true;
  940.         : image_button {
  941.         key = /*MSG0*/"image1";
  942.         width = 14;
  943.         aspect_ratio = 0.65;
  944.         }
  945.         : image_button {
  946.         key = /*MSG0*/"image7";
  947.         width = 14;
  948.         aspect_ratio = 0.65;
  949.         }
  950.     }
  951.     spacer_0;
  952.     : column {
  953.         fixed_width = true;
  954.         fixed_height = true;
  955.         : image_button {
  956.         key = /*MSG0*/"image6";
  957.         width = 14;
  958.         aspect_ratio = 0.65;
  959.         }
  960.         : image_button {
  961.         key = /*MSG0*/"image8";
  962.         width = 14;
  963.         aspect_ratio = 0.65;
  964.         }
  965.     }
  966.     spacer_0;
  967.     }
  968.     : row {
  969.     fixed_width = true;
  970.     alignment = centered;
  971.     : retirement_button {   
  972.         label = "OK";
  973.         key = /*MSG0*/"accept";
  974.         width = 12;
  975.         is_default = true;
  976.     }
  977.     : retirement_button {
  978.         label = "キャンセル";
  979.         key = /*MSG0*/"cancel";
  980.         width = 12;
  981.         is_cancel = true;
  982.     }
  983.     : button {
  984.         label = "ヘルプ...";
  985.         mnemonic = "H";
  986.         key = /*MSG0*/"helppaper";
  987.     }
  988.     }  // End Row;
  989. }
  990.  
  991. paperadv : dialog {
  992.     label = "用紙範囲オプション";
  993.     initial_focus = /*MSG0*/"accept";
  994.     : boxed_row {
  995.     label = "プロット・オプション:";
  996.     : column {
  997.     : toggle {
  998.         label = "自動カッターを使用しない";
  999.         key = /*MSG0*/"disCutter";
  1000.         mnemonic = "C";
  1001.     }
  1002.     : toggle {
  1003.         label = "用紙節約";
  1004.         key = /*MSG0*/"InkedArea";
  1005.         mnemonic = "P";
  1006.     }
  1007.     } // End column
  1008.     // Another column can be added here
  1009.     }  // End row
  1010.     spacer_1;
  1011.     : boxed_row {
  1012.     label = "プロッタ・マージンによる制御レベルを選択:";
  1013.     : boxed_radio_column {
  1014.         label = "尺度自動調整がオフ";
  1015.         key = /*MSG0*/"sclmarginadj";
  1016.         : radio_button {
  1017.         label = "クリップ警告を表示 ";
  1018.         key = /*MSG0*/"sclwarnings";
  1019.         mnemonic = "w";
  1020.         }
  1021.         : radio_button {
  1022.         label = "警告を表示しない";
  1023.         key = /*MSG0*/"scldisabled";
  1024.         mnemonic = "D";
  1025.         }
  1026.     }
  1027.     : boxed_radio_column {
  1028.         label = "尺度自動調整がオン";
  1029.         key = /*MSG0*/"marginadj";
  1030.         : radio_button {
  1031.         label = "クリップしない。用紙サイズに調整";
  1032.         key = /*MSG0*/"adjust";
  1033.         mnemonic = "A";
  1034.         }
  1035.         : radio_button {
  1036.         label = "クリップ警告を表示";
  1037.         key = /*MSG0*/"warnings";
  1038.         mnemonic = "w";
  1039.         }
  1040.         : radio_button {
  1041.         label = "警告を表示しない";
  1042.         key = /*MSG0*/"disabled";
  1043.         mnemonic = "D";
  1044.         }
  1045.     }
  1046.     }
  1047.     spacer_1;
  1048.     : boxed_column {
  1049.     label = "プロッタ・マージン:";
  1050.     : radio_row {
  1051.         key = /*MSG0*/"expand";
  1052.         : radio_button {
  1053.         label = "セマイ";
  1054.         key = /*MSG0*/"marg1";
  1055.         mnemonic = "S";
  1056.         }
  1057.         : radio_button {
  1058.         label = "フツウ";
  1059.         key = /*MSG0*/"marg0";
  1060.         mnemonic = "N";
  1061.         }
  1062.         : radio_button {
  1063.         label = "ヒロイ";
  1064.         key = /*MSG0*/"marg2";
  1065.         mnemonic = "E";
  1066.         }
  1067.     }
  1068.     : text {
  1069.         label = "プロッタの設定に対応していなければなりません";
  1070.     }
  1071.     }
  1072.     spacer_1;
  1073.     : row {
  1074.     fixed_width = true;
  1075.     alignment = centered;
  1076.     : retirement_button {   
  1077.         label = "OK";
  1078.         key = /*MSG0*/"accept";
  1079.         width = 12;
  1080.         is_default = true;
  1081.     }
  1082.     : retirement_button {
  1083.         label = "キャンセル";
  1084.         key = /*MSG0*/"cancel";
  1085.         width = 12;
  1086.         is_cancel = true;
  1087.     }
  1088.     : button {
  1089.         label = "ヘルプ...";
  1090.         mnemonic = "H";
  1091.         key = /*MSG0*/"helpadv";
  1092.     }
  1093.     }  // End Row;
  1094. }
  1095.  
  1096. printops : dialog {
  1097.     label = "ハーフトーン";
  1098.     initial_focus = /*MSG0*/"accept";
  1099.     : row {
  1100.     : radio_column {
  1101.         key = /*MSG0*/"dither";
  1102.         : radio_button {
  1103.         label = "拡散";
  1104.         key = /*MSG0*/"scatter";
  1105.         mnemonic = "S";
  1106.         }
  1107.         : radio_button {
  1108.         label = "パターン";
  1109.         key = /*MSG0*/"pattern";
  1110.         mnemonic = "P";
  1111.         }
  1112.         : radio_button {
  1113.         label = "プロッタの既定値";
  1114.         key = /*MSG0*/"default";
  1115.         mnemonic = "d";
  1116.         }
  1117.     }
  1118.     : column {
  1119.         fixed_width = true;
  1120.         fixed_height = true;
  1121.         : image {
  1122.         key = /*MSG0*/"sc_im";
  1123.         height = 1;
  1124.         aspect_ratio = 6;
  1125.         }
  1126.         : image {
  1127.         key = /*MSG0*/"pt_im";
  1128.         height = 1;
  1129.         aspect_ratio = 6;
  1130.         }
  1131.         spacer_1;
  1132.     }
  1133.     }
  1134.     : row {
  1135.     fixed_width = true;
  1136.     alignment = centered;
  1137.     : retirement_button {   
  1138.         label = "OK";
  1139.         key = /*MSG0*/"accept";
  1140.         width = 12;
  1141.         is_default = true;
  1142.     }
  1143.     : retirement_button {
  1144.         label = "キャンセル";
  1145.         key = /*MSG0*/"cancel";
  1146.         width = 12;
  1147.         is_cancel = true;
  1148.     }
  1149.     : button {
  1150.         label = "ヘルプ...";
  1151.         mnemonic = "H";
  1152.         key = /*MSG0*/"helpprintop";
  1153.     }
  1154.     }  // End Row;
  1155. }
  1156.  
  1157. aboutmsg : dialog {
  1158.     label = "バージョン情報";
  1159.     width  = 64;
  1160.     : text {
  1161.     key = /*MSG0*/"DriverVersion";
  1162.     alignment = centered;
  1163.     }
  1164.     : text {
  1165.     key = /*MSG0*/"APDVersion";
  1166.     alignment = centered;
  1167.     }
  1168.     : text {
  1169.     key = /*MSG0*/"AboutHeaderKey";
  1170.     alignment = centered;
  1171.     }
  1172.     : list_box {
  1173.     fixed_height = true;
  1174.     height = 12;
  1175.     key =  /*MSG0*/"AboutKey";
  1176.     }
  1177.     : button {
  1178.     label = "OK";
  1179.     key = /*MSG0*/"accept";
  1180.     fixed_width = true;
  1181.     alignment = centered;
  1182.     width = 12;
  1183.     is_default = true;
  1184.     }
  1185. }
  1186.