/*************************************************************************
*
* ADOBE CONFIDENTIAL
* ___________________
*
*  Copyright 2011 Adobe Systems Incorporated
*  All Rights Reserved.
*
* NOTICE:  All information contained herein is, and remains
* the property of Adobe Systems Incorporated and its suppliers,
* if any.  The intellectual and technical concepts contained
* herein are proprietary to Adobe Systems Incorporated and its
* suppliers and are protected by trade secret or copyright law.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Adobe Systems Incorporated.
**************************************************************************/

layout PIViewActiveX
{
    view subview(grow: false,
                 height: 100,
                 identifier: "IDD_PROP_INSPECT_EDGE",
                 margin: 0,
                 resizeChildren: false,
                 shouldConstrain: true,
                 spacing: 5,
                 width: 700)
    {
        column(margin: 3,
               spacing: 3)
        {
            row(indent: 50,
                spacing: 5)
            {
                column(indent: 1,
                       spacing: 2)
                {
                    static_text(characters: 6,
                                identifier: "IDC_STATIC_TYPE",
                                name: "$$$/PropInspectEdge/Label/EdgeName= Edge Animation");

                }

                column(spacing: 3)
                {
                    row(spacing: 5)
                    {
                        static_text(identifier: "IDC_STATIC_ID",
                                    indent: 4,
                                    name: "$$$/PropInspectEdge/Label/Id=&ID");

                        column()
                        {
                            edit_text(characters: 8,
                                      horizontal: @align_center,
                                      identifier: "IDC_EDIT_ID",
                                      tab_next_node: "IDC_EDIT_WIDTH");
                        }
                    }
                }

                separator(minLength: 40,
                          orientation: @vertical,
                          vertical: @align_center);

                column()
                {
                    placeholder(width: 120);
                }

                separator(minLength: 40,
                          orientation: @vertical,
                          vertical: @align_center);

                column(spacing: 3)
                {
                    row(indent: 21,
                        spacing: 5)
                    {
                        static_text(identifier: "IDC_STATIC_WIDTH",
                                    name: "$$$/PropInspectEdge/Label/W=&W");

                        edit_text(characters: 4,
                                  horizontal: @align_center,
                                  identifier: "IDC_EDIT_WIDTH",
                                  tab_next_node: "IDC_EDIT_HEIGHT");
                    }

                    row(indent: 21,
                        spacing: 5)
                    {
                        static_text(identifier: "IDC_STATIC_HEIGHT",
                                    name: "$$$/PropInspectEdge/Label/H=&H");

                        edit_text(characters: 4,
                                  horizontal: @align_center,
                                  identifier: "IDC_EDIT_HEIGHT",
                                  tab_next_node: "IDC_EDIT_ID");
                    }
                }
            }
        }
    }
}
