namespace YiLvRunFrom { partial class Form2 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.button1 = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.dgvList = new System.Windows.Forms.DataGridView(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.returnCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.label1 = new System.Windows.Forms.Label(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(51, 56); this.comboBox1.Margin = new System.Windows.Forms.Padding(2); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(171, 20); this.comboBox1.TabIndex = 0; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // button1 // this.button1.Location = new System.Drawing.Point(243, 49); this.button1.Margin = new System.Windows.Forms.Padding(2); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(94, 31); this.button1.TabIndex = 1; this.button1.Text = "处理日志"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.dgvList); this.groupBox2.Location = new System.Drawing.Point(43, 110); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(725, 305); this.groupBox2.TabIndex = 8; this.groupBox2.TabStop = false; this.groupBox2.Text = "列表"; // // dgvList // this.dgvList.AllowUserToAddRows = false; this.dgvList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2, this.Column3, this.returnCode, this.Column4}); this.dgvList.ContextMenuStrip = this.contextMenuStrip1; this.dgvList.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvList.Location = new System.Drawing.Point(3, 17); this.dgvList.Name = "dgvList"; this.dgvList.ReadOnly = true; this.dgvList.RowTemplate.Height = 23; this.dgvList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvList.Size = new System.Drawing.Size(719, 285); this.dgvList.TabIndex = 0; this.dgvList.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvList_CellContentClick); // // Column1 // this.Column1.DataPropertyName = "sysid"; this.Column1.HeaderText = "sysid"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; // // Column2 // this.Column2.DataPropertyName = "operType"; this.Column2.HeaderText = "来源数据类型"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; this.Column2.Width = 120; // // Column3 // this.Column3.DataPropertyName = "args"; this.Column3.HeaderText = "日志信息"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; this.Column3.Width = 200; // // returnCode // this.returnCode.DataPropertyName = "returncode"; this.returnCode.HeaderText = "Flag"; this.returnCode.Name = "returnCode"; this.returnCode.ReadOnly = true; // // Column4 // this.Column4.DataPropertyName = "msg"; this.Column4.HeaderText = "错误信息"; this.Column4.Name = "Column4"; this.Column4.ReadOnly = true; this.Column4.Width = 200; // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.删除ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(99, 26); // // 删除ToolStripMenuItem // this.删除ToolStripMenuItem.Name = "删除ToolStripMenuItem"; this.删除ToolStripMenuItem.Size = new System.Drawing.Size(98, 22); this.删除ToolStripMenuItem.Text = "删除"; this.删除ToolStripMenuItem.Click += new System.EventHandler(this.删除ToolStripMenuItem_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(56, 36); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(149, 12); this.label1.TabIndex = 9; this.label1.Text = "请选择数据类型并处理遗漏"; // // Form2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(908, 470); this.Controls.Add(this.label1); this.Controls.Add(this.groupBox2); this.Controls.Add(this.button1); this.Controls.Add(this.comboBox1); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "Form2"; this.Text = "自动处理日志"; this.Load += new System.EventHandler(this.Form2_Load); this.groupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.DataGridView dgvList; private System.Windows.Forms.Label label1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn returnCode; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; } }