diff options
| author | jtsshieh <[email protected]> | 2017-10-29 12:00:55 -0400 |
|---|---|---|
| committer | jtsshieh <[email protected]> | 2017-10-29 12:00:55 -0400 |
| commit | d04e6c44ea4abded14b72f5d28ff471c93765c94 (patch) | |
| tree | f21262697738d4b7936ef67584f540eb559f97e0 /Histacom2.Engine/Template | |
| parent | 956de4ff6b9c3bc413a8d136f126924a2695f54d (diff) | |
| parent | 294dc501a4dd8f4c5b22ec646c8d953229efd5eb (diff) | |
| download | histacom2-d04e6c44ea4abded14b72f5d28ff471c93765c94.tar.gz histacom2-d04e6c44ea4abded14b72f5d28ff471c93765c94.tar.bz2 histacom2-d04e6c44ea4abded14b72f5d28ff471c93765c94.zip | |
Merge remote-tracking branch 'refs/remotes/Histacom2-Devs/master'
Diffstat (limited to 'Histacom2.Engine/Template')
| -rw-r--r-- | Histacom2.Engine/Template/WinXP.Designer.cs | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Histacom2.Engine/Template/WinXP.Designer.cs b/Histacom2.Engine/Template/WinXP.Designer.cs index 02e104b..3e1da44 100644 --- a/Histacom2.Engine/Template/WinXP.Designer.cs +++ b/Histacom2.Engine/Template/WinXP.Designer.cs @@ -30,8 +30,8 @@ { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WinXP)); this.program = new System.Windows.Forms.Panel(); - this.flowLayoutPanel1 = new System.Windows.Forms.Panel(); this.bottomleftcorner = new System.Windows.Forms.Panel(); + this.flowLayoutPanel1 = new System.Windows.Forms.Panel(); this.toprightcorner = new System.Windows.Forms.Panel(); this.bottomrightcorner = new System.Windows.Forms.Panel(); this.topleftcorner = new System.Windows.Forms.Panel(); @@ -70,14 +70,6 @@ this.program.Size = new System.Drawing.Size(300, 300); this.program.TabIndex = 10; // - // flowLayoutPanel1 - // - this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; - this.flowLayoutPanel1.Location = new System.Drawing.Point(4, 30); - this.flowLayoutPanel1.Name = "flowLayoutPanel1"; - this.flowLayoutPanel1.Size = new System.Drawing.Size(292, 266); - this.flowLayoutPanel1.TabIndex = 11; - // // bottomleftcorner // this.bottomleftcorner.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); @@ -88,6 +80,14 @@ this.bottomleftcorner.Size = new System.Drawing.Size(4, 4); this.bottomleftcorner.TabIndex = 10; // + // flowLayoutPanel1 + // + this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; + this.flowLayoutPanel1.Location = new System.Drawing.Point(4, 30); + this.flowLayoutPanel1.Name = "flowLayoutPanel1"; + this.flowLayoutPanel1.Size = new System.Drawing.Size(292, 266); + this.flowLayoutPanel1.TabIndex = 11; + // // toprightcorner // this.toprightcorner.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); @@ -255,13 +255,13 @@ internal System.Windows.Forms.Panel topleftcorner; internal System.Windows.Forms.Panel bottom; internal System.Windows.Forms.Panel top; - internal System.Windows.Forms.PictureBox maximizebutton; - internal System.Windows.Forms.PictureBox minimizebutton; internal System.Windows.Forms.Label programname; - internal System.Windows.Forms.PictureBox closebutton; internal System.Windows.Forms.Panel right; internal System.Windows.Forms.Panel left; public System.Windows.Forms.PictureBox programIcon; public System.Windows.Forms.Panel flowLayoutPanel1; + public System.Windows.Forms.PictureBox maximizebutton; + public System.Windows.Forms.PictureBox minimizebutton; + public System.Windows.Forms.PictureBox closebutton; } }
\ No newline at end of file |
