aboutsummaryrefslogtreecommitdiff
path: root/Histacom2.Engine/Template/WinClassic.Designer.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-10-29 13:25:33 -0400
committerlempamo <[email protected]>2017-10-29 13:25:33 -0400
commite0795056d0edf0d3e9de727659beea2c2ef655f8 (patch)
tree98ac0e1420dcfc7203dceab04b41262697aaabfb /Histacom2.Engine/Template/WinClassic.Designer.cs
parent5c72e89e52b0a9bb38810a8b77988c5674c96e3e (diff)
parent79370328c516fdfe64317bf31a6561461bfaa6ff (diff)
downloadhistacom2-e0795056d0edf0d3e9de727659beea2c2ef655f8.tar.gz
histacom2-e0795056d0edf0d3e9de727659beea2c2ef655f8.tar.bz2
histacom2-e0795056d0edf0d3e9de727659beea2c2ef655f8.zip
Merge branch 'master' of https://github.com/Histacom2-Devs/Histacom2.git
Diffstat (limited to 'Histacom2.Engine/Template/WinClassic.Designer.cs')
-rw-r--r--Histacom2.Engine/Template/WinClassic.Designer.cs19
1 files changed, 10 insertions, 9 deletions
diff --git a/Histacom2.Engine/Template/WinClassic.Designer.cs b/Histacom2.Engine/Template/WinClassic.Designer.cs
index 8463041..fd1a02d 100644
--- a/Histacom2.Engine/Template/WinClassic.Designer.cs
+++ b/Histacom2.Engine/Template/WinClassic.Designer.cs
@@ -31,6 +31,7 @@
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WinClassic));
this.program = new System.Windows.Forms.Panel();
this.programContent = new System.Windows.Forms.Panel();
+ this.panel1 = new System.Windows.Forms.Panel();
this.programtopbar = new System.Windows.Forms.Panel();
this.programIcon = new System.Windows.Forms.PictureBox();
this.maximizebutton = new System.Windows.Forms.PictureBox();
@@ -45,7 +46,6 @@
this.bottom = new System.Windows.Forms.Panel();
this.right = new System.Windows.Forms.Panel();
this.top = new System.Windows.Forms.Panel();
- this.panel1 = new System.Windows.Forms.Panel();
this.program.SuspendLayout();
this.programtopbar.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.programIcon)).BeginInit();
@@ -83,6 +83,14 @@
this.programContent.TabIndex = 9;
this.programContent.ControlAdded += new System.Windows.Forms.ControlEventHandler(this.programContent_ControlAdded);
//
+ // panel1
+ //
+ this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
+ this.panel1.Location = new System.Drawing.Point(4, 22);
+ this.panel1.Name = "panel1";
+ this.panel1.Size = new System.Drawing.Size(292, 1);
+ this.panel1.TabIndex = 0;
+ //
// programtopbar
//
this.programtopbar.BackColor = System.Drawing.Color.Navy;
@@ -130,6 +138,7 @@
this.minimizebutton.Size = new System.Drawing.Size(16, 14);
this.minimizebutton.TabIndex = 5;
this.minimizebutton.TabStop = false;
+ this.minimizebutton.Click += new System.EventHandler(this.minimizebutton_Click);
//
// Title
//
@@ -267,14 +276,6 @@
this.top.MouseMove += new System.Windows.Forms.MouseEventHandler(this.top_MouseMove);
this.top.MouseUp += new System.Windows.Forms.MouseEventHandler(this.border_MouseUp);
//
- // panel1
- //
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(4, 22);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(292, 1);
- this.panel1.TabIndex = 0;
- //
// WinClassic
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);