aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/AboutPorts.Designer.cs
diff options
context:
space:
mode:
authorTrey <32907415+TheEdgeNK@users.noreply.github.com>2018-08-26 00:35:17 -0400
committerTrey <32907415+TheEdgeNK@users.noreply.github.com>2018-08-26 00:35:17 -0400
commit4800d7686b470b3a39314e76ea02daee790078b7 (patch)
treedfc24ecb19fa4a62419e3ea1764fda0eabe67e4a /Project Ports/AboutPorts.Designer.cs
parente33bb991f88ef5e60576da69b8dd82b1ffa670fc (diff)
downloadProject-Silicon-4800d7686b470b3a39314e76ea02daee790078b7.tar.gz
Project-Silicon-4800d7686b470b3a39314e76ea02daee790078b7.tar.bz2
Project-Silicon-4800d7686b470b3a39314e76ea02daee790078b7.zip
Chatter, ChatAPI, and other changes.
Diffstat (limited to 'Project Ports/AboutPorts.Designer.cs')
-rw-r--r--Project Ports/AboutPorts.Designer.cs62
1 files changed, 62 insertions, 0 deletions
diff --git a/Project Ports/AboutPorts.Designer.cs b/Project Ports/AboutPorts.Designer.cs
new file mode 100644
index 0000000..bbff8ff
--- /dev/null
+++ b/Project Ports/AboutPorts.Designer.cs
@@ -0,0 +1,62 @@
+namespace Project_Ports
+{
+ partial class AboutPorts
+ {
+ /// <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()
+ {
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutPorts));
+ this.richTextBox1 = new System.Windows.Forms.RichTextBox();
+ this.SuspendLayout();
+ //
+ // richTextBox1
+ //
+ this.richTextBox1.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.richTextBox1.Enabled = false;
+ this.richTextBox1.Location = new System.Drawing.Point(3, 3);
+ this.richTextBox1.Name = "richTextBox1";
+ this.richTextBox1.Size = new System.Drawing.Size(529, 551);
+ this.richTextBox1.TabIndex = 1;
+ this.richTextBox1.Text = resources.GetString("richTextBox1.Text");
+ //
+ // AboutPorts
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.Controls.Add(this.richTextBox1);
+ this.Name = "AboutPorts";
+ this.Size = new System.Drawing.Size(535, 557);
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.RichTextBox richTextBox1;
+ }
+}