2017-09-24 17:55:03 -04:00
|
|
|
|
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()
|
|
|
|
|
{
|
2017-09-25 18:49:40 -04:00
|
|
|
|
this.components = new System.ComponentModel.Container();
|
2017-09-24 17:55:03 -04:00
|
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
2017-09-25 18:49:40 -04:00
|
|
|
|
this.changeSize = new System.Windows.Forms.Timer(this.components);
|
2017-11-25 10:59:48 -05:00
|
|
|
|
this.label1 = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.btnOpt1 = new ShiftOS.Engine.UI.ShiftButton();
|
2018-12-22 16:24:55 -05:00
|
|
|
|
this.btnOpt2 = new ShiftOS.Engine.UI.ShiftButton();
|
2017-09-24 17:55:03 -04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// pictureBox1
|
|
|
|
|
//
|
|
|
|
|
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
2017-10-01 10:52:26 -04:00
|
|
|
|
this.pictureBox1.Image = global::ShiftOS.Engine.Properties.Resources.Symbolinfo;
|
2017-09-27 21:34:58 -04:00
|
|
|
|
this.pictureBox1.Location = new System.Drawing.Point(3, 35);
|
2017-09-24 17:55:03 -04:00
|
|
|
|
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;
|
|
|
|
|
//
|
2017-09-25 18:49:40 -04:00
|
|
|
|
// changeSize
|
|
|
|
|
//
|
|
|
|
|
this.changeSize.Interval = 1;
|
|
|
|
|
//
|
2017-09-24 17:55:03 -04:00
|
|
|
|
// label1
|
|
|
|
|
//
|
2017-11-25 10:59:48 -05:00
|
|
|
|
this.label1.BackColor = System.Drawing.Color.White;
|
|
|
|
|
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.label1.Font = new System.Drawing.Font("Lucida Console", 8.25F);
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(90, 35);
|
|
|
|
|
this.label1.Multiline = true;
|
2017-09-24 17:55:03 -04:00
|
|
|
|
this.label1.Name = "label1";
|
2017-11-25 10:59:48 -05:00
|
|
|
|
this.label1.Size = new System.Drawing.Size(256, 125);
|
|
|
|
|
this.label1.TabIndex = 6;
|
|
|
|
|
//
|
2018-12-22 16:24:55 -05:00
|
|
|
|
// btnOpt1
|
|
|
|
|
//
|
|
|
|
|
this.btnOpt1.BackColor = System.Drawing.Color.White;
|
|
|
|
|
this.btnOpt1.FlatAppearance.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.btnOpt1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.btnOpt1.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnOpt1.ForeColor = System.Drawing.Color.Black;
|
|
|
|
|
this.btnOpt1.Location = new System.Drawing.Point(105, 163);
|
|
|
|
|
this.btnOpt1.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.btnOpt1.MinimumSize = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.btnOpt1.Name = "btnOpt1";
|
|
|
|
|
this.btnOpt1.Padding = new System.Windows.Forms.Padding(3);
|
|
|
|
|
this.btnOpt1.Size = new System.Drawing.Size(105, 26);
|
|
|
|
|
this.btnOpt1.TabIndex = 7;
|
|
|
|
|
this.btnOpt1.Text = "shiftButton1";
|
|
|
|
|
this.btnOpt1.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
2017-11-25 10:59:48 -05:00
|
|
|
|
// btnOpt2
|
|
|
|
|
//
|
2018-12-22 16:24:55 -05:00
|
|
|
|
this.btnOpt2.BackColor = System.Drawing.Color.White;
|
2017-11-25 10:59:48 -05:00
|
|
|
|
this.btnOpt2.FlatAppearance.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.btnOpt2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.btnOpt2.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.btnOpt2.ForeColor = System.Drawing.Color.Black;
|
|
|
|
|
this.btnOpt2.Location = new System.Drawing.Point(229, 163);
|
|
|
|
|
this.btnOpt2.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.btnOpt2.MinimumSize = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.btnOpt2.Name = "btnOpt2";
|
|
|
|
|
this.btnOpt2.Padding = new System.Windows.Forms.Padding(3);
|
2018-12-22 16:24:55 -05:00
|
|
|
|
this.btnOpt2.Size = new System.Drawing.Size(105, 26);
|
|
|
|
|
this.btnOpt2.TabIndex = 8;
|
2017-11-25 10:59:48 -05:00
|
|
|
|
this.btnOpt2.Text = "shiftButton2";
|
|
|
|
|
this.btnOpt2.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
2017-09-24 17:55:03 -04:00
|
|
|
|
// InfoboxTemplate
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.Controls.Add(this.btnOpt2);
|
|
|
|
|
this.Controls.Add(this.btnOpt1);
|
2018-12-22 16:24:55 -05:00
|
|
|
|
this.Controls.Add(this.label1);
|
2017-11-25 10:59:48 -05:00
|
|
|
|
this.Controls.Add(this.pictureBox1);
|
2017-09-24 17:55:03 -04:00
|
|
|
|
this.Name = "InfoboxTemplate";
|
2017-11-05 15:13:06 -05:00
|
|
|
|
this.Size = new System.Drawing.Size(438, 210);
|
2017-09-24 17:55:03 -04:00
|
|
|
|
this.Load += new System.EventHandler(this.InfoboxTemplate_Load);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
public System.Windows.Forms.PictureBox pictureBox1;
|
2017-09-25 18:49:40 -04:00
|
|
|
|
private System.Windows.Forms.Timer changeSize;
|
2018-12-22 16:24:55 -05:00
|
|
|
|
public System.Windows.Forms.TextBox label1;
|
2017-11-25 10:59:48 -05:00
|
|
|
|
private UI.ShiftButton btnOpt1;
|
|
|
|
|
private UI.ShiftButton btnOpt2;
|
2017-09-24 17:55:03 -04:00
|
|
|
|
}
|
|
|
|
|
}
|