diff options
| author | Michael VanOverbeek <[email protected]> | 2016-07-25 12:57:52 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-07-25 12:57:52 -0400 |
| commit | 46c1c31302f111a1f3ec23a70e6f3986a9aa2a27 (patch) | |
| tree | f00af7ea3f6ad2641fb26fa1d310fd8b7179b39c /source/WindowsFormsApplication1/Controls/DesktopIcon.Designer.cs | |
| parent | af48e774189596b8d7a058c564a7d6d75205ca03 (diff) | |
| parent | 6fa16209519896de09949a27425dff00ebf2970a (diff) | |
| download | shiftos-c--46c1c31302f111a1f3ec23a70e6f3986a9aa2a27.tar.gz shiftos-c--46c1c31302f111a1f3ec23a70e6f3986a9aa2a27.tar.bz2 shiftos-c--46c1c31302f111a1f3ec23a70e6f3986a9aa2a27.zip | |
Merge pull request #17 from MichaelTheShifter/shiftui_integration
Shiftui integration
Diffstat (limited to 'source/WindowsFormsApplication1/Controls/DesktopIcon.Designer.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/Controls/DesktopIcon.Designer.cs | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/source/WindowsFormsApplication1/Controls/DesktopIcon.Designer.cs b/source/WindowsFormsApplication1/Controls/DesktopIcon.Designer.cs index 98369ab..48f90a9 100644 --- a/source/WindowsFormsApplication1/Controls/DesktopIcon.Designer.cs +++ b/source/WindowsFormsApplication1/Controls/DesktopIcon.Designer.cs @@ -28,8 +28,8 @@ /// </summary> private void InitializeComponent() { - this.pbicon = new System.Windows.Forms.PictureBox(); - this.lbiconname = new System.Windows.Forms.Label(); + this.pbicon = new ShiftUI.PictureBox(); + this.lbiconname = new ShiftUI.Label(); ((System.ComponentModel.ISupportInitialize)(this.pbicon)).BeginInit(); this.SuspendLayout(); // @@ -38,7 +38,7 @@ this.pbicon.Location = new System.Drawing.Point(4, 4); this.pbicon.Name = "pbicon"; this.pbicon.Size = new System.Drawing.Size(78, 50); - this.pbicon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; + this.pbicon.SizeMode = ShiftUI.PictureBoxSizeMode.CenterImage; this.pbicon.TabIndex = 0; this.pbicon.TabStop = false; this.pbicon.DoubleClick += new System.EventHandler(this.Icon_Click); @@ -57,10 +57,10 @@ // DesktopIcon // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleMode = ShiftUI.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Transparent; - this.Controls.Add(this.lbiconname); - this.Controls.Add(this.pbicon); + this.Widgets.Add(this.lbiconname); + this.Widgets.Add(this.pbicon); this.Name = "DesktopIcon"; this.Size = new System.Drawing.Size(85, 85); this.Load += new System.EventHandler(this.DesktopIcon_Load); @@ -72,7 +72,7 @@ #endregion - private System.Windows.Forms.PictureBox pbicon; - private System.Windows.Forms.Label lbiconname; + private ShiftUI.PictureBox pbicon; + private ShiftUI.Label lbiconname; } } |
