layout PIViewFormDateTime
{
    view subview(grow: false,
                 height: 100,
                 identifier: "IDD_PROP_INSPECT_FORM_DATETIMELOCAL",
                 resizeChildren: false,
                 shouldConstrain: true,
                 spacing: 5,
                 width: 700)
    {
        row(indent: 49,
            spacing: 5)
        {
            column(indent: 15,
                   spacing: 6)
            {
                static_text(identifier: "IDC_STATIC_TYPE",
                            name: "$$$/PropInspectFormDateTime/Label/DateTimeLocal=DateTime");
            }

            separator(orientation: @vertical);

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

            row(spacing: 0)
            {
                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");
                }
            }
			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()
            {
                popup(identifier: "IDC_COMBOBOX_TIME_ZONE",
                      include_custom_item: false,
                      is_searchable: false,
                      popup_maximum_width_chars: 5,
                      popup_minimum_width_chars: 5,
					  items: [ { name: "$$$/PropInspectFormDateTime/Timezone/item1=UTC+11:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item2=UTC+10:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item3=UTC+09:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item4=UTC+08:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item5=UTC+07:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item6=UTC+06:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item6=UTC+05:30", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item8=UTC+05:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item9=UTC+04:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item10=UTC+03:30", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item11=UTC+03:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item12=UTC+01:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item13=UTC", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item14=UTC-01:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item15=UTC-02:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item16=UTC-03:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item17=UTC-03:30", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item18=UTC-04:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item19=UTC-05:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item20=UTC-06:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item21=UTC-07:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item22=UTC-08:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item23=UTC-09:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item24=UTC-09:30", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item25=UTC-10:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item26=UTC-11:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item27=UTC-12:00", value: " " } ],
                                 
                      vertical_scroll: true);
            }
			}



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

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

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

                row(indent: 6)
                {
                    static_text(horizontal: @align_right,
                                identifier: "IDC_STATIC_MAX",
                                name: "$$$/PropInspectFormDateTime/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_MIN_HH");

                        edit_text(characters: 3,
                                  identifier: "IDC_EDIT_MAX_DD",
                                  tab_next_node: "IDC_EDIT_MAX_HH");
                    }

                    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_COMBOBOX_MIN_TIME_ZONE");

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

                    column(spacing: 2)
                    {
                        popup(identifier: "IDC_COMBOBOX_MIN_TIME_ZONE",
			      tab_next_node: "IDC_EDIT_MAX_YYYY",
                              include_custom_item: false,
                              is_searchable: false,
                              popup_maximum_width_chars: 5,
                              popup_minimum_width_chars: 5,
							  items: [ { name: "$$$/PropInspectFormDateTime/Timezone/item1=UTC+11:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item2=UTC+10:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item3=UTC+09:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item4=UTC+08:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item5=UTC+07:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item6=UTC+06:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item6=UTC+05:30", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item8=UTC+05:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item9=UTC+04:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item10=UTC+03:30", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item11=UTC+03:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item12=UTC+01:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item13=UTC", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item14=UTC-01:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item15=UTC-02:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item16=UTC-03:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item17=UTC-03:30", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item18=UTC-04:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item19=UTC-05:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item20=UTC-06:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item21=UTC-07:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item22=UTC-08:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item23=UTC-09:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item24=UTC-09:30", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item25=UTC-10:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item26=UTC-11:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item27=UTC-12:00", value: " " } ],
                              vertical_scroll: true);

                        popup(identifier: "IDC_COMBOBOX_MAX_TIME_ZONE",
			      tab_next_node: "IDC_EDIT_STEP",
                              include_custom_item: false,
                              is_searchable: false,
                              popup_maximum_width_chars: 5,
                              popup_minimum_width_chars: 5,
							  items: [ { name: "$$$/PropInspectFormDateTime/Timezone/item1=UTC+11:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item2=UTC+10:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item3=UTC+09:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item4=UTC+08:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item5=UTC+07:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item6=UTC+06:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item6=UTC+05:30", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item8=UTC+05:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item9=UTC+04:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item10=UTC+03:30", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item11=UTC+03:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item12=UTC+01:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item13=UTC", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item14=UTC-01:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item15=UTC-02:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item16=UTC-03:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item17=UTC-03:30", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item18=UTC-04:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item19=UTC-05:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item20=UTC-06:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item21=UTC-07:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item22=UTC-08:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item23=UTC-09:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item24=UTC-09:30", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item25=UTC-10:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item26=UTC-11:00", value: " " },
								{ name: "$$$/PropInspectFormDateTime/Timezone/item27=UTC-12:00", value: " " } ],
                              vertical_scroll: true);
                    }
                }
            }

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

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