2016-05-24 20:27:25 -04:00
namespace ShiftOS
{
partial class PanelManager
{
/// <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 ( )
{
2016-07-19 21:53:26 -04:00
this . pnlmain = new ShiftUI . Panel ( ) ;
this . btndone = new ShiftUI . Button ( ) ;
this . pnlbgcolor = new ShiftUI . Panel ( ) ;
this . Label40 = new ShiftUI . Label ( ) ;
this . Label36 = new ShiftUI . Label ( ) ;
this . txtheight = new ShiftUI . TextBox ( ) ;
2016-05-24 20:27:25 -04:00
this . pnlmain . SuspendLayout ( ) ;
this . SuspendLayout ( ) ;
//
// pnlmain
//
this . pnlmain . BackColor = System . Drawing . Color . White ;
2016-07-19 21:53:26 -04:00
this . pnlmain . Widgets . Add ( this . txtheight ) ;
this . pnlmain . Widgets . Add ( this . Label36 ) ;
this . pnlmain . Widgets . Add ( this . pnlbgcolor ) ;
this . pnlmain . Widgets . Add ( this . Label40 ) ;
this . pnlmain . Widgets . Add ( this . btndone ) ;
this . pnlmain . Dock = ShiftUI . DockStyle . Fill ;
2016-05-24 20:27:25 -04:00
this . pnlmain . ForeColor = System . Drawing . Color . Black ;
this . pnlmain . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . pnlmain . Name = "pnlmain" ;
this . pnlmain . Size = new System . Drawing . Size ( 360 , 378 ) ;
this . pnlmain . TabIndex = 0 ;
//
// btndone
//
2016-07-19 21:53:26 -04:00
this . btndone . Anchor = ( ( ShiftUI . AnchorStyles ) ( ( ShiftUI . AnchorStyles . Bottom | ShiftUI . AnchorStyles . Right ) ) ) ;
2016-07-20 09:17:10 -04:00
this . btndone . FlatStyle = ShiftUI . FlatStyle . Standard ;
2016-05-24 20:27:25 -04:00
this . btndone . Location = new System . Drawing . Point ( 273 , 343 ) ;
this . btndone . Name = "btndone" ;
this . btndone . Size = new System . Drawing . Size ( 75 , 23 ) ;
this . btndone . TabIndex = 0 ;
this . btndone . Text = "Done" ;
this . btndone . UseVisualStyleBackColor = true ;
this . btndone . Click + = new System . EventHandler ( this . btndone_Click ) ;
//
// pnlbgcolor
//
2016-07-19 21:53:26 -04:00
this . pnlbgcolor . BorderStyle = ShiftUI . BorderStyle . FixedSingle ;
2016-05-24 20:27:25 -04:00
this . pnlbgcolor . Location = new System . Drawing . Point ( 307 , 101 ) ;
this . pnlbgcolor . Name = "pnlbgcolor" ;
this . pnlbgcolor . Size = new System . Drawing . Size ( 41 , 20 ) ;
this . pnlbgcolor . TabIndex = 22 ;
2016-07-19 21:53:26 -04:00
this . pnlbgcolor . MouseDown + = new ShiftUI . MouseEventHandler ( this . setbgcolor ) ;
2016-05-24 20:27:25 -04:00
//
// Label40
//
this . Label40 . AutoSize = true ;
this . Label40 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . Label40 . Location = new System . Drawing . Point ( 12 , 101 ) ;
this . Label40 . Name = "Label40" ;
this . Label40 . Size = new System . Drawing . Size ( 259 , 16 ) ;
this . Label40 . TabIndex = 23 ;
this . Label40 . Text = "Background Color (right-click to set image)" ;
//
// Label36
//
this . Label36 . AutoSize = true ;
this . Label36 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . Label36 . Location = new System . Drawing . Point ( 12 , 136 ) ;
this . Label36 . Name = "Label36" ;
this . Label36 . Size = new System . Drawing . Size ( 50 , 16 ) ;
this . Label36 . TabIndex = 24 ;
this . Label36 . Text = "Height:" ;
//
// txtheight
//
this . txtheight . BackColor = System . Drawing . Color . White ;
2016-07-19 21:53:26 -04:00
this . txtheight . BorderStyle = ShiftUI . BorderStyle . FixedSingle ;
2016-05-24 20:27:25 -04:00
this . txtheight . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . txtheight . ForeColor = System . Drawing . Color . Black ;
this . txtheight . Location = new System . Drawing . Point ( 325 , 134 ) ;
this . txtheight . Name = "txtheight" ;
this . txtheight . Size = new System . Drawing . Size ( 23 , 22 ) ;
this . txtheight . TabIndex = 25 ;
this . txtheight . TextChanged + = new System . EventHandler ( this . txtheight_TextChanged ) ;
//
// PanelManager
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
2016-07-19 21:53:26 -04:00
this . AutoScaleMode = ShiftUI . AutoScaleMode . Font ;
2016-05-24 20:27:25 -04:00
this . ClientSize = new System . Drawing . Size ( 360 , 378 ) ;
2016-07-19 21:53:26 -04:00
this . Widgets . Add ( this . pnlmain ) ;
2016-05-24 20:27:25 -04:00
this . Name = "PanelManager" ;
this . Text = "PanelManager" ;
this . Load + = new System . EventHandler ( this . PanelManager_Load ) ;
this . pnlmain . ResumeLayout ( false ) ;
this . pnlmain . PerformLayout ( ) ;
this . ResumeLayout ( false ) ;
}
#endregion
2016-07-19 21:53:26 -04:00
private ShiftUI . Panel pnlmain ;
private ShiftUI . Button btndone ;
private ShiftUI . Panel pnlbgcolor ;
private ShiftUI . Label Label40 ;
private ShiftUI . Label Label36 ;
private ShiftUI . TextBox txtheight ;
2016-05-24 20:27:25 -04:00
}
}