layout PIViewFormTime
{
    view subview(grow: false,
                 height: 100,
                 identifier: "IDD_PROP_INSPECT_FORM_TIME",
                 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: "$$$/PropInspectFormTime/Label/Time=Time");
            }

            separator(orientation: @vertical);

            column(indent: 1,
                   spacing: 9)
            {
                row(indent: 6)
                {
                    static_text(horizontal: @align_right,
                                identifier: "IDC_STATIC_NAME",
                                name: "$$$/PropInspectFormTime/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: "$$$/PropInspectFormTime/Label/InitVal=&Value");
                }
            }

            row(spacing: 0)
            {
                column(spacing: 2)
                {
                    edit_text(characters: 2,
                              identifier: "IDC_EDIT_HH");
                }

                column(spacing: 2)
                {
                    edit_text(characters: 3,
                              identifier: "IDC_EDIT_MM");
                }

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

            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: "$$$/PropInspectFormTime/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: "$$$/PropInspectFormTime/CheckBox/Disabled=&Disabled");

                        checkbox(identifier: "IDC_CHECK_AUTOFOCUS",
                                 name: "$$$/PropInspectFormTime/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: "$$$/PropInspectFormTime/CheckBox/Required=Re&quired");

                        checkbox(identifier: "IDC_CHECK_READONLY",
                                 name: "$$$/PropInspectFormTime/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: "$$$/PropInspectFormTime/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: "$$$/PropInspectFormTime/Label/Min=&Min");
                }

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

            column(spacing: 5)
            {
                row(spacing: 0)
                {
                    column(spacing: 1)
                    {
                        edit_text(characters: 2,
                                  identifier: "IDC_EDIT_MIN_HH",
                                  tab_next_node: "IDC_EDIT_MIN_MM");

                        edit_text(characters: 2,
                                  identifier: "IDC_EDIT_MAX_HH",
                                  tab_next_node: "IDC_EDIT_MAX_MM");
                    }

                    column(spacing: 1)
                    {
                        edit_text(characters: 3,
                                  identifier: "IDC_EDIT_MIN_MM",
                                  tab_next_node: "IDC_EDIT_MIN_SS");

                        edit_text(characters: 3,
                                  identifier: "IDC_EDIT_MAX_MM",
                                  tab_next_node: "IDC_EDIT_MAX_SS");
                    }

                    column(spacing: 1)
                    {
                        edit_text(characters: 2,
                                  identifier: "IDC_EDIT_MIN_SS",
                                  tab_next_node: "IDC_EDIT_MAX_HH");

                        edit_text(characters: 2,
                                  identifier: "IDC_EDIT_MAX_SS",
                                  tab_next_node: "IDC_EDIT_STEP");
                    }
                }
            }

            column(indent: 1,
                   spacing: 11)
            {
                row(indent: 6)
                {
                    static_text(horizontal: @align_right,
                                identifier: "IDC_STATIC_STEP",
                                name: "$$$/PropInspectFormTime/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: "$$$/PropInspectFormTime/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: "$$$/PropInspectFormTime/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: "$$$/PropInspectFormTime/Label/List=&List");
                }
            }

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