home *** CD-ROM | disk | FTP | other *** search
- CSHELLUT : dialog {
- label = /*MSG225*/"CADshell 3.0 AutoCAD Extension";
- initial_focus = "exit";
- : row {
- : column {
- : button {
- label = /*MSG230*/" Check-Out ";
- key = "checkout";
- }
- : button {
- label = /*MSG228*/"Copy File";
- key = "copy";
- }
- : button {
- label = /*MSG228*/"Delete File";
- key = "delete";
- }
- : button {
- label = /*MSG228*/"Move File";
- key = "movefile";
- }
- : button {
- label = /*MSG228*/"Compare File";
- key = "compare";
- }
- : button {
- label = /*MSG228*/"Print DWG List";
- key = "printlst";
- }
-
- }
- : column {
- : button {
- label = /*MSG226*/"Check-In ";
- key = "checkin";
- }
- : button {
- label = /*MSG228*/"CADshell Config ";
- key = "cshellcfg";
- }
-
- }
- : column {
- : button {
- label = /*MSG226*/"Back-Up";
- key = "backup";
- }
- : button {
- label = /*MSG228*/"About CADshell 3.0";
- key = "cshell";
- }
- : button {
- label = /*MSG228*/"Database Manager";
- key = "cshelldb";
- }
-
-
- }
- : column {
- : button {
- label = /*MSG226*/"Reference";
- key = "reference";
- }
- : button {
- label = /*MSG230*/" Viewer ";
- key = "cshellvw";
- }
- }
- : column {
- : button {
- label = /*MSG234*/"Unlock";
- key = "unlock";
- }
- : button {
- label = /*MSG234*/"Mail-Plot";
- key = "mailplot";
- }
- : button {
- label = /*MSG228*/" Delete *.BAK ";
- key = "deletebak";
- }
- : button {
- label = /*MSG228*/" Delete *.PLT ";
- key = "deleteplt";
- }
- : button {
- label = /*MSG234*/"Text-Editor";
- key = "text";
- }
- : button {
- label = /*MSG236*/" EXIT ";
- key = "accept";
- mnemonic = /*MSG237*/"x";
- is_cancel = true;
- is_default = true;
- }
- }
- }
- errtile;
- }
- cshellxt : dialog {
- label = "ABOUT CADshell 3.0..." ;
- : list_box {
- key = "TLIST" ;
- width = 68;
- height = 10 ;
- }
- ok_only;
- }
-
- MESSAGE: dialog {
- label = "CADshell 3.1 Message";
- : text {
- label = "CADshell would now perform function!";
- }
- : button {
- key = "accept";
- label = "OK";
- is_default= true;
- }
- }
- NEWDWG : dialog {
- label = /*MSG370*/"Create New Drawing";
- initial_focus = "fedit";
- : boxed_column {
- : row {
- : button {
- label = /*MSG371*/"Prototype...";
- key = "template";
- mnemonic = /*MSG372*/"P";
- }
- : edit_box {
- key = "protype";
- width = 35;
- fixed_width = true;
- }
- }
- : column {
- : toggle {
- label = /*MSG373*/"No Prototype";
- mnemonic = /*MSG374*/"N";
- key = "dflts";
- value = "0";
- }
- : toggle {
- label = /*MSG375*/"Retain as Default";
- key = "retain";
- mnemonic = /*MSG376*/"R";
- value = "0";
- }
- }
- }
- spacer_1;
- : column {
- : row {
- : button {
- label = /*MSG377*/"New Drawing Name...";
- key = "fdialog";
- mnemonic = /*MSG378*/"D";
- }
- : edit_box {
- key = "fedit";
- edit_width = 35;
- fixed_width = true;
- allow_accept = true;
- }
- }
- }
- ok_cancel_err;
- }
-
-
- OPENDWG : dialog {
- label = /*MSG379*/"Open Drawing";
- initial_focus = "fedit";
- files_topdf;
- : row {
- : list_box {
- label = /*MSG380*/"Directories:";
- mnemonic = /*MSG381*/"D";
- key = "dirbox";
- width = 15;
- }
- : list_box {
- label = /*MSG382*/"Files:";
- mnemonic = /*MSG383*/"F";
- key = "filebox";
- width = 15;
- allow_accept = true;
- }
- : column {
- : image { // Drawing icon image will go here
- key = "icon";
- color = dialog_background; // Invisible
- height = 4;
- aspect_ratio = 1.4;
- fixed_height = true;
- fixed_width = true;
- }
- : button {
- label = /*MSG384*/"Type it";
- key = "typeit";
- mnemonic = /*MSG385*/"T";
- }
- : button {
- label = /*MSG386*/"Default";
- key = "default";
- mnemonic = /*MSG387*/"D";
- }
- }
- }
- : row {
- : toggle {
- label = /*MSG388*/"Select Initial View";
- key = "vselect";
- value = "0";
- mnemonic = /*MSG389*/"S";
- }
- : toggle {
- label = /*MSG390*/"Read Only Mode";
- key = "read";
- value = "0";
- mnemonic = /*MSG391*/"R";
- }
- }
- files_bottomdf;
- }
- DLFNAME : dialog { // Single-file dialog
- initial_focus = "fedit";
- // label = /*MSG203*/"Select File"; // Overridden by caller
- key = "dlfname";
- files_topdf;
- : row {
- : list_box {
- label = /*MSG204*/"Directories:";
- mnemonic = /*MSG205*/"D";
- key = "dirbox";
- width = 15;
- }
- : list_box {
- label = /*MSG206*/"Files:";
- mnemonic = /*MSG207*/"i";
- key = "filebox";
- width = 15;
- allow_accept = true;
- }
- : column {
- : image { // Drawing icon image will go here
- key = "icon";
- color = dialog_background; // Invisible
- height = 4;
- aspect_ratio = 1.4;
- fixed_height = true;
- fixed_width = true;
- }
- : button {
- label = /*MSG208*/"Type it";
- key = "typeit";
- mnemonic = /*MSG209*/"T";
- }
- : button {
- label = /*MSG210*/"Default";
- key = "default";
- mnemonic = /*MSG211*/"D";
- }
- }
- }
- files_bottomdf;
- }
-
-
- DLFMULTI : dialog { // Multiple-file dialog
- initial_focus = "fedit";
- // label = /*MSG212*/"Select File(s)"; // Overridden by caller
- key = "dlfname";
- files_topdf;
- : row {
- : list_box {
- label = /*MSG213*/"Directories:";
- mnemonic = /*MSG214*/"D";
- key = "dirbox";
- width = 15;
- }
- : list_box {
- label = /*MSG215*/"Files:";
- mnemonic = /*MSG216*/"i";
- key = "filebox";
- width = 15;
- multiple_select = true;
- }
- : column {
- : image { // Drawing icon image will go here
- key = "icon";
- color = dialog_background; // Invisible
- alignment = centered;
- height = 4;
- aspect_ratio = 1.4;
- fixed_height = true;
- fixed_width = true;
- }
- spacer_1;
- : button {
- label = /*MSG217*/"Select all";
- key = "all";
- mnemonic = /*MSG218*/"S";
- }
- : button {
- label = /*MSG219*/"Clear all";
- key = "clear";
- mnemonic = /*MSG220*/"C";
- is_enabled = false;
- }
- spacer_1;
- : button {
- label = /*MSG221*/"Type it";
- key = "typeit";
- mnemonic = /*MSG222*/"T";
- }
- : button {
- label = /*MSG223*/"Default";
- key = "default";
- mnemonic = /*MSG224*/"e";
- }
- }
- }
- files_bottomdf;
- }
-
-
-