From 0c2f2329119d8bfe2218912890d55def22965b87 Mon Sep 17 00:00:00 2001 From: Rylan/wowmom98 Date: Mon, 1 May 2017 17:12:16 -0400 Subject: TriWrite is so far now a TextPad clone --- ShiftOS.WinForms/Applications/TriWrite.resx | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'ShiftOS.WinForms/Applications/TriWrite.resx') diff --git a/ShiftOS.WinForms/Applications/TriWrite.resx b/ShiftOS.WinForms/Applications/TriWrite.resx index e150f33..a139e43 100644 --- a/ShiftOS.WinForms/Applications/TriWrite.resx +++ b/ShiftOS.WinForms/Applications/TriWrite.resx @@ -120,6 +120,18 @@ 17, 17 + + True + + + True + + + True + + + True + The Address Book helps you keep track of all your contacts within the digital society, whether they be friends, enemies, or whatnot. @@ -127,4 +139,19 @@ On the left, we have made a list of all your contacts. You can click on one to v To add a contact, simply click "Add Contact", and to remove one, click "Remove". Some contacts may not be removed as they are integral to the progression of your adventures within the digital society. + + True + + + True + + + 132, 17 + + + True + + + True + \ No newline at end of file -- cgit v1.2.3 From 102885044485b0b2c292efc300ceef019c5b8c6f Mon Sep 17 00:00:00 2001 From: Rylan/wowmom98 Date: Tue, 2 May 2017 20:29:08 -0400 Subject: centered ui of TriWrite --- ShiftOS.WinForms/Applications/TriWrite.Designer.cs | 7 +++---- ShiftOS.WinForms/Applications/TriWrite.resx | 24 ---------------------- 2 files changed, 3 insertions(+), 28 deletions(-) (limited to 'ShiftOS.WinForms/Applications/TriWrite.resx') diff --git a/ShiftOS.WinForms/Applications/TriWrite.Designer.cs b/ShiftOS.WinForms/Applications/TriWrite.Designer.cs index 7776c32..e3bc178 100644 --- a/ShiftOS.WinForms/Applications/TriWrite.Designer.cs +++ b/ShiftOS.WinForms/Applications/TriWrite.Designer.cs @@ -70,7 +70,6 @@ // tvcontacts // this.tvcontacts.Dock = System.Windows.Forms.DockStyle.Left; - this.tvcontacts.LineColor = System.Drawing.Color.Empty; this.tvcontacts.Location = new System.Drawing.Point(0, 24); this.tvcontacts.Name = "tvcontacts"; this.tvcontacts.Size = new System.Drawing.Size(224, 551); @@ -110,10 +109,10 @@ // txtcontents // this.txtcontents.Dock = System.Windows.Forms.DockStyle.Fill; - this.txtcontents.Location = new System.Drawing.Point(-61, 53); + this.txtcontents.Location = new System.Drawing.Point(0, 53); this.txtcontents.Multiline = true; this.txtcontents.Name = "txtcontents"; - this.txtcontents.Size = new System.Drawing.Size(588, 460); + this.txtcontents.Size = new System.Drawing.Size(527, 460); this.txtcontents.TabIndex = 1; this.txtcontents.TabStop = false; // @@ -126,7 +125,7 @@ this.saveToolStripMenuItem}); this.menuStrip2.Location = new System.Drawing.Point(0, 0); this.menuStrip2.Name = "menuStrip2"; - this.menuStrip2.Size = new System.Drawing.Size(648, 24); + this.menuStrip2.Size = new System.Drawing.Size(527, 24); this.menuStrip2.TabIndex = 2; this.menuStrip2.Text = "menuStrip2"; // diff --git a/ShiftOS.WinForms/Applications/TriWrite.resx b/ShiftOS.WinForms/Applications/TriWrite.resx index a139e43..88368cf 100644 --- a/ShiftOS.WinForms/Applications/TriWrite.resx +++ b/ShiftOS.WinForms/Applications/TriWrite.resx @@ -120,18 +120,6 @@ 17, 17 - - True - - - True - - - True - - - True - The Address Book helps you keep track of all your contacts within the digital society, whether they be friends, enemies, or whatnot. @@ -139,19 +127,7 @@ On the left, we have made a list of all your contacts. You can click on one to v To add a contact, simply click "Add Contact", and to remove one, click "Remove". Some contacts may not be removed as they are integral to the progression of your adventures within the digital society. - - True - - - True - 132, 17 - - True - - - True - \ No newline at end of file -- cgit v1.2.3 From 596db1d5bc7033c9624390c6c2967c161aaf969a Mon Sep 17 00:00:00 2001 From: Rylan/wowmom98 Date: Tue, 2 May 2017 20:49:13 -0400 Subject: added empty tools bar --- ShiftOS.WinForms/Applications/TriWrite.Designer.cs | 11 +++++++++++ ShiftOS.WinForms/Applications/TriWrite.resx | 3 +++ 2 files changed, 14 insertions(+) (limited to 'ShiftOS.WinForms/Applications/TriWrite.resx') diff --git a/ShiftOS.WinForms/Applications/TriWrite.Designer.cs b/ShiftOS.WinForms/Applications/TriWrite.Designer.cs index cd711c4..71598ef 100644 --- a/ShiftOS.WinForms/Applications/TriWrite.Designer.cs +++ b/ShiftOS.WinForms/Applications/TriWrite.Designer.cs @@ -41,6 +41,7 @@ this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.menuStrip3 = new System.Windows.Forms.MenuStrip(); this.menuStrip1.SuspendLayout(); this.panel1.SuspendLayout(); this.menuStrip2.SuspendLayout(); @@ -146,8 +147,17 @@ this.saveToolStripMenuItem.Size = new System.Drawing.Size(43, 20); this.saveToolStripMenuItem.Text = "Save"; // + // menuStrip3 + // + this.menuStrip3.Location = new System.Drawing.Point(0, 30); + this.menuStrip3.Name = "menuStrip3"; + this.menuStrip3.Size = new System.Drawing.Size(527, 24); + this.menuStrip3.TabIndex = 3; + this.menuStrip3.Text = "menuStrip3"; + // // TriWrite // + this.Controls.Add(this.menuStrip3); this.Controls.Add(this.txtcontents); this.Controls.Add(this.menuStrip2); this.Name = "TriWrite"; @@ -177,5 +187,6 @@ private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; + private System.Windows.Forms.MenuStrip menuStrip3; } } diff --git a/ShiftOS.WinForms/Applications/TriWrite.resx b/ShiftOS.WinForms/Applications/TriWrite.resx index 88368cf..525a23c 100644 --- a/ShiftOS.WinForms/Applications/TriWrite.resx +++ b/ShiftOS.WinForms/Applications/TriWrite.resx @@ -130,4 +130,7 @@ To add a contact, simply click "Add Contact", and to remove one, click "Remove". 132, 17 + + 247, 17 + \ No newline at end of file -- cgit v1.2.3