/*************************************************************************
*
* 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 PIViewFormDate
{
    view subview(grow: false,
                 height: 100,
                 identifier: "IDD_PROP_INSPECT_FORM_DATE",
                 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: "$$$/PropInspectFormDate/Label/Date=Date");
            }

            separator(orientation: @vertical);

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

            column(spacing: 2)
            {
                	edit_text(characters: 12,
				horizontal : @align_right,
                          identifier: "IDC_EDIT_NAME");

            }

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

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

            column(indent: 1,
                   spacing: 9)
            {
                row(indent: 6)
                {
                    static_text(horizontal: @align_right,
                                identifier: "IDC_STATIC_VALUE",
                                name: "$$$/PropInspectFormDate/Label/InitVal=&Value");
                }
            }

            column(spacing: 2)
            {
                edit_text(characters: 4,
                          identifier: "IDC_EDIT_YYYY");
            }
            column(spacing: 2)
            {
                edit_text(characters: 3,
                          identifier: "IDC_EDIT_MONTH");
            }
            column(spacing: 2)
            {
                edit_text(characters: 3,
                          identifier: "IDC_EDIT_DD");
            }
            column()
            {
                row(indent: 6)
                {
                    separator(minLength: 43,
                              orientation: @vertical);
                }
            }

            column(indent: 1,
                   spacing: 11)
            {
                row(indent: 5)
                {
                    static_text(horizontal: @align_right,
                                identifier: "IDC_STATIC_TITLE",
                                name: "$$$/PropInspectFormDate/Label/Title=&Title");
                }
            }

            column(spacing: 5)
            {
                row(spacing: 0)
                {
                    column(spacing: 1)
                    {
                        edit_text(characters: 12,
                                  identifier: "IDC_EDIT_TITLE");
                    }
                }
            }
        }

        row(indent: 116,
            spacing: 5)
        {
            column(indent: 3,
                   spacing: 9)
            {
                row(child_horizontal: @align_center,
                    indent: 5)
                {
                    column(indent: 2,
                           spacing: 7)
                    {
                        checkbox(identifier: "IDC_CHECK_DISABLED",
                                 name: "$$$/PropInspectFormDate/CheckBox/Disabled=&Disabled");

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

            column(indent: 3,
                   spacing: 9)
            {
                row(child_horizontal: @align_center,
                    indent: 6)
                {
                    column(indent: 2,
                           spacing: 7)
                    {
                        checkbox(identifier: "IDC_CHECK_REQUIRED",
                                 name: "$$$/PropInspectFormDate/CheckBox/Required=Re&quired");

                        checkbox(identifier: "IDC_CHECK_READONLY",
                                 name: "$$$/PropInspectFormDate/CheckBox/Readonly=&Read Only");
                    }
                }
            }

            column(indent: 3,
                   spacing: 9)
            {
                row(child_horizontal: @align_center,
                    indent: 7)
                {
                    column(indent: 2,
                           spacing: 7)
                    {
                        checkbox(identifier: "IDC_CHECK_AUTOCOMPLETE",
                                 name: "$$$/PropInspectFormDate/CheckBox/AutoComplete=A&uto Complete");
                    }
                }
            }

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

            column(indent: 1,
                   spacing: 11)
            {
                row(indent: 6)
                {
                    static_text(horizontal: @align_right,
                                identifier: "IDC_STATIC_MIN",
                                name: "$$$/PropInspectFormDate/Label/Min=&Min");
                }

                row(indent: 6)
                {
                    static_text(horizontal: @align_right,
                                identifier: "IDC_STATIC_MAX",
                                name: "$$$/PropInspectFormDate/Label/Max=Ma&x");
                }
            }

            column(spacing: 5)
            {
                row(spacing: 0)
                {
                    column(spacing: 1)
                    {
                        edit_text(characters: 4,
                                  identifier: "IDC_EDIT_MIN_YYYY",
                                  tab_next_node: "IDC_EDIT_MIN_MONTH");

                        edit_text(characters: 4,
                                  identifier: "IDC_EDIT_MAX_YYYY",
				  tab_next_node: "IDC_EDIT_MAX_MONTH");
                    }
                    column(spacing: 1)
                    {
                        edit_text(characters: 3,
                                  identifier: "IDC_EDIT_MIN_MONTH",
                                  tab_next_node: "IDC_EDIT_MIN_DD");

                        edit_text(characters: 3,
                                  identifier: "IDC_EDIT_MAX_MONTH",
				  tab_next_node: "IDC_EDIT_MAX_DD");
                    }
                    column(spacing: 1)
                    {
                        edit_text(characters: 3,
                                  identifier: "IDC_EDIT_MIN_DD",
                                  tab_next_node: "IDC_EDIT_MAX_YYYY");

                        edit_text(characters: 3,
                                  identifier: "IDC_EDIT_MAX_DD",
				  tab_next_node: "IDC_EDIT_STEP");
                    }
                }
            }
            column(indent: 1,
                   spacing: 11)
            {
                row(indent: 6)
                {
                    static_text(horizontal: @align_right,
                                identifier: "IDC_STATIC_STEP",
                                name: "$$$/PropInspectFormDate/Label/Step=&Step");
                }
            }

            column(spacing: 5)
            {
                row(spacing: 0)
                {
                    column(spacing: 1)
                    {
                        edit_text(characters: 4,
				horizontal: @align_right,
                                  identifier: "IDC_EDIT_STEP");
                    }
                }
            }
            column()
            {
                row(indent: 7)
                {
                    separator(minLength: 43,
                              orientation: @vertical);
                }
            }

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

            column(indent: 3)
            {
                combobox(horizontal: @align_fill,
                         identifier: "IDC_COMBO_FORM_ID",
                         vertical_scroll: true);
            }
  
            column()
            {
                row(indent: 6)
                {
                    separator(minLength: 43,
                              orientation: @vertical);
                }
            }

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

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

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

            column(indent: 5)
            {
                row(indent: 6)
                {
                    static_text(horizontal: @align_right,
                                identifier: "IDC_STATIC_LIST",
                                name: "$$$/PropInspectFormDate/Label/List=&List");
                }
            }

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