ssg: wizard Paths1: reorg private definitions
This commit is contained in:
parent
67eae75aa7
commit
3f823e01a3
|
@ -26,14 +26,9 @@ namespace OpenLiveWriter.PostEditor.Configuration.Wizard
|
|||
/// </summary>
|
||||
internal class WeblogConfigurationWizardPanelStaticSitePaths1 : WeblogConfigurationWizardPanel, IWizardPanelStaticSiteConfigProvider
|
||||
{
|
||||
private System.Windows.Forms.Label labelPostsPath;
|
||||
private System.Windows.Forms.TextBox textBoxPostsPath;
|
||||
private System.Windows.Forms.TextBox textBoxPagesPath;
|
||||
|
||||
/// <summary>
|
||||
/// Local site path, loaded from config, used for validation
|
||||
/// </summary>
|
||||
private string _localSitePath;
|
||||
private Label labelPostsPath;
|
||||
private TextBox textBoxPostsPath;
|
||||
private TextBox textBoxPagesPath;
|
||||
private CheckBox checkBoxEnablePages;
|
||||
private Label labelSiteUrl;
|
||||
private TextBox textBoxSiteUrl;
|
||||
|
@ -41,6 +36,11 @@ namespace OpenLiveWriter.PostEditor.Configuration.Wizard
|
|||
private CheckBox checkBoxEnableDrafts;
|
||||
private CheckBox checkBoxPagesInRoot;
|
||||
|
||||
/// <summary>
|
||||
/// Local site path, loaded from config, used for validation
|
||||
/// </summary>
|
||||
private string _localSitePath;
|
||||
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in New Issue