diff options
| author | MichaelTheShifter <[email protected]> | 2016-07-19 21:53:26 -0400 |
|---|---|---|
| committer | MichaelTheShifter <[email protected]> | 2016-07-19 21:53:26 -0400 |
| commit | 6b804f03ebcdd1c5aa145f29ae71b62bd61f8cb9 (patch) | |
| tree | d7bc4b46c45a552add946666151d44490f3b3caf /source/WindowsFormsApplication1/Apps/File Skimmer.Designer.cs | |
| parent | 9322701aa1eae9596a8586ef19a0fe1d1b3ab66b (diff) | |
| download | shiftos-c--6b804f03ebcdd1c5aa145f29ae71b62bd61f8cb9.tar.gz shiftos-c--6b804f03ebcdd1c5aa145f29ae71b62bd61f8cb9.tar.bz2 shiftos-c--6b804f03ebcdd1c5aa145f29ae71b62bd61f8cb9.zip | |
Full ShiftUI conversion
The only bugs are that windows don't show in the center of the screen,
and Gecko webbrowsers are not serializing properly to be converted to
ShiftUI widgets (you can use the ToWidget() extension method to convert
a WinForms control to a ShiftUI widget)
Also multiple desktop panels are removed due to some odd bug I can't
diagnose. Will add them back in the future. Promise. I loved creating
GNOME2 skins.
Diffstat (limited to 'source/WindowsFormsApplication1/Apps/File Skimmer.Designer.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/Apps/File Skimmer.Designer.cs | 109 |
1 files changed, 54 insertions, 55 deletions
diff --git a/source/WindowsFormsApplication1/Apps/File Skimmer.Designer.cs b/source/WindowsFormsApplication1/Apps/File Skimmer.Designer.cs index 30d41d8..3484096 100644 --- a/source/WindowsFormsApplication1/Apps/File Skimmer.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/File Skimmer.Designer.cs @@ -30,20 +30,20 @@ { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(File_Skimmer)); - this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); - this.toolStrip2 = new System.Windows.Forms.ToolStrip(); - this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); - this.txtfilename = new System.Windows.Forms.ToolStripTextBox(); - this.cbfiletypes = new System.Windows.Forms.ToolStripComboBox(); - this.btnperformaction = new System.Windows.Forms.ToolStripButton(); - this.btncancel = new System.Windows.Forms.ToolStripButton(); - this.lvfiles = new System.Windows.Forms.ListView(); - this.menuStrip1 = new System.Windows.Forms.MenuStrip(); - this.newFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStrip1 = new System.Windows.Forms.ToolStrip(); - this.lbcurrentfolder = new System.Windows.Forms.ToolStripLabel(); - this.imgtypes = new System.Windows.Forms.ImageList(this.components); + this.toolStripContainer1 = new ShiftUI.ToolStripContainer(); + this.toolStrip2 = new ShiftUI.ToolStrip(); + this.toolStripLabel1 = new ShiftUI.ToolStripLabel(); + this.txtfilename = new ShiftUI.ToolStripTextBox(); + this.cbfiletypes = new ShiftUI.ToolStripComboBox(); + this.btnperformaction = new ShiftUI.ToolStripButton(); + this.btncancel = new ShiftUI.ToolStripButton(); + this.lvfiles = new ShiftUI.ListView(); + this.menuStrip1 = new ShiftUI.MenuStrip(); + this.newFolderToolStripMenuItem = new ShiftUI.ToolStripMenuItem(); + this.deleteToolStripMenuItem = new ShiftUI.ToolStripMenuItem(); + this.toolStrip1 = new ShiftUI.ToolStrip(); + this.lbcurrentfolder = new ShiftUI.ToolStripLabel(); + this.imgtypes = new ShiftUI.ImageList(this.components); this.toolStripContainer1.BottomToolStripPanel.SuspendLayout(); this.toolStripContainer1.ContentPanel.SuspendLayout(); this.toolStripContainer1.TopToolStripPanel.SuspendLayout(); @@ -58,13 +58,13 @@ // // toolStripContainer1.BottomToolStripPanel // - this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.toolStrip2); + this.toolStripContainer1.BottomToolStripPanel.Widgets.Add(this.toolStrip2); // // toolStripContainer1.ContentPanel // - this.toolStripContainer1.ContentPanel.Controls.Add(this.lvfiles); + this.toolStripContainer1.ContentPanel.Widgets.Add(this.lvfiles); this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(763, 348); - this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; + this.toolStripContainer1.Dock = ShiftUI.DockStyle.Fill; this.toolStripContainer1.Location = new System.Drawing.Point(0, 0); this.toolStripContainer1.Name = "toolStripContainer1"; this.toolStripContainer1.Size = new System.Drawing.Size(763, 413); @@ -73,21 +73,21 @@ // // toolStripContainer1.TopToolStripPanel // - this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip1); - this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1); + this.toolStripContainer1.TopToolStripPanel.Widgets.Add(this.menuStrip1); + this.toolStripContainer1.TopToolStripPanel.Widgets.Add(this.toolStrip1); // // toolStrip2 // this.toolStrip2.AutoSize = false; - this.toolStrip2.Dock = System.Windows.Forms.DockStyle.None; - this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; - this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.toolStrip2.Dock = ShiftUI.DockStyle.None; + this.toolStrip2.GripStyle = ShiftUI.ToolStripGripStyle.Hidden; + this.toolStrip2.Items.AddRange(new ShiftUI.ToolStripItem[] { this.toolStripLabel1, this.txtfilename, this.cbfiletypes, this.btnperformaction, this.btncancel}); - this.toolStrip2.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow; + this.toolStrip2.LayoutStyle = ShiftUI.ToolStripLayoutStyle.Flow; this.toolStrip2.Location = new System.Drawing.Point(0, 0); this.toolStrip2.Name = "toolStrip2"; this.toolStrip2.Size = new System.Drawing.Size(763, 23); @@ -114,7 +114,7 @@ // // btnperformaction // - this.btnperformaction.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; + this.btnperformaction.DisplayStyle = ShiftUI.ToolStripItemDisplayStyle.Text; this.btnperformaction.Image = ((System.Drawing.Image)(resources.GetObject("btnperformaction.Image"))); this.btnperformaction.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnperformaction.Name = "btnperformaction"; @@ -124,7 +124,7 @@ // // btncancel // - this.btncancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; + this.btncancel.DisplayStyle = ShiftUI.ToolStripItemDisplayStyle.Text; this.btncancel.Image = ((System.Drawing.Image)(resources.GetObject("btncancel.Image"))); this.btncancel.ImageTransparentColor = System.Drawing.Color.Magenta; this.btncancel.Name = "btncancel"; @@ -134,7 +134,7 @@ // // lvfiles // - this.lvfiles.Dock = System.Windows.Forms.DockStyle.Fill; + this.lvfiles.Dock = ShiftUI.DockStyle.Fill; this.lvfiles.Location = new System.Drawing.Point(0, 0); this.lvfiles.Name = "lvfiles"; this.lvfiles.Size = new System.Drawing.Size(763, 348); @@ -144,8 +144,8 @@ // // menuStrip1 // - this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None; - this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.menuStrip1.Dock = ShiftUI.DockStyle.None; + this.menuStrip1.Items.AddRange(new ShiftUI.ToolStripItem[] { this.newFolderToolStripMenuItem, this.deleteToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); @@ -171,11 +171,11 @@ // toolStrip1 // this.toolStrip1.AutoSize = false; - this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None; - this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; - this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.toolStrip1.Dock = ShiftUI.DockStyle.None; + this.toolStrip1.GripStyle = ShiftUI.ToolStripGripStyle.Hidden; + this.toolStrip1.Items.AddRange(new ShiftUI.ToolStripItem[] { this.lbcurrentfolder}); - this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Table; + this.toolStrip1.LayoutStyle = ShiftUI.ToolStripLayoutStyle.Table; this.toolStrip1.Location = new System.Drawing.Point(0, 24); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.ShowItemToolTips = false; @@ -191,21 +191,20 @@ // // imgtypes // - this.imgtypes.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgtypes.ImageStream"))); this.imgtypes.TransparentColor = System.Drawing.Color.Transparent; - this.imgtypes.Images.SetKeyName(0, "application"); - this.imgtypes.Images.SetKeyName(1, "package"); - this.imgtypes.Images.SetKeyName(2, "none"); - this.imgtypes.Images.SetKeyName(3, "doc"); - this.imgtypes.Images.SetKeyName(4, "dir"); - this.imgtypes.Images.SetKeyName(5, "skin"); + //this.imgtypes.Images.SetKeyName(0, "application"); + //this.imgtypes.Images.SetKeyName(1, "package"); + //this.imgtypes.Images.SetKeyName(2, "none"); + //this.imgtypes.Images.SetKeyName(3, "doc"); + //this.imgtypes.Images.SetKeyName(4, "dir"); + //this.imgtypes.Images.SetKeyName(5, "skin"); // // File_Skimmer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleMode = ShiftUI.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(763, 413); - this.Controls.Add(this.toolStripContainer1); + this.Widgets.Add(this.toolStripContainer1); this.Name = "File_Skimmer"; this.Text = "File_Skimmer"; this.Load += new System.EventHandler(this.File_Skimmer_Load); @@ -227,19 +226,19 @@ #endregion - private System.Windows.Forms.ToolStripContainer toolStripContainer1; - private System.Windows.Forms.MenuStrip menuStrip1; - private System.Windows.Forms.ToolStripMenuItem newFolderToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem; - private System.Windows.Forms.ToolStrip toolStrip1; - private System.Windows.Forms.ListView lvfiles; - private System.Windows.Forms.ToolStripLabel lbcurrentfolder; - private System.Windows.Forms.ImageList imgtypes; - private System.Windows.Forms.ToolStrip toolStrip2; - private System.Windows.Forms.ToolStripLabel toolStripLabel1; - private System.Windows.Forms.ToolStripTextBox txtfilename; - private System.Windows.Forms.ToolStripComboBox cbfiletypes; - private System.Windows.Forms.ToolStripButton btnperformaction; - private System.Windows.Forms.ToolStripButton btncancel; + private ShiftUI.ToolStripContainer toolStripContainer1; + private ShiftUI.MenuStrip menuStrip1; + private ShiftUI.ToolStripMenuItem newFolderToolStripMenuItem; + private ShiftUI.ToolStripMenuItem deleteToolStripMenuItem; + private ShiftUI.ToolStrip toolStrip1; + private ShiftUI.ListView lvfiles; + private ShiftUI.ToolStripLabel lbcurrentfolder; + private ShiftUI.ImageList imgtypes; + private ShiftUI.ToolStrip toolStrip2; + private ShiftUI.ToolStripLabel toolStripLabel1; + private ShiftUI.ToolStripTextBox txtfilename; + private ShiftUI.ToolStripComboBox cbfiletypes; + private ShiftUI.ToolStripButton btnperformaction; + private ShiftUI.ToolStripButton btncancel; } }
\ No newline at end of file |
