fixed #5337: Reorder tools

This commit is contained in:
Jaex 2021-06-07 22:56:20 +03:00
parent eefbd00925
commit 1046793114
2 changed files with 843 additions and 780 deletions

View file

@ -76,20 +76,20 @@ private void InitializeComponent()
this.tsddbTools = new System.Windows.Forms.ToolStripDropDownButton();
this.tsmiColorPicker = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiScreenColorPicker = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiRuler = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiImageEditor = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiImageEffects = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiHashCheck = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDNSChanger = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiQRCode = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiRuler = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiIndexFolder = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiImageCombiner = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiImageSplitter = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiImageThumbnailer = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiVideoConverter = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiVideoThumbnailer = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiInspectWindow = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiQRCode = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiHashCheck = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiIndexFolder = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiClipboardViewer = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiInspectWindow = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDNSChanger = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTweetMessage = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiMonitorTest = new System.Windows.Forms.ToolStripMenuItem();
this.tssMain1 = new System.Windows.Forms.ToolStripSeparator();
@ -233,20 +233,20 @@ private void InitializeComponent()
this.tsmiTrayTools = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTrayColorPicker = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTrayScreenColorPicker = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTrayRuler = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTrayImageEditor = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTrayImageEffects = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTrayHashCheck = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTrayDNSChanger = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTrayQRCode = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTrayRuler = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTrayIndexFolder = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTrayImageCombiner = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTrayImageSplitter = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTrayImageThumbnailer = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTrayVideoConverter = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTrayVideoThumbnailer = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTrayInspectWindow = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTrayQRCode = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTrayHashCheck = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTrayIndexFolder = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTrayClipboardViewer = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTrayInspectWindow = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTrayDNSChanger = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTrayTweetMessage = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTrayMonitorTest = new System.Windows.Forms.ToolStripMenuItem();
this.tssTray1 = new System.Windows.Forms.ToolStripSeparator();
@ -678,22 +678,22 @@ private void InitializeComponent()
this.tsddbTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiColorPicker,
this.tsmiScreenColorPicker,
this.tsmiRuler,
this.tsmiImageEditor,
this.tsmiImageEffects,
this.tsmiHashCheck,
this.tsmiDNSChanger,
this.tsmiQRCode,
this.tsmiRuler,
this.tsmiIndexFolder,
this.tsmiImageCombiner,
this.tsmiImageSplitter,
this.tsmiImageThumbnailer,
this.tsmiVideoConverter,
this.tsmiVideoThumbnailer,
this.tsmiInspectWindow,
this.tsmiQRCode,
this.tsmiHashCheck,
this.tsmiIndexFolder,
this.tsmiClipboardViewer,
this.tsmiTweetMessage,
this.tsmiMonitorTest});
this.tsmiInspectWindow,
this.tsmiMonitorTest,
this.tsmiDNSChanger,
this.tsmiTweetMessage});
this.tsddbTools.Image = global::ShareX.Properties.Resources.toolbox;
resources.ApplyResources(this.tsddbTools, "tsddbTools");
this.tsddbTools.Name = "tsddbTools";
@ -712,6 +712,13 @@ private void InitializeComponent()
resources.ApplyResources(this.tsmiScreenColorPicker, "tsmiScreenColorPicker");
this.tsmiScreenColorPicker.Click += new System.EventHandler(this.tsmiScreenColorPicker_Click);
//
// tsmiRuler
//
this.tsmiRuler.Image = global::ShareX.Properties.Resources.ruler_triangle;
this.tsmiRuler.Name = "tsmiRuler";
resources.ApplyResources(this.tsmiRuler, "tsmiRuler");
this.tsmiRuler.Click += new System.EventHandler(this.tsmiRuler_Click);
//
// tsmiImageEditor
//
this.tsmiImageEditor.Image = global::ShareX.Properties.Resources.image_pencil;
@ -726,41 +733,6 @@ private void InitializeComponent()
resources.ApplyResources(this.tsmiImageEffects, "tsmiImageEffects");
this.tsmiImageEffects.Click += new System.EventHandler(this.tsmiImageEffects_Click);
//
// tsmiHashCheck
//
this.tsmiHashCheck.Image = global::ShareX.Properties.Resources.application_task;
this.tsmiHashCheck.Name = "tsmiHashCheck";
resources.ApplyResources(this.tsmiHashCheck, "tsmiHashCheck");
this.tsmiHashCheck.Click += new System.EventHandler(this.tsmiHashCheck_Click);
//
// tsmiDNSChanger
//
this.tsmiDNSChanger.Image = global::ShareX.Properties.Resources.network_ip;
this.tsmiDNSChanger.Name = "tsmiDNSChanger";
resources.ApplyResources(this.tsmiDNSChanger, "tsmiDNSChanger");
this.tsmiDNSChanger.Click += new System.EventHandler(this.tsmiDNSChanger_Click);
//
// tsmiQRCode
//
this.tsmiQRCode.Image = global::ShareX.Properties.Resources.barcode_2d;
this.tsmiQRCode.Name = "tsmiQRCode";
resources.ApplyResources(this.tsmiQRCode, "tsmiQRCode");
this.tsmiQRCode.Click += new System.EventHandler(this.tsmiQRCode_Click);
//
// tsmiRuler
//
this.tsmiRuler.Image = global::ShareX.Properties.Resources.ruler_triangle;
this.tsmiRuler.Name = "tsmiRuler";
resources.ApplyResources(this.tsmiRuler, "tsmiRuler");
this.tsmiRuler.Click += new System.EventHandler(this.tsmiRuler_Click);
//
// tsmiIndexFolder
//
this.tsmiIndexFolder.Image = global::ShareX.Properties.Resources.folder_tree;
this.tsmiIndexFolder.Name = "tsmiIndexFolder";
resources.ApplyResources(this.tsmiIndexFolder, "tsmiIndexFolder");
this.tsmiIndexFolder.Click += new System.EventHandler(this.tsmiIndexFolder_Click);
//
// tsmiImageCombiner
//
this.tsmiImageCombiner.Image = global::ShareX.Properties.Resources.document_break;
@ -796,12 +768,26 @@ private void InitializeComponent()
resources.ApplyResources(this.tsmiVideoThumbnailer, "tsmiVideoThumbnailer");
this.tsmiVideoThumbnailer.Click += new System.EventHandler(this.tsmiVideoThumbnailer_Click);
//
// tsmiInspectWindow
// tsmiQRCode
//
this.tsmiInspectWindow.Image = global::ShareX.Properties.Resources.application_search_result;
this.tsmiInspectWindow.Name = "tsmiInspectWindow";
resources.ApplyResources(this.tsmiInspectWindow, "tsmiInspectWindow");
this.tsmiInspectWindow.Click += new System.EventHandler(this.tsmiInspectWindow_Click);
this.tsmiQRCode.Image = global::ShareX.Properties.Resources.barcode_2d;
this.tsmiQRCode.Name = "tsmiQRCode";
resources.ApplyResources(this.tsmiQRCode, "tsmiQRCode");
this.tsmiQRCode.Click += new System.EventHandler(this.tsmiQRCode_Click);
//
// tsmiHashCheck
//
this.tsmiHashCheck.Image = global::ShareX.Properties.Resources.application_task;
this.tsmiHashCheck.Name = "tsmiHashCheck";
resources.ApplyResources(this.tsmiHashCheck, "tsmiHashCheck");
this.tsmiHashCheck.Click += new System.EventHandler(this.tsmiHashCheck_Click);
//
// tsmiIndexFolder
//
this.tsmiIndexFolder.Image = global::ShareX.Properties.Resources.folder_tree;
this.tsmiIndexFolder.Name = "tsmiIndexFolder";
resources.ApplyResources(this.tsmiIndexFolder, "tsmiIndexFolder");
this.tsmiIndexFolder.Click += new System.EventHandler(this.tsmiIndexFolder_Click);
//
// tsmiClipboardViewer
//
@ -810,6 +796,20 @@ private void InitializeComponent()
resources.ApplyResources(this.tsmiClipboardViewer, "tsmiClipboardViewer");
this.tsmiClipboardViewer.Click += new System.EventHandler(this.tsmiClipboardViewer_Click);
//
// tsmiInspectWindow
//
this.tsmiInspectWindow.Image = global::ShareX.Properties.Resources.application_search_result;
this.tsmiInspectWindow.Name = "tsmiInspectWindow";
resources.ApplyResources(this.tsmiInspectWindow, "tsmiInspectWindow");
this.tsmiInspectWindow.Click += new System.EventHandler(this.tsmiInspectWindow_Click);
//
// tsmiDNSChanger
//
this.tsmiDNSChanger.Image = global::ShareX.Properties.Resources.network_ip;
this.tsmiDNSChanger.Name = "tsmiDNSChanger";
resources.ApplyResources(this.tsmiDNSChanger, "tsmiDNSChanger");
this.tsmiDNSChanger.Click += new System.EventHandler(this.tsmiDNSChanger_Click);
//
// tsmiTweetMessage
//
this.tsmiTweetMessage.Image = global::ShareX.Properties.Resources.Twitter_16x16;
@ -1873,22 +1873,22 @@ private void InitializeComponent()
this.tsmiTrayTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiTrayColorPicker,
this.tsmiTrayScreenColorPicker,
this.tsmiTrayRuler,
this.tsmiTrayImageEditor,
this.tsmiTrayImageEffects,
this.tsmiTrayHashCheck,
this.tsmiTrayDNSChanger,
this.tsmiTrayQRCode,
this.tsmiTrayRuler,
this.tsmiTrayIndexFolder,
this.tsmiTrayImageCombiner,
this.tsmiTrayImageSplitter,
this.tsmiTrayImageThumbnailer,
this.tsmiTrayVideoConverter,
this.tsmiTrayVideoThumbnailer,
this.tsmiTrayInspectWindow,
this.tsmiTrayQRCode,
this.tsmiTrayHashCheck,
this.tsmiTrayIndexFolder,
this.tsmiTrayClipboardViewer,
this.tsmiTrayTweetMessage,
this.tsmiTrayMonitorTest});
this.tsmiTrayInspectWindow,
this.tsmiTrayMonitorTest,
this.tsmiTrayDNSChanger,
this.tsmiTrayTweetMessage});
this.tsmiTrayTools.Image = global::ShareX.Properties.Resources.toolbox;
this.tsmiTrayTools.Name = "tsmiTrayTools";
resources.ApplyResources(this.tsmiTrayTools, "tsmiTrayTools");
@ -1907,6 +1907,13 @@ private void InitializeComponent()
resources.ApplyResources(this.tsmiTrayScreenColorPicker, "tsmiTrayScreenColorPicker");
this.tsmiTrayScreenColorPicker.Click += new System.EventHandler(this.tsmiScreenColorPicker_Click);
//
// tsmiTrayRuler
//
this.tsmiTrayRuler.Image = global::ShareX.Properties.Resources.ruler_triangle;
this.tsmiTrayRuler.Name = "tsmiTrayRuler";
resources.ApplyResources(this.tsmiTrayRuler, "tsmiTrayRuler");
this.tsmiTrayRuler.Click += new System.EventHandler(this.tsmiRuler_Click);
//
// tsmiTrayImageEditor
//
this.tsmiTrayImageEditor.Image = global::ShareX.Properties.Resources.image_pencil;
@ -1921,41 +1928,6 @@ private void InitializeComponent()
resources.ApplyResources(this.tsmiTrayImageEffects, "tsmiTrayImageEffects");
this.tsmiTrayImageEffects.Click += new System.EventHandler(this.tsmiImageEffects_Click);
//
// tsmiTrayHashCheck
//
this.tsmiTrayHashCheck.Image = global::ShareX.Properties.Resources.application_task;
this.tsmiTrayHashCheck.Name = "tsmiTrayHashCheck";
resources.ApplyResources(this.tsmiTrayHashCheck, "tsmiTrayHashCheck");
this.tsmiTrayHashCheck.Click += new System.EventHandler(this.tsmiHashCheck_Click);
//
// tsmiTrayDNSChanger
//
this.tsmiTrayDNSChanger.Image = global::ShareX.Properties.Resources.network_ip;
this.tsmiTrayDNSChanger.Name = "tsmiTrayDNSChanger";
resources.ApplyResources(this.tsmiTrayDNSChanger, "tsmiTrayDNSChanger");
this.tsmiTrayDNSChanger.Click += new System.EventHandler(this.tsmiDNSChanger_Click);
//
// tsmiTrayQRCode
//
this.tsmiTrayQRCode.Image = global::ShareX.Properties.Resources.barcode_2d;
this.tsmiTrayQRCode.Name = "tsmiTrayQRCode";
resources.ApplyResources(this.tsmiTrayQRCode, "tsmiTrayQRCode");
this.tsmiTrayQRCode.Click += new System.EventHandler(this.tsmiQRCode_Click);
//
// tsmiTrayRuler
//
this.tsmiTrayRuler.Image = global::ShareX.Properties.Resources.ruler_triangle;
this.tsmiTrayRuler.Name = "tsmiTrayRuler";
resources.ApplyResources(this.tsmiTrayRuler, "tsmiTrayRuler");
this.tsmiTrayRuler.Click += new System.EventHandler(this.tsmiRuler_Click);
//
// tsmiTrayIndexFolder
//
this.tsmiTrayIndexFolder.Image = global::ShareX.Properties.Resources.folder_tree;
this.tsmiTrayIndexFolder.Name = "tsmiTrayIndexFolder";
resources.ApplyResources(this.tsmiTrayIndexFolder, "tsmiTrayIndexFolder");
this.tsmiTrayIndexFolder.Click += new System.EventHandler(this.tsmiIndexFolder_Click);
//
// tsmiTrayImageCombiner
//
this.tsmiTrayImageCombiner.Image = global::ShareX.Properties.Resources.document_break;
@ -1991,12 +1963,26 @@ private void InitializeComponent()
resources.ApplyResources(this.tsmiTrayVideoThumbnailer, "tsmiTrayVideoThumbnailer");
this.tsmiTrayVideoThumbnailer.Click += new System.EventHandler(this.tsmiVideoThumbnailer_Click);
//
// tsmiTrayInspectWindow
// tsmiTrayQRCode
//
this.tsmiTrayInspectWindow.Image = global::ShareX.Properties.Resources.application_search_result;
this.tsmiTrayInspectWindow.Name = "tsmiTrayInspectWindow";
resources.ApplyResources(this.tsmiTrayInspectWindow, "tsmiTrayInspectWindow");
this.tsmiTrayInspectWindow.Click += new System.EventHandler(this.tsmiInspectWindow_Click);
this.tsmiTrayQRCode.Image = global::ShareX.Properties.Resources.barcode_2d;
this.tsmiTrayQRCode.Name = "tsmiTrayQRCode";
resources.ApplyResources(this.tsmiTrayQRCode, "tsmiTrayQRCode");
this.tsmiTrayQRCode.Click += new System.EventHandler(this.tsmiQRCode_Click);
//
// tsmiTrayHashCheck
//
this.tsmiTrayHashCheck.Image = global::ShareX.Properties.Resources.application_task;
this.tsmiTrayHashCheck.Name = "tsmiTrayHashCheck";
resources.ApplyResources(this.tsmiTrayHashCheck, "tsmiTrayHashCheck");
this.tsmiTrayHashCheck.Click += new System.EventHandler(this.tsmiHashCheck_Click);
//
// tsmiTrayIndexFolder
//
this.tsmiTrayIndexFolder.Image = global::ShareX.Properties.Resources.folder_tree;
this.tsmiTrayIndexFolder.Name = "tsmiTrayIndexFolder";
resources.ApplyResources(this.tsmiTrayIndexFolder, "tsmiTrayIndexFolder");
this.tsmiTrayIndexFolder.Click += new System.EventHandler(this.tsmiIndexFolder_Click);
//
// tsmiTrayClipboardViewer
//
@ -2005,6 +1991,20 @@ private void InitializeComponent()
resources.ApplyResources(this.tsmiTrayClipboardViewer, "tsmiTrayClipboardViewer");
this.tsmiTrayClipboardViewer.Click += new System.EventHandler(this.tsmiClipboardViewer_Click);
//
// tsmiTrayInspectWindow
//
this.tsmiTrayInspectWindow.Image = global::ShareX.Properties.Resources.application_search_result;
this.tsmiTrayInspectWindow.Name = "tsmiTrayInspectWindow";
resources.ApplyResources(this.tsmiTrayInspectWindow, "tsmiTrayInspectWindow");
this.tsmiTrayInspectWindow.Click += new System.EventHandler(this.tsmiInspectWindow_Click);
//
// tsmiTrayDNSChanger
//
this.tsmiTrayDNSChanger.Image = global::ShareX.Properties.Resources.network_ip;
this.tsmiTrayDNSChanger.Name = "tsmiTrayDNSChanger";
resources.ApplyResources(this.tsmiTrayDNSChanger, "tsmiTrayDNSChanger");
this.tsmiTrayDNSChanger.Click += new System.EventHandler(this.tsmiDNSChanger_Click);
//
// tsmiTrayTweetMessage
//
this.tsmiTrayTweetMessage.Image = global::ShareX.Properties.Resources.Twitter_16x16;

File diff suppressed because it is too large Load diff