layout PrefsCreativeCloud
{
    view subview(identifier: "IDD_PREFS_CREATIVECLOUD",
                 margin: 5,
                 name: "$$$/PrefsCreativeCloud/Title/SyncSettings=Sync Settings",
                 parent_container_id: "list_sheet_container",
                 spacing: 5)
    {
        row(spacing: 5)
        {
            column()
            {
                row()
                {
                    static_text(horizontal: @align_right,
                                identifier: "IDC_STATIC",
                                name: "$$$/PrefsCreativeCloud/Label/AdobeID=Adobe ID:");
                }

                row()
                {
                    column()
                    {
                        static_text(characters: 30,
                                    identifier: "IDC_CCSIGNEDINUSER",
                                    name: "$$$/PrefsCreativeCloud/Label/SignedInUser=Signed in as testuser@testmail.com ");

                        row()
                        {
                            static_text(characters: 30,
                                        identifier: "IDC_LASTSYNCTIME",
                                        name: "$$$/PrefsCreativeCloud/Label/LastSync=Last Sync: 18 Dec 2012 6:34 PM PST");
                        }
                    }

                    column(child_horizontal: @align_fill,
                           horizontal: @align_fill,
                           spacing: 5)
                    {
                        button(action: @do_action,
                               identifier: "IDC_SYNC_NOW_BUTTON",
                               indent: 3,
                               name: "$$$/PrefsCreativeCloud/Button/SyncNow=&Sync Settings Now",
                               tab_next_node: "IDC_SYNC_MANAGE_ACCOUNT");

                        button(action: @do_action,
                               identifier: "IDC_SYNC_MANAGE_ACCOUNT",
                               indent: 3,
                               name: "$$$/PrefsCreativeCloud/Button/ManageAccount=&Manage Account",
                               tab_next_node: "IDC_SYNCONSTART");
                    }
                }

                row(child_horizontal: @align_fill,
                    horizontal: @align_fill)
                {
                    checkbox(identifier: "IDC_SYNCONSTART",
                             indent: 2,
                             name: "$$$/PrefsCreativeCloud/CheckBox/EnableAutoSync=Enable Automatic Sync",
                             tab_next_node: "IDC_SYNCPREFS");
                }

                row()
                {
                    static_text(characters: 30,
                                horizontal: @align_fill,
                                identifier: "IDC_MANAGECCACNT",
                                name: "Every change you make to your settings will be published immediately.gddsgdsgdgdgds ",
                                vertical: @align_fill);
                }

				
				 row(child_horizontal: @align_fill,
                    horizontal: @align_fill)
                {
                    checkbox(identifier: "IDC_IMPORT_SYNC_SETTINGS",
                             indent: 2,
                             name: "$$$/PrefsCreativeCloud/CheckBox/ImportSyncSettings=Import Sync Settings"
                             );
                }

                row()
                {
                    static_text(characters: 32,
                                horizontal: @align_fill,
                                identifier: "IDC_IMPORTSYNCSETTINGSDESC",
                                name: "$$$/PrefsCreativeCloud/CheckBox/ImportSyncSettingsDesc=Settings that are saved on the cloud from your previous version of Dreamweaver will be imported and applied on next launch. Local settings will be overridden by the settings saved on the cloud.",
                                vertical: @align_fill);
                }
				
				
                separator();

                row(spacing: 5)
                {
                    static_text(horizontal: @align_right,
                                identifier: "IDC_STATIC",
                                name: "$$$/PrefsCreativeCloud/Label/SettingsToSync=Settings To Sync:");
                }

                row(spacing: 80)
                {
                    checkbox(identifier: "IDC_SYNCPREFS",
                             indent: 6,
                             name: "$$$/PrefsCreativeCloud/CheckBox/Preferences=Application Preferences",
                             tab_next_node: "IDC_SYNC_KEYBOARDSHORTCUTS");

                    checkbox(identifier: "IDC_SYNC_KEYBOARDSHORTCUTS",
                             indent: 6,
                             name: "$$$/PrefsCreativeCloud/CheckBox/KeyBoardShortcuts=KeyBoard Shortcuts",
                             tab_next_node: "IDC_SYNCSTES");
                }

				row(spacing: 80)
				{
        	       	checkbox(identifier: "IDC_SYNCSTES",
                      	   	 indent: 6,
                        	 name: "$$$/PrefsCreativeCloud/CheckBox/SiteSTEs=Site Settings",
	                         tab_next_node: "IDC_SYNC_WORKSPACES");
		       
					checkbox(identifier: "IDC_SYNC_WORKSPACES",
                             indent: 6,
                             name: "$$$/PrefsCreativeCloud/CheckBox/Workspaces=Workspaces",
                             tab_next_node: "IDC_SYNC_CODESNIPPETS");
				}
				row(spacing: 80)
                {
                    checkbox(identifier: "IDC_SYNC_CODESNIPPETS",
                             indent: 6,
                             name: "$$$/PrefsCreativeCloud/CheckBox/CodeSnippets=Code Snippets",
                             tab_next_node: "IDC_COMBO_SYNC_CONFLICT");  
                }


                row()
                {
                    placeholder(height: 10);
                }

                row()
                {
                    static_text(identifier: "IDC_STATIC",
                                name: "$$$/PrefsCreativeCloud/Label/ConflictResolution=Conflict Resolution:");

                    popup(identifier: "IDC_COMBO_SYNC_CONFLICT",
                          include_custom_item: false,
                          popup_minimum_width_chars: 10,
                          tab_next_node: "IDC_SYNC_HELP_LINK",
                          vertical_scroll: true);
                }

                separator();

                static_text(characters: 40,
                            identifier: "IDC_SYNC_HELP_LINK",
                            name: "sdfsdfsdfsdsdfsdfsdfsdfsfsfsfsdfsfsfsdfsdfsfsfsdfsdfsfsdfsdfsdfsdffsdfsdfsdfssdfsdfsdfsdfsdfsdfsfsdfsdfsfsdfsdfdsfsdfsdsdfsdfsdfdsfsdssdsdsfdsfssdsddssdsddssdsdsdsdsdsdsddssdsdsdfsdsfsdfererertertertretertrterterterterterterterter");
            }
        }
    }
}
