mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
Remove unused imagelist
This commit is contained in:
parent
19a8ccfe5a
commit
5e544628e9
@ -50,7 +50,6 @@ namespace HeliosPlus.UIForms
|
||||
this.pb_down_arrow = new System.Windows.Forms.PictureBox();
|
||||
this.lbl_profile_shown = new System.Windows.Forms.Label();
|
||||
this.txt_profile_save_name = new System.Windows.Forms.TextBox();
|
||||
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
||||
this.ilv_saved_profiles = new Manina.Windows.Forms.ImageListView();
|
||||
this.lbl_profile_shown_subtitle = new System.Windows.Forms.Label();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
@ -238,12 +237,6 @@ namespace HeliosPlus.UIForms
|
||||
this.txt_profile_save_name.TabIndex = 20;
|
||||
this.txt_profile_save_name.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_profile_save_name_KeyDown);
|
||||
//
|
||||
// imageList1
|
||||
//
|
||||
this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
|
||||
this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
|
||||
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
||||
//
|
||||
// ilv_saved_profiles
|
||||
//
|
||||
this.ilv_saved_profiles.AllowCheckBoxClick = false;
|
||||
@ -343,7 +336,6 @@ namespace HeliosPlus.UIForms
|
||||
private System.Windows.Forms.PictureBox pb_down_arrow;
|
||||
private System.Windows.Forms.Label lbl_profile_shown;
|
||||
private System.Windows.Forms.TextBox txt_profile_save_name;
|
||||
private System.Windows.Forms.ImageList imageList1;
|
||||
private Manina.Windows.Forms.ImageListView ilv_saved_profiles;
|
||||
private System.Windows.Forms.Label lbl_profile_shown_subtitle;
|
||||
private System.Windows.Forms.Label label1;
|
||||
|
@ -156,9 +156,6 @@
|
||||
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH0riv8AqmJbqTbWBoYAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="imageList1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>248, 17</value>
|
||||
</metadata>
|
||||
<data name="ilv_saved_profiles.Colors" xml:space="preserve">
|
||||
<value>BorderColor = 406d6d6d; UnFocusedColor1 = ffff8080; UnFocusedColor2 = LightCoral; UnFocusedBorderColor = Maroon; HoverColor1 = 80078d7; HoverColor2 = 400078d7; HoverBorderColor = 400078d7; SelectedColor1 = ffff8080; SelectedColor2 = LightCoral; SelectedBorderColor = Maroon; DisabledColor1 = 6d6d6d; DisabledColor2 = 206d6d6d; DisabledBorderColor = 206d6d6d; DisabledForeColor = ff808080; ColumnHeaderBackColor1 = 20f0f0f0; ColumnHeaderBackColor2 = c4f0f0f0; ColumnHeaderHoverColor1 = 100078d7; ColumnHeaderHoverColor2 = 400078d7; ColumnSelectColor = 106d6d6d; ColumnSeparatorColor = 206d6d6d; PaneBackColor = 106d6d6d; PaneSeparatorColor = 806d6d6d; SelectionRectangleColor1 = 800078d7; SelectionRectangleColor2 = 800078d7</value>
|
||||
</data>
|
||||
|
Loading…
Reference in New Issue
Block a user