|
|
@@ -36,6 +36,7 @@
|
|
|
this.TextBox1 = new System.Windows.Forms.TextBox();
|
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
|
this.menuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.reconciliationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
@@ -75,6 +76,8 @@
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
|
|
|
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
|
|
|
+ this.backgroundWorker2 = new System.ComponentModel.BackgroundWorker();
|
|
|
+ this.flagINSSampleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.menuStrip1.SuspendLayout();
|
|
|
this.statusStrip1.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
@@ -99,10 +102,13 @@
|
|
|
this.menuStrip1.Size = new System.Drawing.Size(1708, 33);
|
|
|
this.menuStrip1.TabIndex = 1;
|
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
|
+ this.menuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.menuStrip1_ItemClicked);
|
|
|
//
|
|
|
// menuToolStripMenuItem
|
|
|
//
|
|
|
this.menuToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.reconciliationToolStripMenuItem,
|
|
|
+ this.flagINSSampleToolStripMenuItem,
|
|
|
this.settingsToolStripMenuItem,
|
|
|
this.toolStripSeparator2,
|
|
|
this.logsToolStripMenuItem,
|
|
|
@@ -114,6 +120,12 @@
|
|
|
this.menuToolStripMenuItem.Size = new System.Drawing.Size(73, 29);
|
|
|
this.menuToolStripMenuItem.Text = "Menu";
|
|
|
//
|
|
|
+ // reconciliationToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.reconciliationToolStripMenuItem.Name = "reconciliationToolStripMenuItem";
|
|
|
+ this.reconciliationToolStripMenuItem.Size = new System.Drawing.Size(270, 34);
|
|
|
+ this.reconciliationToolStripMenuItem.Text = "Reconciliation";
|
|
|
+ //
|
|
|
// settingsToolStripMenuItem
|
|
|
//
|
|
|
this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
@@ -124,7 +136,7 @@
|
|
|
this.toolStripSeparator5,
|
|
|
this.purgeToolStripMenuItem1});
|
|
|
this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
|
|
|
- this.settingsToolStripMenuItem.Size = new System.Drawing.Size(195, 34);
|
|
|
+ this.settingsToolStripMenuItem.Size = new System.Drawing.Size(270, 34);
|
|
|
this.settingsToolStripMenuItem.Text = "Settings";
|
|
|
//
|
|
|
// editToolStripMenuItem
|
|
|
@@ -168,7 +180,7 @@
|
|
|
// toolStripSeparator2
|
|
|
//
|
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
|
- this.toolStripSeparator2.Size = new System.Drawing.Size(192, 6);
|
|
|
+ this.toolStripSeparator2.Size = new System.Drawing.Size(267, 6);
|
|
|
//
|
|
|
// logsToolStripMenuItem
|
|
|
//
|
|
|
@@ -177,7 +189,7 @@
|
|
|
this.openDirectoryToolStripMenuItem,
|
|
|
this.purgeToolStripMenuItem});
|
|
|
this.logsToolStripMenuItem.Name = "logsToolStripMenuItem";
|
|
|
- this.logsToolStripMenuItem.Size = new System.Drawing.Size(195, 34);
|
|
|
+ this.logsToolStripMenuItem.Size = new System.Drawing.Size(270, 34);
|
|
|
this.logsToolStripMenuItem.Text = "Logs";
|
|
|
//
|
|
|
// openCurrentToolStripMenuItem
|
|
|
@@ -204,7 +216,7 @@
|
|
|
// toolStripSeparator3
|
|
|
//
|
|
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
|
|
- this.toolStripSeparator3.Size = new System.Drawing.Size(192, 6);
|
|
|
+ this.toolStripSeparator3.Size = new System.Drawing.Size(267, 6);
|
|
|
//
|
|
|
// reinitializeToolStripMenuItem
|
|
|
//
|
|
|
@@ -212,7 +224,7 @@
|
|
|
this.reinitializeSettingsToolStripMenuItem,
|
|
|
this.testSettingsToolStripMenuItem});
|
|
|
this.reinitializeToolStripMenuItem.Name = "reinitializeToolStripMenuItem";
|
|
|
- this.reinitializeToolStripMenuItem.Size = new System.Drawing.Size(195, 34);
|
|
|
+ this.reinitializeToolStripMenuItem.Size = new System.Drawing.Size(270, 34);
|
|
|
this.reinitializeToolStripMenuItem.Text = "Reinitialize";
|
|
|
//
|
|
|
// reinitializeSettingsToolStripMenuItem
|
|
|
@@ -231,12 +243,12 @@
|
|
|
// toolStripSeparator4
|
|
|
//
|
|
|
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
|
|
- this.toolStripSeparator4.Size = new System.Drawing.Size(192, 6);
|
|
|
+ this.toolStripSeparator4.Size = new System.Drawing.Size(267, 6);
|
|
|
//
|
|
|
// ExitToolStripMenuItem
|
|
|
//
|
|
|
this.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem";
|
|
|
- this.ExitToolStripMenuItem.Size = new System.Drawing.Size(195, 34);
|
|
|
+ this.ExitToolStripMenuItem.Size = new System.Drawing.Size(270, 34);
|
|
|
this.ExitToolStripMenuItem.Text = "Exit";
|
|
|
this.ExitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);
|
|
|
//
|
|
|
@@ -408,6 +420,18 @@
|
|
|
this.notifyIcon1.Visible = true;
|
|
|
this.notifyIcon1.DoubleClick += new System.EventHandler(this.notifyIcon1_DoubleClick);
|
|
|
//
|
|
|
+ // backgroundWorker2
|
|
|
+ //
|
|
|
+ this.backgroundWorker2.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker2_DoWork);
|
|
|
+ this.backgroundWorker2.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker2_RunWorkerCompleted);
|
|
|
+ //
|
|
|
+ // flagINSSampleToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.flagINSSampleToolStripMenuItem.Name = "flagINSSampleToolStripMenuItem";
|
|
|
+ this.flagINSSampleToolStripMenuItem.Size = new System.Drawing.Size(270, 34);
|
|
|
+ this.flagINSSampleToolStripMenuItem.Text = "Flag \'INS\' sample";
|
|
|
+ this.flagINSSampleToolStripMenuItem.Click += new System.EventHandler(this.flagINSSampleToolStripMenuItem_Click);
|
|
|
+ //
|
|
|
// Form1
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F);
|
|
|
@@ -482,5 +506,9 @@
|
|
|
private ToolStripStatusLabel toolStripStatusLabel4;
|
|
|
private ToolStripStatusLabel toolStripStatusLabel5;
|
|
|
private NotifyIcon notifyIcon1;
|
|
|
+ private System.ComponentModel.BackgroundWorker backgroundWorker2;
|
|
|
+ private ToolStripMenuItem toolStripMenuItem1;
|
|
|
+ private ToolStripMenuItem reconciliationToolStripMenuItem;
|
|
|
+ private ToolStripMenuItem flagINSSampleToolStripMenuItem;
|
|
|
}
|
|
|
}
|