/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.buttonClose = new System.Windows.Forms.Button(); this.weblogAccountManagementControl1 = new OpenLiveWriter.PostEditor.Configuration.Accounts.WeblogAccountManagementControl(); this.SuspendLayout(); // // buttonClose // this.buttonClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonClose.DialogResult = System.Windows.Forms.DialogResult.OK; this.buttonClose.FlatStyle = System.Windows.Forms.FlatStyle.System; this.buttonClose.Location = new System.Drawing.Point(279, 264); this.buttonClose.Name = "buttonClose"; this.buttonClose.TabIndex = 1; this.buttonClose.Text = "Close"; // // weblogAccountManagementControl1 // this.weblogAccountManagementControl1.BlogSettingsEditors = null; this.weblogAccountManagementControl1.EditingSite = null; this.weblogAccountManagementControl1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.weblogAccountManagementControl1.Location = new System.Drawing.Point(9, 10); this.weblogAccountManagementControl1.Name = "weblogAccountManagementControl1"; this.weblogAccountManagementControl1.Size = new System.Drawing.Size(345, 245); this.weblogAccountManagementControl1.TabIndex = 0; // // WeblogAccountManagementForm // this.AutoScaleBaseSize = new System.Drawing.Size(5, 14); this.CancelButton = this.buttonClose; this.ClientSize = new System.Drawing.Size(362, 294); this.ControlBox = false; this.Controls.Add(this.weblogAccountManagementControl1); this.Controls.Add(this.buttonClose); this.Location = new System.Drawing.Point(0, 0); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "WeblogAccountManagementForm"; this.Text = "Accounts"; this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.weblogAccountManagementControl1 = new OpenLiveWriter.PostEditor.Configuration.Accounts.WeblogAccountManagementControl(); this.groupBoxOptions = new System.Windows.Forms.GroupBox(); this.checkBoxAllowAutoUpdate = new System.Windows.Forms.CheckBox(); this.checkBoxAllowProviderButtons = new System.Windows.Forms.CheckBox(); this.groupBoxOptions.SuspendLayout(); this.SuspendLayout(); // // weblogAccountManagementControl1 // this.weblogAccountManagementControl1.BlogSettingsEditors = null; this.weblogAccountManagementControl1.EditingSite = null; this.weblogAccountManagementControl1.Location = new System.Drawing.Point(8, 32); this.weblogAccountManagementControl1.Name = "weblogAccountManagementControl1"; this.weblogAccountManagementControl1.Size = new System.Drawing.Size(345, 214); this.weblogAccountManagementControl1.TabIndex = 1; // // groupBoxOptions // this.groupBoxOptions.Controls.Add(this.checkBoxAllowAutoUpdate); this.groupBoxOptions.Controls.Add(this.checkBoxAllowProviderButtons); this.groupBoxOptions.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBoxOptions.Location = new System.Drawing.Point(8, 256); this.groupBoxOptions.Name = "groupBoxOptions"; this.groupBoxOptions.Size = new System.Drawing.Size(342, 102); this.groupBoxOptions.TabIndex = 2; this.groupBoxOptions.TabStop = false; this.groupBoxOptions.Text = "Options"; // // checkBoxAllowAutoUpdate // this.checkBoxAllowAutoUpdate.CheckAlign = System.Drawing.ContentAlignment.TopLeft; this.checkBoxAllowAutoUpdate.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkBoxAllowAutoUpdate.Location = new System.Drawing.Point(16, 24); this.checkBoxAllowAutoUpdate.Name = "checkBoxAllowAutoUpdate"; this.checkBoxAllowAutoUpdate.Size = new System.Drawing.Size(320, 32); this.checkBoxAllowAutoUpdate.TabIndex = 0; this.checkBoxAllowAutoUpdate.Text = "Automatically &update account information (categories, links, capabilities, and p" + "rovider extensions)"; this.checkBoxAllowAutoUpdate.TextAlign = System.Drawing.ContentAlignment.TopLeft; // // checkBoxAllowProviderButtons // this.checkBoxAllowProviderButtons.CheckAlign = System.Drawing.ContentAlignment.TopLeft; this.checkBoxAllowProviderButtons.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkBoxAllowProviderButtons.Location = new System.Drawing.Point(16, 56); this.checkBoxAllowProviderButtons.Name = "checkBoxAllowProviderButtons"; this.checkBoxAllowProviderButtons.Size = new System.Drawing.Size(315, 32); this.checkBoxAllowProviderButtons.TabIndex = 3; this.checkBoxAllowProviderButtons.Text = "Allow &weblog provider extensions (custom buttons which appear in the sidebar)"; this.checkBoxAllowProviderButtons.TextAlign = System.Drawing.ContentAlignment.TopLeft; // // WeblogAccountPreferencesPanel // this.Controls.Add(this.groupBoxOptions); this.Controls.Add(this.weblogAccountManagementControl1); this.Name = "WeblogAccountPreferencesPanel"; this.PanelName = "Accounts"; this.Controls.SetChildIndex(this.weblogAccountManagementControl1, 0); this.Controls.SetChildIndex(this.groupBoxOptions, 0); this.groupBoxOptions.ResumeLayout(false); this.ResumeLayout(false); }