Update FormProcessManager.Designer.cs

This commit is contained in:
NYAN CAT 2019-05-25 18:40:58 +03:00
parent 9930ae653b
commit 0c54647b5d

View File

@ -56,7 +56,7 @@
this.listView1.Name = "listView1";
this.listView1.ShowGroups = false;
this.listView1.ShowItemToolTips = true;
this.listView1.Size = new System.Drawing.Size(557, 577);
this.listView1.Size = new System.Drawing.Size(500, 577);
this.listView1.SmallImageList = this.imageList1;
this.listView1.Sorting = System.Windows.Forms.SortOrder.Ascending;
this.listView1.TabIndex = 0;
@ -66,7 +66,7 @@
// lv_name
//
this.lv_name.Text = "Name";
this.lv_name.Width = 350;
this.lv_name.Width = 281;
//
// lv_id
//
@ -80,19 +80,19 @@
this.killToolStripMenuItem,
this.refreshToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(144, 64);
this.contextMenuStrip1.Size = new System.Drawing.Size(144, 68);
//
// killToolStripMenuItem
//
this.killToolStripMenuItem.Name = "killToolStripMenuItem";
this.killToolStripMenuItem.Size = new System.Drawing.Size(143, 30);
this.killToolStripMenuItem.Size = new System.Drawing.Size(143, 32);
this.killToolStripMenuItem.Text = "Kill";
this.killToolStripMenuItem.Click += new System.EventHandler(this.killToolStripMenuItem_Click);
//
// refreshToolStripMenuItem
//
this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
this.refreshToolStripMenuItem.Size = new System.Drawing.Size(143, 30);
this.refreshToolStripMenuItem.Size = new System.Drawing.Size(143, 32);
this.refreshToolStripMenuItem.Text = "Refresh";
this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
//
@ -112,7 +112,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(557, 577);
this.ClientSize = new System.Drawing.Size(500, 577);
this.Controls.Add(this.listView1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FormProcessManager";