/*************************************************************************
*
* ADOBE CONFIDENTIAL
* ___________________
*
*  Copyright 2013 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 PIViewFormList
{
    view subview(grow: false,
                 height: 100,
                 identifier: "IDD_PROP_INSPECT_FORM_LIST",
                 margin: 1,
                 resizeChildren: false,
                 shouldConstrain: true,
                 spacing: 5,
                 width: 700)
    {
        column(margin: 2,
               spacing: 3)
        {
            row(spacing: 3)
            {
                column(child_vertical: @align_top,
                       indent: 20,
                       spacing: 0)
                {
                    static_text(identifier: "IDC_STATIC_TYPE",
                                indent: 55,
                                name: "$$$/PropInspectFormButton/Label/Name=Name");
                }

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

                column(child_vertical: @align_top,
                       indent: 5,
                       spacing: 0)
                {
                    static_text(identifier: "IDC_STATIC_NAME",
                                indent: 10,
                                name: "$$$/PropInspectFormButton/Label/Name=Name");
                }

                column(child_vertical: @align_top,
                       spacing: 0)
                {
                    edit_text(characters: 12,
                              horizontal: @align_right,
                              identifier: "IDC_EDIT_NAME",
                              indent: 10,
                              notify_parent: false);
                }

            column()
            {
                row(indent: 1)
                {
                    separator(minLength: 44,
                              orientation: @vertical);
                }
            }

            column()
            {
                row(indent: 124)
                {
                    separator(minLength: 44,
                              orientation: @vertical);
                }
            }

                column(child_vertical: @align_top,
                       indent: 4)
                {
                    static_text(identifier: "IDC_STATIC_HEIGHT",
                                indent: 10,
                                name: "$$$/PropInspectFormList/Label/Size=Size");
                }

                column(child_vertical: @align_top,
                       spacing: 1)
                {
                    edit_text(characters: 4,
                              horizontal: @align_center,
                              identifier: "IDC_EDIT_HEIGHT");
                }

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

                column(child_vertical: @align_top,
                       indent: 4,
                       spacing: 0)
                {
                    static_text(identifier: "IDC_STATIC_TITLE",
                                indent: 10,
                                name: "$$$/PropInspectFormTextfield/Label/Title=&Title");
                }

                column(child_vertical: @align_top,
                       spacing: 0)
                {
                    edit_text(characters: 12,
                              horizontal: @align_center,
                              identifier: "IDC_EDIT_TITLE");
                }
            }

            row(indent: 112,
                margin: 2,
                spacing: 5)
            {
                column(child_vertical: @align_top,
                       indent: 3,
                       spacing: 5)
                {
                    checkbox(identifier: "IDC_CHECK_DISABLED",
                             name: "$$$/PropInspectFormTextfield/CheckBox/Disabled=&Disabled");

                    checkbox(identifier: "IDC_CHECK_AUTOFOCUS",
                             name: "$$$/PropInspectFormTextfield/CheckBox/Autofocus=&Auto Focus");
                }

                column(child_vertical: @align_top,
                       indent: 3,
                       spacing: 5)
                {
                    checkbox(identifier: "IDC_CHECK_REQUIRED",
                             indent: 10,
                             name: "$$$/PropInspectFormTextfield/CheckBox/Required=Required");

                    checkbox(identifier: "IDC_CHECK_MULTIPLE",
                             name: "$$$/PropInspectFormList/CheckBox/Multiple=Multiple");
                }

            column(child_vertical: @align_top,
                       indent: 1)
            {
                row(indent: 6)
                {
                    separator(minLength: 44,
                              orientation: @vertical);
                }
            }

                column(child_vertical: @align_top,
                       indent: 4,
                       spacing: 0)
                {
                    static_text(identifier: "IDC_STATIC_FORM_LABEL",
                                indent: 10,
                                name: "$$$/PropInspectFormButton/Label/Form=&Form");
                }

                column(child_vertical: @align_top,
                       indent: 3,
                       spacing: 0)
                {
                    combobox(identifier: "IDC_COMBO_FORM_ID",
                             sort: true,
                             vertical_scroll: true);
                }

            column(child_vertical: @align_top,
                       indent: 1)
            {
                row(indent: 6)
                {
                    separator(minLength: 44,
                              orientation: @vertical);
                }
            }

                column(child_vertical: @align_top,
                       indent: 1,
                       spacing: 0)
                {
                    static_text(identifier: "IDC_STATIC_SELECTED_VALUES",
                                indent: 10,
                                name: "$$$/PropInspectFormList/Label/Selected=Selected");
                }

                column(child_vertical: @align_top,
                       indent: 1,
                       spacing: 0)
                {
                    list_box(apron_click_deselection: true,
                             empty_selection: true,
                             extendedSel: true,
                             height: 42,
                             identifier: "IDC_LIST_SELECTED",
                             keyboard_selectable: true,
                             tab_next_node: "IDC_BUTTON_LIST_VALUES",
                             vertical_scroll: true,
                             width: 99);
                }

                column(child_vertical: @align_top,
                       indent: 1,
                       spacing: 0)
                {
                    ownerdrawn_button(cs_width: 125,
                                      es_width: 120,
                                      fr_width: 125,
                                      tr_width: 100,
                                      height: 20,
                                      identifier: "IDC_BUTTON_LIST_VALUES",
                                      indent: 15,
                                      name: "$$$/PropInspectFormList/IconButton/ListValues=List Values...",
                                      ru_width: 125,
                                      width: 90);
					ownerdrawn_button(height: 20,
									identifier: "IDC_BUTTON_DYNAMIC",
									indent: 15,
									name: "$$$/PropInspectFormList/IconButton/Dynamic=Dynamic...",
									width: 90,
									es_width: 120,
									ru_width: 125,
									cs_width: 125,
									fr_width: 125);
                }

            column(child_vertical: @align_top,
                       indent: 1)
            {
                row(indent: 6)
                {
                    separator(minLength: 44,
                              orientation: @vertical);
                }
            }

                column(indent: 2)
                {
                    row(indent: 10)
                    {
                        static_text(horizontal: @align_right,
                                    identifier: "IDC_STATIC_TABINDEX",
                                    name: "$$$/PropInspectFormTextfield/Label/TabIndex=Ta&b Index");
                    }
                }

                column(indent: 1)
                {
                    edit_text(characters: 4,
                              horizontal: @align_center,
                              identifier: "IDC_EDIT_TABINDEX");
                }
            }
        }
    }
}
