home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computerworld 1996 March
/
Computerworld_1996-03_cd.bin
/
hp
/
drivers
/
plotter
/
dj750755
/
acad
/
hpfiles
/
hpcommon.exe
/
HPMPLDOS.DCL
< prev
next >
Wrap
Text File
|
1995-07-07
|
47KB
|
1,497 lines
// Next available MSG number is 256
// MODULE_ID HPMPLOT_DCL_
// (Test Release 0.1 12 Nov 1992)
// (C) Hewlett-Packard Company
// HP-GL/2 ADI 4.2 AutoCAD 386 Release 12 driver
// Release 1.3 1 March 1993
// HPMPLOT.DCL
// Main Menu for the Merge Plotting/Rendering User Interface
mainmenu: dialog {
label = /*HPMPLOT_DCL_1*/"HP Plotter Configuration";
alignment = centered;
initial_focus = /*MSG0*/"accept";
: column {
: text_part {
key = /*MSG0*/"modellabel";
label = /*HPMPLOT_DCL_2*/"Plotter Conf:";
}
: popup_list {
fixed_width = true;
key = /*MSG0*/"idmodel";
edit_width = 60;
tabs = "25";
}
}
: concatenation {
: text_part {
key = /*MSG0*/"dirlabel";
label = /*HPMPLOT_DCL_3*/"Dir: ";
}
: text {
key = /*MSG0*/"dir";
width = 34;
}
}
: row {
fixed_width = true;
: text {
label = /*HPMPLOT_DCL_4*/"Configuration File:";
key = /*MSG0*/"cfglabel";
mnemonic = /*HPMPLOT_DCL_5*/"C";
}
: popup_list {
fixed_width = true;
key = /*MSG0*/"cfgfile";
edit_width = 13;
}
}
: row {
: column { // Begin Left Column
: boxed_radio_column {
label = /*HPMPLOT_DCL_6*/"Quality";
key = /*MSG0*/"qual";
: radio_button {
label = /*HPMPLOT_DCL_7*/"Draft";
key = /*MSG0*/"draft";
mnemonic = /*HPMPLOT_DCL_8*/"D";
}
: radio_button {
label = /*HPMPLOT_DCL_9*/"Final";
key = /*MSG0*/"final";
mnemonic = /*HPMPLOT_DCL_250*/"F";
value = "1";
}
: radio_button {
label = /*HPMPLOT_DCL_10*/"Enhanced";
key = /*MSG0*/"enhanced";
mnemonic = /*HPMPLOT_DCL_11*/"E";
}
: radio_button {
label = /*HPMPLOT_DCL_12*/"Plotter Default";
key = /*MSG0*/"pldefault";
mnemonic = /*HPMPLOT_DCL_13*/"t";
}
} // End radio_column (Print Qual) //
} // End Left Column
: column { // Begin Middle Column
: edit_box {
label = /*HPMPLOT_DCL_14*/"Number of Copies:";
mnemonic = /*HPMPLOT_DCL_15*/"N";
key = /*MSG0*/"copies";
edit_width = 2;
edit_limit = 2;
fixed_width=true;
}
: boxed_radio_column {
label = /*HPMPLOT_DCL_16*/"Print colors";
key = /*MSG0*/"color_set";
: radio_button {
label = /*HPMPLOT_DCL_17*/"In color";
key = /*MSG0*/"pcolor";
mnemonic = /*HPMPLOT_DCL_18*/"c";
}
: radio_button {
label = /*HPMPLOT_DCL_19*/"Colors as gray";
key = /*MSG0*/"pgray";
mnemonic = /*HPMPLOT_DCL_20*/"g";
}
: radio_button {
label = /*HPMPLOT_DCL_21*/"All as black";
key = /*MSG0*/"pblack";
mnemonic = /*HPMPLOT_DCL_22*/"b";
}
} //end of color setting
}
: column {
// Begin Right Column
: button {
label = /*HPMPLOT_DCL_23*/"Pens...";
mnemonic = /*HPMPLOT_DCL_24*/"P";
key = /*MSG0*/"penattr";
}
: button {
label = /*HPMPLOT_DCL_25*/"Annotations...";
mnemonic = /*HPMPLOT_DCL_26*/"A";
key = /*MSG0*/"annotate";
}
: button {
label = /*HPMPLOT_DCL_27*/"Media Orientation...";
mnemonic = /*HPMPLOT_DCL_28*/"M";
key = /*MSG0*/"paper";
}
: button {
label = /*HPMPLOT_DCL_29*/"Advanced Media Opt...";
mnemonic = /*HPMPLOT_DCL_30*/"v";
key = /*MSG0*/"advopt";
}
: button {
label = /*HPMPLOT_DCL_31*/"Plotter Status...";
mnemonic = /*HPMPLOT_DCL_32*/"S";
key = /*MSG0*/"status";
}
} // End Right Column
} // End Row of two columns
: boxed_column {
: text {
label = /*HPMPLOT_DCL_33*/"Current Annotation Comment:";
key = /*MSG0*/"Annolabel";
}
: text {
width = 50;
key = /*MSG0*/"curcomment";
}
}
: row {
fixed_width = true;
alignment = centered;
: button {
label = /*HPMPLOT_DCL_34*/"OK";
key = /*MSG0*/"accept";
width = 12;
is_default = true;
}
: retirement_button {
label = /*HPMPLOT_DCL_35*/"Cancel";
key = /*MSG0*/"cancel";
width = 12;
is_cancel = true;
}
: button {
label = /*HPMPLOT_DCL_36*/"Save as...";
key = /*MSG0*/"saveas";
mnemonic = /*HPMPLOT_DCL_37*/"S";
width = 12;
}
: button {
label = /*HPMPLOT_DCL_38*/"Help...";
key = /*MSG0*/"helpmain";
mnemonic = /*HPMPLOT_DCL_39*/"H";
width = 12;
}
}
} // End MAIN MENU Dialog //
// PENATTR.DCL
// Dialog Box for setting attributes for pens
//
penattr: dialog {
label = /*HPMPLOT_DCL_40*/"Pens";
initial_focus = /*MSG0*/"accept";
fixed_height = true;
: row { // Pen
: column {
: edit_box {
label = /*HPMPLOT_DCL_41*/"Pen (1..255):";
mnemonic = /*HPMPLOT_DCL_42*/"P";
fixed_width = true;
value = "0";
key = /*MSG0*/"pen";
edit_width = 3;
edit_limit = 3;
}
: slider {
min_value = 1;
max_value = 255;
small_increment = 1;
big_increment = 10;
layout = horizontal;
value = "0";
key = /*MSG0*/"slider";
} // End Slider
: button {
label = /*HPMPLOT_DCL_43*/"Apply to All Pens";
mnemonic = /*HPMPLOT_DCL_44*/"A";
key = /*MSG0*/"okall";
}
} // End Pen Column
: column {
: boxed_row {
label = /*HPMPLOT_DCL_45*/"Plot Merge Control";
: radio_column { // Merge
key = /*MSG0*/"mc";
fixed_height = true;
: radio_button {
label = /*HPMPLOT_DCL_46*/"Lines Overwrite";
key = /*MSG0*/"mc0";
mnemonic = /*HPMPLOT_DCL_47*/"O";
}
: radio_button {
label = /*HPMPLOT_DCL_48*/"Lines Merge";
key = /*MSG0*/"mc1";
mnemonic = /*HPMPLOT_DCL_49*/"M";
}
} // End (Merge) column
: column {
fixed_width = true;
fixed_height = true;
:image {
key = /*MSG0*/"overw_im";
height = 1;
aspect_ratio = 1.4;
}
:image {
key = /*MSG0*/"merge_im";
height = 1;
aspect_ratio = 1.4;
}
}
spacer_1;
} //end merge row
: button {
label = /*HPMPLOT_DCL_50*/"Halftoning...";
key = /*MSG0*/"printop";
mnemonic = /*HPMPLOT_DCL_51*/"t";
}
}
}
: row {
:boxed_row {
label = /*HPMPLOT_DCL_52*/"Line End:";
key = /*MSG0*/"endlabel";
mnemonic = /*HPMPLOT_DCL_53*/"E";
: image_button {
key = /*MSG0*/"end_tile1";
width = 5;
aspect_ratio = 0.75;
}
: image_button {
key = /*MSG0*/"end_tile2";
width = 5;
aspect_ratio = 0.75;
}
: image_button {
key = /*MSG0*/"end_tile3";
width = 5;
aspect_ratio = 0.75;
}
: image_button {
key = /*MSG0*/"end_tile4";
width = 5;
aspect_ratio = 0.75;
}
}
:boxed_row {
label = /*HPMPLOT_DCL_54*/"Line Join:";
key = /*MSG0*/"joinlabel";
mnemonic = /*HPMPLOT_DCL_55*/"J";
: image_button {
key = /*MSG0*/"join_tile1";
width = 5;
aspect_ratio = 0.75;
}
: image_button {
key = /*MSG0*/"join_tile2";
width = 5;
aspect_ratio = 0.75;
}
: image_button {
key = /*MSG0*/"join_tile3";
width = 5;
aspect_ratio = 0.75;
}
: image_button {
key = /*MSG0*/"join_tile4";
width = 5;
aspect_ratio = 0.75;
}
: image_button {
key = /*MSG0*/"join_tile5";
width = 5;
aspect_ratio = 0.75;
}
}
} // End Row (Line ends/joins)
: row { // ( Ends, Joins, & patterns)
: boxed_column { // Fills
label = /*HPMPLOT_DCL_56*/"Fill:";
mnemonic = /*HPMPLOT_DCL_57*/"F";
: list_box {
fixed_height = true;
height = 5;
key = /*MSG0*/"filltype";
}
: edit_box {
fixed_width = true;
edit_width = 2;
edit_limit = 2;
label = /*HPMPLOT_DCL_58*/"Spacing 1..99mm:";
key = /*MSG0*/"spacing";
mnemonic = /*HPMPLOT_DCL_59*/"S";
}
: edit_box {
fixed_width = true;
edit_width = 3;
edit_limit = 3;
label = /*HPMPLOT_DCL_60*/"Angle 0..359:";
key = /*MSG0*/"angle";
mnemonic = /*HPMPLOT_DCL_61*/"g";
}
: edit_box { // Shade
fixed_width = true;
edit_width = 2;
edit_limit = 2;
label = /*HPMPLOT_DCL_62*/"Shade 0..99%:";
key = /*MSG0*/"shdpct";
mnemonic = /*HPMPLOT_DCL_63*/"S";
} // End Shade
} // End column (Fills)
: boxed_column { // Raster patterns, line ends line joins
key = /*MSG0*/"rastpat";
label = /*HPMPLOT_DCL_64*/"Raster Patterns:";
fixed_height = true;
mnemonic = /*HPMPLOT_DCL_65*/"R";
: list_box {
fixed_height = true;
height = 8;
key = /*MSG0*/"patlist";
}
: button {
label = /*HPMPLOT_DCL_66*/"Change...";
mnemonic = /*HPMPLOT_DCL_67*/"C";
key = /*MSG0*/"changerast";
}
} // End Column ( Raster Patterns )
} // End Row
: row {
fixed_width = true;
alignment = centered;
: retirement_button {
label = /*HPMPLOT_DCL_68*/"OK";
key = /*MSG0*/"accept";
width = 12;
is_default = true;
}
: retirement_button {
label = /*HPMPLOT_DCL_69*/"Cancel";
key = /*MSG0*/"cancel";
width = 12;
is_cancel = true;
}
: button {
label = /*HPMPLOT_DCL_70*/"Help...";
key = /*MSG0*/"helppen";
width = 12;
mnemonic = /*HPMPLOT_DCL_71*/"H";
}
}
} // End LINE ATTRIBUTES Dialog //
// PENPPENATTR.DCL
// Dialog Box for setting attributes for pens
//
penppenattr: dialog {
label = /*HPMPLOT_DCL_40*/"Pens";
initial_focus = /*MSG0*/"accept";
fixed_height = true;
: row { // Pen
: column {
: edit_box {
label = /*HPMPLOT_DCL_41*/"Pen (1..255):";
mnemonic = /*HPMPLOT_DCL_42*/"P";
fixed_width = true;
value = "0";
key = /*MSG0*/"pen";
edit_width = 3;
edit_limit = 3;
}
: slider {
min_value = 1;
max_value = 255;
small_increment = 1;
big_increment = 10;
layout = horizontal;
value = "0";
key = /*MSG0*/"slider";
} // End Slider
: button {
label = /*HPMPLOT_DCL_43*/"Apply to All Pens";
mnemonic = /*HPMPLOT_DCL_44*/"A";
key = /*MSG0*/"okall";
}
} // End Pen Column
: column {
: boxed_row {
label = /*HPMPLOT_DCL_251*/"Generate Area Fills in:";
: radio_column { // SFILLS
key = /*MSG0*/"sfills";
fixed_height = true;
: radio_button {
label = /*HPMPLOT_DCL_252*/"Plotter (Best Lockout Time)";
key = /*MSG0*/"sfillspl";
mnemonic = /*HPMPLOT_DCL_253*/"l";
}
: radio_button {
label = /*HPMPLOT_DCL_254*/"AutoCAD (Best Plotting Time)";
key = /*MSG0*/"sfillsacad";
mnemonic = /*HPMPLOT_DCL_255*/"D";
}
} // End (Merge) column
} //end merge row
}
}
: row {
:boxed_row {
label = /*HPMPLOT_DCL_52*/"Line End:";
key = /*MSG0*/"endlabel";
mnemonic = /*HPMPLOT_DCL_53*/"E";
: image_button {
key = /*MSG0*/"end_tile1";
width = 5;
aspect_ratio = 0.75;
}
: image_button {
key = /*MSG0*/"end_tile2";
width = 5;
aspect_ratio = 0.75;
}
: image_button {
key = /*MSG0*/"end_tile3";
width = 5;
aspect_ratio = 0.75;
}
: image_button {
key = /*MSG0*/"end_tile4";
width = 5;
aspect_ratio = 0.75;
}
}
:boxed_row {
label = /*HPMPLOT_DCL_54*/"Line Join:";
key = /*MSG0*/"joinlabel";
mnemonic = /*HPMPLOT_DCL_55*/"J";
: image_button {
key = /*MSG0*/"join_tile1";
width = 5;
aspect_ratio = 0.75;
}
: image_button {
key = /*MSG0*/"join_tile2";
width = 5;
aspect_ratio = 0.75;
}
: image_button {
key = /*MSG0*/"join_tile3";
width = 5;
aspect_ratio = 0.75;
}
: image_button {
key = /*MSG0*/"join_tile4";
width = 5;
aspect_ratio = 0.75;
}
: image_button {
key = /*MSG0*/"join_tile5";
width = 5;
aspect_ratio = 0.75;
}
}
} // End Row (Line ends/joins)
: row { // ( Ends, Joins, & patterns)
key = /*MSG0*/"fillsdef";
: boxed_column { // Fills
label = /*HPMPLOT_DCL_56*/"Fill:";
mnemonic = /*HPMPLOT_DCL_57*/"F";
: list_box {
fixed_height = true;
height = 5;
key = /*MSG0*/"filltype";
}
: edit_box {
fixed_width = true;
edit_width = 2;
edit_limit = 2;
label = /*HPMPLOT_DCL_58*/"Spacing 1..99mm:";
key = /*MSG0*/"spacing";
mnemonic = /*HPMPLOT_DCL_59*/"S";
}
: edit_box {
fixed_width = true;
edit_width = 3;
edit_limit = 3;
label = /*HPMPLOT_DCL_60*/"Angle 0..359:";
key = /*MSG0*/"angle";
mnemonic = /*HPMPLOT_DCL_61*/"g";
}
: edit_box { // Shade
fixed_width = true;
edit_width = 2;
edit_limit = 2;
label = /*HPMPLOT_DCL_62*/"Shade 0..99%:";
key = /*MSG0*/"shdpct";
mnemonic = /*HPMPLOT_DCL_63*/"S";
} // End Shade
} // End column (Fills)
: boxed_column { // Raster patterns, line ends line joins
key = /*MSG0*/"rastpat";
label = /*HPMPLOT_DCL_64*/"Raster Patterns:";
fixed_height = true;
mnemonic = /*HPMPLOT_DCL_65*/"R";
: list_box {
fixed_height = true;
height = 8;
key = /*MSG0*/"patlist";
}
: button {
label = /*HPMPLOT_DCL_66*/"Change...";
mnemonic = /*HPMPLOT_DCL_67*/"C";
key = /*MSG0*/"changerast";
}
} // End Column ( Raster Patterns )
} // End Row
: row {
fixed_width = true;
alignment = centered;
: retirement_button {
label = /*HPMPLOT_DCL_68*/"OK";
key = /*MSG0*/"accept";
width = 12;
is_default = true;
}
: retirement_button {
label = /*HPMPLOT_DCL_69*/"Cancel";
key = /*MSG0*/"cancel";
width = 12;
is_cancel = true;
}
: button {
label = /*HPMPLOT_DCL_70*/"Help...";
key = /*MSG0*/"helppen";
width = 12;
mnemonic = /*HPMPLOT_DCL_71*/"H";
}
}
} // End LINE ATTRIBUTES Dialog //
// ANNOTATE.DCL
// Menu for annotating plot-time variables into left side of plot
//
annotate: dialog {
label = /*HPMPLOT_DCL_72*/"Annotations";
initial_focus = /*MSG0*/"accept";
: row { // of two columns
: column {
: toggle {
label = /*HPMPLOT_DCL_73*/"Drawing Filename";
key = /*MSG0*/"dwgname";
mnemonic = /*HPMPLOT_DCL_74*/"F";
}
: toggle {
label = /*HPMPLOT_DCL_75*/"Plot Date/Time";
key = /*MSG0*/"plottime";
mnemonic = /*HPMPLOT_DCL_76*/"T";
}
} // End column (dwgname, plottime)
: column {
: toggle {
label = /*HPMPLOT_DCL_77*/"Driver Info";
key = /*MSG0*/"dvrname";
mnemonic = /*HPMPLOT_DCL_78*/"I";
}
: toggle {
label = /*HPMPLOT_DCL_79*/"Crop Marks";
key = /*MSG0*/"cropmarks";
mnemonic = /*HPMPLOT_DCL_80*/"M";
}
} // End column ( drvname, cropmarks )
} // End row of 2 columns
: column {
: text {
key = /*MSG0*/"commentlabel";
label = /*HPMPLOT_DCL_81*/"Comments: (50 Characters Max)";
mnemonic = /*HPMPLOT_DCL_82*/"C";
}
: edit_box {
key = /*MSG0*/"comment";
width = 51;
edit_limit = 50;
}
} // End Comment column
: row {
fixed_width = true;
alignment = centered;
: retirement_button {
label = /*HPMPLOT_DCL_83*/"OK";
key = /*MSG0*/"accept";
width = 12;
is_default = true;
}
: retirement_button {
label = /*HPMPLOT_DCL_84*/"Cancel";
key = /*MSG0*/"cancel";
width = 12;
is_cancel = true;
}
: button {
label = /*HPMPLOT_DCL_85*/"Help...";
key = /*MSG0*/"helpanno";
mnemonic = /*HPMPLOT_DCL_86*/"H";
width = 12;
}
}
} // End PLOT ANNOTATE Dialog //
render : dialog {
label = /*HPMPLOT_DCL_87*/"Render Configuration";
initial_focus = /*MSG0*/"accept";
: boxed_row {
label = /*HPMPLOT_DCL_88*/"Current Configuration";
: column {
: text {
label = /*HPMPLOT_DCL_89*/"Configuration File: ";
}
: text {
label = /*HPMPLOT_DCL_90*/"Plotter:";
}
}
: column {
fixed_width = true;
: text {
key = /*MSG0*/"cfgfile";
width = 12;
}
: text {
key = /*MSG0*/"plotter";
width = 20;
}
}
}
: row {
: boxed_radio_column {
label = /*HPMPLOT_DCL_91*/"Render Type";
key = /*MSG0*/"rendert";
: radio_button {
label = /*HPMPLOT_DCL_92*/"Smooth";
key = /*MSG0*/"smooth";
mnemonic = /*HPMPLOT_DCL_93*/"S";
}
: radio_button {
label = /*HPMPLOT_DCL_94*/"Facet";
key = /*MSG0*/"facet";
mnemonic = /*HPMPLOT_DCL_95*/"a";
}
}
: boxed_row {
label = /*HPMPLOT_DCL_96*/"Media Size";
: radio_column {
key = /*MSG0*/"units";
: radio_button {
label = /*HPMPLOT_DCL_97*/"In";
key = /*MSG0*/"inch";
mnemonic = /*HPMPLOT_DCL_98*/"I";
}
: radio_button {
label = /*HPMPLOT_DCL_99*/"mm";
key = /*MSG0*/"mm";
mnemonic = /*HPMPLOT_DCL_100*/"m";
}
}
: column {
: edit_box {
label = /*HPMPLOT_DCL_101*/"Width:";
mnemonic = /*HPMPLOT_DCL_102*/"W";
edit_width = 6;
key = /*MSG0*/"pgwidth";
}
: edit_box {
label = /*HPMPLOT_DCL_103*/"Height:";
mnemonic = /*HPMPLOT_DCL_104*/"e";
edit_width = 6;
key = /*MSG0*/"pgheight";
}
}
}
}
: boxed_column { // Begin Rendering Window
label = /*HPMPLOT_DCL_105*/"Position of Rendered Plot on Media";
key = /*MSG0*/"rendwindow";
: row {
fixed_width = true;
: edit_box {
fixed_width = true;
label = /*HPMPLOT_DCL_106*/"1st Corner X:";
key = /*MSG0*/"fpx";
mnemonic = /*HPMPLOT_DCL_107*/"X";
edit_width = 6;
}
spacer_1;
: edit_box {
fixed_width = true;
label = /*HPMPLOT_DCL_108*/"Y:";
key = /*MSG0*/"fpy";
mnemonic = /*HPMPLOT_DCL_109*/"Y";
edit_width = 6;
}
} // End Window 1st pt row
: row {
fixed_width = true;
: edit_box {
fixed_width = true;
label = /*HPMPLOT_DCL_110*/"2nd Corner X:";
key = /*MSG0*/"spx";
mnemonic = /*HPMPLOT_DCL_111*/"X";
edit_width = 6;
}
spacer_1;
: edit_box {
fixed_width = true;
label = /*HPMPLOT_DCL_112*/"Y:";
key = /*MSG0*/"spy";
mnemonic = /*HPMPLOT_DCL_113*/"Y";
edit_width = 6;
}
} // End Window 2nd pt row
} // End Rendering Window column
: boxed_column {
: row {
: toggle {
label = /*HPMPLOT_DCL_114*/"To File";
key = /*MSG0*/"rendtofile";
mnemonic = /*HPMPLOT_DCL_115*/"T";
}
: button {
label = /*HPMPLOT_DCL_116*/"Filename...";
mnemonic = /*HPMPLOT_DCL_117*/"F";
key = /*MSG0*/"rendfilename";
}
}
: text {
key = /*MSG0*/"rendtext";
width = 40;
}
}
: row {
fixed_width = true;
alignment = centered;
: retirement_button {
label = /*HPMPLOT_DCL_118*/"OK";
key = /*MSG0*/"accept";
width = 12;
is_default = true;
}
: retirement_button {
label = /*HPMPLOT_DCL_119*/"Cancel";
key = /*MSG0*/"cancel";
width = 12;
is_cancel = true;
}
: button {
label = /*HPMPLOT_DCL_120*/"Help...";
mnemonic = /*HPMPLOT_DCL_121*/"H";
key = /*MSG0*/"helprend";
}
} // End Row;
} // End Render Attributes Dialog
// HELP DIALOG
// The help dialog is popped up to display a help message based
// on which "screen" the user was interacting with when he
// depressed the help button
help: dialog {
label = /*HPMPLOT_DCL_122*/"Help/Info";
initial_focus = /*MSG0*/"accept";
: list_box {
width = 55;
height = 16;
key = /*MSG0*/"helplist";
}
: retirement_button {
label = /*HPMPLOT_DCL_123*/"OK";
key = /*MSG0*/"accept";
is_default = true;
is_cancel = true;
}
} // End HELP Dialog
// OKALLPENS DIALOG
okallpens: dialog {
fixed_width = true;
alignment = centered;
label = /*HPMPLOT_DCL_124*/"!! CAUTION !!";
initial_focus = /*MSG0*/"accept";
: text {
label = /*HPMPLOT_DCL_125*/"OK to apply settings to ALL pens?";
key = /*MSG0*/"askok";
}
: row {
alignment = centered;
: retirement_button {
label = /*HPMPLOT_DCL_126*/"OK";
key = /*MSG0*/"accept";
width = 12;
is_default = true;
}
: retirement_button {
label = /*HPMPLOT_DCL_127*/"Cancel";
key = /*MSG0*/"cancel";
width = 12;
is_cancel = true;
}
} // End row
} // End OKALLPENS Dialog //
paperor : dialog {
label = /*HPMPLOT_DCL_128*/"Media Options";
initial_focus = /*MSG0*/"accept";
: boxed_row {
label = /*HPMPLOT_DCL_129*/"Click on Match for Your Image and Media";
fixed_width = true;
fixed_height = true;
spacer_0;
: column {
fixed_width = true;
fixed_height = true;
: image_button {
key = /*MSG0*/"image1";
width = 14;
aspect_ratio = 0.65;
}
: image_button {
key = /*MSG0*/"image3";
width = 14;
aspect_ratio =0.65;
}
: image_button {
key = /*MSG0*/"image5";
width = 14;
aspect_ratio =0.65;
}
: image_button {
key = /*MSG0*/"image7";
width = 14;
aspect_ratio = 0.65;
}
}
spacer_0;
: column {
fixed_width = true;
fixed_height = true;
: image_button {
key = /*MSG0*/"image2";
width = 14;
aspect_ratio = 0.65;
}
: image_button {
key = /*MSG0*/"image4";
width = 14;
aspect_ratio = 0.65;
}
: image_button {
key = /*MSG0*/"image6";
width = 14;
aspect_ratio = 0.65;
}
: image_button {
key = /*MSG0*/"image8";
width = 14;
aspect_ratio = 0.65;
}
}
spacer_0;
}
: row {
fixed_width = true;
alignment = centered;
: retirement_button {
label = /*HPMPLOT_DCL_130*/"OK";
key = /*MSG0*/"accept";
width = 12;
is_default = true;
}
: retirement_button {
label = /*HPMPLOT_DCL_131*/"Cancel";
key = /*MSG0*/"cancel";
width = 12;
is_cancel = true;
}
: button {
label = /*HPMPLOT_DCL_132*/"Help...";
mnemonic = /*HPMPLOT_DCL_133*/"H";
key = /*MSG0*/"helppaper";
}
} // End Row;
}
paperadv : dialog {
label = /*HPMPLOT_DCL_134*/"Advanced Media Options";
initial_focus = /*MSG0*/"accept";
: boxed_row {
label = /*HPMPLOT_DCL_135*/"Select level of control for plotter margins";
: boxed_radio_column {
label = /*HPMPLOT_DCL_136*/"If Scaled to Fit is OFF";
key = /*MSG0*/"sclmarginadj";
: radio_button {
label = /*HPMPLOT_DCL_137*/"Display clip warnings";
key = /*MSG0*/"sclwarnings";
mnemonic = /*HPMPLOT_DCL_138*/"w";
}
: radio_button {
label = /*HPMPLOT_DCL_139*/"Don't display warnings";
key = /*MSG0*/"scldisabled";
mnemonic = /*HPMPLOT_DCL_140*/"D";
}
}
: boxed_radio_column {
label = /*HPMPLOT_DCL_141*/"If Scaled to Fit is ON";
key = /*MSG0*/"marginadj";
: radio_button {
label = /*HPMPLOT_DCL_142*/"Don't clip. Adjust to media";
key = /*MSG0*/"adjust";
mnemonic = /*HPMPLOT_DCL_143*/"A";
}
: radio_button {
label = /*HPMPLOT_DCL_144*/"Display clip warnings";
key = /*MSG0*/"warnings";
mnemonic = /*HPMPLOT_DCL_145*/"w";
}
: radio_button {
label = /*HPMPLOT_DCL_146*/"Don't display warnings";
key = /*MSG0*/"disabled";
mnemonic = /*HPMPLOT_DCL_147*/"D";
}
}
}
: boxed_column {
label = /*HPMPLOT_DCL_148*/"Plotter Margins";
: radio_row {
key = /*MSG0*/"expand";
: radio_button {
label = /*HPMPLOT_DCL_149*/"Expand OFF";
key = /*MSG0*/"expoff";
mnemonic = /*HPMPLOT_DCL_150*/"F";
}
: radio_button {
label = /*HPMPLOT_DCL_151*/"Expand ON";
key = /*MSG0*/"expon";
mnemonic = /*HPMPLOT_DCL_152*/"N";
}
}
: text {
label = /*HPMPLOT_DCL_153*/"Must correspond to plotter setting";
}
}
: row {
fixed_width = true;
alignment = centered;
: retirement_button {
label = /*HPMPLOT_DCL_154*/"OK";
key = /*MSG0*/"accept";
width = 12;
is_default = true;
}
: retirement_button {
label = /*HPMPLOT_DCL_155*/"Cancel";
key = /*MSG0*/"cancel";
width = 12;
is_cancel = true;
}
: button {
label = /*HPMPLOT_DCL_156*/"Help...";
mnemonic = /*HPMPLOT_DCL_157*/"H";
key = /*MSG0*/"helpadv";
}
} // End Row;
: text {
key = /*MSG0*/"errortext";
width = 55;
}
}
plotter_status : dialog {
label = /*HPMPLOT_DCL_158*/"Plotter Status";
: column {
: boxed_column {
: row {
: text {
label = /*HPMPLOT_DCL_159*/"Plotter status:";
}
: button {
label = /*HPMPLOT_DCL_160*/"Get Status";
key = /*MSG0*/"get_status";
mnemonic = /*HPMPLOT_DCL_161*/"G";
}
}
: boxed_row {
: text {
width = 50;
key = /*MSG0*/"status";
}
}
}
: boxed_column {
: row {
: column {
: text {
label = /*HPMPLOT_DCL_162*/"Media loaded. Plotting area:";
}
: row {
: boxed_row {
label = /*HPMPLOT_DCL_163*/"Millimeters:";
: text {
key = /*MSG0*/"mm";
width = 12;
is_bold = true;
}
}
: boxed_row {
label = /*HPMPLOT_DCL_164*/"Inches:";
: text {
key = /*MSG0*/"inches";
width = 12;
}
}
}
}
: image {
key = /*MSG0*/"aspect";
width = 14;
aspect_ratio = 0.65;
}
}
: boxed_row {
label = /*HPMPLOT_DCL_165*/"Comments:";
:text {
key = /*MSG0*/"comments";
width = 35;
}
}
}
: boxed_column {
: popup_list {
label = /*HPMPLOT_DCL_166*/"Plotter connected to:";
key = /*MSG0*/"port";
fixed_width = true;
edit_width = 4;
mnemonic = /*HPMPLOT_DCL_167*/"P";
}
: radio_row {
key = /*MSG0*/"baud";
fixed_width = true;
: text {
label = /*HPMPLOT_DCL_168*/"Baud Rate:";
}
:radio_button {
label = "9600 ";
key = "9600";
mnemonic = "9";
}
: radio_button {
label = "19200 ";
key = "19200";
mnemonic = "1";
}
spacer_1;
}
: radio_row {
key = /*MSG0*/"parity";
fixed_width = true;
: text {
label = /*HPMPLOT_DCL_169*/"Parity: ";
}
:radio_button {
label = /*HPMPLOT_DCL_170*/"None ";
key = /*MSG0*/"none";
mnemonic = /*HPMPLOT_DCL_171*/"n";
}
: radio_button {
label = /*HPMPLOT_DCL_172*/"even ";
key = /*MSG0*/"even";
mnemonic = /*HPMPLOT_DCL_173*/"e";
}
: radio_button {
label = /*HPMPLOT_DCL_174*/"odd ";
key = /*MSG0*/"odd";
mnemonic = /*HPMPLOT_DCL_175*/"o";
}
}
}
}
: row {
fixed_width = true;
alignment = centered;
: retirement_button {
label = /*HPMPLOT_DCL_176*/"OK";
key = /*MSG0*/"accept";
width = 12;
is_default = true;
}
: retirement_button {
label = /*HPMPLOT_DCL_177*/"Cancel";
key = /*MSG0*/"cancel";
width = 12;
is_cancel = true;
}
: button {
label = /*HPMPLOT_DCL_178*/"Help...";
mnemonic = /*HPMPLOT_DCL_179*/"H";
key = /*MSG0*/"helpstatus";
}
} // End Row;
}
hpmplot: dialog {
label = /*HPMPLOT_DCL_180*/"Mixed Plot Configuration";
initial_focus = /*MSG0*/"accept";
:row {
: column {
: boxed_column {
label = /*HPMPLOT_DCL_181*/"Device and Default Information";
: text {
key = /*MSG0*/"userid";
width = 35;
}
: button {
label = /*HPMPLOT_DCL_182*/"Device and Default Selection...";
fixed_width = true;
key = /*MSG0*/"devsel";
mnemonic = /*HPMPLOT_DCL_183*/"D";
alignment = centered;
}
}
: boxed_row {
label = /*HPMPLOT_DCL_184*/"Additional Parameters";
: boxed_radio_column {
label = /*HPMPLOT_DCL_185*/"What to Plot";
key = /*MSG0*/"whatplot" ;
fixed_width = true;
: radio_button {
label = /*HPMPLOT_DCL_186*/"Display";
mnemonic = /*HPMPLOT_DCL_187*/"y";
key = /*MSG0*/"D";
}
: radio_button {
label = /*HPMPLOT_DCL_188*/"Extents";
mnemonic = /*HPMPLOT_DCL_189*/"x";
key = /*MSG0*/"E";
}
: radio_button {
label = /*HPMPLOT_DCL_190*/"Limits";
mnemonic = /*HPMPLOT_DCL_191*/"L";
key = /*MSG0*/"L";
}
}
: column {
: toggle {
label = /*HPMPLOT_DCL_192*/"Hide Lines";
mnemonic = /*HPMPLOT_DCL_193*/"H";
key = /*MSG0*/"hide";
}
: boxed_radio_column {
label = /*HPMPLOT_DCL_194*/"Render Type";
key = /*MSG0*/"rendert";
:radio_button {
label = /*HPMPLOT_DCL_195*/"Smooth";
key = /*MSG0*/"smooth";
mnemonic = /*HPMPLOT_DCL_196*/"S";
}
:radio_button {
label = /*HPMPLOT_DCL_197*/"Facet";
key = /*MSG0*/"facet";
mnemonic = /*HPMPLOT_DCL_198*/"a";
}
}
}
}
: boxed_column {
: row {
fixed_width = true;
: toggle {
label = /*HPMPLOT_DCL_199*/"To File";
key = /*MSG0*/"tofile";
mnemonic = /*HPMPLOT_DCL_200*/"F";
}
: button {
label = /*HPMPLOT_DCL_201*/"Filename...";
key = /*MSG0*/"sfile";
mnemonic = /*HPMPLOT_DCL_202*/"n";
width = 14;
}
}
: text {
key = /*MSG0*/"filename";
width = 35;
}
}
}
: column {
: boxed_row {
label = /*HPMPLOT_DCL_203*/"Media Size";
: radio_column {
fixed_width = true;
vertical_margin = tiny;
key = /*MSG0*/"units";
: radio_button {
label = /*HPMPLOT_DCL_204*/"Inches";
mnemonic = /*HPMPLOT_DCL_205*/"c";
key = /*MSG0*/"I";
}
: radio_button {
label = /*HPMPLOT_DCL_206*/"mm";
mnemonic = /*HPMPLOT_DCL_207*/"m";
key = /*MSG0*/"M";
}
}
: column {
: edit_box {
label = /*HPMPLOT_DCL_208*/"Width:";
edit_width = 8;
key = /*MSG0*/"width";
mnemonic = /*HPMPLOT_DCL_209*/"i";
}
: edit_box {
label = /*HPMPLOT_DCL_210*/"Height:";
edit_width = 8;
key = /*MSG0*/"height";
mnemonic = /*HPMPLOT_DCL_211*/"g";
}
}
spacer_1;
}
: boxed_column {
label = /*HPMPLOT_DCL_212*/"Scale";
: row {
: column {
children_fixed_width = true;
: text {
key = /*MSG0*/"pu";
width = 14;
alignment = right;
}
: edit_box {
edit_width = 10;
key = /*MSG0*/"punit";
alignment = centered;
}
}
: column {
children_fixed_width = true;
children_alignment = centered;
: text {
label = "=";
}
: text {
label = "=";
}
}
: column {
children_fixed_width = true;
: text {
label = /*HPMPLOT_DCL_213*/"Drawing Units";
}
: edit_box {
edit_width = 10;
key = /*MSG0*/"dunit";
alignment = centered;
}
}
}
: toggle {
label = /*HPMPLOT_DCL_214*/"Scaled to Fit";
mnemonic = /*HPMPLOT_DCL_215*/"t";
key = /*MSG0*/"fit";
}
}
: boxed_row {
children_fixed_width = true;
label = /*HPMPLOT_DCL_216*/"Viewport to render";
spacer_1;
: column {
: boxed_row {
label = /*HPMPLOT_DCL_217*/"Viewport ID no.";
:text {
key = /*MSG0*/"vp_name";
width = 6;
}
}
spacer_1;
}
: column {
width = 7;
: button {
label = /*HPMPLOT_DCL_218*/"Select >";
key = /*MSG0*/"vp_sel";
mnemonic = /*HPMPLOT_DCL_219*/"c";
}
: button {
label = /*HPMPLOT_DCL_220*/"Show >";
key = /*MSG0*/"vp_show";
mnemonic = /*HPMPLOT_DCL_221*/"w";
}
}
spacer_1;
}
}
}
: row {
fixed_width = true;
alignment = centered;
: retirement_button {
label = /*HPMPLOT_DCL_222*/"OK";
key = /*MSG0*/"accept";
width = 12;
is_default = true;
}
: retirement_button {
label = /*HPMPLOT_DCL_223*/"Cancel";
key = /*MSG0*/"cancel";
width = 12;
is_cancel = true;
}
: button {
label = /*HPMPLOT_DCL_224*/"Help...";
mnemonic = /*HPMPLOT_DCL_225*/"H";
key = /*MSG0*/"helpmerg";
}
} // End Row;
: text {
key = /*MSG0*/"errortext";
width = 50;
}
}
/*************************************************************/
hpm_devinf : dialog {
label = /*HPMPLOT_DCL_226*/"Device and Default Selection";
: boxed_column {
label = /*HPMPLOT_DCL_227*/"Select Device";
mnemonic = /*HPMPLOT_DCL_228*/"D";
: list_box {
key = /*MSG0*/"listbox";
width = 60;
height = 6;
tabs = "25";
}
}
: boxed_row {
label = /*HPMPLOT_DCL_229*/"File Defaults";
: button {
label = /*HPMPLOT_DCL_230*/"Save Defaults To File...";
mnemonic = /*HPMPLOT_DCL_231*/"S";
key = /*MSG0*/"sfile";
}
: button {
label = /*HPMPLOT_DCL_232*/"Get Defaults From File...";
mnemonic = /*HPMPLOT_DCL_233*/"G";
key = /*MSG0*/"ffile";
}
}
: row {
fixed_width = true;
alignment = centered;
: retirement_button {
label = /*HPMPLOT_DCL_234*/"OK";
key = /*MSG0*/"accept";
width = 12;
is_default = true;
}
: retirement_button {
label = /*HPMPLOT_DCL_235*/"Cancel";
key = /*MSG0*/"cancel";
width = 12;
is_cancel = true;
}
: button {
label = /*HPMPLOT_DCL_236*/"Help...";
mnemonic = /*HPMPLOT_DCL_237*/"H";
key = /*MSG0*/"helpdevinf";
}
} // End Row;
:text {
key = /*MSG0*/"errortext";
width = 60;
}
}
printops : dialog {
label = /*HPMPLOT_DCL_238*/"Halftoning";
initial_focus = /*MSG0*/"accept";
: text {
centered = true;
label = /*HPMPLOT_DCL_239*/"(Only for vectors)";
}
: row {
: radio_column {
key = /*MSG0*/"dither";
: radio_button {
label = /*HPMPLOT_DCL_240*/"Scatter";
key = /*MSG0*/"scatter";
mnemonic = /*HPMPLOT_DCL_241*/"S";
}
: radio_button {
label = /*HPMPLOT_DCL_242*/"Pattern";
key = /*MSG0*/"pattern";
mnemonic = /*HPMPLOT_DCL_243*/"P";
}
: radio_button {
label = /*HPMPLOT_DCL_244*/"Plotter default";
key = /*MSG0*/"default";
mnemonic = /*HPMPLOT_DCL_245*/"d";
}
}
: column {
fixed_width = true;
fixed_height = true;
: image {
key = /*MSG0*/"sc_im";
height = 1;
aspect_ratio = 6;
}
: image {
key = /*MSG0*/"pt_im";
height = 1;
aspect_ratio = 6;
}
spacer_1;
}
}
: row {
fixed_width = true;
alignment = centered;
: retirement_button {
label = /*HPMPLOT_DCL_246*/"OK";
key = /*MSG0*/"accept";
width = 12;
is_default = true;
}
: retirement_button {
label = /*HPMPLOT_DCL_247*/"Cancel";
key = /*MSG0*/"cancel";
width = 12;
is_cancel = true;
}
: button {
label = /*HPMPLOT_DCL_248*/"Help...";
mnemonic = /*HPMPLOT_DCL_249*/"H";
key = /*MSG0*/"helpprintop";
}
} // End Row;
}