|
@@ -0,0 +1,514 @@
|
|
|
+namespace MyMemcached
|
|
|
+{
|
|
|
+ partial class MainForm
|
|
|
+ {
|
|
|
+ /// <summary>
|
|
|
+ /// Required designer variable.
|
|
|
+ /// </summary>
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Clean up any resources being used.
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows Form Designer generated code
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Required method for Designer support - do not modify
|
|
|
+ /// the contents of this method with the code editor.
|
|
|
+ /// </summary>
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
|
|
+ this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.btnAddServer = new System.Windows.Forms.Button();
|
|
|
+ this.tbPort = new System.Windows.Forms.TextBox();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.tbHost = new System.Windows.Forms.TextBox();
|
|
|
+ this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
|
+ this.菜单ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.telnetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.重置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.statsResetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.flushallToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.数据ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.DataTraversalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.getToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
|
+ this.ServerList = new System.Windows.Forms.ListBox();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.itemsview = new System.Windows.Forms.TextBox();
|
|
|
+ this.slabView = new System.Windows.Forms.TextBox();
|
|
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
|
+ this.cmbSlabs = new System.Windows.Forms.ComboBox();
|
|
|
+ this.lbTotalMalloced = new System.Windows.Forms.Label();
|
|
|
+ this.lbActiveSlabs = new System.Windows.Forms.Label();
|
|
|
+ this.panel2 = new System.Windows.Forms.Panel();
|
|
|
+ this.pbCAS = new System.Windows.Forms.ProgressBar();
|
|
|
+ this.label10 = new System.Windows.Forms.Label();
|
|
|
+ this.pbDecr = new System.Windows.Forms.ProgressBar();
|
|
|
+ this.label9 = new System.Windows.Forms.Label();
|
|
|
+ this.pbIncr = new System.Windows.Forms.ProgressBar();
|
|
|
+ this.label8 = new System.Windows.Forms.Label();
|
|
|
+ this.pbDelete = new System.Windows.Forms.ProgressBar();
|
|
|
+ this.label7 = new System.Windows.Forms.Label();
|
|
|
+ this.pbget = new System.Windows.Forms.ProgressBar();
|
|
|
+ this.label6 = new System.Windows.Forms.Label();
|
|
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
|
+ this.pbbytes = new System.Windows.Forms.ProgressBar();
|
|
|
+ this.groupBox1.SuspendLayout();
|
|
|
+ this.menuStrip1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
|
+ this.panel1.SuspendLayout();
|
|
|
+ this.panel2.SuspendLayout();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // groupBox1
|
|
|
+ //
|
|
|
+ this.groupBox1.AccessibleDescription = "";
|
|
|
+ this.groupBox1.AccessibleName = "";
|
|
|
+ this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.groupBox1.Controls.Add(this.btnAddServer);
|
|
|
+ this.groupBox1.Controls.Add(this.tbPort);
|
|
|
+ this.groupBox1.Controls.Add(this.label2);
|
|
|
+ this.groupBox1.Controls.Add(this.label1);
|
|
|
+ this.groupBox1.Controls.Add(this.tbHost);
|
|
|
+ this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
|
+ this.groupBox1.Location = new System.Drawing.Point(706, 27);
|
|
|
+ this.groupBox1.Name = "groupBox1";
|
|
|
+ this.groupBox1.Size = new System.Drawing.Size(200, 121);
|
|
|
+ this.groupBox1.TabIndex = 0;
|
|
|
+ this.groupBox1.TabStop = false;
|
|
|
+ this.groupBox1.Text = "添加服务器";
|
|
|
+ //
|
|
|
+ // btnAddServer
|
|
|
+ //
|
|
|
+ this.btnAddServer.Location = new System.Drawing.Point(57, 92);
|
|
|
+ this.btnAddServer.Name = "btnAddServer";
|
|
|
+ this.btnAddServer.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.btnAddServer.TabIndex = 4;
|
|
|
+ this.btnAddServer.Text = "添加";
|
|
|
+ this.btnAddServer.UseVisualStyleBackColor = true;
|
|
|
+ this.btnAddServer.Click += new System.EventHandler(this.btnAddServer_Click);
|
|
|
+ //
|
|
|
+ // tbPort
|
|
|
+ //
|
|
|
+ this.tbPort.Location = new System.Drawing.Point(42, 51);
|
|
|
+ this.tbPort.Name = "tbPort";
|
|
|
+ this.tbPort.Size = new System.Drawing.Size(147, 21);
|
|
|
+ this.tbPort.TabIndex = 3;
|
|
|
+ this.tbPort.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbPort_KeyDown);
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Location = new System.Drawing.Point(6, 60);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(29, 12);
|
|
|
+ this.label2.TabIndex = 2;
|
|
|
+ this.label2.Text = "端口";
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Location = new System.Drawing.Point(7, 30);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(17, 12);
|
|
|
+ this.label1.TabIndex = 1;
|
|
|
+ this.label1.Text = "IP";
|
|
|
+ //
|
|
|
+ // tbHost
|
|
|
+ //
|
|
|
+ this.tbHost.Location = new System.Drawing.Point(42, 21);
|
|
|
+ this.tbHost.Name = "tbHost";
|
|
|
+ this.tbHost.Size = new System.Drawing.Size(147, 21);
|
|
|
+ this.tbHost.TabIndex = 0;
|
|
|
+ this.tbHost.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbHost_KeyDown);
|
|
|
+ //
|
|
|
+ // menuStrip1
|
|
|
+ //
|
|
|
+ this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.菜单ToolStripMenuItem,
|
|
|
+ this.refreshToolStripMenuItem,
|
|
|
+ this.数据ToolStripMenuItem});
|
|
|
+ this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.menuStrip1.Name = "menuStrip1";
|
|
|
+ this.menuStrip1.Size = new System.Drawing.Size(906, 24);
|
|
|
+ this.menuStrip1.TabIndex = 2;
|
|
|
+ this.menuStrip1.Text = "menuStrip1";
|
|
|
+ //
|
|
|
+ // 菜单ToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.菜单ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.telnetToolStripMenuItem,
|
|
|
+ this.重置ToolStripMenuItem});
|
|
|
+ this.菜单ToolStripMenuItem.Name = "菜单ToolStripMenuItem";
|
|
|
+ this.菜单ToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
|
|
|
+ this.菜单ToolStripMenuItem.Text = "菜单";
|
|
|
+ //
|
|
|
+ // telnetToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.telnetToolStripMenuItem.Name = "telnetToolStripMenuItem";
|
|
|
+ this.telnetToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
|
|
+ this.telnetToolStripMenuItem.Text = "telnet 命令行";
|
|
|
+ this.telnetToolStripMenuItem.Click += new System.EventHandler(this.telnetToolStripMenuItem_Click);
|
|
|
+ //
|
|
|
+ // 重置ToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.重置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.statsResetToolStripMenuItem,
|
|
|
+ this.flushallToolStripMenuItem});
|
|
|
+ this.重置ToolStripMenuItem.Name = "重置ToolStripMenuItem";
|
|
|
+ this.重置ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
|
|
+ this.重置ToolStripMenuItem.Text = "重置";
|
|
|
+ //
|
|
|
+ // statsResetToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.statsResetToolStripMenuItem.Name = "statsResetToolStripMenuItem";
|
|
|
+ this.statsResetToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
|
|
|
+ this.statsResetToolStripMenuItem.Text = "stats reset";
|
|
|
+ this.statsResetToolStripMenuItem.Click += new System.EventHandler(this.statsResetToolStripMenuItem_Click);
|
|
|
+ //
|
|
|
+ // flushallToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.flushallToolStripMenuItem.Name = "flushallToolStripMenuItem";
|
|
|
+ this.flushallToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
|
|
|
+ this.flushallToolStripMenuItem.Text = "flush_all";
|
|
|
+ this.flushallToolStripMenuItem.Click += new System.EventHandler(this.flushallToolStripMenuItem_Click);
|
|
|
+ //
|
|
|
+ // refreshToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
|
|
|
+ this.refreshToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
|
|
|
+ this.refreshToolStripMenuItem.Text = "刷新";
|
|
|
+ this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
|
|
|
+ //
|
|
|
+ // 数据ToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.数据ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.DataTraversalToolStripMenuItem,
|
|
|
+ this.getToolStripMenuItem});
|
|
|
+ this.数据ToolStripMenuItem.Name = "数据ToolStripMenuItem";
|
|
|
+ this.数据ToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
|
|
|
+ this.数据ToolStripMenuItem.Text = "数据";
|
|
|
+ //
|
|
|
+ // DataTraversalToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.DataTraversalToolStripMenuItem.Name = "DataTraversalToolStripMenuItem";
|
|
|
+ this.DataTraversalToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
|
|
|
+ this.DataTraversalToolStripMenuItem.Text = "数据遍历";
|
|
|
+ this.DataTraversalToolStripMenuItem.Click += new System.EventHandler(this.DataTraversalToolStripMenuItem_Click);
|
|
|
+ //
|
|
|
+ // getToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.getToolStripMenuItem.Name = "getToolStripMenuItem";
|
|
|
+ this.getToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
|
|
|
+ this.getToolStripMenuItem.Text = "Get";
|
|
|
+ this.getToolStripMenuItem.Click += new System.EventHandler(this.getToolStripMenuItem_Click);
|
|
|
+ //
|
|
|
+ // dataGridView1
|
|
|
+ //
|
|
|
+ this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.dataGridView1.Location = new System.Drawing.Point(20, 36);
|
|
|
+ this.dataGridView1.Name = "dataGridView1";
|
|
|
+ this.dataGridView1.RowTemplate.Height = 23;
|
|
|
+ this.dataGridView1.Size = new System.Drawing.Size(680, 169);
|
|
|
+ this.dataGridView1.TabIndex = 3;
|
|
|
+ //
|
|
|
+ // ServerList
|
|
|
+ //
|
|
|
+ this.ServerList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.ServerList.FormattingEnabled = true;
|
|
|
+ this.ServerList.ItemHeight = 12;
|
|
|
+ this.ServerList.Location = new System.Drawing.Point(706, 211);
|
|
|
+ this.ServerList.Name = "ServerList";
|
|
|
+ this.ServerList.Size = new System.Drawing.Size(189, 220);
|
|
|
+ this.ServerList.TabIndex = 4;
|
|
|
+ this.ServerList.SelectedIndexChanged += new System.EventHandler(this.ServerList_SelectedIndexChanged);
|
|
|
+ //
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.Location = new System.Drawing.Point(704, 193);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(65, 12);
|
|
|
+ this.label3.TabIndex = 5;
|
|
|
+ this.label3.Text = "服务器列表";
|
|
|
+ //
|
|
|
+ // panel1
|
|
|
+ //
|
|
|
+ this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
|
+ this.panel1.Controls.Add(this.itemsview);
|
|
|
+ this.panel1.Controls.Add(this.slabView);
|
|
|
+ this.panel1.Controls.Add(this.label4);
|
|
|
+ this.panel1.Controls.Add(this.cmbSlabs);
|
|
|
+ this.panel1.Controls.Add(this.lbTotalMalloced);
|
|
|
+ this.panel1.Controls.Add(this.lbActiveSlabs);
|
|
|
+ this.panel1.Location = new System.Drawing.Point(20, 211);
|
|
|
+ this.panel1.Name = "panel1";
|
|
|
+ this.panel1.Size = new System.Drawing.Size(680, 220);
|
|
|
+ this.panel1.TabIndex = 6;
|
|
|
+ //
|
|
|
+ // itemsview
|
|
|
+ //
|
|
|
+ this.itemsview.Location = new System.Drawing.Point(335, 35);
|
|
|
+ this.itemsview.Multiline = true;
|
|
|
+ this.itemsview.Name = "itemsview";
|
|
|
+ this.itemsview.ReadOnly = true;
|
|
|
+ this.itemsview.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
|
+ this.itemsview.Size = new System.Drawing.Size(273, 173);
|
|
|
+ this.itemsview.TabIndex = 5;
|
|
|
+ //
|
|
|
+ // slabView
|
|
|
+ //
|
|
|
+ this.slabView.Location = new System.Drawing.Point(6, 31);
|
|
|
+ this.slabView.Multiline = true;
|
|
|
+ this.slabView.Name = "slabView";
|
|
|
+ this.slabView.ReadOnly = true;
|
|
|
+ this.slabView.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
|
+ this.slabView.Size = new System.Drawing.Size(272, 178);
|
|
|
+ this.slabView.TabIndex = 4;
|
|
|
+ //
|
|
|
+ // label4
|
|
|
+ //
|
|
|
+ this.label4.AutoSize = true;
|
|
|
+ this.label4.Location = new System.Drawing.Point(405, 5);
|
|
|
+ this.label4.Name = "label4";
|
|
|
+ this.label4.Size = new System.Drawing.Size(77, 12);
|
|
|
+ this.label4.TabIndex = 3;
|
|
|
+ this.label4.Text = "选择内存区块";
|
|
|
+ //
|
|
|
+ // cmbSlabs
|
|
|
+ //
|
|
|
+ this.cmbSlabs.FormattingEnabled = true;
|
|
|
+ this.cmbSlabs.Location = new System.Drawing.Point(488, 2);
|
|
|
+ this.cmbSlabs.Name = "cmbSlabs";
|
|
|
+ this.cmbSlabs.Size = new System.Drawing.Size(121, 20);
|
|
|
+ this.cmbSlabs.TabIndex = 2;
|
|
|
+ this.cmbSlabs.SelectedIndexChanged += new System.EventHandler(this.cmbSlabs_SelectedIndexChanged);
|
|
|
+ //
|
|
|
+ // lbTotalMalloced
|
|
|
+ //
|
|
|
+ this.lbTotalMalloced.AutoSize = true;
|
|
|
+ this.lbTotalMalloced.Location = new System.Drawing.Point(149, 5);
|
|
|
+ this.lbTotalMalloced.Name = "lbTotalMalloced";
|
|
|
+ this.lbTotalMalloced.Size = new System.Drawing.Size(0, 12);
|
|
|
+ this.lbTotalMalloced.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // lbActiveSlabs
|
|
|
+ //
|
|
|
+ this.lbActiveSlabs.AutoSize = true;
|
|
|
+ this.lbActiveSlabs.Location = new System.Drawing.Point(4, 5);
|
|
|
+ this.lbActiveSlabs.Name = "lbActiveSlabs";
|
|
|
+ this.lbActiveSlabs.Size = new System.Drawing.Size(0, 12);
|
|
|
+ this.lbActiveSlabs.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // panel2
|
|
|
+ //
|
|
|
+ this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
|
+ this.panel2.Controls.Add(this.pbCAS);
|
|
|
+ this.panel2.Controls.Add(this.label10);
|
|
|
+ this.panel2.Controls.Add(this.pbDecr);
|
|
|
+ this.panel2.Controls.Add(this.label9);
|
|
|
+ this.panel2.Controls.Add(this.pbIncr);
|
|
|
+ this.panel2.Controls.Add(this.label8);
|
|
|
+ this.panel2.Controls.Add(this.pbDelete);
|
|
|
+ this.panel2.Controls.Add(this.label7);
|
|
|
+ this.panel2.Controls.Add(this.pbget);
|
|
|
+ this.panel2.Controls.Add(this.label6);
|
|
|
+ this.panel2.Controls.Add(this.label5);
|
|
|
+ this.panel2.Controls.Add(this.pbbytes);
|
|
|
+ this.panel2.Location = new System.Drawing.Point(20, 437);
|
|
|
+ this.panel2.Name = "panel2";
|
|
|
+ this.panel2.Size = new System.Drawing.Size(874, 85);
|
|
|
+ this.panel2.TabIndex = 7;
|
|
|
+ //
|
|
|
+ // pbCAS
|
|
|
+ //
|
|
|
+ this.pbCAS.Location = new System.Drawing.Point(651, 48);
|
|
|
+ this.pbCAS.Name = "pbCAS";
|
|
|
+ this.pbCAS.Size = new System.Drawing.Size(201, 23);
|
|
|
+ this.pbCAS.TabIndex = 11;
|
|
|
+ //
|
|
|
+ // label10
|
|
|
+ //
|
|
|
+ this.label10.AutoSize = true;
|
|
|
+ this.label10.Location = new System.Drawing.Point(586, 53);
|
|
|
+ this.label10.Name = "label10";
|
|
|
+ this.label10.Size = new System.Drawing.Size(59, 12);
|
|
|
+ this.label10.TabIndex = 10;
|
|
|
+ this.label10.Text = "CAS命中率";
|
|
|
+ //
|
|
|
+ // pbDecr
|
|
|
+ //
|
|
|
+ this.pbDecr.Location = new System.Drawing.Point(361, 48);
|
|
|
+ this.pbDecr.Name = "pbDecr";
|
|
|
+ this.pbDecr.Size = new System.Drawing.Size(201, 23);
|
|
|
+ this.pbDecr.TabIndex = 9;
|
|
|
+ //
|
|
|
+ // label9
|
|
|
+ //
|
|
|
+ this.label9.AutoSize = true;
|
|
|
+ this.label9.Location = new System.Drawing.Point(290, 53);
|
|
|
+ this.label9.Name = "label9";
|
|
|
+ this.label9.Size = new System.Drawing.Size(65, 12);
|
|
|
+ this.label9.TabIndex = 8;
|
|
|
+ this.label9.Text = "Decr命中率";
|
|
|
+ //
|
|
|
+ // pbIncr
|
|
|
+ //
|
|
|
+ this.pbIncr.Location = new System.Drawing.Point(75, 48);
|
|
|
+ this.pbIncr.Name = "pbIncr";
|
|
|
+ this.pbIncr.Size = new System.Drawing.Size(201, 23);
|
|
|
+ this.pbIncr.TabIndex = 7;
|
|
|
+ //
|
|
|
+ // label8
|
|
|
+ //
|
|
|
+ this.label8.AutoSize = true;
|
|
|
+ this.label8.Location = new System.Drawing.Point(4, 53);
|
|
|
+ this.label8.Name = "label8";
|
|
|
+ this.label8.Size = new System.Drawing.Size(65, 12);
|
|
|
+ this.label8.TabIndex = 6;
|
|
|
+ this.label8.Text = "Incr命中率";
|
|
|
+ //
|
|
|
+ // pbDelete
|
|
|
+ //
|
|
|
+ this.pbDelete.Location = new System.Drawing.Point(651, 3);
|
|
|
+ this.pbDelete.Name = "pbDelete";
|
|
|
+ this.pbDelete.Size = new System.Drawing.Size(201, 23);
|
|
|
+ this.pbDelete.TabIndex = 5;
|
|
|
+ //
|
|
|
+ // label7
|
|
|
+ //
|
|
|
+ this.label7.AutoSize = true;
|
|
|
+ this.label7.Location = new System.Drawing.Point(568, 8);
|
|
|
+ this.label7.Name = "label7";
|
|
|
+ this.label7.Size = new System.Drawing.Size(77, 12);
|
|
|
+ this.label7.TabIndex = 4;
|
|
|
+ this.label7.Text = "Delete命中率";
|
|
|
+ //
|
|
|
+ // pbget
|
|
|
+ //
|
|
|
+ this.pbget.Location = new System.Drawing.Point(361, 3);
|
|
|
+ this.pbget.Name = "pbget";
|
|
|
+ this.pbget.Size = new System.Drawing.Size(201, 23);
|
|
|
+ this.pbget.TabIndex = 3;
|
|
|
+ //
|
|
|
+ // label6
|
|
|
+ //
|
|
|
+ this.label6.AutoSize = true;
|
|
|
+ this.label6.Location = new System.Drawing.Point(284, 8);
|
|
|
+ this.label6.Name = "label6";
|
|
|
+ this.label6.Size = new System.Drawing.Size(71, 12);
|
|
|
+ this.label6.TabIndex = 2;
|
|
|
+ this.label6.Text = "Get的命中率";
|
|
|
+ //
|
|
|
+ // label5
|
|
|
+ //
|
|
|
+ this.label5.AutoSize = true;
|
|
|
+ this.label5.Location = new System.Drawing.Point(16, 8);
|
|
|
+ this.label5.Name = "label5";
|
|
|
+ this.label5.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.label5.TabIndex = 1;
|
|
|
+ this.label5.Text = "已用内存";
|
|
|
+ //
|
|
|
+ // pbbytes
|
|
|
+ //
|
|
|
+ this.pbbytes.Location = new System.Drawing.Point(75, 3);
|
|
|
+ this.pbbytes.Name = "pbbytes";
|
|
|
+ this.pbbytes.Size = new System.Drawing.Size(201, 23);
|
|
|
+ this.pbbytes.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // MainForm
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(906, 528);
|
|
|
+ this.Controls.Add(this.panel2);
|
|
|
+ this.Controls.Add(this.panel1);
|
|
|
+ this.Controls.Add(this.label3);
|
|
|
+ this.Controls.Add(this.ServerList);
|
|
|
+ this.Controls.Add(this.dataGridView1);
|
|
|
+ this.Controls.Add(this.groupBox1);
|
|
|
+ this.Controls.Add(this.menuStrip1);
|
|
|
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
+ this.MainMenuStrip = this.menuStrip1;
|
|
|
+ this.Name = "MainForm";
|
|
|
+ this.Text = "能龙 memcached 缓存监控工具";
|
|
|
+ this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
|
|
+ this.groupBox1.ResumeLayout(false);
|
|
|
+ this.groupBox1.PerformLayout();
|
|
|
+ this.menuStrip1.ResumeLayout(false);
|
|
|
+ this.menuStrip1.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
|
+ this.panel1.ResumeLayout(false);
|
|
|
+ this.panel1.PerformLayout();
|
|
|
+ this.panel2.ResumeLayout(false);
|
|
|
+ this.panel2.PerformLayout();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.GroupBox groupBox1;
|
|
|
+ private System.Windows.Forms.Button btnAddServer;
|
|
|
+ private System.Windows.Forms.TextBox tbPort;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
+ private System.Windows.Forms.TextBox tbHost;
|
|
|
+ private System.Windows.Forms.MenuStrip menuStrip1;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem 菜单ToolStripMenuItem;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem telnetToolStripMenuItem;
|
|
|
+ private System.Windows.Forms.DataGridView dataGridView1;
|
|
|
+ private System.Windows.Forms.ListBox ServerList;
|
|
|
+ private System.Windows.Forms.Label label3;
|
|
|
+ private System.Windows.Forms.Panel panel1;
|
|
|
+ private System.Windows.Forms.Label lbTotalMalloced;
|
|
|
+ private System.Windows.Forms.Label lbActiveSlabs;
|
|
|
+ private System.Windows.Forms.Label label4;
|
|
|
+ private System.Windows.Forms.ComboBox cmbSlabs;
|
|
|
+ private System.Windows.Forms.Panel panel2;
|
|
|
+ private System.Windows.Forms.ProgressBar pbget;
|
|
|
+ private System.Windows.Forms.Label label6;
|
|
|
+ private System.Windows.Forms.Label label5;
|
|
|
+ private System.Windows.Forms.ProgressBar pbbytes;
|
|
|
+ private System.Windows.Forms.TextBox slabView;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem 重置ToolStripMenuItem;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem statsResetToolStripMenuItem;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem flushallToolStripMenuItem;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem;
|
|
|
+ private System.Windows.Forms.TextBox itemsview;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem 数据ToolStripMenuItem;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem DataTraversalToolStripMenuItem;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem getToolStripMenuItem;
|
|
|
+ private System.Windows.Forms.ProgressBar pbCAS;
|
|
|
+ private System.Windows.Forms.Label label10;
|
|
|
+ private System.Windows.Forms.ProgressBar pbDecr;
|
|
|
+ private System.Windows.Forms.Label label9;
|
|
|
+ private System.Windows.Forms.ProgressBar pbIncr;
|
|
|
+ private System.Windows.Forms.Label label8;
|
|
|
+ private System.Windows.Forms.ProgressBar pbDelete;
|
|
|
+ private System.Windows.Forms.Label label7;
|
|
|
+ }
|
|
|
+}
|