aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Engine/WindowManager/InfoboxTemplate.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.Engine/WindowManager/InfoboxTemplate.Designer.cs')
-rw-r--r--ShiftOS.Engine/WindowManager/InfoboxTemplate.Designer.cs115
1 files changed, 115 insertions, 0 deletions
diff --git a/ShiftOS.Engine/WindowManager/InfoboxTemplate.Designer.cs b/ShiftOS.Engine/WindowManager/InfoboxTemplate.Designer.cs
new file mode 100644
index 0000000..6b18e5f
--- /dev/null
+++ b/ShiftOS.Engine/WindowManager/InfoboxTemplate.Designer.cs
@@ -0,0 +1,115 @@
+namespace ShiftOS.Engine.WindowManager
+{
+ 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.btnOpt1 = new System.Windows.Forms.Button();
+ this.btnOpt2 = new System.Windows.Forms.Button();
+ this.pictureBox1 = new System.Windows.Forms.PictureBox();
+ this.label1 = new System.Windows.Forms.Label();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
+ this.SuspendLayout();
+ //
+ // btnOpt1
+ //
+ this.btnOpt1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
+ | System.Windows.Forms.AnchorStyles.Right)));
+ this.btnOpt1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnOpt1.Font = new System.Drawing.Font("Lucida Console", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.btnOpt1.Location = new System.Drawing.Point(65, 134);
+ this.btnOpt1.Name = "btnOpt1";
+ this.btnOpt1.Size = new System.Drawing.Size(75, 23);
+ this.btnOpt1.TabIndex = 0;
+ this.btnOpt1.Text = "button1";
+ this.btnOpt1.UseVisualStyleBackColor = true;
+ this.btnOpt1.Click += new System.EventHandler(this.btnOpt1_Click);
+ //
+ // btnOpt2
+ //
+ this.btnOpt2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
+ | System.Windows.Forms.AnchorStyles.Right)));
+ this.btnOpt2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnOpt2.Font = new System.Drawing.Font("Lucida Console", 9F);
+ this.btnOpt2.Location = new System.Drawing.Point(188, 134);
+ this.btnOpt2.Name = "btnOpt2";
+ this.btnOpt2.Size = new System.Drawing.Size(75, 23);
+ this.btnOpt2.TabIndex = 1;
+ this.btnOpt2.Text = "button2";
+ this.btnOpt2.UseVisualStyleBackColor = true;
+ this.btnOpt2.Click += new System.EventHandler(this.btnOpt2_Click);
+ //
+ // pictureBox1
+ //
+ this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Left)));
+ this.pictureBox1.Image = global::ShiftOS.Engine.Properties.Resources.Symbolinfo;
+ this.pictureBox1.Location = new System.Drawing.Point(3, 35);
+ this.pictureBox1.Name = "pictureBox1";
+ this.pictureBox1.Size = new System.Drawing.Size(80, 70);
+ this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
+ this.pictureBox1.TabIndex = 2;
+ 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", 9.25F);
+ this.label1.Location = new System.Drawing.Point(106, 57);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(103, 13);
+ this.label1.TabIndex = 3;
+ this.label1.Text = "Generic Body";
+ //
+ // InfoboxTemplate
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.Controls.Add(this.label1);
+ this.Controls.Add(this.pictureBox1);
+ this.Controls.Add(this.btnOpt2);
+ this.Controls.Add(this.btnOpt1);
+ this.Name = "InfoboxTemplate";
+ this.Size = new System.Drawing.Size(346, 174);
+ this.Load += new System.EventHandler(this.InfoboxTemplate_Load);
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ public System.Windows.Forms.Button btnOpt1;
+ public System.Windows.Forms.Button btnOpt2;
+ public System.Windows.Forms.PictureBox pictureBox1;
+ public System.Windows.Forms.Label label1;
+ }
+}