namespace ContentManagement { partial class ContentEditor { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.Label htmlLabel; System.Windows.Forms.Label titleLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ContentEditor)); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.contentSource = new System.Windows.Forms.BindingSource(this.components); this.contentData = new Website.DataAccess.ContentData(); this.MainMenu = new System.Windows.Forms.MenuStrip(); this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.htmlRichTextBox = new System.Windows.Forms.RichTextBox(); this.titleTextBox = new System.Windows.Forms.TextBox(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.contentBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox(); this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.contentBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton(); this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel(); htmlLabel = new System.Windows.Forms.Label(); titleLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.contentSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.contentData)).BeginInit(); this.MainMenu.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.contentBindingNavigator)).BeginInit(); this.contentBindingNavigator.SuspendLayout(); this.flowLayoutPanel2.SuspendLayout(); this.SuspendLayout(); // // htmlLabel // htmlLabel.AutoSize = true; htmlLabel.Dock = System.Windows.Forms.DockStyle.Fill; htmlLabel.Location = new System.Drawing.Point(3, 39); htmlLabel.Name = "htmlLabel"; htmlLabel.Size = new System.Drawing.Size(573, 13); htmlLabel.TabIndex = 2; htmlLabel.Text = "Html:"; // // titleLabel // titleLabel.AutoSize = true; titleLabel.Location = new System.Drawing.Point(3, 0); titleLabel.Name = "titleLabel"; titleLabel.Size = new System.Drawing.Size(30, 13); titleLabel.TabIndex = 0; titleLabel.Text = "Title:"; // // openFileDialog // this.openFileDialog.FileName = "Content.xml"; this.openFileDialog.SupportMultiDottedExtensions = true; // // contentSource // this.contentSource.DataMember = "Content"; this.contentSource.DataSource = this.contentData; this.contentSource.Sort = ""; // // contentData // this.contentData.DataSetName = "ContentData"; this.contentData.EnforceConstraints = false; this.contentData.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // MainMenu // this.MainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.loadToolStripMenuItem, this.saveToolStripMenuItem}); this.MainMenu.Location = new System.Drawing.Point(0, 0); this.MainMenu.Name = "MainMenu"; this.MainMenu.Size = new System.Drawing.Size(591, 24); this.MainMenu.TabIndex = 4; this.MainMenu.Text = "menuStrip1"; // // loadToolStripMenuItem // this.loadToolStripMenuItem.Name = "loadToolStripMenuItem"; this.loadToolStripMenuItem.Size = new System.Drawing.Size(54, 20); this.loadToolStripMenuItem.Text = "Load..."; this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click); // // saveToolStripMenuItem // this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.Size = new System.Drawing.Size(68, 20); this.saveToolStripMenuItem.Text = "Save As..."; this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); // // htmlRichTextBox // this.htmlRichTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.contentSource, "Html", true)); this.htmlRichTextBox.Location = new System.Drawing.Point(3, 55); this.htmlRichTextBox.Name = "htmlRichTextBox"; this.htmlRichTextBox.Size = new System.Drawing.Size(573, 219); this.htmlRichTextBox.TabIndex = 3; this.htmlRichTextBox.Text = ""; // // titleTextBox // this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.contentSource, "Title", true)); this.titleTextBox.Location = new System.Drawing.Point(3, 16); this.titleTextBox.Name = "titleTextBox"; this.titleTextBox.Size = new System.Drawing.Size(573, 20); this.titleTextBox.TabIndex = 1; // // flowLayoutPanel1 // this.flowLayoutPanel1.AutoSize = true; this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.flowLayoutPanel1.Controls.Add(titleLabel); this.flowLayoutPanel1.Controls.Add(this.titleTextBox); this.flowLayoutPanel1.Controls.Add(htmlLabel); this.flowLayoutPanel1.Controls.Add(this.htmlRichTextBox); this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 28); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(579, 277); this.flowLayoutPanel1.TabIndex = 1; // // contentBindingNavigator // this.contentBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem; this.contentBindingNavigator.BindingSource = this.contentSource; this.contentBindingNavigator.CountItem = this.bindingNavigatorCountItem; this.contentBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem; this.contentBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.bindingNavigatorMoveFirstItem, this.bindingNavigatorMovePreviousItem, this.bindingNavigatorSeparator, this.bindingNavigatorPositionItem, this.bindingNavigatorCountItem, this.bindingNavigatorSeparator1, this.bindingNavigatorMoveNextItem, this.bindingNavigatorMoveLastItem, this.bindingNavigatorSeparator2, this.bindingNavigatorAddNewItem, this.bindingNavigatorDeleteItem, this.contentBindingNavigatorSaveItem}); this.contentBindingNavigator.Location = new System.Drawing.Point(0, 0); this.contentBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.contentBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem; this.contentBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem; this.contentBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.contentBindingNavigator.Name = "contentBindingNavigator"; this.contentBindingNavigator.PositionItem = this.bindingNavigatorPositionItem; this.contentBindingNavigator.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; this.contentBindingNavigator.Size = new System.Drawing.Size(585, 25); this.contentBindingNavigator.TabIndex = 5; this.contentBindingNavigator.Text = "bindingNavigator1"; // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem.Text = "Add new"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22); this.bindingNavigatorCountItem.Text = "of {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem.Text = "Delete"; // // bindingNavigatorMoveFirstItem // this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image"))); this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem"; this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // bindingNavigatorMovePreviousItem // this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image"))); this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem"; this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorMoveNextItem // this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image"))); this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem"; this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // bindingNavigatorMoveLastItem // this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image"))); this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem"; this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // contentBindingNavigatorSaveItem // this.contentBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.contentBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("contentBindingNavigatorSaveItem.Image"))); this.contentBindingNavigatorSaveItem.Name = "contentBindingNavigatorSaveItem"; this.contentBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22); this.contentBindingNavigatorSaveItem.Text = "Save Data"; this.contentBindingNavigatorSaveItem.Click += new System.EventHandler(this.contentBindingNavigatorSaveItem_Click); // // flowLayoutPanel2 // this.flowLayoutPanel2.AutoSize = true; this.flowLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.flowLayoutPanel2.Controls.Add(this.contentBindingNavigator); this.flowLayoutPanel2.Controls.Add(this.flowLayoutPanel1); this.flowLayoutPanel2.Controls.Add(this.flowLayoutPanel3); this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 24); this.flowLayoutPanel2.Name = "flowLayoutPanel2"; this.flowLayoutPanel2.Size = new System.Drawing.Size(591, 319); this.flowLayoutPanel2.TabIndex = 2; // // flowLayoutPanel3 // this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel3.Location = new System.Drawing.Point(588, 3); this.flowLayoutPanel3.Name = "flowLayoutPanel3"; this.flowLayoutPanel3.Size = new System.Drawing.Size(0, 100); this.flowLayoutPanel3.TabIndex = 6; // // ContentEditor // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.ClientSize = new System.Drawing.Size(591, 343); this.Controls.Add(this.flowLayoutPanel2); this.Controls.Add(this.MainMenu); this.MainMenuStrip = this.MainMenu; this.Name = "ContentEditor"; this.Text = "Content Management"; ((System.ComponentModel.ISupportInitialize)(this.contentSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.contentData)).EndInit(); this.MainMenu.ResumeLayout(false); this.MainMenu.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.contentBindingNavigator)).EndInit(); this.contentBindingNavigator.ResumeLayout(false); this.contentBindingNavigator.PerformLayout(); this.flowLayoutPanel2.ResumeLayout(false); this.flowLayoutPanel2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Website.DataAccess.ContentData contentData; private System.Windows.Forms.BindingSource contentSource; private System.Windows.Forms.OpenFileDialog openFileDialog; private System.Windows.Forms.SaveFileDialog saveFileDialog; private System.Windows.Forms.MenuStrip MainMenu; private System.Windows.Forms.ToolStripMenuItem loadToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; private System.Windows.Forms.RichTextBox htmlRichTextBox; private System.Windows.Forms.TextBox titleTextBox; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.BindingNavigator contentBindingNavigator; private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem; private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem; private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem; private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem; private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem; private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator; private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem; private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1; private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem; private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem; private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2; private System.Windows.Forms.ToolStripButton contentBindingNavigatorSaveItem; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3; } }