/*************************************************************************
*
* 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 PIViewFormHidden
{
    view subview(grow: false,
                 height: 100,
                 identifier: "IDD_PROP_INSPECT_FORM_HIDDEN",
                 resizeChildren: false,
                 shouldConstrain: true,
                 spacing: 5,
                 width: 700)
    {
        row(indent: 49,
            spacing: 5)
        {
            column(indent: 15,
                   spacing: 6)
            {
                static_text(characters: 4,
                            identifier: "IDC_STATIC_TYPE",
                            name: "$$$/PropInspectFormHidden/Label/Hiddenfield=HiddenField");
            }

            separator(minLength: 43,
                      orientation: @vertical);

            column(indent: 1,
                   spacing: 9)
            {
                row(indent: 6)
                {
                    static_text(horizontal: @align_right,
                                identifier: "IDC_STATIC_NAME",
                                name: "$$$/PropInspectFormTextfield/Label/Name=&Name");
                }
            }

            column(spacing: 2)
            {
                edit_text(characters: 12,
                          identifier: "IDC_EDIT_NAME");
            }

            column()
            {
                row(indent: 6)
                {
                    separator(minLength: 43,
                              orientation: @vertical);
                }
            }

            column(spacing: 2)
            {
                row(indent: 6,
                    spacing: 5)
                {
                    static_text(identifier: "IDC_STATIC_VALUE",
                                name: "$$$/PropInspectFormHidden/Label/Value=&Value");

                    edit_text(characters: 12,
                              identifier: "IDC_EDIT_VALUE");
					ownerdrawn_button(identifier: "IDC_BUTTON_DYNAMIC",
                              name: "$$$/PropInspectFormHidden/IconButton/AddDynamic=Add dynamic item",width:21,height:18,indent:1);
                }
            }
        }

        row(indent: 123,
            spacing: 5)
        {
            column(indent: 5)
            {
                static_text(horizontal: @align_right,
                            identifier: "IDC_STATIC_FORM_LABEL",
                            name: "$$$/PropInspectFormTextfield/Label/Form=&Form");
            }

            column(indent: 3)
            {
                combobox(horizontal: @align_fill,
                         identifier: "IDC_COMBO_FORM_ID",
                         vertical_scroll: true);
            }
        }
    }
}
