aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/ShiftOS/Apps/TextPad.Designer.cs
diff options
context:
space:
mode:
authorRichie Moch <[email protected]>2018-12-22 15:24:55 -0600
committerRichie Moch <[email protected]>2018-12-22 15:24:55 -0600
commitd94c79dbf5183230e5fd3342848408f776de60ea (patch)
treee679a6ebd541e4c84ef39fdc2af78229eebea363 /ShiftOS.Main/ShiftOS/Apps/TextPad.Designer.cs
parent9d9958e18bda9142cb118f13332f2649a530f27f (diff)
downloadshiftos-rewind-d94c79dbf5183230e5fd3342848408f776de60ea.tar.gz
shiftos-rewind-d94c79dbf5183230e5fd3342848408f776de60ea.tar.bz2
shiftos-rewind-d94c79dbf5183230e5fd3342848408f776de60ea.zip
Various changes, began working on the texture skinning.
Diffstat (limited to 'ShiftOS.Main/ShiftOS/Apps/TextPad.Designer.cs')
-rw-r--r--ShiftOS.Main/ShiftOS/Apps/TextPad.Designer.cs215
1 files changed, 0 insertions, 215 deletions
diff --git a/ShiftOS.Main/ShiftOS/Apps/TextPad.Designer.cs b/ShiftOS.Main/ShiftOS/Apps/TextPad.Designer.cs
deleted file mode 100644
index 7d83c68..0000000
--- a/ShiftOS.Main/ShiftOS/Apps/TextPad.Designer.cs
+++ /dev/null
@@ -1,215 +0,0 @@
-namespace ShiftOS.Main.ShiftOS.Apps
-{
- partial class TextPad
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Component Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.menuStrip1 = new System.Windows.Forms.MenuStrip();
- this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
- this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.fontToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.wordWrapToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.insertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.timeAndDateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.textBox = new System.Windows.Forms.RichTextBox();
- this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
- this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
- this.menuStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // menuStrip1
- //
- this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.fileToolStripMenuItem,
- this.editToolStripMenuItem,
- this.insertToolStripMenuItem,
- this.helpToolStripMenuItem});
- this.menuStrip1.Location = new System.Drawing.Point(0, 0);
- this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Size = new System.Drawing.Size(315, 24);
- this.menuStrip1.TabIndex = 0;
- this.menuStrip1.Text = "menuStrip1";
- //
- // fileToolStripMenuItem
- //
- this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.newToolStripMenuItem,
- this.openToolStripMenuItem,
- this.saveToolStripMenuItem,
- this.saveAsToolStripMenuItem,
- this.toolStripMenuItem1,
- this.exitToolStripMenuItem});
- this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
- this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
- this.fileToolStripMenuItem.Text = "File";
- //
- // newToolStripMenuItem
- //
- this.newToolStripMenuItem.Name = "newToolStripMenuItem";
- this.newToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
- this.newToolStripMenuItem.Text = "New...";
- this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
- //
- // openToolStripMenuItem
- //
- this.openToolStripMenuItem.Name = "openToolStripMenuItem";
- this.openToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
- this.openToolStripMenuItem.Text = "Open...";
- this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
- //
- // saveToolStripMenuItem
- //
- this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
- this.saveToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
- this.saveToolStripMenuItem.Text = "Save...";
- //
- // saveAsToolStripMenuItem
- //
- this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
- this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
- this.saveAsToolStripMenuItem.Text = "Save As...";
- //
- // toolStripMenuItem1
- //
- this.toolStripMenuItem1.Name = "toolStripMenuItem1";
- this.toolStripMenuItem1.Size = new System.Drawing.Size(149, 6);
- //
- // 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.fontToolStripMenuItem,
- this.wordWrapToolStripMenuItem});
- this.editToolStripMenuItem.Name = "editToolStripMenuItem";
- this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
- this.editToolStripMenuItem.Text = "Edit";
- //
- // fontToolStripMenuItem
- //
- this.fontToolStripMenuItem.Name = "fontToolStripMenuItem";
- this.fontToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
- this.fontToolStripMenuItem.Text = "Font";
- //
- // wordWrapToolStripMenuItem
- //
- this.wordWrapToolStripMenuItem.Checked = true;
- this.wordWrapToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
- this.wordWrapToolStripMenuItem.Name = "wordWrapToolStripMenuItem";
- this.wordWrapToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
- this.wordWrapToolStripMenuItem.Text = "Word Wrap";
- //
- // insertToolStripMenuItem
- //
- this.insertToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.timeAndDateToolStripMenuItem});
- this.insertToolStripMenuItem.Name = "insertToolStripMenuItem";
- this.insertToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
- this.insertToolStripMenuItem.Text = "Insert";
- //
- // timeAndDateToolStripMenuItem
- //
- this.timeAndDateToolStripMenuItem.Name = "timeAndDateToolStripMenuItem";
- this.timeAndDateToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
- this.timeAndDateToolStripMenuItem.Text = "Time and Date...";
- //
- // helpToolStripMenuItem
- //
- this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.aboutToolStripMenuItem});
- this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
- this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
- this.helpToolStripMenuItem.Text = "Help";
- //
- // aboutToolStripMenuItem
- //
- this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
- this.aboutToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
- this.aboutToolStripMenuItem.Text = "About...";
- //
- // textBox
- //
- this.textBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.textBox.Location = new System.Drawing.Point(0, 24);
- this.textBox.Name = "textBox";
- this.textBox.Size = new System.Drawing.Size(315, 265);
- this.textBox.TabIndex = 1;
- this.textBox.Text = "";
- //
- // openFileDialog1
- //
- this.openFileDialog1.FileName = "openFileDialog1";
- //
- // TextPad
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.textBox);
- this.Controls.Add(this.menuStrip1);
- this.Name = "TextPad";
- this.Size = new System.Drawing.Size(315, 289);
- this.menuStrip1.ResumeLayout(false);
- this.menuStrip1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.MenuStrip menuStrip1;
- private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
- private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
- private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem fontToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem wordWrapToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem insertToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem timeAndDateToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
- private System.Windows.Forms.RichTextBox textBox;
- private System.Windows.Forms.OpenFileDialog openFileDialog1;
- private System.Windows.Forms.SaveFileDialog saveFileDialog1;
- }
-}