From 4800d7686b470b3a39314e76ea02daee790078b7 Mon Sep 17 00:00:00 2001
From: Trey <32907415+TheEdgeNK@users.noreply.github.com>
Date: Sun, 26 Aug 2018 00:35:17 -0400
Subject: Chatter, ChatAPI, and other changes.
---
Project Ports/AboutPorts.Designer.cs | 62 ++++++++++++++++++++++++++++++++++++
1 file changed, 62 insertions(+)
create mode 100644 Project Ports/AboutPorts.Designer.cs
(limited to 'Project Ports/AboutPorts.Designer.cs')
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
+ {
+ ///
+ /// 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()
+ {
+ 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;
+ }
+}
--
cgit v1.2.3