Extension.json 5.1 KB
[
    [
        {
            "Type":"Label",
            "Attribute":
            {
            "Name":"LblRI",
            "Font":"Arial,11,,",
            "BorderWidth":"0",
            "Width":"86",
            "Height":"42",
            "Text":"ReelID",
            "TextAlign":"MiddleRight"
            }
        },
        {
            "Type":"TextBox",
            "Key":"ReelID",
            "LinkKey":"",
            "CanClear":"True",
            "Attribute":
            {
            "Name":"TxtReelID",
            "Font":"Arial,11,,",
            "Width":"-1",
            "Height":"42",
            "ShowQuery":"False",
            "Text":""
            }
        }
    ],
    [
        {
            "Type":"Label",
            "Attribute":
            {
            "Name":"LblPN",
            "Font":"Arial,11,,",
            "BorderWidth":"0",
            "Width":"86",
            "Height":"42",
            "Text":"PN",
            "TextAlign":"MiddleRight"
            }
        },
        {
            "Type":"TextBox",
            "Key":"PN",
            "LinkKey":"",
            "CanClear":"True",
            "Attribute":
            {
            "Name":"TxtPN",
            "Font":"Arial,11,,",
            "Width":"-1",
            "Height":"42",
            "ShowQuery":"False",
            "Text":""
            }
        }
    ],
    [
        {
            "Type":"Label",
            "Attribute":
            {
            "Name":"LblQty",
            "Font":"Arial,11,,",
            "BorderWidth":"0",
            "Width":"86",
            "Height":"42",
            "Text":"Qty",
            "TextAlign":"MiddleRight"
            }
        },
        {
            "Type":"TextBox",
            "Key":"Qty",
            "LinkKey":"",
            "CanClear":"True",
            "Attribute":
            {
            "Name":"TxtQty",
            "Font":"Arial,11,,",
            "Width":"-1",
            "Height":"42",
            "ShowQuery":"False",
            "Text":""
            }
        }
    ],
    [
        {
            "Type":"Label",
            "Attribute":
            {
            "Name":"LblDate",
            "Font":"Arial,11,,",
            "BorderWidth":"0",
            "Width":"86",
            "Height":"42",
            "Text":"Date",
            "TextAlign":"MiddleRight"
            }
        },
        {
            "Type":"TextBox",
            "Key":"Date",
            "LinkKey":"",
            "CanClear":"True",
            "Attribute":
            {
            "Name":"TxtDate",
            "Font":"Arial,11,,",
            "Width":"-1",
            "Height":"42",
            "ShowQuery":"False",
            "Text":""
            }
        }
    ],
    [
        {
            "Type":"Label",
            "Attribute":
            {
            "Name":"LblBatch",
            "Font":"Arial,11,,",
            "BorderWidth":"0",
            "Width":"86",
            "Height":"42",
            "Text":"Batch",
            "TextAlign":"MiddleRight"
            }
        },
        {
            "Type":"TextBox",
            "Key":"Batch",
            "LinkKey":"",
            "CanClear":"True",
            "Attribute":
            {
            "Name":"TxtBatch",
            "Font":"Arial,11,,",
            "Width":"-1",
            "Height":"42",
            "ShowQuery":"False",
            "Text":""
            }
        }
    ],
    [
        {
            "Type":"Label",
            "Attribute":
            {
            "Name":"LblStorageUnit",
            "Font":"Arial,11,,",
            "BorderWidth":"0",
            "Width":"86",
            "Height":"42",
            "Text":"StorageUnit",
            "TextAlign":"MiddleRight"
            }
        },
        {
            "Type":"TextBox",
            "Key":"StorageUnit",
            "LinkKey":"",
            "CanClear":"True",
            "Attribute":
            {
            "Name":"TxtStorageUnit",
            "Font":"Arial,11,,",
            "Width":"-1",
            "Height":"42",
            "ShowQuery":"False",
            "Text":""
            }
        }
    ],
    [
        {
            "Type":"Button",
            "LinkKey":"",
            "Attribute":
            {
            "Name":"BtnGetID",
            "Font":"Arial,14,B,",
            "Width":"-1",
            "Height":"50",
            "Text":"Get ReelID"
            },
            "Event":
            {
            "Click":"GetReelid"
            }
        }
    ],
    [
        {
            "Type":"Button",
            "LinkKey":"",
            "Attribute":
            {
            "Name":"BtnPrint",
            "Font":"Arial,14,B,",
            "Width":"-1",
            "Height":"50",
            "Text":"Print Label"
            },
            "Event":
            {
            "Click":"PrintLabel"
            }
        }
    ],
    [
        {
            "Type":"Button",
            "LinkKey":"",
            "Attribute":
            {
            "Name":"BtnExport",
            "Font":"Arial,14,B,",
            "Width":"-1",
            "Height":"50",
            "Text":"Export"
            },
            "Event":
            {
            "Click":"Export"
            }
        }
    ]
]