aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Engine/Templates/InfoboxTemplate.Designer.cs
diff options
context:
space:
mode:
authorFloppyDiskDrive <[email protected]>2017-09-23 17:28:13 -0500
committerFloppyDiskDrive <[email protected]>2017-09-23 17:28:13 -0500
commitf08998364e88f5d3284c4ecba3d831ccfa4e282f (patch)
tree4dd0641fd83ce8a19957d142cf0aaf03bca9e512 /ShiftOS.Engine/Templates/InfoboxTemplate.Designer.cs
parentfc1a5037e80f25705840f1668b919dd6830f6e4a (diff)
downloadshiftos-rewind-f08998364e88f5d3284c4ecba3d831ccfa4e282f.tar.gz
shiftos-rewind-f08998364e88f5d3284c4ecba3d831ccfa4e282f.tar.bz2
shiftos-rewind-f08998364e88f5d3284c4ecba3d831ccfa4e282f.zip
Added the Engine (yay!)
Diffstat (limited to 'ShiftOS.Engine/Templates/InfoboxTemplate.Designer.cs')
-rw-r--r--ShiftOS.Engine/Templates/InfoboxTemplate.Designer.cs110
1 files changed, 110 insertions, 0 deletions
diff --git a/ShiftOS.Engine/Templates/InfoboxTemplate.Designer.cs b/ShiftOS.Engine/Templates/InfoboxTemplate.Designer.cs
new file mode 100644
index 0000000..ca37891
--- /dev/null
+++ b/ShiftOS.Engine/Templates/InfoboxTemplate.Designer.cs
@@ -0,0 +1,110 @@
+namespace ShiftOS.Engine.Templates
+{
+ partial class InfoboxTemplate
+ {
+ /// <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.pictureBox1 = new System.Windows.Forms.PictureBox();
+ this.label1 = new System.Windows.Forms.Label();
+ this.button2 = new System.Windows.Forms.Button();
+ this.button1 = new System.Windows.Forms.Button();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
+ this.SuspendLayout();
+ //
+ // pictureBox1
+ //
+ this.pictureBox1.Image = global::ShiftOS.Engine.Properties.Resources.Symbolinfo;
+ this.pictureBox1.Location = new System.Drawing.Point(15, 17);
+ this.pictureBox1.Name = "pictureBox1";
+ this.pictureBox1.Size = new System.Drawing.Size(80, 70);
+ this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
+ this.pictureBox1.TabIndex = 0;
+ this.pictureBox1.TabStop = false;
+ //
+ // label1
+ //
+ this.label1.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.label1.AutoSize = true;
+ this.label1.Font = new System.Drawing.Font("Lucida Console", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label1.Location = new System.Drawing.Point(114, 40);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(115, 15);
+ this.label1.TabIndex = 1;
+ this.label1.Text = "Generic Body";
+ //
+ // button2
+ //
+ this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
+ | System.Windows.Forms.AnchorStyles.Right)));
+ this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.button2.Font = new System.Drawing.Font("Lucida Console", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.button2.Location = new System.Drawing.Point(194, 122);
+ this.button2.Name = "button2";
+ this.button2.Size = new System.Drawing.Size(116, 27);
+ this.button2.TabIndex = 3;
+ this.button2.Text = "No";
+ this.button2.UseVisualStyleBackColor = true;
+ //
+ // button1
+ //
+ this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
+ | System.Windows.Forms.AnchorStyles.Right)));
+ this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.button1.Font = new System.Drawing.Font("Lucida Console", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.button1.Location = new System.Drawing.Point(51, 122);
+ this.button1.Name = "button1";
+ this.button1.Size = new System.Drawing.Size(116, 27);
+ this.button1.TabIndex = 4;
+ this.button1.Text = "Yes";
+ this.button1.UseVisualStyleBackColor = true;
+ //
+ // InfoboxTemplate
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.Controls.Add(this.button1);
+ this.Controls.Add(this.button2);
+ this.Controls.Add(this.label1);
+ this.Controls.Add(this.pictureBox1);
+ this.Name = "InfoboxTemplate";
+ this.Size = new System.Drawing.Size(367, 177);
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.PictureBox pictureBox1;
+ private System.Windows.Forms.Label label1;
+ private System.Windows.Forms.Button button2;
+ private System.Windows.Forms.Button button1;
+ }
+}