Exemplo n.º 1
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.doodle1 = new Agilix.Ink.Doodle();
			this.note1 = new Agilix.Ink.Note.Note();
			this.noteBox1 = new Agilix.Ink.Note.NoteBox();
			this.noteToolbar1 = new Agilix.Ink.Note.NoteToolbar();
			this.scribble1 = new Agilix.Ink.Scribble.Scribble();
			this.scribbleBox1 = new Agilix.Ink.Scribble.ScribbleBox();
			this.scribbleContainer1 = new Agilix.Ink.Scribble.ScribbleContainer();
			this.scribbleToolbar1 = new Agilix.Ink.Scribble.ScribbleToolbar();
			this.SuspendLayout();
			// 
			// doodle1
			// 
			this.doodle1.AllowDrop = true;
			this.doodle1.BackColor = System.Drawing.Color.White;
			this.doodle1.Location = new System.Drawing.Point(0, 0);
			this.doodle1.Name = "doodle1";
			this.doodle1.Size = new System.Drawing.Size(368, 344);
			this.doodle1.TabIndex = 0;
			this.doodle1.Text = "doodle1";
			// 
			// note1
			// 
			this.note1.AllowDrop = true;
			this.note1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.note1.BackColor = System.Drawing.Color.White;
			this.note1.HighlightColor = System.Drawing.Color.Gold;
			this.note1.Location = new System.Drawing.Point(4, 4);
			this.note1.Name = "note1";
			this.note1.Size = new System.Drawing.Size(368, 344);
			this.note1.TabIndex = 1;
			this.note1.Text = "note1";
			// 
			// noteBox1
			// 
			this.noteBox1.BackColor = System.Drawing.Color.White;
			this.noteBox1.HighlightColor = System.Drawing.Color.Gold;
			this.noteBox1.Location = new System.Drawing.Point(8, 8);
			this.noteBox1.Name = "noteBox1";
			this.noteBox1.Size = new System.Drawing.Size(496, 448);
			this.noteBox1.TabIndex = 2;
			this.noteBox1.Text = "noteBox1";
			// 
			// noteToolbar1
			// 
			this.noteToolbar1.Dock = System.Windows.Forms.DockStyle.Top;
			this.noteToolbar1.Location = new System.Drawing.Point(0, 0);
			this.noteToolbar1.Name = "noteToolbar1";
			this.noteToolbar1.Size = new System.Drawing.Size(544, 55);
			this.noteToolbar1.TabIndex = 3;
			// 
			// scribble1
			// 
			this.scribble1.AllowDrop = true;
			this.scribble1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.scribble1.BackColor = System.Drawing.Color.White;
			this.scribble1.Location = new System.Drawing.Point(4, 4);
			this.scribble1.Name = "scribble1";
			this.scribble1.Size = new System.Drawing.Size(368, 344);
			this.scribble1.TabIndex = 4;
			this.scribble1.Text = "scribble1";
			// 
			// scribbleBox1
			// 
			this.scribbleBox1.BackColor = System.Drawing.SystemColors.Control;
			this.scribbleBox1.HighlightElementColor = System.Drawing.Color.FromArgb(((System.Byte)(189)), ((System.Byte)(208)), ((System.Byte)(220)));
			this.scribbleBox1.Location = new System.Drawing.Point(8, 8);
			this.scribbleBox1.Name = "scribbleBox1";
			this.scribbleBox1.Size = new System.Drawing.Size(472, 464);
			this.scribbleBox1.TabColor = System.Drawing.SystemColors.ControlDark;
			this.scribbleBox1.TabIndex = 5;
			this.scribbleBox1.Text = "scribbleBox1";
			// 
			// scribbleContainer1
			// 
			this.scribbleContainer1.ActionButtonColor = System.Drawing.SystemColors.Control;
			this.scribbleContainer1.BackColor = System.Drawing.SystemColors.AppWorkspace;
			this.scribbleContainer1.HighlightElementColor = System.Drawing.Color.FromArgb(((System.Byte)(189)), ((System.Byte)(208)), ((System.Byte)(220)));
			this.scribbleContainer1.Location = new System.Drawing.Point(12, 12);
			this.scribbleContainer1.Name = "scribbleContainer1";
			this.scribbleContainer1.Size = new System.Drawing.Size(472, 464);
			this.scribbleContainer1.TabColor = System.Drawing.SystemColors.ControlDark;
			this.scribbleContainer1.TabIndex = 6;
			this.scribbleContainer1.Text = "scribbleContainer1";
			// 
			// scribbleToolbar1
			// 
			this.scribbleToolbar1.Dock = System.Windows.Forms.DockStyle.Top;
			this.scribbleToolbar1.Location = new System.Drawing.Point(0, 55);
			this.scribbleToolbar1.Name = "scribbleToolbar1";
			this.scribbleToolbar1.Size = new System.Drawing.Size(544, 83);
			this.scribbleToolbar1.TabIndex = 7;
			// 
			// Form2
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(544, 502);
			this.Controls.Add(this.scribbleToolbar1);
			this.Controls.Add(this.scribbleContainer1);
			this.Controls.Add(this.scribbleBox1);
			this.Controls.Add(this.scribble1);
			this.Controls.Add(this.noteToolbar1);
			this.Controls.Add(this.noteBox1);
			this.Controls.Add(this.note1);
			this.Controls.Add(this.doodle1);
			this.Name = "Form2";
			this.Text = "Form2";
			this.ResumeLayout(false);

		}
Exemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.doodle1            = new Agilix.Ink.Doodle();
     this.note1              = new Agilix.Ink.Note.Note();
     this.noteBox1           = new Agilix.Ink.Note.NoteBox();
     this.noteToolbar1       = new Agilix.Ink.Note.NoteToolbar();
     this.scribble1          = new Agilix.Ink.Scribble.Scribble();
     this.scribbleBox1       = new Agilix.Ink.Scribble.ScribbleBox();
     this.scribbleContainer1 = new Agilix.Ink.Scribble.ScribbleContainer();
     this.scribbleToolbar1   = new Agilix.Ink.Scribble.ScribbleToolbar();
     this.SuspendLayout();
     //
     // doodle1
     //
     this.doodle1.AllowDrop = true;
     this.doodle1.BackColor = System.Drawing.Color.White;
     this.doodle1.Location  = new System.Drawing.Point(0, 0);
     this.doodle1.Name      = "doodle1";
     this.doodle1.Size      = new System.Drawing.Size(368, 344);
     this.doodle1.TabIndex  = 0;
     this.doodle1.Text      = "doodle1";
     //
     // note1
     //
     this.note1.AllowDrop      = true;
     this.note1.Anchor         = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.note1.BackColor      = System.Drawing.Color.White;
     this.note1.HighlightColor = System.Drawing.Color.Gold;
     this.note1.Location       = new System.Drawing.Point(4, 4);
     this.note1.Name           = "note1";
     this.note1.Size           = new System.Drawing.Size(368, 344);
     this.note1.TabIndex       = 1;
     this.note1.Text           = "note1";
     //
     // noteBox1
     //
     this.noteBox1.BackColor      = System.Drawing.Color.White;
     this.noteBox1.HighlightColor = System.Drawing.Color.Gold;
     this.noteBox1.Location       = new System.Drawing.Point(8, 8);
     this.noteBox1.Name           = "noteBox1";
     this.noteBox1.Size           = new System.Drawing.Size(496, 448);
     this.noteBox1.TabIndex       = 2;
     this.noteBox1.Text           = "noteBox1";
     //
     // noteToolbar1
     //
     this.noteToolbar1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.noteToolbar1.Location = new System.Drawing.Point(0, 0);
     this.noteToolbar1.Name     = "noteToolbar1";
     this.noteToolbar1.Size     = new System.Drawing.Size(544, 55);
     this.noteToolbar1.TabIndex = 3;
     //
     // scribble1
     //
     this.scribble1.AllowDrop = true;
     this.scribble1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.scribble1.BackColor = System.Drawing.Color.White;
     this.scribble1.Location  = new System.Drawing.Point(4, 4);
     this.scribble1.Name      = "scribble1";
     this.scribble1.Size      = new System.Drawing.Size(368, 344);
     this.scribble1.TabIndex  = 4;
     this.scribble1.Text      = "scribble1";
     //
     // scribbleBox1
     //
     this.scribbleBox1.BackColor             = System.Drawing.SystemColors.Control;
     this.scribbleBox1.HighlightElementColor = System.Drawing.Color.FromArgb(((System.Byte)(189)), ((System.Byte)(208)), ((System.Byte)(220)));
     this.scribbleBox1.Location = new System.Drawing.Point(8, 8);
     this.scribbleBox1.Name     = "scribbleBox1";
     this.scribbleBox1.Size     = new System.Drawing.Size(472, 464);
     this.scribbleBox1.TabColor = System.Drawing.SystemColors.ControlDark;
     this.scribbleBox1.TabIndex = 5;
     this.scribbleBox1.Text     = "scribbleBox1";
     //
     // scribbleContainer1
     //
     this.scribbleContainer1.ActionButtonColor     = System.Drawing.SystemColors.Control;
     this.scribbleContainer1.BackColor             = System.Drawing.SystemColors.AppWorkspace;
     this.scribbleContainer1.HighlightElementColor = System.Drawing.Color.FromArgb(((System.Byte)(189)), ((System.Byte)(208)), ((System.Byte)(220)));
     this.scribbleContainer1.Location = new System.Drawing.Point(12, 12);
     this.scribbleContainer1.Name     = "scribbleContainer1";
     this.scribbleContainer1.Size     = new System.Drawing.Size(472, 464);
     this.scribbleContainer1.TabColor = System.Drawing.SystemColors.ControlDark;
     this.scribbleContainer1.TabIndex = 6;
     this.scribbleContainer1.Text     = "scribbleContainer1";
     //
     // scribbleToolbar1
     //
     this.scribbleToolbar1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.scribbleToolbar1.Location = new System.Drawing.Point(0, 55);
     this.scribbleToolbar1.Name     = "scribbleToolbar1";
     this.scribbleToolbar1.Size     = new System.Drawing.Size(544, 83);
     this.scribbleToolbar1.TabIndex = 7;
     //
     // Form2
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(544, 502);
     this.Controls.Add(this.scribbleToolbar1);
     this.Controls.Add(this.scribbleContainer1);
     this.Controls.Add(this.scribbleBox1);
     this.Controls.Add(this.scribble1);
     this.Controls.Add(this.noteToolbar1);
     this.Controls.Add(this.noteBox1);
     this.Controls.Add(this.note1);
     this.Controls.Add(this.doodle1);
     this.Name = "Form2";
     this.Text = "Form2";
     this.ResumeLayout(false);
 }
Exemplo n.º 3
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
			this.hRuler = new Lyquidity.UtilityLibrary.Controls.RulerControl();
			this.vRuler = new Lyquidity.UtilityLibrary.Controls.RulerControl();
			this.tabControl = new System.Windows.Forms.TabControl();
			this.linesTabPage = new System.Windows.Forms.TabPage();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.vLineSpaceBetweenTextBox = new System.Windows.Forms.TextBox();
			this.vLineSpaceBeforeTextBox = new System.Windows.Forms.TextBox();
			this.vLineSpaceBeforeTrackBar = new System.Windows.Forms.TrackBar();
			this.vLineSpaceBetweenTrackBar = new System.Windows.Forms.TrackBar();
			this.label6 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.vLineColorComboBox = new System.Windows.Forms.ComboBox();
			this.vLineStyleComboBox = new System.Windows.Forms.ComboBox();
			this.label5 = new System.Windows.Forms.Label();
			this.vLineColorChooserButton = new System.Windows.Forms.Button();
			this.label1 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.hLineSpaceBetweenTextBox = new System.Windows.Forms.TextBox();
			this.hLineSpaceBeforeTextBox = new System.Windows.Forms.TextBox();
			this.hLineColorChooserButton = new System.Windows.Forms.Button();
			this.hLineSpaceBeforeTrackBar = new System.Windows.Forms.TrackBar();
			this.hLineSpaceBetweenTrackBar = new System.Windows.Forms.TrackBar();
			this.hLineColorComboBox = new System.Windows.Forms.ComboBox();
			this.hLineStyleComboBox = new System.Windows.Forms.ComboBox();
			this.label4 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.tabPage1 = new System.Windows.Forms.TabPage();
			this.groupBox5 = new System.Windows.Forms.GroupBox();
			this.lMarginLineSpacingTextBox = new System.Windows.Forms.TextBox();
			this.lMarginLineSpacingTrackBar = new System.Windows.Forms.TrackBar();
			this.label16 = new System.Windows.Forms.Label();
			this.label17 = new System.Windows.Forms.Label();
			this.lMarginLineColorComboBox = new System.Windows.Forms.ComboBox();
			this.lMarginLineStyleComboBox = new System.Windows.Forms.ComboBox();
			this.leftMarginLineColorChooserButton = new System.Windows.Forms.Button();
			this.label15 = new System.Windows.Forms.Label();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.rMarginLineSpacingTextBox = new System.Windows.Forms.TextBox();
			this.rightMarginLineColorChooserButton = new System.Windows.Forms.Button();
			this.rMarginLineSpacingTrackBar = new System.Windows.Forms.TrackBar();
			this.label10 = new System.Windows.Forms.Label();
			this.label11 = new System.Windows.Forms.Label();
			this.label12 = new System.Windows.Forms.Label();
			this.rMarginLineColorComboBox = new System.Windows.Forms.ComboBox();
			this.rMarginLineStyleComboBox = new System.Windows.Forms.ComboBox();
			this.headingTabPage = new System.Windows.Forms.TabPage();
			this.groupBox11 = new System.Windows.Forms.GroupBox();
			this.displayNameTextBox = new System.Windows.Forms.TextBox();
			this.groupBox9 = new System.Windows.Forms.GroupBox();
			this.titleSpaceAfterTrackBar = new System.Windows.Forms.TrackBar();
			this.titleSpaceAfterTextBox = new System.Windows.Forms.TextBox();
			this.titleDateStyleComboBox = new System.Windows.Forms.ComboBox();
			this.label29 = new System.Windows.Forms.Label();
			this.label28 = new System.Windows.Forms.Label();
			this.titleTextTextBox = new System.Windows.Forms.TextBox();
			this.label24 = new System.Windows.Forms.Label();
			this.groupBox6 = new System.Windows.Forms.GroupBox();
			this.titleWidthTrackBar = new System.Windows.Forms.TrackBar();
			this.titleHeightTrackBar = new System.Windows.Forms.TrackBar();
			this.yTitleCornerTrackBar = new System.Windows.Forms.TrackBar();
			this.xTitleCornerTrackBar = new System.Windows.Forms.TrackBar();
			this.label32 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.titleBackgroundColorChooserButton = new System.Windows.Forms.Button();
			this.titleForegroundColorChooserButton = new System.Windows.Forms.Button();
			this.titleWidthTextBox = new System.Windows.Forms.TextBox();
			this.titleHeightTextBox = new System.Windows.Forms.TextBox();
			this.yTitleCornerTextBox = new System.Windows.Forms.TextBox();
			this.xTitleCornerTextBox = new System.Windows.Forms.TextBox();
			this.label21 = new System.Windows.Forms.Label();
			this.label20 = new System.Windows.Forms.Label();
			this.titleRectangleStyleComboBox = new System.Windows.Forms.ComboBox();
			this.label19 = new System.Windows.Forms.Label();
			this.label18 = new System.Windows.Forms.Label();
			this.titleBackgroundColorComboBox = new System.Windows.Forms.ComboBox();
			this.titleForegroundColorComboBox = new System.Windows.Forms.ComboBox();
			this.label31 = new System.Windows.Forms.Label();
			this.label30 = new System.Windows.Forms.Label();
			this.generalTabPage = new System.Windows.Forms.TabPage();
			this.groupBox10 = new System.Windows.Forms.GroupBox();
			this.sizeWidthOnlyTextBox = new System.Windows.Forms.TextBox();
			this.sizeHeightOnlyTextBox = new System.Windows.Forms.TextBox();
			this.label36 = new System.Windows.Forms.Label();
			this.label35 = new System.Windows.Forms.Label();
			this.groupBox8 = new System.Windows.Forms.GroupBox();
			this.label34 = new System.Windows.Forms.Label();
			this.alignImageWithMinSizeCheckBox = new System.Windows.Forms.CheckBox();
			this.imageHeightTextBox = new System.Windows.Forms.TextBox();
			this.imageWidthTextBox = new System.Windows.Forms.TextBox();
			this.label33 = new System.Windows.Forms.Label();
			this.backgroundImageComboBox = new StationeryBuilder.ImageComboBox();
			this.backgroundImageTransparencyLabel = new System.Windows.Forms.Label();
			this.backgroundImageTransparencyTrackBar = new System.Windows.Forms.TrackBar();
			this.label25 = new System.Windows.Forms.Label();
			this.backgroundImageButton = new System.Windows.Forms.Button();
			this.backgroundImageStyleComboBox = new System.Windows.Forms.ComboBox();
			this.label27 = new System.Windows.Forms.Label();
			this.label26 = new System.Windows.Forms.Label();
			this.groupBox7 = new System.Windows.Forms.GroupBox();
			this.backgroundColorChooserButton = new System.Windows.Forms.Button();
			this.backgroundColorStyleComboBox = new System.Windows.Forms.ComboBox();
			this.backgroundColorComboBox = new System.Windows.Forms.ComboBox();
			this.label23 = new System.Windows.Forms.Label();
			this.label22 = new System.Windows.Forms.Label();
			this.groupBox4 = new System.Windows.Forms.GroupBox();
			this.label13 = new System.Windows.Forms.Label();
			this.label14 = new System.Windows.Forms.Label();
			this.panel1 = new System.Windows.Forms.Panel();
			this.scribble = new Agilix.Ink.Scribble.Scribble();
			this.backgroundImageList = new System.Windows.Forms.ImageList(this.components);
			this.openBackgroundImageFileDialog = new System.Windows.Forms.OpenFileDialog();
			this.mainMenu1 = new System.Windows.Forms.MainMenu();
			this.menuItem1 = new System.Windows.Forms.MenuItem();
			this.newMenuItem = new System.Windows.Forms.MenuItem();
			this.openMenuItem = new System.Windows.Forms.MenuItem();
			this.saveAsMenuItem = new System.Windows.Forms.MenuItem();
			this.saveMenuItem = new System.Windows.Forms.MenuItem();
			this.menuItem5 = new System.Windows.Forms.MenuItem();
			this.exitMenuItem = new System.Windows.Forms.MenuItem();
			this.menuItem2 = new System.Windows.Forms.MenuItem();
			this.paperBlankMenuItem = new System.Windows.Forms.MenuItem();
			this.paperNarrowMenuItem = new System.Windows.Forms.MenuItem();
			this.paperCollegeMenuItem = new System.Windows.Forms.MenuItem();
			this.paperStandardMenuItem = new System.Windows.Forms.MenuItem();
			this.paperWideMenuItem = new System.Windows.Forms.MenuItem();
			this.paperSmallGridMenuItem = new System.Windows.Forms.MenuItem();
			this.paperGridMenuItem = new System.Windows.Forms.MenuItem();
			this.menuItem15 = new System.Windows.Forms.MenuItem();
			this.inchesMenuItem = new System.Windows.Forms.MenuItem();
			this.centimetersMenuItem = new System.Windows.Forms.MenuItem();
			this.himetricsMenuItem = new System.Windows.Forms.MenuItem();
			this.zoomMenuItem = new System.Windows.Forms.MenuItem();
			this.zoom25MenuItem = new System.Windows.Forms.MenuItem();
			this.zoom50MenuItem = new System.Windows.Forms.MenuItem();
			this.zoom100MenuItem = new System.Windows.Forms.MenuItem();
			this.zoom150MenuItem = new System.Windows.Forms.MenuItem();
			this.zoom200MenuItem = new System.Windows.Forms.MenuItem();
			this.colorDialog = new System.Windows.Forms.ColorDialog();
			this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
			this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
			this.tabControl.SuspendLayout();
			this.linesTabPage.SuspendLayout();
			this.groupBox2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.vLineSpaceBeforeTrackBar)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.vLineSpaceBetweenTrackBar)).BeginInit();
			this.groupBox1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.hLineSpaceBeforeTrackBar)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.hLineSpaceBetweenTrackBar)).BeginInit();
			this.tabPage1.SuspendLayout();
			this.groupBox5.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.lMarginLineSpacingTrackBar)).BeginInit();
			this.groupBox3.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.rMarginLineSpacingTrackBar)).BeginInit();
			this.headingTabPage.SuspendLayout();
			this.groupBox11.SuspendLayout();
			this.groupBox9.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.titleSpaceAfterTrackBar)).BeginInit();
			this.groupBox6.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.titleWidthTrackBar)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.titleHeightTrackBar)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.yTitleCornerTrackBar)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.xTitleCornerTrackBar)).BeginInit();
			this.generalTabPage.SuspendLayout();
			this.groupBox10.SuspendLayout();
			this.groupBox8.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.backgroundImageTransparencyTrackBar)).BeginInit();
			this.groupBox7.SuspendLayout();
			this.panel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// hRuler
			// 
			this.hRuler.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.hRuler.BackColor = System.Drawing.Color.Khaki;
			this.hRuler.BorderStyle = System.Windows.Forms.Border3DStyle.Raised;
			this.hRuler.DivisionMarkFactor = 5;
			this.hRuler.Divisions = 4;
			this.hRuler.ForeColor = System.Drawing.SystemColors.ControlText;
			this.hRuler.Location = new System.Drawing.Point(22, 0);
			this.hRuler.MajorInterval = 1;
			this.hRuler.MiddleMarkFactor = 3;
			this.hRuler.MouseTrackingOn = false;
			this.hRuler.Name = "hRuler";
			this.hRuler.Orientation = Lyquidity.UtilityLibrary.Controls.enumOrientation.orHorizontal;
			this.hRuler.RulerAlignment = Lyquidity.UtilityLibrary.Controls.enumRulerAlignment.raBottomOrRight;
			this.hRuler.ScaleMode = Lyquidity.UtilityLibrary.Controls.enumScaleMode.smCentimetres;
			this.hRuler.Size = new System.Drawing.Size(508, 20);
			this.hRuler.StartValue = 0;
			this.hRuler.TabIndex = 0;
			this.hRuler.TabStop = false;
			this.hRuler.VerticalNumbers = false;
			this.hRuler.ZoomFactor = 1;
			// 
			// vRuler
			// 
			this.vRuler.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
				| System.Windows.Forms.AnchorStyles.Left)));
			this.vRuler.BackColor = System.Drawing.Color.Khaki;
			this.vRuler.BorderStyle = System.Windows.Forms.Border3DStyle.Raised;
			this.vRuler.DivisionMarkFactor = 5;
			this.vRuler.Divisions = 4;
			this.vRuler.ForeColor = System.Drawing.SystemColors.ControlText;
			this.vRuler.Location = new System.Drawing.Point(0, 22);
			this.vRuler.MajorInterval = 1;
			this.vRuler.MiddleMarkFactor = 3;
			this.vRuler.MouseTrackingOn = false;
			this.vRuler.Name = "vRuler";
			this.vRuler.Orientation = Lyquidity.UtilityLibrary.Controls.enumOrientation.orVertical;
			this.vRuler.RulerAlignment = Lyquidity.UtilityLibrary.Controls.enumRulerAlignment.raTopOrLeft;
			this.vRuler.ScaleMode = Lyquidity.UtilityLibrary.Controls.enumScaleMode.smCentimetres;
			this.vRuler.Size = new System.Drawing.Size(20, 682);
			this.vRuler.StartValue = 0;
			this.vRuler.TabIndex = 11;
			this.vRuler.TabStop = false;
			this.vRuler.VerticalNumbers = true;
			this.vRuler.ZoomFactor = 1;
			// 
			// tabControl
			// 
			this.tabControl.Controls.Add(this.linesTabPage);
			this.tabControl.Controls.Add(this.tabPage1);
			this.tabControl.Controls.Add(this.headingTabPage);
			this.tabControl.Controls.Add(this.generalTabPage);
			this.tabControl.Dock = System.Windows.Forms.DockStyle.Right;
			this.tabControl.Location = new System.Drawing.Point(530, 0);
			this.tabControl.Name = "tabControl";
			this.tabControl.SelectedIndex = 0;
			this.tabControl.Size = new System.Drawing.Size(312, 703);
			this.tabControl.TabIndex = 0;
			// 
			// linesTabPage
			// 
			this.linesTabPage.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("linesTabPage.BackgroundImage")));
			this.linesTabPage.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.linesTabPage.Controls.Add(this.groupBox2);
			this.linesTabPage.Controls.Add(this.label1);
			this.linesTabPage.Controls.Add(this.groupBox1);
			this.linesTabPage.Location = new System.Drawing.Point(4, 22);
			this.linesTabPage.Name = "linesTabPage";
			this.linesTabPage.Size = new System.Drawing.Size(304, 677);
			this.linesTabPage.TabIndex = 0;
			this.linesTabPage.Text = "Lines";
			// 
			// groupBox2
			// 
			this.groupBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("groupBox2.BackgroundImage")));
			this.groupBox2.Controls.Add(this.vLineSpaceBetweenTextBox);
			this.groupBox2.Controls.Add(this.vLineSpaceBeforeTextBox);
			this.groupBox2.Controls.Add(this.vLineSpaceBeforeTrackBar);
			this.groupBox2.Controls.Add(this.vLineSpaceBetweenTrackBar);
			this.groupBox2.Controls.Add(this.label6);
			this.groupBox2.Controls.Add(this.label7);
			this.groupBox2.Controls.Add(this.label8);
			this.groupBox2.Controls.Add(this.vLineColorComboBox);
			this.groupBox2.Controls.Add(this.vLineStyleComboBox);
			this.groupBox2.Controls.Add(this.label5);
			this.groupBox2.Controls.Add(this.vLineColorChooserButton);
			this.groupBox2.Location = new System.Drawing.Point(8, 264);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(288, 248);
			this.groupBox2.TabIndex = 4;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Vertical";
			// 
			// vLineSpaceBetweenTextBox
			// 
			this.vLineSpaceBetweenTextBox.Location = new System.Drawing.Point(94, 168);
			this.vLineSpaceBetweenTextBox.Name = "vLineSpaceBetweenTextBox";
			this.vLineSpaceBetweenTextBox.TabIndex = 16;
			this.vLineSpaceBetweenTextBox.Text = "";
			this.vLineSpaceBetweenTextBox.TextChanged += new System.EventHandler(this.vLineSpaceBetweenTextBox_TextChanged);
			// 
			// vLineSpaceBeforeTextBox
			// 
			this.vLineSpaceBeforeTextBox.Location = new System.Drawing.Point(96, 80);
			this.vLineSpaceBeforeTextBox.Name = "vLineSpaceBeforeTextBox";
			this.vLineSpaceBeforeTextBox.TabIndex = 15;
			this.vLineSpaceBeforeTextBox.Text = "";
			this.vLineSpaceBeforeTextBox.TextChanged += new System.EventHandler(this.vLineSpaceBeforeTextBox_TextChanged);
			// 
			// vLineSpaceBeforeTrackBar
			// 
			this.vLineSpaceBeforeTrackBar.BackColor = System.Drawing.Color.WhiteSmoke;
			this.vLineSpaceBeforeTrackBar.Location = new System.Drawing.Point(8, 112);
			this.vLineSpaceBeforeTrackBar.Maximum = 100;
			this.vLineSpaceBeforeTrackBar.Name = "vLineSpaceBeforeTrackBar";
			this.vLineSpaceBeforeTrackBar.Size = new System.Drawing.Size(272, 45);
			this.vLineSpaceBeforeTrackBar.TabIndex = 14;
			this.vLineSpaceBeforeTrackBar.TickFrequency = 10;
			this.vLineSpaceBeforeTrackBar.Scroll += new System.EventHandler(this.vLineSpaceBeforeTrackBar_Scroll);
			// 
			// vLineSpaceBetweenTrackBar
			// 
			this.vLineSpaceBetweenTrackBar.BackColor = System.Drawing.Color.WhiteSmoke;
			this.vLineSpaceBetweenTrackBar.Location = new System.Drawing.Point(8, 200);
			this.vLineSpaceBetweenTrackBar.Maximum = 100;
			this.vLineSpaceBetweenTrackBar.Name = "vLineSpaceBetweenTrackBar";
			this.vLineSpaceBetweenTrackBar.Size = new System.Drawing.Size(272, 45);
			this.vLineSpaceBetweenTrackBar.TabIndex = 13;
			this.vLineSpaceBetweenTrackBar.TickFrequency = 10;
			this.vLineSpaceBetweenTrackBar.Scroll += new System.EventHandler(this.vLineSpaceBetweenTrackBar_Scroll);
			// 
			// label6
			// 
			this.label6.BackColor = System.Drawing.Color.Transparent;
			this.label6.Location = new System.Drawing.Point(8, 176);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(96, 24);
			this.label6.TabIndex = 4;
			this.label6.Text = "Space Between:";
			// 
			// label7
			// 
			this.label7.BackColor = System.Drawing.Color.Transparent;
			this.label7.Location = new System.Drawing.Point(8, 88);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(80, 24);
			this.label7.TabIndex = 3;
			this.label7.Text = "Space Before:";
			// 
			// label8
			// 
			this.label8.BackColor = System.Drawing.Color.Transparent;
			this.label8.Location = new System.Drawing.Point(8, 24);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(40, 24);
			this.label8.TabIndex = 2;
			this.label8.Text = "Style:";
			// 
			// vLineColorComboBox
			// 
			this.vLineColorComboBox.Location = new System.Drawing.Point(64, 16);
			this.vLineColorComboBox.Name = "vLineColorComboBox";
			this.vLineColorComboBox.Size = new System.Drawing.Size(176, 21);
			this.vLineColorComboBox.TabIndex = 10;
			this.vLineColorComboBox.SelectedValueChanged += new System.EventHandler(this.vLineColorComboBox_SelectedValueChanged);
			// 
			// vLineStyleComboBox
			// 
			this.vLineStyleComboBox.Location = new System.Drawing.Point(64, 48);
			this.vLineStyleComboBox.Name = "vLineStyleComboBox";
			this.vLineStyleComboBox.Size = new System.Drawing.Size(208, 21);
			this.vLineStyleComboBox.TabIndex = 9;
			this.vLineStyleComboBox.SelectedValueChanged += new System.EventHandler(this.vLineStyleComboBox_SelectedValueChanged);
			// 
			// label5
			// 
			this.label5.BackColor = System.Drawing.Color.Transparent;
			this.label5.Location = new System.Drawing.Point(8, 56);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(40, 24);
			this.label5.TabIndex = 3;
			this.label5.Text = "Color:";
			// 
			// vLineColorChooserButton
			// 
			this.vLineColorChooserButton.Location = new System.Drawing.Point(248, 16);
			this.vLineColorChooserButton.Name = "vLineColorChooserButton";
			this.vLineColorChooserButton.Size = new System.Drawing.Size(24, 23);
			this.vLineColorChooserButton.TabIndex = 13;
			this.vLineColorChooserButton.Text = "...";
			this.vLineColorChooserButton.Click += new System.EventHandler(this.vLineColorChooserButton_Click);
			// 
			// label1
			// 
			this.label1.BackColor = System.Drawing.Color.Transparent;
			this.label1.Location = new System.Drawing.Point(16, 32);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(40, 24);
			this.label1.TabIndex = 1;
			this.label1.Text = "Color:";
			// 
			// groupBox1
			// 
			this.groupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("groupBox1.BackgroundImage")));
			this.groupBox1.Controls.Add(this.hLineSpaceBetweenTextBox);
			this.groupBox1.Controls.Add(this.hLineSpaceBeforeTextBox);
			this.groupBox1.Controls.Add(this.hLineColorChooserButton);
			this.groupBox1.Controls.Add(this.hLineSpaceBeforeTrackBar);
			this.groupBox1.Controls.Add(this.hLineSpaceBetweenTrackBar);
			this.groupBox1.Controls.Add(this.hLineColorComboBox);
			this.groupBox1.Controls.Add(this.hLineStyleComboBox);
			this.groupBox1.Controls.Add(this.label4);
			this.groupBox1.Controls.Add(this.label3);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Location = new System.Drawing.Point(8, 8);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(288, 248);
			this.groupBox1.TabIndex = 2;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Horizontal";
			// 
			// hLineSpaceBetweenTextBox
			// 
			this.hLineSpaceBetweenTextBox.Location = new System.Drawing.Point(96, 168);
			this.hLineSpaceBetweenTextBox.Name = "hLineSpaceBetweenTextBox";
			this.hLineSpaceBetweenTextBox.TabIndex = 14;
			this.hLineSpaceBetweenTextBox.Text = "";
			this.hLineSpaceBetweenTextBox.TextChanged += new System.EventHandler(this.hLineSpaceBetweenTextBox_TextChanged);
			// 
			// hLineSpaceBeforeTextBox
			// 
			this.hLineSpaceBeforeTextBox.Location = new System.Drawing.Point(96, 80);
			this.hLineSpaceBeforeTextBox.Name = "hLineSpaceBeforeTextBox";
			this.hLineSpaceBeforeTextBox.TabIndex = 13;
			this.hLineSpaceBeforeTextBox.Text = "";
			this.hLineSpaceBeforeTextBox.TextChanged += new System.EventHandler(this.hLineSpaceBeforeTextBox_TextChanged);
			// 
			// hLineColorChooserButton
			// 
			this.hLineColorChooserButton.Location = new System.Drawing.Point(248, 16);
			this.hLineColorChooserButton.Name = "hLineColorChooserButton";
			this.hLineColorChooserButton.Size = new System.Drawing.Size(24, 23);
			this.hLineColorChooserButton.TabIndex = 12;
			this.hLineColorChooserButton.Text = "...";
			this.hLineColorChooserButton.Click += new System.EventHandler(this.hLineColorChooserButton_Click);
			// 
			// hLineSpaceBeforeTrackBar
			// 
			this.hLineSpaceBeforeTrackBar.BackColor = System.Drawing.Color.WhiteSmoke;
			this.hLineSpaceBeforeTrackBar.Location = new System.Drawing.Point(8, 112);
			this.hLineSpaceBeforeTrackBar.Maximum = 100;
			this.hLineSpaceBeforeTrackBar.Name = "hLineSpaceBeforeTrackBar";
			this.hLineSpaceBeforeTrackBar.Size = new System.Drawing.Size(272, 45);
			this.hLineSpaceBeforeTrackBar.TabIndex = 11;
			this.hLineSpaceBeforeTrackBar.TickFrequency = 10;
			this.hLineSpaceBeforeTrackBar.Scroll += new System.EventHandler(this.hLineSpaceBeforeTrackBar_Scroll);
			// 
			// hLineSpaceBetweenTrackBar
			// 
			this.hLineSpaceBetweenTrackBar.BackColor = System.Drawing.Color.WhiteSmoke;
			this.hLineSpaceBetweenTrackBar.Location = new System.Drawing.Point(8, 200);
			this.hLineSpaceBetweenTrackBar.Maximum = 100;
			this.hLineSpaceBetweenTrackBar.Name = "hLineSpaceBetweenTrackBar";
			this.hLineSpaceBetweenTrackBar.Size = new System.Drawing.Size(272, 45);
			this.hLineSpaceBetweenTrackBar.TabIndex = 9;
			this.hLineSpaceBetweenTrackBar.TickFrequency = 10;
			this.hLineSpaceBetweenTrackBar.Scroll += new System.EventHandler(this.hLineSpaceBetweenTrackBar_Scroll);
			// 
			// hLineColorComboBox
			// 
			this.hLineColorComboBox.Location = new System.Drawing.Point(64, 16);
			this.hLineColorComboBox.Name = "hLineColorComboBox";
			this.hLineColorComboBox.Size = new System.Drawing.Size(176, 21);
			this.hLineColorComboBox.TabIndex = 6;
			this.hLineColorComboBox.SelectedIndexChanged += new System.EventHandler(this.hLineColorComboBox_SelectedIndexChanged_1);
			// 
			// hLineStyleComboBox
			// 
			this.hLineStyleComboBox.Location = new System.Drawing.Point(64, 48);
			this.hLineStyleComboBox.Name = "hLineStyleComboBox";
			this.hLineStyleComboBox.Size = new System.Drawing.Size(208, 21);
			this.hLineStyleComboBox.TabIndex = 5;
			this.hLineStyleComboBox.SelectedIndexChanged += new System.EventHandler(this.hLineStyleComboBox_SelectedIndexChanged);
			// 
			// label4
			// 
			this.label4.BackColor = System.Drawing.Color.Transparent;
			this.label4.Location = new System.Drawing.Point(8, 176);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(88, 24);
			this.label4.TabIndex = 4;
			this.label4.Text = "Space Between:";
			// 
			// label3
			// 
			this.label3.BackColor = System.Drawing.Color.Transparent;
			this.label3.Location = new System.Drawing.Point(8, 88);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(80, 24);
			this.label3.TabIndex = 3;
			this.label3.Text = "Space Before:";
			// 
			// label2
			// 
			this.label2.BackColor = System.Drawing.Color.Transparent;
			this.label2.Location = new System.Drawing.Point(8, 56);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(40, 24);
			this.label2.TabIndex = 2;
			this.label2.Text = "Style:";
			// 
			// tabPage1
			// 
			this.tabPage1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tabPage1.BackgroundImage")));
			this.tabPage1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.tabPage1.Controls.Add(this.groupBox5);
			this.tabPage1.Controls.Add(this.groupBox3);
			this.tabPage1.Location = new System.Drawing.Point(4, 22);
			this.tabPage1.Name = "tabPage1";
			this.tabPage1.Size = new System.Drawing.Size(304, 677);
			this.tabPage1.TabIndex = 3;
			this.tabPage1.Text = "Margin Lines";
			// 
			// groupBox5
			// 
			this.groupBox5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("groupBox5.BackgroundImage")));
			this.groupBox5.Controls.Add(this.lMarginLineSpacingTextBox);
			this.groupBox5.Controls.Add(this.lMarginLineSpacingTrackBar);
			this.groupBox5.Controls.Add(this.label16);
			this.groupBox5.Controls.Add(this.label17);
			this.groupBox5.Controls.Add(this.lMarginLineColorComboBox);
			this.groupBox5.Controls.Add(this.lMarginLineStyleComboBox);
			this.groupBox5.Controls.Add(this.leftMarginLineColorChooserButton);
			this.groupBox5.Controls.Add(this.label15);
			this.groupBox5.Location = new System.Drawing.Point(8, 176);
			this.groupBox5.Name = "groupBox5";
			this.groupBox5.Size = new System.Drawing.Size(288, 160);
			this.groupBox5.TabIndex = 11;
			this.groupBox5.TabStop = false;
			this.groupBox5.Text = "Left Margin";
			// 
			// lMarginLineSpacingTextBox
			// 
			this.lMarginLineSpacingTextBox.Location = new System.Drawing.Point(72, 80);
			this.lMarginLineSpacingTextBox.Name = "lMarginLineSpacingTextBox";
			this.lMarginLineSpacingTextBox.TabIndex = 20;
			this.lMarginLineSpacingTextBox.Text = "";
			this.lMarginLineSpacingTextBox.TextChanged += new System.EventHandler(this.lMarginLineSpacingTextBox_TextChanged);
			// 
			// lMarginLineSpacingTrackBar
			// 
			this.lMarginLineSpacingTrackBar.BackColor = System.Drawing.Color.Beige;
			this.lMarginLineSpacingTrackBar.Location = new System.Drawing.Point(8, 112);
			this.lMarginLineSpacingTrackBar.Maximum = 100;
			this.lMarginLineSpacingTrackBar.Name = "lMarginLineSpacingTrackBar";
			this.lMarginLineSpacingTrackBar.Size = new System.Drawing.Size(272, 45);
			this.lMarginLineSpacingTrackBar.TabIndex = 16;
			this.lMarginLineSpacingTrackBar.TickFrequency = 10;
			this.lMarginLineSpacingTrackBar.Scroll += new System.EventHandler(this.lMarginLineSpacingTrackBar_Scroll);
			// 
			// label16
			// 
			this.label16.BackColor = System.Drawing.Color.Transparent;
			this.label16.Location = new System.Drawing.Point(8, 80);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(56, 24);
			this.label16.TabIndex = 3;
			this.label16.Text = "Spacing:";
			// 
			// label17
			// 
			this.label17.BackColor = System.Drawing.Color.Transparent;
			this.label17.Location = new System.Drawing.Point(8, 56);
			this.label17.Name = "label17";
			this.label17.Size = new System.Drawing.Size(40, 24);
			this.label17.TabIndex = 2;
			this.label17.Text = "Style:";
			// 
			// lMarginLineColorComboBox
			// 
			this.lMarginLineColorComboBox.Location = new System.Drawing.Point(64, 16);
			this.lMarginLineColorComboBox.Name = "lMarginLineColorComboBox";
			this.lMarginLineColorComboBox.Size = new System.Drawing.Size(176, 21);
			this.lMarginLineColorComboBox.TabIndex = 14;
			this.lMarginLineColorComboBox.SelectedIndexChanged += new System.EventHandler(this.lMarginLineColorComboBox_SelectedIndexChanged);
			// 
			// lMarginLineStyleComboBox
			// 
			this.lMarginLineStyleComboBox.Location = new System.Drawing.Point(64, 48);
			this.lMarginLineStyleComboBox.Name = "lMarginLineStyleComboBox";
			this.lMarginLineStyleComboBox.Size = new System.Drawing.Size(208, 21);
			this.lMarginLineStyleComboBox.TabIndex = 13;
			this.lMarginLineStyleComboBox.SelectedIndexChanged += new System.EventHandler(this.lMarginLineStyleComboBox_SelectedIndexChanged);
			// 
			// leftMarginLineColorChooserButton
			// 
			this.leftMarginLineColorChooserButton.Location = new System.Drawing.Point(248, 16);
			this.leftMarginLineColorChooserButton.Name = "leftMarginLineColorChooserButton";
			this.leftMarginLineColorChooserButton.Size = new System.Drawing.Size(24, 24);
			this.leftMarginLineColorChooserButton.TabIndex = 19;
			this.leftMarginLineColorChooserButton.Text = "...";
			this.leftMarginLineColorChooserButton.Click += new System.EventHandler(this.leftMarginLineColorChooserButton_Click);
			// 
			// label15
			// 
			this.label15.BackColor = System.Drawing.Color.Transparent;
			this.label15.Location = new System.Drawing.Point(8, 24);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(40, 24);
			this.label15.TabIndex = 10;
			this.label15.Text = "Color:";
			// 
			// groupBox3
			// 
			this.groupBox3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("groupBox3.BackgroundImage")));
			this.groupBox3.Controls.Add(this.rMarginLineSpacingTextBox);
			this.groupBox3.Controls.Add(this.rightMarginLineColorChooserButton);
			this.groupBox3.Controls.Add(this.rMarginLineSpacingTrackBar);
			this.groupBox3.Controls.Add(this.label10);
			this.groupBox3.Controls.Add(this.label11);
			this.groupBox3.Controls.Add(this.label12);
			this.groupBox3.Controls.Add(this.rMarginLineColorComboBox);
			this.groupBox3.Controls.Add(this.rMarginLineStyleComboBox);
			this.groupBox3.Location = new System.Drawing.Point(8, 8);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(288, 160);
			this.groupBox3.TabIndex = 9;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "Right Margin";
			// 
			// rMarginLineSpacingTextBox
			// 
			this.rMarginLineSpacingTextBox.Location = new System.Drawing.Point(64, 80);
			this.rMarginLineSpacingTextBox.Name = "rMarginLineSpacingTextBox";
			this.rMarginLineSpacingTextBox.TabIndex = 19;
			this.rMarginLineSpacingTextBox.Text = "";
			this.rMarginLineSpacingTextBox.TextChanged += new System.EventHandler(this.rMarginLineSpacingTextBox_TextChanged);
			// 
			// rightMarginLineColorChooserButton
			// 
			this.rightMarginLineColorChooserButton.Location = new System.Drawing.Point(248, 16);
			this.rightMarginLineColorChooserButton.Name = "rightMarginLineColorChooserButton";
			this.rightMarginLineColorChooserButton.Size = new System.Drawing.Size(24, 24);
			this.rightMarginLineColorChooserButton.TabIndex = 18;
			this.rightMarginLineColorChooserButton.Text = "...";
			this.rightMarginLineColorChooserButton.Click += new System.EventHandler(this.rightMarginLineColorChooserButton_Click);
			// 
			// rMarginLineSpacingTrackBar
			// 
			this.rMarginLineSpacingTrackBar.BackColor = System.Drawing.Color.Beige;
			this.rMarginLineSpacingTrackBar.Location = new System.Drawing.Point(8, 112);
			this.rMarginLineSpacingTrackBar.Maximum = 100;
			this.rMarginLineSpacingTrackBar.Name = "rMarginLineSpacingTrackBar";
			this.rMarginLineSpacingTrackBar.Size = new System.Drawing.Size(272, 45);
			this.rMarginLineSpacingTrackBar.TabIndex = 17;
			this.rMarginLineSpacingTrackBar.TickFrequency = 10;
			this.rMarginLineSpacingTrackBar.Scroll += new System.EventHandler(this.rMarginLineSpacingTrackBar_Scroll);
			// 
			// label10
			// 
			this.label10.BackColor = System.Drawing.Color.Transparent;
			this.label10.Location = new System.Drawing.Point(8, 24);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(40, 24);
			this.label10.TabIndex = 16;
			this.label10.Text = "Color:";
			// 
			// label11
			// 
			this.label11.BackColor = System.Drawing.Color.Transparent;
			this.label11.Location = new System.Drawing.Point(8, 88);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(48, 24);
			this.label11.TabIndex = 3;
			this.label11.Text = "Spacing:";
			// 
			// label12
			// 
			this.label12.BackColor = System.Drawing.Color.Transparent;
			this.label12.Location = new System.Drawing.Point(8, 56);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(40, 24);
			this.label12.TabIndex = 2;
			this.label12.Text = "Style:";
			// 
			// rMarginLineColorComboBox
			// 
			this.rMarginLineColorComboBox.Location = new System.Drawing.Point(64, 16);
			this.rMarginLineColorComboBox.Name = "rMarginLineColorComboBox";
			this.rMarginLineColorComboBox.Size = new System.Drawing.Size(176, 21);
			this.rMarginLineColorComboBox.TabIndex = 14;
			this.rMarginLineColorComboBox.SelectedIndexChanged += new System.EventHandler(this.rMarginLineColorComboBox_SelectedIndexChanged);
			// 
			// rMarginLineStyleComboBox
			// 
			this.rMarginLineStyleComboBox.Location = new System.Drawing.Point(64, 48);
			this.rMarginLineStyleComboBox.Name = "rMarginLineStyleComboBox";
			this.rMarginLineStyleComboBox.Size = new System.Drawing.Size(208, 21);
			this.rMarginLineStyleComboBox.TabIndex = 13;
			this.rMarginLineStyleComboBox.SelectedIndexChanged += new System.EventHandler(this.rMarginLineStyleComboBox_SelectedIndexChanged);
			// 
			// headingTabPage
			// 
			this.headingTabPage.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("headingTabPage.BackgroundImage")));
			this.headingTabPage.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.headingTabPage.Controls.Add(this.groupBox11);
			this.headingTabPage.Controls.Add(this.groupBox9);
			this.headingTabPage.Controls.Add(this.groupBox6);
			this.headingTabPage.Location = new System.Drawing.Point(4, 22);
			this.headingTabPage.Name = "headingTabPage";
			this.headingTabPage.Size = new System.Drawing.Size(304, 677);
			this.headingTabPage.TabIndex = 1;
			this.headingTabPage.Text = "Title";
			// 
			// groupBox11
			// 
			this.groupBox11.BackColor = System.Drawing.Color.Transparent;
			this.groupBox11.Controls.Add(this.displayNameTextBox);
			this.groupBox11.Location = new System.Drawing.Point(8, 568);
			this.groupBox11.Name = "groupBox11";
			this.groupBox11.Size = new System.Drawing.Size(280, 56);
			this.groupBox11.TabIndex = 5;
			this.groupBox11.TabStop = false;
			this.groupBox11.Text = "Dislpay Name";
			// 
			// displayNameTextBox
			// 
			this.displayNameTextBox.Location = new System.Drawing.Point(8, 24);
			this.displayNameTextBox.Name = "displayNameTextBox";
			this.displayNameTextBox.Size = new System.Drawing.Size(256, 20);
			this.displayNameTextBox.TabIndex = 0;
			this.displayNameTextBox.Text = "";
			this.displayNameTextBox.TextChanged += new System.EventHandler(this.displayNameTextBox_TextChanged);
			// 
			// groupBox9
			// 
			this.groupBox9.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("groupBox9.BackgroundImage")));
			this.groupBox9.Controls.Add(this.titleSpaceAfterTrackBar);
			this.groupBox9.Controls.Add(this.titleSpaceAfterTextBox);
			this.groupBox9.Controls.Add(this.titleDateStyleComboBox);
			this.groupBox9.Controls.Add(this.label29);
			this.groupBox9.Controls.Add(this.label28);
			this.groupBox9.Controls.Add(this.titleTextTextBox);
			this.groupBox9.Controls.Add(this.label24);
			this.groupBox9.Location = new System.Drawing.Point(8, 400);
			this.groupBox9.Name = "groupBox9";
			this.groupBox9.Size = new System.Drawing.Size(280, 160);
			this.groupBox9.TabIndex = 4;
			this.groupBox9.TabStop = false;
			this.groupBox9.Text = "Title";
			// 
			// titleSpaceAfterTrackBar
			// 
			this.titleSpaceAfterTrackBar.BackColor = System.Drawing.Color.LavenderBlush;
			this.titleSpaceAfterTrackBar.Location = new System.Drawing.Point(8, 112);
			this.titleSpaceAfterTrackBar.Maximum = 100;
			this.titleSpaceAfterTrackBar.Name = "titleSpaceAfterTrackBar";
			this.titleSpaceAfterTrackBar.Size = new System.Drawing.Size(264, 45);
			this.titleSpaceAfterTrackBar.TabIndex = 10;
			this.titleSpaceAfterTrackBar.TickFrequency = 10;
			this.titleSpaceAfterTrackBar.Scroll += new System.EventHandler(this.titleSpaceAfterTrackBar_Scroll);
			// 
			// titleSpaceAfterTextBox
			// 
			this.titleSpaceAfterTextBox.Location = new System.Drawing.Point(152, 80);
			this.titleSpaceAfterTextBox.Name = "titleSpaceAfterTextBox";
			this.titleSpaceAfterTextBox.Size = new System.Drawing.Size(80, 20);
			this.titleSpaceAfterTextBox.TabIndex = 9;
			this.titleSpaceAfterTextBox.Text = "";
			this.titleSpaceAfterTextBox.TextChanged += new System.EventHandler(this.titleSpaceAfterTextBox_TextChanged);
			// 
			// titleDateStyleComboBox
			// 
			this.titleDateStyleComboBox.Location = new System.Drawing.Point(88, 16);
			this.titleDateStyleComboBox.Name = "titleDateStyleComboBox";
			this.titleDateStyleComboBox.Size = new System.Drawing.Size(176, 21);
			this.titleDateStyleComboBox.TabIndex = 6;
			this.titleDateStyleComboBox.SelectedIndexChanged += new System.EventHandler(this.titleDateStyleComboBox_SelectedIndexChanged);
			// 
			// label29
			// 
			this.label29.BackColor = System.Drawing.Color.Transparent;
			this.label29.Location = new System.Drawing.Point(8, 88);
			this.label29.Name = "label29";
			this.label29.Size = new System.Drawing.Size(144, 23);
			this.label29.TabIndex = 3;
			this.label29.Text = "Space After Title Baseline:";
			// 
			// label28
			// 
			this.label28.BackColor = System.Drawing.Color.Transparent;
			this.label28.Location = new System.Drawing.Point(8, 24);
			this.label28.Name = "label28";
			this.label28.Size = new System.Drawing.Size(64, 23);
			this.label28.TabIndex = 2;
			this.label28.Text = "Date Style:";
			// 
			// titleTextTextBox
			// 
			this.titleTextTextBox.Location = new System.Drawing.Point(48, 48);
			this.titleTextTextBox.Name = "titleTextTextBox";
			this.titleTextTextBox.Size = new System.Drawing.Size(216, 20);
			this.titleTextTextBox.TabIndex = 1;
			this.titleTextTextBox.Text = "";
			this.titleTextTextBox.TextChanged += new System.EventHandler(this.titleTextTextBox_TextChanged);
			// 
			// label24
			// 
			this.label24.BackColor = System.Drawing.Color.Transparent;
			this.label24.Location = new System.Drawing.Point(8, 56);
			this.label24.Name = "label24";
			this.label24.Size = new System.Drawing.Size(32, 23);
			this.label24.TabIndex = 0;
			this.label24.Text = "Text:";
			// 
			// groupBox6
			// 
			this.groupBox6.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("groupBox6.BackgroundImage")));
			this.groupBox6.Controls.Add(this.titleWidthTrackBar);
			this.groupBox6.Controls.Add(this.titleHeightTrackBar);
			this.groupBox6.Controls.Add(this.yTitleCornerTrackBar);
			this.groupBox6.Controls.Add(this.xTitleCornerTrackBar);
			this.groupBox6.Controls.Add(this.label32);
			this.groupBox6.Controls.Add(this.label9);
			this.groupBox6.Controls.Add(this.titleBackgroundColorChooserButton);
			this.groupBox6.Controls.Add(this.titleForegroundColorChooserButton);
			this.groupBox6.Controls.Add(this.titleWidthTextBox);
			this.groupBox6.Controls.Add(this.titleHeightTextBox);
			this.groupBox6.Controls.Add(this.yTitleCornerTextBox);
			this.groupBox6.Controls.Add(this.xTitleCornerTextBox);
			this.groupBox6.Controls.Add(this.label21);
			this.groupBox6.Controls.Add(this.label20);
			this.groupBox6.Controls.Add(this.titleRectangleStyleComboBox);
			this.groupBox6.Controls.Add(this.label19);
			this.groupBox6.Controls.Add(this.label18);
			this.groupBox6.Controls.Add(this.titleBackgroundColorComboBox);
			this.groupBox6.Controls.Add(this.titleForegroundColorComboBox);
			this.groupBox6.Controls.Add(this.label31);
			this.groupBox6.Controls.Add(this.label30);
			this.groupBox6.Location = new System.Drawing.Point(8, 16);
			this.groupBox6.Name = "groupBox6";
			this.groupBox6.Size = new System.Drawing.Size(280, 376);
			this.groupBox6.TabIndex = 2;
			this.groupBox6.TabStop = false;
			this.groupBox6.Text = "Rectangle";
			// 
			// titleWidthTrackBar
			// 
			this.titleWidthTrackBar.BackColor = System.Drawing.Color.LavenderBlush;
			this.titleWidthTrackBar.Location = new System.Drawing.Point(8, 328);
			this.titleWidthTrackBar.Maximum = 100;
			this.titleWidthTrackBar.Name = "titleWidthTrackBar";
			this.titleWidthTrackBar.Size = new System.Drawing.Size(264, 45);
			this.titleWidthTrackBar.TabIndex = 16;
			this.titleWidthTrackBar.TickFrequency = 10;
			this.titleWidthTrackBar.Scroll += new System.EventHandler(this.titleWidthTrackBar_Scroll);
			// 
			// titleHeightTrackBar
			// 
			this.titleHeightTrackBar.BackColor = System.Drawing.Color.LavenderBlush;
			this.titleHeightTrackBar.Location = new System.Drawing.Point(8, 248);
			this.titleHeightTrackBar.Maximum = 100;
			this.titleHeightTrackBar.Name = "titleHeightTrackBar";
			this.titleHeightTrackBar.Size = new System.Drawing.Size(264, 45);
			this.titleHeightTrackBar.TabIndex = 15;
			this.titleHeightTrackBar.TickFrequency = 10;
			this.titleHeightTrackBar.Scroll += new System.EventHandler(this.titleHeightTrackBar_Scroll);
			// 
			// yTitleCornerTrackBar
			// 
			this.yTitleCornerTrackBar.BackColor = System.Drawing.Color.LavenderBlush;
			this.yTitleCornerTrackBar.Location = new System.Drawing.Point(144, 168);
			this.yTitleCornerTrackBar.Maximum = 100;
			this.yTitleCornerTrackBar.Name = "yTitleCornerTrackBar";
			this.yTitleCornerTrackBar.Size = new System.Drawing.Size(120, 45);
			this.yTitleCornerTrackBar.TabIndex = 14;
			this.yTitleCornerTrackBar.TickFrequency = 10;
			this.yTitleCornerTrackBar.Scroll += new System.EventHandler(this.yTitleCornerTrackBar_Scroll);
			// 
			// xTitleCornerTrackBar
			// 
			this.xTitleCornerTrackBar.BackColor = System.Drawing.Color.LavenderBlush;
			this.xTitleCornerTrackBar.Location = new System.Drawing.Point(8, 168);
			this.xTitleCornerTrackBar.Maximum = 100;
			this.xTitleCornerTrackBar.Name = "xTitleCornerTrackBar";
			this.xTitleCornerTrackBar.Size = new System.Drawing.Size(120, 45);
			this.xTitleCornerTrackBar.TabIndex = 13;
			this.xTitleCornerTrackBar.TickFrequency = 10;
			this.xTitleCornerTrackBar.Scroll += new System.EventHandler(this.xTitleCornerTrackBar_Scroll);
			// 
			// label32
			// 
			this.label32.BackColor = System.Drawing.Color.Transparent;
			this.label32.Location = new System.Drawing.Point(152, 152);
			this.label32.Name = "label32";
			this.label32.Size = new System.Drawing.Size(16, 23);
			this.label32.TabIndex = 12;
			this.label32.Text = "Y:";
			// 
			// label9
			// 
			this.label9.BackColor = System.Drawing.Color.Transparent;
			this.label9.Location = new System.Drawing.Point(16, 152);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(16, 23);
			this.label9.TabIndex = 11;
			this.label9.Text = "X:";
			// 
			// titleBackgroundColorChooserButton
			// 
			this.titleBackgroundColorChooserButton.Location = new System.Drawing.Point(240, 80);
			this.titleBackgroundColorChooserButton.Name = "titleBackgroundColorChooserButton";
			this.titleBackgroundColorChooserButton.Size = new System.Drawing.Size(24, 23);
			this.titleBackgroundColorChooserButton.TabIndex = 10;
			this.titleBackgroundColorChooserButton.Text = "...";
			this.titleBackgroundColorChooserButton.Click += new System.EventHandler(this.titleBackgroundColorChooserButton_Click);
			// 
			// titleForegroundColorChooserButton
			// 
			this.titleForegroundColorChooserButton.Location = new System.Drawing.Point(240, 48);
			this.titleForegroundColorChooserButton.Name = "titleForegroundColorChooserButton";
			this.titleForegroundColorChooserButton.Size = new System.Drawing.Size(24, 23);
			this.titleForegroundColorChooserButton.TabIndex = 9;
			this.titleForegroundColorChooserButton.Text = "...";
			this.titleForegroundColorChooserButton.Click += new System.EventHandler(this.titleForegroundColorChooserButton_Click);
			// 
			// titleWidthTextBox
			// 
			this.titleWidthTextBox.Location = new System.Drawing.Point(72, 304);
			this.titleWidthTextBox.Name = "titleWidthTextBox";
			this.titleWidthTextBox.Size = new System.Drawing.Size(88, 20);
			this.titleWidthTextBox.TabIndex = 7;
			this.titleWidthTextBox.Text = "";
			this.titleWidthTextBox.TextChanged += new System.EventHandler(this.titleWidthTextBox_TextChanged);
			// 
			// titleHeightTextBox
			// 
			this.titleHeightTextBox.Location = new System.Drawing.Point(72, 224);
			this.titleHeightTextBox.Name = "titleHeightTextBox";
			this.titleHeightTextBox.Size = new System.Drawing.Size(88, 20);
			this.titleHeightTextBox.TabIndex = 6;
			this.titleHeightTextBox.Text = "";
			this.titleHeightTextBox.TextChanged += new System.EventHandler(this.titleHeightTextBox_TextChanged);
			// 
			// yTitleCornerTextBox
			// 
			this.yTitleCornerTextBox.Location = new System.Drawing.Point(176, 144);
			this.yTitleCornerTextBox.Name = "yTitleCornerTextBox";
			this.yTitleCornerTextBox.Size = new System.Drawing.Size(80, 20);
			this.yTitleCornerTextBox.TabIndex = 5;
			this.yTitleCornerTextBox.Text = "";
			this.yTitleCornerTextBox.TextChanged += new System.EventHandler(this.yTitleCornerTextBox_TextChanged);
			// 
			// xTitleCornerTextBox
			// 
			this.xTitleCornerTextBox.Location = new System.Drawing.Point(40, 144);
			this.xTitleCornerTextBox.Name = "xTitleCornerTextBox";
			this.xTitleCornerTextBox.Size = new System.Drawing.Size(80, 20);
			this.xTitleCornerTextBox.TabIndex = 4;
			this.xTitleCornerTextBox.Text = "";
			this.xTitleCornerTextBox.TextChanged += new System.EventHandler(this.xTitleCornerTextBox_TextChanged);
			// 
			// label21
			// 
			this.label21.BackColor = System.Drawing.Color.Transparent;
			this.label21.Location = new System.Drawing.Point(8, 304);
			this.label21.Name = "label21";
			this.label21.Size = new System.Drawing.Size(56, 23);
			this.label21.TabIndex = 3;
			this.label21.Text = "Width:";
			// 
			// label20
			// 
			this.label20.BackColor = System.Drawing.Color.Transparent;
			this.label20.Location = new System.Drawing.Point(8, 224);
			this.label20.Name = "label20";
			this.label20.Size = new System.Drawing.Size(56, 23);
			this.label20.TabIndex = 2;
			this.label20.Text = "Height:";
			// 
			// titleRectangleStyleComboBox
			// 
			this.titleRectangleStyleComboBox.Location = new System.Drawing.Point(64, 16);
			this.titleRectangleStyleComboBox.Name = "titleRectangleStyleComboBox";
			this.titleRectangleStyleComboBox.Size = new System.Drawing.Size(200, 21);
			this.titleRectangleStyleComboBox.TabIndex = 0;
			this.titleRectangleStyleComboBox.SelectedIndexChanged += new System.EventHandler(this.titleRectangleStyleComboBox_SelectedIndexChanged);
			// 
			// label19
			// 
			this.label19.BackColor = System.Drawing.Color.Transparent;
			this.label19.Location = new System.Drawing.Point(8, 24);
			this.label19.Name = "label19";
			this.label19.Size = new System.Drawing.Size(48, 23);
			this.label19.TabIndex = 1;
			this.label19.Text = "Style:";
			// 
			// label18
			// 
			this.label18.BackColor = System.Drawing.Color.Transparent;
			this.label18.Location = new System.Drawing.Point(8, 120);
			this.label18.Name = "label18";
			this.label18.Size = new System.Drawing.Size(96, 23);
			this.label18.TabIndex = 0;
			this.label18.Text = "Upper left corner:";
			// 
			// titleBackgroundColorComboBox
			// 
			this.titleBackgroundColorComboBox.Location = new System.Drawing.Point(112, 80);
			this.titleBackgroundColorComboBox.Name = "titleBackgroundColorComboBox";
			this.titleBackgroundColorComboBox.Size = new System.Drawing.Size(120, 21);
			this.titleBackgroundColorComboBox.TabIndex = 8;
			this.titleBackgroundColorComboBox.TextChanged += new System.EventHandler(this.titleBackgroundColorComboBox_TextChanged);
			// 
			// titleForegroundColorComboBox
			// 
			this.titleForegroundColorComboBox.Location = new System.Drawing.Point(112, 48);
			this.titleForegroundColorComboBox.Name = "titleForegroundColorComboBox";
			this.titleForegroundColorComboBox.Size = new System.Drawing.Size(120, 21);
			this.titleForegroundColorComboBox.TabIndex = 7;
			this.titleForegroundColorComboBox.TextChanged += new System.EventHandler(this.titleForegroundColorComboBox_TextChanged);
			// 
			// label31
			// 
			this.label31.BackColor = System.Drawing.Color.Transparent;
			this.label31.Location = new System.Drawing.Point(8, 88);
			this.label31.Name = "label31";
			this.label31.TabIndex = 5;
			this.label31.Text = "Background Color:";
			// 
			// label30
			// 
			this.label30.BackColor = System.Drawing.Color.Transparent;
			this.label30.Location = new System.Drawing.Point(8, 56);
			this.label30.Name = "label30";
			this.label30.TabIndex = 4;
			this.label30.Text = "Foreground Color:";
			// 
			// generalTabPage
			// 
			this.generalTabPage.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("generalTabPage.BackgroundImage")));
			this.generalTabPage.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.generalTabPage.Controls.Add(this.groupBox10);
			this.generalTabPage.Controls.Add(this.groupBox8);
			this.generalTabPage.Controls.Add(this.groupBox7);
			this.generalTabPage.Location = new System.Drawing.Point(4, 22);
			this.generalTabPage.Name = "generalTabPage";
			this.generalTabPage.Size = new System.Drawing.Size(304, 677);
			this.generalTabPage.TabIndex = 2;
			this.generalTabPage.Text = "Background";
			// 
			// groupBox10
			// 
			this.groupBox10.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("groupBox10.BackgroundImage")));
			this.groupBox10.Controls.Add(this.sizeWidthOnlyTextBox);
			this.groupBox10.Controls.Add(this.sizeHeightOnlyTextBox);
			this.groupBox10.Controls.Add(this.label36);
			this.groupBox10.Controls.Add(this.label35);
			this.groupBox10.Location = new System.Drawing.Point(8, 368);
			this.groupBox10.Name = "groupBox10";
			this.groupBox10.Size = new System.Drawing.Size(280, 72);
			this.groupBox10.TabIndex = 3;
			this.groupBox10.TabStop = false;
			this.groupBox10.Text = "Minimum Page Size";
			// 
			// sizeWidthOnlyTextBox
			// 
			this.sizeWidthOnlyTextBox.Location = new System.Drawing.Point(96, 16);
			this.sizeWidthOnlyTextBox.Name = "sizeWidthOnlyTextBox";
			this.sizeWidthOnlyTextBox.Size = new System.Drawing.Size(96, 20);
			this.sizeWidthOnlyTextBox.TabIndex = 6;
			this.sizeWidthOnlyTextBox.Text = "";
			this.sizeWidthOnlyTextBox.TextChanged += new System.EventHandler(this.sizeWidthOnlyTextBox_TextChanged);
			// 
			// sizeHeightOnlyTextBox
			// 
			this.sizeHeightOnlyTextBox.Location = new System.Drawing.Point(96, 40);
			this.sizeHeightOnlyTextBox.Name = "sizeHeightOnlyTextBox";
			this.sizeHeightOnlyTextBox.Size = new System.Drawing.Size(96, 20);
			this.sizeHeightOnlyTextBox.TabIndex = 5;
			this.sizeHeightOnlyTextBox.Text = "";
			this.sizeHeightOnlyTextBox.TextChanged += new System.EventHandler(this.sizeHeightOnlyTextBox_TextChanged);
			// 
			// label36
			// 
			this.label36.BackColor = System.Drawing.Color.Transparent;
			this.label36.Location = new System.Drawing.Point(8, 24);
			this.label36.Name = "label36";
			this.label36.Size = new System.Drawing.Size(72, 23);
			this.label36.TabIndex = 1;
			this.label36.Text = "Page Width:";
			// 
			// label35
			// 
			this.label35.BackColor = System.Drawing.Color.Transparent;
			this.label35.Location = new System.Drawing.Point(8, 48);
			this.label35.Name = "label35";
			this.label35.Size = new System.Drawing.Size(72, 23);
			this.label35.TabIndex = 0;
			this.label35.Text = "Page Height:";
			// 
			// groupBox8
			// 
			this.groupBox8.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("groupBox8.BackgroundImage")));
			this.groupBox8.Controls.Add(this.label34);
			this.groupBox8.Controls.Add(this.alignImageWithMinSizeCheckBox);
			this.groupBox8.Controls.Add(this.imageHeightTextBox);
			this.groupBox8.Controls.Add(this.imageWidthTextBox);
			this.groupBox8.Controls.Add(this.label33);
			this.groupBox8.Controls.Add(this.backgroundImageComboBox);
			this.groupBox8.Controls.Add(this.backgroundImageTransparencyLabel);
			this.groupBox8.Controls.Add(this.backgroundImageTransparencyTrackBar);
			this.groupBox8.Controls.Add(this.label25);
			this.groupBox8.Controls.Add(this.backgroundImageButton);
			this.groupBox8.Controls.Add(this.backgroundImageStyleComboBox);
			this.groupBox8.Controls.Add(this.label27);
			this.groupBox8.Controls.Add(this.label26);
			this.groupBox8.Location = new System.Drawing.Point(8, 120);
			this.groupBox8.Name = "groupBox8";
			this.groupBox8.Size = new System.Drawing.Size(280, 240);
			this.groupBox8.TabIndex = 2;
			this.groupBox8.TabStop = false;
			this.groupBox8.Text = "Image";
			// 
			// label34
			// 
			this.label34.BackColor = System.Drawing.Color.Transparent;
			this.label34.Location = new System.Drawing.Point(16, 112);
			this.label34.Name = "label34";
			this.label34.Size = new System.Drawing.Size(40, 16);
			this.label34.TabIndex = 18;
			this.label34.Text = "Width:";
			// 
			// alignImageWithMinSizeCheckBox
			// 
			this.alignImageWithMinSizeCheckBox.BackColor = System.Drawing.Color.Transparent;
			this.alignImageWithMinSizeCheckBox.Location = new System.Drawing.Point(8, 136);
			this.alignImageWithMinSizeCheckBox.Name = "alignImageWithMinSizeCheckBox";
			this.alignImageWithMinSizeCheckBox.Size = new System.Drawing.Size(216, 24);
			this.alignImageWithMinSizeCheckBox.TabIndex = 17;
			this.alignImageWithMinSizeCheckBox.Text = "Align image with minimum page size";
			this.alignImageWithMinSizeCheckBox.CheckedChanged += new System.EventHandler(this.alignImageWithMinSizeCheckBox_CheckedChanged);
			// 
			// imageHeightTextBox
			// 
			this.imageHeightTextBox.Location = new System.Drawing.Point(192, 104);
			this.imageHeightTextBox.Name = "imageHeightTextBox";
			this.imageHeightTextBox.Size = new System.Drawing.Size(64, 20);
			this.imageHeightTextBox.TabIndex = 16;
			this.imageHeightTextBox.Text = "";
			this.imageHeightTextBox.TextChanged += new System.EventHandler(this.imageHeightTextBox_TextChanged);
			// 
			// imageWidthTextBox
			// 
			this.imageWidthTextBox.Location = new System.Drawing.Point(64, 104);
			this.imageWidthTextBox.Name = "imageWidthTextBox";
			this.imageWidthTextBox.Size = new System.Drawing.Size(64, 20);
			this.imageWidthTextBox.TabIndex = 15;
			this.imageWidthTextBox.Text = "";
			this.imageWidthTextBox.TextChanged += new System.EventHandler(this.imageWidthTextBox_TextChanged);
			// 
			// label33
			// 
			this.label33.BackColor = System.Drawing.Color.Transparent;
			this.label33.Location = new System.Drawing.Point(144, 112);
			this.label33.Name = "label33";
			this.label33.Size = new System.Drawing.Size(40, 16);
			this.label33.TabIndex = 14;
			this.label33.Text = "Height:";
			// 
			// backgroundImageComboBox
			// 
			this.backgroundImageComboBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.backgroundImageComboBox.ImageList = null;
			this.backgroundImageComboBox.Location = new System.Drawing.Point(16, 56);
			this.backgroundImageComboBox.Name = "backgroundImageComboBox";
			this.backgroundImageComboBox.Size = new System.Drawing.Size(208, 21);
			this.backgroundImageComboBox.TabIndex = 13;
			this.backgroundImageComboBox.SelectedIndexChanged += new System.EventHandler(this.backgroundImageComboBox_SelectedIndexChanged);
			// 
			// backgroundImageTransparencyLabel
			// 
			this.backgroundImageTransparencyLabel.BackColor = System.Drawing.Color.Transparent;
			this.backgroundImageTransparencyLabel.Location = new System.Drawing.Point(128, 168);
			this.backgroundImageTransparencyLabel.Name = "backgroundImageTransparencyLabel";
			this.backgroundImageTransparencyLabel.Size = new System.Drawing.Size(112, 23);
			this.backgroundImageTransparencyLabel.TabIndex = 12;
			// 
			// backgroundImageTransparencyTrackBar
			// 
			this.backgroundImageTransparencyTrackBar.BackColor = System.Drawing.Color.WhiteSmoke;
			this.backgroundImageTransparencyTrackBar.Location = new System.Drawing.Point(8, 192);
			this.backgroundImageTransparencyTrackBar.Maximum = 20;
			this.backgroundImageTransparencyTrackBar.Name = "backgroundImageTransparencyTrackBar";
			this.backgroundImageTransparencyTrackBar.Size = new System.Drawing.Size(256, 45);
			this.backgroundImageTransparencyTrackBar.TabIndex = 11;
			this.backgroundImageTransparencyTrackBar.Scroll += new System.EventHandler(this.backgroundImageTransparencyTrackBar_Scroll);
			// 
			// label25
			// 
			this.label25.BackColor = System.Drawing.Color.Transparent;
			this.label25.Location = new System.Drawing.Point(8, 88);
			this.label25.Name = "label25";
			this.label25.Size = new System.Drawing.Size(88, 23);
			this.label25.TabIndex = 6;
			this.label25.Text = "Image size";
			// 
			// backgroundImageButton
			// 
			this.backgroundImageButton.Location = new System.Drawing.Point(232, 56);
			this.backgroundImageButton.Name = "backgroundImageButton";
			this.backgroundImageButton.Size = new System.Drawing.Size(24, 23);
			this.backgroundImageButton.TabIndex = 9;
			this.backgroundImageButton.Text = "...";
			this.backgroundImageButton.Click += new System.EventHandler(this.backgroundImageButton_Click);
			// 
			// backgroundImageStyleComboBox
			// 
			this.backgroundImageStyleComboBox.Location = new System.Drawing.Point(80, 24);
			this.backgroundImageStyleComboBox.Name = "backgroundImageStyleComboBox";
			this.backgroundImageStyleComboBox.Size = new System.Drawing.Size(176, 21);
			this.backgroundImageStyleComboBox.TabIndex = 10;
			this.backgroundImageStyleComboBox.SelectedIndexChanged += new System.EventHandler(this.backgroundImageStyleComboBox_SelectedIndexChanged);
			// 
			// label27
			// 
			this.label27.BackColor = System.Drawing.Color.Transparent;
			this.label27.Location = new System.Drawing.Point(8, 168);
			this.label27.Name = "label27";
			this.label27.Size = new System.Drawing.Size(112, 23);
			this.label27.TabIndex = 8;
			this.label27.Text = "Image Transparency:";
			// 
			// label26
			// 
			this.label26.BackColor = System.Drawing.Color.Transparent;
			this.label26.Location = new System.Drawing.Point(8, 32);
			this.label26.Name = "label26";
			this.label26.TabIndex = 7;
			this.label26.Text = "Image Style:";
			// 
			// groupBox7
			// 
			this.groupBox7.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("groupBox7.BackgroundImage")));
			this.groupBox7.Controls.Add(this.backgroundColorChooserButton);
			this.groupBox7.Controls.Add(this.backgroundColorStyleComboBox);
			this.groupBox7.Controls.Add(this.backgroundColorComboBox);
			this.groupBox7.Controls.Add(this.label23);
			this.groupBox7.Controls.Add(this.label22);
			this.groupBox7.Location = new System.Drawing.Point(8, 16);
			this.groupBox7.Name = "groupBox7";
			this.groupBox7.Size = new System.Drawing.Size(280, 88);
			this.groupBox7.TabIndex = 1;
			this.groupBox7.TabStop = false;
			this.groupBox7.Text = "Color";
			// 
			// backgroundColorChooserButton
			// 
			this.backgroundColorChooserButton.Location = new System.Drawing.Point(232, 48);
			this.backgroundColorChooserButton.Name = "backgroundColorChooserButton";
			this.backgroundColorChooserButton.Size = new System.Drawing.Size(24, 23);
			this.backgroundColorChooserButton.TabIndex = 5;
			this.backgroundColorChooserButton.Text = "...";
			this.backgroundColorChooserButton.Click += new System.EventHandler(this.backgroundColorChooserButton_Click);
			// 
			// backgroundColorStyleComboBox
			// 
			this.backgroundColorStyleComboBox.Location = new System.Drawing.Point(80, 16);
			this.backgroundColorStyleComboBox.Name = "backgroundColorStyleComboBox";
			this.backgroundColorStyleComboBox.Size = new System.Drawing.Size(176, 21);
			this.backgroundColorStyleComboBox.TabIndex = 4;
			this.backgroundColorStyleComboBox.SelectedIndexChanged += new System.EventHandler(this.backgroundColorStyleComboBox_SelectedIndexChanged);
			// 
			// backgroundColorComboBox
			// 
			this.backgroundColorComboBox.Location = new System.Drawing.Point(80, 48);
			this.backgroundColorComboBox.Name = "backgroundColorComboBox";
			this.backgroundColorComboBox.Size = new System.Drawing.Size(144, 21);
			this.backgroundColorComboBox.TabIndex = 3;
			this.backgroundColorComboBox.SelectedIndexChanged += new System.EventHandler(this.backgroundColorComboBox_SelectedIndexChanged);
			// 
			// label23
			// 
			this.label23.BackColor = System.Drawing.Color.Transparent;
			this.label23.Location = new System.Drawing.Point(8, 24);
			this.label23.Name = "label23";
			this.label23.Size = new System.Drawing.Size(64, 23);
			this.label23.TabIndex = 2;
			this.label23.Text = "Style:";
			// 
			// label22
			// 
			this.label22.BackColor = System.Drawing.Color.Transparent;
			this.label22.Location = new System.Drawing.Point(8, 56);
			this.label22.Name = "label22";
			this.label22.Size = new System.Drawing.Size(56, 16);
			this.label22.TabIndex = 0;
			this.label22.Text = "Color:";
			// 
			// groupBox4
			// 
			this.groupBox4.Location = new System.Drawing.Point(0, 0);
			this.groupBox4.Name = "groupBox4";
			this.groupBox4.TabIndex = 0;
			this.groupBox4.TabStop = false;
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(8, 72);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(96, 24);
			this.label13.TabIndex = 3;
			this.label13.Text = "Spacing:";
			// 
			// label14
			// 
			this.label14.Location = new System.Drawing.Point(8, 48);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(40, 24);
			this.label14.TabIndex = 2;
			this.label14.Text = "Style:";
			// 
			// panel1
			// 
			this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
				| System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.panel1.Controls.Add(this.scribble);
			this.panel1.Location = new System.Drawing.Point(22, 22);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(506, 678);
			this.panel1.TabIndex = 1;
			// 
			// scribble
			// 
			this.scribble.AllowDrop = true;
			this.scribble.BackColor = System.Drawing.Color.White;
			this.scribble.Dock = System.Windows.Forms.DockStyle.Fill;
			this.scribble.Location = new System.Drawing.Point(0, 0);
			this.scribble.Name = "scribble";
			this.scribble.Size = new System.Drawing.Size(506, 678);
			this.scribble.TabIndex = 0;
			this.scribble.TabStop = false;
			this.scribble.Text = "scribble";
			this.scribble.Paint += new System.Windows.Forms.PaintEventHandler(this.scribble_Paint);
			// 
			// backgroundImageList
			// 
			this.backgroundImageList.ImageSize = new System.Drawing.Size(16, 16);
			this.backgroundImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("backgroundImageList.ImageStream")));
			this.backgroundImageList.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// openBackgroundImageFileDialog
			// 
			this.openBackgroundImageFileDialog.Filter = "Images|*.jpg;*.gif;*.png;*.bmp|All files (*.*)|*.*";
			this.openBackgroundImageFileDialog.Title = "Open Background Image";
			// 
			// mainMenu1
			// 
			this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.menuItem1,
																					  this.menuItem2,
																					  this.menuItem15,
																					  this.zoomMenuItem});
			// 
			// menuItem1
			// 
			this.menuItem1.Index = 0;
			this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.newMenuItem,
																					  this.openMenuItem,
																					  this.saveAsMenuItem,
																					  this.saveMenuItem,
																					  this.menuItem5,
																					  this.exitMenuItem});
			this.menuItem1.Text = "&File";
			// 
			// newMenuItem
			// 
			this.newMenuItem.Index = 0;
			this.newMenuItem.Text = "&New";
			this.newMenuItem.Click += new System.EventHandler(this.newMenuItem_Click);
			// 
			// openMenuItem
			// 
			this.openMenuItem.Index = 1;
			this.openMenuItem.Text = "&Open...";
			this.openMenuItem.Click += new System.EventHandler(this.openMenuItem_Click);
			// 
			// saveAsMenuItem
			// 
			this.saveAsMenuItem.Index = 2;
			this.saveAsMenuItem.Text = "Save &As...";
			this.saveAsMenuItem.Click += new System.EventHandler(this.saveAsMenuItem_Click);
			// 
			// saveMenuItem
			// 
			this.saveMenuItem.Index = 3;
			this.saveMenuItem.Text = "&Save";
			this.saveMenuItem.Click += new System.EventHandler(this.saveMenuItem_Click);
			// 
			// menuItem5
			// 
			this.menuItem5.Index = 4;
			this.menuItem5.Text = "-";
			// 
			// exitMenuItem
			// 
			this.exitMenuItem.Index = 5;
			this.exitMenuItem.Text = "E&xit";
			this.exitMenuItem.Click += new System.EventHandler(this.exitMenuItem_Click);
			// 
			// menuItem2
			// 
			this.menuItem2.Index = 1;
			this.menuItem2.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.paperBlankMenuItem,
																					  this.paperNarrowMenuItem,
																					  this.paperCollegeMenuItem,
																					  this.paperStandardMenuItem,
																					  this.paperWideMenuItem,
																					  this.paperSmallGridMenuItem,
																					  this.paperGridMenuItem});
			this.menuItem2.Text = "&Stock Stationery";
			// 
			// paperBlankMenuItem
			// 
			this.paperBlankMenuItem.Index = 0;
			this.paperBlankMenuItem.Text = "&Blank";
			this.paperBlankMenuItem.Click += new System.EventHandler(this.paperBlankMenuItem_Click);
			// 
			// paperNarrowMenuItem
			// 
			this.paperNarrowMenuItem.Index = 1;
			this.paperNarrowMenuItem.Text = "&Narrow";
			this.paperNarrowMenuItem.Click += new System.EventHandler(this.paperNarrowMenuItem_Click);
			// 
			// paperCollegeMenuItem
			// 
			this.paperCollegeMenuItem.Index = 2;
			this.paperCollegeMenuItem.Text = "&College Ruled";
			this.paperCollegeMenuItem.Click += new System.EventHandler(this.paperCollegeMenuItem_Click);
			// 
			// paperStandardMenuItem
			// 
			this.paperStandardMenuItem.Index = 3;
			this.paperStandardMenuItem.Text = "&Standard";
			this.paperStandardMenuItem.Click += new System.EventHandler(this.paperStandardMenuItem_Click);
			// 
			// paperWideMenuItem
			// 
			this.paperWideMenuItem.Index = 4;
			this.paperWideMenuItem.Text = "&Wide";
			this.paperWideMenuItem.Click += new System.EventHandler(this.paperWideMenuItem_Click);
			// 
			// paperSmallGridMenuItem
			// 
			this.paperSmallGridMenuItem.Index = 5;
			this.paperSmallGridMenuItem.Text = "S&mall Grid";
			this.paperSmallGridMenuItem.Click += new System.EventHandler(this.paperSmallGridMenuItem_Click);
			// 
			// paperGridMenuItem
			// 
			this.paperGridMenuItem.Index = 6;
			this.paperGridMenuItem.Text = "&Grid";
			this.paperGridMenuItem.Click += new System.EventHandler(this.paperGridMenuItem_Click);
			// 
			// menuItem15
			// 
			this.menuItem15.Index = 2;
			this.menuItem15.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					   this.inchesMenuItem,
																					   this.centimetersMenuItem,
																					   this.himetricsMenuItem});
			this.menuItem15.Text = "&Units";
			// 
			// inchesMenuItem
			// 
			this.inchesMenuItem.Index = 0;
			this.inchesMenuItem.Text = "&Inches";
			this.inchesMenuItem.Click += new System.EventHandler(this.inchesMenuItem_Click);
			// 
			// centimetersMenuItem
			// 
			this.centimetersMenuItem.Index = 1;
			this.centimetersMenuItem.Text = "&Centimeters";
			this.centimetersMenuItem.Click += new System.EventHandler(this.centimetersMenuItem_Click);
			// 
			// himetricsMenuItem
			// 
			this.himetricsMenuItem.Index = 2;
			this.himetricsMenuItem.Text = "&Himetrics";
			this.himetricsMenuItem.Click += new System.EventHandler(this.himetricsMenuItem_Click);
			// 
			// zoomMenuItem
			// 
			this.zoomMenuItem.Index = 3;
			this.zoomMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																						 this.zoom25MenuItem,
																						 this.zoom50MenuItem,
																						 this.zoom100MenuItem,
																						 this.zoom150MenuItem,
																						 this.zoom200MenuItem});
			this.zoomMenuItem.Text = "&Zoom";
			// 
			// zoom25MenuItem
			// 
			this.zoom25MenuItem.Index = 0;
			this.zoom25MenuItem.Text = "&50%";
			this.zoom25MenuItem.Click += new System.EventHandler(this.zoom25MenuItem_Click);
			// 
			// zoom50MenuItem
			// 
			this.zoom50MenuItem.Index = 1;
			this.zoom50MenuItem.Text = "&80%";
			this.zoom50MenuItem.Click += new System.EventHandler(this.zoom50MenuItem_Click);
			// 
			// zoom100MenuItem
			// 
			this.zoom100MenuItem.Index = 2;
			this.zoom100MenuItem.Text = "&100%";
			this.zoom100MenuItem.Click += new System.EventHandler(this.zoom100MenuItem_Click);
			// 
			// zoom150MenuItem
			// 
			this.zoom150MenuItem.Index = 3;
			this.zoom150MenuItem.Text = "15&0%";
			this.zoom150MenuItem.Click += new System.EventHandler(this.zoom150MenuItem_Click);
			// 
			// zoom200MenuItem
			// 
			this.zoom200MenuItem.Index = 4;
			this.zoom200MenuItem.Text = "&200%";
			this.zoom200MenuItem.Click += new System.EventHandler(this.zoom200MenuItem_Click);
			// 
			// openFileDialog
			// 
			this.openFileDialog.DefaultExt = "xml";
			this.openFileDialog.Filter = "Stationery Files (*.xml) |*.xml|All Files (*.*)|*.*";
			this.openFileDialog.Title = "Open Stationery";
			// 
			// saveFileDialog
			// 
			this.saveFileDialog.DefaultExt = "xml";
			this.saveFileDialog.Filter = "Stationery Files (*.xml)|*.xml|All Files (*.*)|*.*";
			this.saveFileDialog.Title = "Save Stationery";
			// 
			// Form1
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.BackColor = System.Drawing.Color.Silver;
			this.ClientSize = new System.Drawing.Size(842, 703);
			this.Controls.Add(this.hRuler);
			this.Controls.Add(this.vRuler);
			this.Controls.Add(this.tabControl);
			this.Controls.Add(this.panel1);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Menu = this.mainMenu1;
			this.Name = "Form1";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "NuGenStationary Builder";
			this.Load += new System.EventHandler(this.Form1_Load);
			this.tabControl.ResumeLayout(false);
			this.linesTabPage.ResumeLayout(false);
			this.groupBox2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.vLineSpaceBeforeTrackBar)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.vLineSpaceBetweenTrackBar)).EndInit();
			this.groupBox1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.hLineSpaceBeforeTrackBar)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.hLineSpaceBetweenTrackBar)).EndInit();
			this.tabPage1.ResumeLayout(false);
			this.groupBox5.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.lMarginLineSpacingTrackBar)).EndInit();
			this.groupBox3.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.rMarginLineSpacingTrackBar)).EndInit();
			this.headingTabPage.ResumeLayout(false);
			this.groupBox11.ResumeLayout(false);
			this.groupBox9.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.titleSpaceAfterTrackBar)).EndInit();
			this.groupBox6.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.titleWidthTrackBar)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.titleHeightTrackBar)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.yTitleCornerTrackBar)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.xTitleCornerTrackBar)).EndInit();
			this.generalTabPage.ResumeLayout(false);
			this.groupBox10.ResumeLayout(false);
			this.groupBox8.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.backgroundImageTransparencyTrackBar)).EndInit();
			this.groupBox7.ResumeLayout(false);
			this.panel1.ResumeLayout(false);
			this.ResumeLayout(false);

		}