diff options
| author | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2015-11-16 15:44:07 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2015-11-16 15:44:07 -0800 |
| commit | 38fe77ecf29370dc1b9dfdec0ddf897cf4348ef5 (patch) | |
| tree | 9dcb785fe96a4dc2f5e0d1b9e6e697f34eda09b0 /windows/WebUIWrapper/Form1.Designer.cs | |
| parent | 8fde33d87cc44335ab700648b21600da2c1d56f1 (diff) | |
| download | infinitytier-38fe77ecf29370dc1b9dfdec0ddf897cf4348ef5.tar.gz infinitytier-38fe77ecf29370dc1b9dfdec0ddf897cf4348ef5.zip | |
WebUIWrapper is dead.
Diffstat (limited to 'windows/WebUIWrapper/Form1.Designer.cs')
| -rw-r--r-- | windows/WebUIWrapper/Form1.Designer.cs | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/windows/WebUIWrapper/Form1.Designer.cs b/windows/WebUIWrapper/Form1.Designer.cs deleted file mode 100644 index 81d69cd0..00000000 --- a/windows/WebUIWrapper/Form1.Designer.cs +++ /dev/null @@ -1,66 +0,0 @@ -namespace WebUIWrapper -{ - partial class Form1 - { - /// <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 Windows Form 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(Form1)); - this.webContainer = new System.Windows.Forms.WebBrowser(); - this.SuspendLayout(); - // - // webContainer - // - this.webContainer.AllowNavigation = false; - this.webContainer.Dock = System.Windows.Forms.DockStyle.Fill; - this.webContainer.Location = new System.Drawing.Point(0, 0); - this.webContainer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.webContainer.MinimumSize = new System.Drawing.Size(18, 16); - this.webContainer.Name = "webContainer"; - this.webContainer.Size = new System.Drawing.Size(900, 445); - this.webContainer.TabIndex = 0; - // - // Form1 - // - this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(900, 445); - this.Controls.Add(this.webContainer); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.Name = "Form1"; - this.Text = "ZeroTier One"; - this.Load += new System.EventHandler(this.Form1_Load); - this.ResumeLayout(false); - - } - - #endregion - - private System.Windows.Forms.WebBrowser webContainer; - } -} - |
