📄 moldbase.dcl
字号:
:column {
:image_button {
aspect_ratio = 2.4;
key = "DBIV";
height = 3;
color = 0;
}
:image_button {
aspect_ratio = 2.4;
key = "EAIV";
height = 3;
color = 0;
}
:image_button {
aspect_ratio = 2.4;
key = "EDIV";
height = 3;
color = 0;
}
}
:column {
:image_button {
aspect_ratio = 2.4;
key = "DCIV";
height = 3;
color = 0;
}
:image_button {
aspect_ratio = 2.4;
key = "EBIV";
height = 3;
color = 0;
}
:image_button {
aspect_ratio = 2.4;
height = 3;
color = 0;
}
}
}
:row {
:spacer {
width = 4;
}
:button {
label = "&Back";
key = "back21";
width = 8;
}
:spacer {
width = 4;
}
:button {
label = "&Next";
key = "next23";
is_default = true;
width = 8;
}
:spacer {
width = 4;
}
:button {
label = "E&xit";
is_cancel = true;
key = "cancel";
}
:spacer {
width = 4;
}
}
}
mold3 :dialog {
label = "Mold Base Lib";
:row {
:boxed_row {
label = "Select Specification";
:column {
:button {
label = "&Specification...";
key = "SpecSel";
}
:button {
label = "&A Plate...";
key = "aPlateSel";
}
:button {
label = "&B Plate...";
key = "bPlateSel";
}
:button {
label = "&SB Plate...";
key = "sbPlateSel";
}
}
:column {
:edit_box {
key = "SpecValue";
width = 16;
}
:edit_box {
key = "aPlateThk";
width = 16;
}
:edit_box {
key = "bPlateThk";
width = 16;
}
:edit_box {
key = "sbPlateThk";
width = 16;
}
}
}
:boxed_row {
:column {
:text {
label = "ERP:";
}
:text {
label = "EP:";
}
:text {
label = "TP:";
}
:text {
label = "BP:";
}
:text {
label = "RP:";
}
:text {
label = "ST:";
}
:text {
label = "SP:";
}
}
:column {
:edit_box {
key = "erp";
width = 8;
}
:edit_box {
key = "ep";
width = 8;
}
:edit_box {
key = "tp";
width = 8;
}
:edit_box {
key = "bp";
width = 8;
}
:edit_box {
key = "rp";
width = 8;
}
:edit_box {
key = "st";
width = 8;
}
:edit_box {
key = "sp";
width = 8;
}
}
}
}
:spacer_1{}
:row {
:spacer {
width = 6;
}
:button {
key = "back32";
label = "&Back";
}
:spacer {
width = 1;
}
:button {
is_default = true;
label = "&Next";
key = "next34";
}
:spacer {
width = 1;
}
:button {
key = "option";
label = "&Options";
}
:spacer {
width = 1;
}
:button {
is_cancel = true;
label = "E&xit";
}
:spacer {
width = 6;
}
}
:spacer_1{}
}
mold31 :dialog {
label = "Select Mold Base Value";
:text {
key = "MoldSpecValue";
width = 8;
}
:list_box {
key = "MoldSpecLst";
height = 20;
width = 8;
}
:button {
alignment = centered;
label = "&OK";
is_default = true;
fixed_width = true;
key = "accept";
}
:text {
key = "MSG";
}
}
mold32 :dialog {
label = "Select Value";
:text {
key = "Value";
width = 10;
}
:list_box {
key = "Lst";
height = 14;
width = 10;
}
:button {
alignment = centered;
label = "&OK";
is_default = true;
fixed_width = true;
key = "accept";
}
:text {
key = "MSG";
}
}
mold33 :dialog {
label = "Mold Base Option";
:row {
:boxed_column {
label = "Return Pin Option";
:toggle {
label = "Reselect?";
key = "IfRpnNew";
}
:text {
alignment = left;
label = "Return Pin List";
}
:list_box {
height = 9;
width = 6;
key = "RpnSpecLst";
}
:text {
key = "RpnSpec";
label = "";
}
}
:boxed_column {
label = "Spring Option";
:row {
:toggle {
label = "Add Spring?";
key = "IfAddSpg";
}
:toggle {
label = "Metric";
key = "mb";
}
}
:row {
:text {
label = "Spring Hole Depth:";
}
:edit_box {
key = "SpgHDep";
}
:spacer {
width = 10;
}
}
:row {
:column {
:text {
alignment = left;
label = "1. Spring Spec";
}
:list_box {
height = 8;
width = 5;
key = "SpgSpecLst";
}
}
:column {
:text {
alignment = left;
label = "2. Spring Length";
}
:list_box {
height = 8;
width = 5;
key = "SpgLenLst";
}
}
}
:text {
key = "SpgSpec";
label = "";
}
}
}
:button {
alignment = centered;
label = "&OK";
is_default = true;
fixed_width = true;
key = "OK";
}
:text {
key = "Msg33";
label = "";
}
}
mold41 :dialog {
label = "Molud Base Insert Option";
:row {
:boxed_column {
label = "Insert Position";
:row {
:toggle {
label = "Specify on Screen";
key = "gPtOnScr";
}
:toggle {
label = "Auto Layout";
key = "IfAuto";
value = "1";
}
}
:row {
:boxed_column {
label = "View1";
:button {
label = "Pick Point>";
key = "V1PT";
}
:row {
:text {
label = "X:";
}
:edit_box {
key = "V1X";
width = 8;
}
}
:row {
:text {
label = "Y:";
}
:edit_box {
key = "V1Y";
width = 8;
}
}
:row {
:text {
label = "Z:";
}
:edit_box {
key = "V1Z";
width = 8;
}
}
}
:boxed_column {
label = "View2";
:button {
label = "Pick Point>";
key = "V2PT";
}
:row {
:text {
label = "X:";
}
:edit_box {
key = "V2X";
width = 8;
}
}
:row {
:text {
label = "Y:";
}
:edit_box {
key = "V2Y";
width = 8;
}
}
:row {
:text {
label = "Z:";
}
:edit_box {
key = "V2Z";
width = 8;
}
}
}
}
:row {
:boxed_column {
label = "View3";
:button {
label = "Pick Point>";
key = "V3PT";
}
:row {
:text {
label = "X:";
}
:edit_box {
key = "V3X";
width = 8;
}
}
:row {
:text {
label = "Y:";
}
:edit_box {
key = "V3Y";
width = 8;
}
}
:row {
:text {
label = "Z:";
}
:edit_box {
key = "V3Z";
width = 8;
}
}
}
:boxed_column {
label = "View4";
:button {
label = "Pick Point>";
key = "V4PT";
}
:row {
:text {
label = "X:";
}
:edit_box {
key = "V4X";
width = 8;
}
}
:row {
:text {
label = "Y:";
}
:edit_box {
key = "V4Y";
width = 8;
}
}
:row {
:text {
label = "Z:";
}
:edit_box {
key = "V4Z";
width = 8;
}
}
}
}
}
}
:row {
:spacer {
width = 2;
}
:button {
label = "&Back";
key = "back43";
}
:spacer {
width = 1;
}
:button {
label = "&Finish";
key = "finish";
is_default = true;
}
:spacer {
width = 1;
}
:button {
label = "&Cancel";
is_cancel = true;
}
:spacer {
width = 2;
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -