namespace Histacom2.OS.Win95.Win95Apps { partial class WinClassicWordPad { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.topmenu = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.sendToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolbarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.formatBarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.statusBarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.insertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.dateTimeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.formatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.bulletStyleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpTopicsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.aboutWordpadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.mainText = new System.Windows.Forms.RichTextBox(); this.pnlToolbar = new System.Windows.Forms.Panel(); this.pictureBox5 = new System.Windows.Forms.PictureBox(); this.btnFind = new System.Windows.Forms.Button(); this.btnPrintPreview = new System.Windows.Forms.Button(); this.btnPrint = new System.Windows.Forms.Button(); this.btnSave = new System.Windows.Forms.Button(); this.btnOpen = new System.Windows.Forms.Button(); this.btnPaste = new System.Windows.Forms.Button(); this.btnCopy = new System.Windows.Forms.Button(); this.btnCut = new System.Windows.Forms.Button(); this.btnNew = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pnlFormatBar = new System.Windows.Forms.Panel(); this.comboSize = new System.Windows.Forms.ComboBox(); this.comboFont = new System.Windows.Forms.ComboBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.btnUnderline = new System.Windows.Forms.Button(); this.btnItalic = new System.Windows.Forms.Button(); this.btnBold = new System.Windows.Forms.Button(); this.statusBar = new System.Windows.Forms.Panel(); this.lblStatus = new System.Windows.Forms.Label(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.pictureBox4 = new System.Windows.Forms.PictureBox(); this.topmenu.SuspendLayout(); this.pnlToolbar.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.pnlFormatBar.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.statusBar.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); this.SuspendLayout(); // // topmenu // this.topmenu.BackColor = System.Drawing.Color.Silver; this.topmenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.editToolStripMenuItem, this.viewToolStripMenuItem, this.insertToolStripMenuItem, this.formatToolStripMenuItem, this.helpToolStripMenuItem}); this.topmenu.Location = new System.Drawing.Point(0, 0); this.topmenu.Name = "topmenu"; this.topmenu.Padding = new System.Windows.Forms.Padding(0); this.topmenu.Size = new System.Drawing.Size(593, 24); this.topmenu.TabIndex = 0; this.topmenu.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newToolStripMenuItem, this.openToolStripMenuItem1, this.saveToolStripMenuItem, this.saveAsToolStripMenuItem, this.toolStripSeparator1, this.sendToolStripMenuItem, this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Padding = new System.Windows.Forms.Padding(0, 0, 1, 0); this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 24); this.fileToolStripMenuItem.Text = "File"; // // newToolStripMenuItem // this.newToolStripMenuItem.Name = "newToolStripMenuItem"; this.newToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.newToolStripMenuItem.Text = "New"; // // openToolStripMenuItem1 // this.openToolStripMenuItem1.Name = "openToolStripMenuItem1"; this.openToolStripMenuItem1.Size = new System.Drawing.Size(152, 22); this.openToolStripMenuItem1.Text = "Open..."; this.openToolStripMenuItem1.Click += new System.EventHandler(this.openToolStripMenuItem1_Click); // // saveToolStripMenuItem // this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.saveToolStripMenuItem.Text = "Save..."; this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); // // saveAsToolStripMenuItem // this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.saveAsToolStripMenuItem.Text = "Save As..."; this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6); // // sendToolStripMenuItem // this.sendToolStripMenuItem.Name = "sendToolStripMenuItem"; this.sendToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.sendToolStripMenuItem.Text = "Send..."; // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.exitToolStripMenuItem.Text = "Exit"; // // editToolStripMenuItem // this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.undoToolStripMenuItem, this.toolStripSeparator2, this.cutToolStripMenuItem, this.copyToolStripMenuItem, this.pasteToolStripMenuItem, this.toolStripSeparator3, this.clearToolStripMenuItem, this.selectAllToolStripMenuItem}); this.editToolStripMenuItem.Name = "editToolStripMenuItem"; this.editToolStripMenuItem.Padding = new System.Windows.Forms.Padding(0, 0, 1, 0); this.editToolStripMenuItem.Size = new System.Drawing.Size(32, 24); this.editToolStripMenuItem.Text = "Edit"; // // undoToolStripMenuItem // this.undoToolStripMenuItem.Name = "undoToolStripMenuItem"; this.undoToolStripMenuItem.Size = new System.Drawing.Size(122, 22); this.undoToolStripMenuItem.Text = "Undo"; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(119, 6); // // cutToolStripMenuItem // this.cutToolStripMenuItem.Name = "cutToolStripMenuItem"; this.cutToolStripMenuItem.Size = new System.Drawing.Size(122, 22); this.cutToolStripMenuItem.Text = "Cut"; // // copyToolStripMenuItem // this.copyToolStripMenuItem.Name = "copyToolStripMenuItem"; this.copyToolStripMenuItem.Size = new System.Drawing.Size(122, 22); this.copyToolStripMenuItem.Text = "Copy"; // // pasteToolStripMenuItem // this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem"; this.pasteToolStripMenuItem.Size = new System.Drawing.Size(122, 22); this.pasteToolStripMenuItem.Text = "Paste"; // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(119, 6); // // clearToolStripMenuItem // this.clearToolStripMenuItem.Name = "clearToolStripMenuItem"; this.clearToolStripMenuItem.Size = new System.Drawing.Size(122, 22); this.clearToolStripMenuItem.Text = "Clear"; // // selectAllToolStripMenuItem // this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem"; this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(122, 22); this.selectAllToolStripMenuItem.Text = "Select All"; // // viewToolStripMenuItem // this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolbarToolStripMenuItem, this.formatBarToolStripMenuItem, this.statusBarToolStripMenuItem}); this.viewToolStripMenuItem.Name = "viewToolStripMenuItem"; this.viewToolStripMenuItem.Padding = new System.Windows.Forms.Padding(0, 0, 1, 0); this.viewToolStripMenuItem.Size = new System.Drawing.Size(37, 24); this.viewToolStripMenuItem.Text = "View"; // // toolbarToolStripMenuItem // this.toolbarToolStripMenuItem.Checked = true; this.toolbarToolStripMenuItem.CheckOnClick = true; this.toolbarToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.toolbarToolStripMenuItem.Name = "toolbarToolStripMenuItem"; this.toolbarToolStripMenuItem.Size = new System.Drawing.Size(132, 22); this.toolbarToolStripMenuItem.Text = "Toolbar"; // // formatBarToolStripMenuItem // this.formatBarToolStripMenuItem.Checked = true; this.formatBarToolStripMenuItem.CheckOnClick = true; this.formatBarToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.formatBarToolStripMenuItem.Name = "formatBarToolStripMenuItem"; this.formatBarToolStripMenuItem.Size = new System.Drawing.Size(132, 22); this.formatBarToolStripMenuItem.Text = "Format Bar"; // // statusBarToolStripMenuItem // this.statusBarToolStripMenuItem.Checked = true; this.statusBarToolStripMenuItem.CheckOnClick = true; this.statusBarToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.statusBarToolStripMenuItem.Name = "statusBarToolStripMenuItem"; this.statusBarToolStripMenuItem.Size = new System.Drawing.Size(132, 22); this.statusBarToolStripMenuItem.Text = "Status Bar"; // // insertToolStripMenuItem // this.insertToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.dateTimeToolStripMenuItem}); this.insertToolStripMenuItem.Name = "insertToolStripMenuItem"; this.insertToolStripMenuItem.Padding = new System.Windows.Forms.Padding(0, 0, 1, 0); this.insertToolStripMenuItem.Size = new System.Drawing.Size(41, 24); this.insertToolStripMenuItem.Text = "Insert"; // // dateTimeToolStripMenuItem // this.dateTimeToolStripMenuItem.Name = "dateTimeToolStripMenuItem"; this.dateTimeToolStripMenuItem.Size = new System.Drawing.Size(130, 22); this.dateTimeToolStripMenuItem.Text = "Date/Time"; // // formatToolStripMenuItem // this.formatToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.bulletStyleToolStripMenuItem}); this.formatToolStripMenuItem.Name = "formatToolStripMenuItem"; this.formatToolStripMenuItem.Padding = new System.Windows.Forms.Padding(0, 0, 1, 0); this.formatToolStripMenuItem.Size = new System.Drawing.Size(50, 24); this.formatToolStripMenuItem.Text = "Format"; // // bulletStyleToolStripMenuItem // this.bulletStyleToolStripMenuItem.CheckOnClick = true; this.bulletStyleToolStripMenuItem.Name = "bulletStyleToolStripMenuItem"; this.bulletStyleToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.bulletStyleToolStripMenuItem.Text = "Bullet style"; // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.helpTopicsToolStripMenuItem, this.toolStripSeparator4, this.aboutWordpadToolStripMenuItem}); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Padding = new System.Windows.Forms.Padding(0, 0, 1, 0); this.helpToolStripMenuItem.Size = new System.Drawing.Size(37, 24); this.helpToolStripMenuItem.Text = "Help"; // // helpTopicsToolStripMenuItem // this.helpTopicsToolStripMenuItem.Name = "helpTopicsToolStripMenuItem"; this.helpTopicsToolStripMenuItem.Size = new System.Drawing.Size(159, 22); this.helpTopicsToolStripMenuItem.Text = "Help Topics"; // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(156, 6); // // aboutWordpadToolStripMenuItem // this.aboutWordpadToolStripMenuItem.Name = "aboutWordpadToolStripMenuItem"; this.aboutWordpadToolStripMenuItem.Size = new System.Drawing.Size(159, 22); this.aboutWordpadToolStripMenuItem.Text = "About Wordpad"; // // mainText // this.mainText.Dock = System.Windows.Forms.DockStyle.Fill; this.mainText.Location = new System.Drawing.Point(0, 84); this.mainText.Name = "mainText"; this.mainText.Size = new System.Drawing.Size(593, 269); this.mainText.TabIndex = 1; this.mainText.Text = ""; // // pnlToolbar // this.pnlToolbar.BackColor = System.Drawing.Color.Silver; this.pnlToolbar.Controls.Add(this.pictureBox5); this.pnlToolbar.Controls.Add(this.btnFind); this.pnlToolbar.Controls.Add(this.btnPrintPreview); this.pnlToolbar.Controls.Add(this.btnPrint); this.pnlToolbar.Controls.Add(this.btnSave); this.pnlToolbar.Controls.Add(this.btnOpen); this.pnlToolbar.Controls.Add(this.btnPaste); this.pnlToolbar.Controls.Add(this.btnCopy); this.pnlToolbar.Controls.Add(this.btnCut); this.pnlToolbar.Controls.Add(this.btnNew); this.pnlToolbar.Controls.Add(this.pictureBox1); this.pnlToolbar.Dock = System.Windows.Forms.DockStyle.Top; this.pnlToolbar.Location = new System.Drawing.Point(0, 26); this.pnlToolbar.Name = "pnlToolbar"; this.pnlToolbar.Size = new System.Drawing.Size(593, 28); this.pnlToolbar.TabIndex = 2; // // pictureBox5 // this.pictureBox5.BackgroundImage = global::Histacom2.Properties.Resources.ie4_vsplitter; this.pictureBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBox5.Location = new System.Drawing.Point(297, 0); this.pictureBox5.Name = "pictureBox5"; this.pictureBox5.Size = new System.Drawing.Size(2, 28); this.pictureBox5.TabIndex = 7; this.pictureBox5.TabStop = false; // // btnFind // this.btnFind.BackgroundImage = global::Histacom2.Properties.Resources.wordpad_find; this.btnFind.FlatAppearance.BorderSize = 0; this.btnFind.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnFind.Location = new System.Drawing.Point(137, 3); this.btnFind.Name = "btnFind"; this.btnFind.Size = new System.Drawing.Size(23, 22); this.btnFind.TabIndex = 6; this.btnFind.UseVisualStyleBackColor = true; // // btnPrintPreview // this.btnPrintPreview.BackgroundImage = global::Histacom2.Properties.Resources.wordpad_printpreview; this.btnPrintPreview.FlatAppearance.BorderSize = 0; this.btnPrintPreview.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnPrintPreview.Location = new System.Drawing.Point(106, 3); this.btnPrintPreview.Name = "btnPrintPreview"; this.btnPrintPreview.Size = new System.Drawing.Size(23, 22); this.btnPrintPreview.TabIndex = 5; this.btnPrintPreview.UseVisualStyleBackColor = true; // // btnPrint // this.btnPrint.BackgroundImage = global::Histacom2.Properties.Resources.wordpad_print; this.btnPrint.FlatAppearance.BorderSize = 0; this.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnPrint.Location = new System.Drawing.Point(83, 3); this.btnPrint.Name = "btnPrint"; this.btnPrint.Size = new System.Drawing.Size(23, 22); this.btnPrint.TabIndex = 4; this.btnPrint.UseVisualStyleBackColor = true; // // btnSave // this.btnSave.BackgroundImage = global::Histacom2.Properties.Resources.wordpad_save; this.btnSave.FlatAppearance.BorderSize = 0; this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSave.Location = new System.Drawing.Point(52, 3); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(23, 22); this.btnSave.TabIndex = 3; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnOpen // this.btnOpen.BackgroundImage = global::Histacom2.Properties.Resources.wordpad_open; this.btnOpen.FlatAppearance.BorderSize = 0; this.btnOpen.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnOpen.Location = new System.Drawing.Point(29, 3); this.btnOpen.Name = "btnOpen"; this.btnOpen.Size = new System.Drawing.Size(23, 22); this.btnOpen.TabIndex = 2; this.btnOpen.UseVisualStyleBackColor = true; this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click); // // btnPaste // this.btnPaste.BackgroundImage = global::Histacom2.Properties.Resources.wordpad_paste; this.btnPaste.FlatAppearance.BorderSize = 0; this.btnPaste.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnPaste.Location = new System.Drawing.Point(214, 3); this.btnPaste.Name = "btnPaste"; this.btnPaste.Size = new System.Drawing.Size(23, 22); this.btnPaste.TabIndex = 1; this.btnPaste.UseVisualStyleBackColor = true; // // btnCopy // this.btnCopy.BackgroundImage = global::Histacom2.Properties.Resources.wordpad_copy; this.btnCopy.FlatAppearance.BorderSize = 0; this.btnCopy.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnCopy.Location = new System.Drawing.Point(191, 3); this.btnCopy.Name = "btnCopy"; this.btnCopy.Size = new System.Drawing.Size(23, 22); this.btnCopy.TabIndex = 1; this.btnCopy.UseVisualStyleBackColor = true; // // btnCut // this.btnCut.BackgroundImage = global::Histacom2.Properties.Resources.wordpad_cut; this.btnCut.FlatAppearance.BorderSize = 0; this.btnCut.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnCut.Location = new System.Drawing.Point(168, 3); this.btnCut.Name = "btnCut"; this.btnCut.Size = new System.Drawing.Size(23, 22); this.btnCut.TabIndex = 1; this.btnCut.UseVisualStyleBackColor = true; // // btnNew // this.btnNew.BackgroundImage = global::Histacom2.Properties.Resources.wordpad_new; this.btnNew.FlatAppearance.BorderSize = 0; this.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnNew.Location = new System.Drawing.Point(6, 3); this.btnNew.Name = "btnNew"; this.btnNew.Size = new System.Drawing.Size(23, 22); this.btnNew.TabIndex = 1; this.btnNew.UseVisualStyleBackColor = true; this.btnNew.Click += new System.EventHandler(this.btnNew_Click); // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.SystemColors.AppWorkspace; this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top; this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(593, 1); this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // pnlFormatBar // this.pnlFormatBar.BackColor = System.Drawing.Color.Silver; this.pnlFormatBar.Controls.Add(this.comboSize); this.pnlFormatBar.Controls.Add(this.comboFont); this.pnlFormatBar.Controls.Add(this.pictureBox2); this.pnlFormatBar.Controls.Add(this.btnUnderline); this.pnlFormatBar.Controls.Add(this.btnItalic); this.pnlFormatBar.Controls.Add(this.btnBold); this.pnlFormatBar.Dock = System.Windows.Forms.DockStyle.Top; this.pnlFormatBar.Location = new System.Drawing.Point(0, 56); this.pnlFormatBar.Name = "pnlFormatBar"; this.pnlFormatBar.Size = new System.Drawing.Size(593, 28); this.pnlFormatBar.TabIndex = 3; // // comboSize // this.comboSize.FormattingEnabled = true; this.comboSize.Items.AddRange(new object[] { "8", "9", "10", "11", "12", "13", "14", "16", "18", "20", "22", "24", "26", "28", "36", "48", "72"}); this.comboSize.Location = new System.Drawing.Point(252, 3); this.comboSize.Name = "comboSize"; this.comboSize.Size = new System.Drawing.Size(50, 21); this.comboSize.TabIndex = 1; this.comboSize.Text = "12"; // // comboFont // this.comboFont.FormattingEnabled = true; this.comboFont.Location = new System.Drawing.Point(6, 3); this.comboFont.Name = "comboFont"; this.comboFont.Size = new System.Drawing.Size(240, 21); this.comboFont.TabIndex = 1; this.comboFont.Text = "Arial"; // // pictureBox2 // this.pictureBox2.BackColor = System.Drawing.SystemColors.AppWorkspace; this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Top; this.pictureBox2.Location = new System.Drawing.Point(0, 0); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(593, 1); this.pictureBox2.TabIndex = 0; this.pictureBox2.TabStop = false; // // btnUnderline // this.btnUnderline.BackColor = System.Drawing.Color.DimGray; this.btnUnderline.BackgroundImage = global::Histacom2.Properties.Resources.wordpad_underline; this.btnUnderline.FlatAppearance.BorderSize = 0; this.btnUnderline.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnUnderline.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnUnderline.Location = new System.Drawing.Point(358, 3); this.btnUnderline.Name = "btnUnderline"; this.btnUnderline.Size = new System.Drawing.Size(23, 22); this.btnUnderline.TabIndex = 1; this.btnUnderline.UseVisualStyleBackColor = false; this.btnUnderline.Click += new System.EventHandler(this.btnUnderline_Click); this.btnUnderline.MouseEnter += new System.EventHandler(this.btnUnderline_MouseEnter); this.btnUnderline.MouseLeave += new System.EventHandler(this.btnUnderline_MouseLeave); // // btnItalic // this.btnItalic.BackColor = System.Drawing.Color.DimGray; this.btnItalic.BackgroundImage = global::Histacom2.Properties.Resources.wordpad_italic; this.btnItalic.FlatAppearance.BorderSize = 0; this.btnItalic.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnItalic.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnItalic.Location = new System.Drawing.Point(335, 3); this.btnItalic.Name = "btnItalic"; this.btnItalic.Size = new System.Drawing.Size(23, 22); this.btnItalic.TabIndex = 1; this.btnItalic.UseVisualStyleBackColor = false; this.btnItalic.Click += new System.EventHandler(this.btnItalic_Click); this.btnItalic.MouseEnter += new System.EventHandler(this.btnItalic_MouseEnter); this.btnItalic.MouseLeave += new System.EventHandler(this.btnItalic_MouseLeave); // // btnBold // this.btnBold.BackColor = System.Drawing.Color.DimGray; this.btnBold.BackgroundImage = global::Histacom2.Properties.Resources.wordpad_bold; this.btnBold.FlatAppearance.BorderSize = 0; this.btnBold.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnBold.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnBold.Location = new System.Drawing.Point(312, 3); this.btnBold.Name = "btnBold"; this.btnBold.Size = new System.Drawing.Size(23, 22); this.btnBold.TabIndex = 1; this.btnBold.UseVisualStyleBackColor = false; this.btnBold.Click += new System.EventHandler(this.btnBold_Click); this.btnBold.MouseEnter += new System.EventHandler(this.btnBold_MouseEnter); this.btnBold.MouseLeave += new System.EventHandler(this.btnBold_MouseLeave); // // statusBar // this.statusBar.BackColor = System.Drawing.Color.Silver; this.statusBar.Controls.Add(this.lblStatus); this.statusBar.Dock = System.Windows.Forms.DockStyle.Bottom; this.statusBar.Location = new System.Drawing.Point(0, 353); this.statusBar.Name = "statusBar"; this.statusBar.Size = new System.Drawing.Size(593, 17); this.statusBar.TabIndex = 4; // // lblStatus // this.lblStatus.AutoSize = true; this.lblStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.lblStatus.Location = new System.Drawing.Point(3, 1); this.lblStatus.Name = "lblStatus"; this.lblStatus.Size = new System.Drawing.Size(170, 13); this.lblStatus.TabIndex = 0; this.lblStatus.Text = "For Help, go to Help -> Help topics"; // // pictureBox3 // this.pictureBox3.BackgroundImage = global::Histacom2.Properties.Resources.ie4_hsplitter; this.pictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBox3.Dock = System.Windows.Forms.DockStyle.Top; this.pictureBox3.Location = new System.Drawing.Point(0, 24); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(593, 2); this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox3.TabIndex = 5; this.pictureBox3.TabStop = false; // // pictureBox4 // this.pictureBox4.BackgroundImage = global::Histacom2.Properties.Resources.ie4_hsplitter; this.pictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBox4.Dock = System.Windows.Forms.DockStyle.Top; this.pictureBox4.Location = new System.Drawing.Point(0, 54); this.pictureBox4.Name = "pictureBox4"; this.pictureBox4.Size = new System.Drawing.Size(593, 2); this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox4.TabIndex = 6; this.pictureBox4.TabStop = false; // // WinClassicWordPad // this.BackColor = System.Drawing.Color.Silver; this.Controls.Add(this.mainText); this.Controls.Add(this.statusBar); this.Controls.Add(this.pnlFormatBar); this.Controls.Add(this.pictureBox4); this.Controls.Add(this.pnlToolbar); this.Controls.Add(this.pictureBox3); this.Controls.Add(this.topmenu); this.Name = "WinClassicWordPad"; this.Size = new System.Drawing.Size(593, 370); this.topmenu.ResumeLayout(false); this.topmenu.PerformLayout(); this.pnlToolbar.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.pnlFormatBar.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.statusBar.ResumeLayout(false); this.statusBar.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip topmenu; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem insertToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem formatToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem sendToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; public System.Windows.Forms.RichTextBox mainText; private System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripMenuItem clearToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem selectAllToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem toolbarToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem formatBarToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem statusBarToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem dateTimeToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem bulletStyleToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem helpTopicsToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripMenuItem aboutWordpadToolStripMenuItem; private System.Windows.Forms.Panel pnlToolbar; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Panel pnlFormatBar; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.Panel statusBar; private System.Windows.Forms.Label lblStatus; private System.Windows.Forms.Button btnNew; private System.Windows.Forms.Button btnCut; private System.Windows.Forms.Button btnPaste; private System.Windows.Forms.Button btnCopy; private System.Windows.Forms.ComboBox comboFont; private System.Windows.Forms.ComboBox comboSize; private System.Windows.Forms.Button btnUnderline; private System.Windows.Forms.Button btnItalic; private System.Windows.Forms.Button btnBold; private System.Windows.Forms.PictureBox pictureBox3; private System.Windows.Forms.PictureBox pictureBox4; private System.Windows.Forms.Button btnOpen; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Button btnPrint; private System.Windows.Forms.Button btnPrintPreview; private System.Windows.Forms.Button btnFind; private System.Windows.Forms.PictureBox pictureBox5; private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem1; } }