Form2.Designer.cs 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. namespace YiLvRunFrom
  2. {
  3. partial class Form2
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.comboBox1 = new System.Windows.Forms.ComboBox();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.groupBox2 = new System.Windows.Forms.GroupBox();
  32. this.dgvList = new System.Windows.Forms.DataGridView();
  33. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.returnCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  39. this.删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.groupBox2.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit();
  43. this.contextMenuStrip1.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // comboBox1
  47. //
  48. this.comboBox1.FormattingEnabled = true;
  49. this.comboBox1.Location = new System.Drawing.Point(51, 56);
  50. this.comboBox1.Margin = new System.Windows.Forms.Padding(2);
  51. this.comboBox1.Name = "comboBox1";
  52. this.comboBox1.Size = new System.Drawing.Size(171, 20);
  53. this.comboBox1.TabIndex = 0;
  54. this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  55. //
  56. // button1
  57. //
  58. this.button1.Location = new System.Drawing.Point(243, 49);
  59. this.button1.Margin = new System.Windows.Forms.Padding(2);
  60. this.button1.Name = "button1";
  61. this.button1.Size = new System.Drawing.Size(94, 31);
  62. this.button1.TabIndex = 1;
  63. this.button1.Text = "处理日志";
  64. this.button1.UseVisualStyleBackColor = true;
  65. this.button1.Click += new System.EventHandler(this.button1_Click);
  66. //
  67. // groupBox2
  68. //
  69. this.groupBox2.Controls.Add(this.dgvList);
  70. this.groupBox2.Location = new System.Drawing.Point(43, 110);
  71. this.groupBox2.Name = "groupBox2";
  72. this.groupBox2.Size = new System.Drawing.Size(725, 305);
  73. this.groupBox2.TabIndex = 8;
  74. this.groupBox2.TabStop = false;
  75. this.groupBox2.Text = "列表";
  76. //
  77. // dgvList
  78. //
  79. this.dgvList.AllowUserToAddRows = false;
  80. this.dgvList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  81. this.dgvList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  82. this.Column1,
  83. this.Column2,
  84. this.Column3,
  85. this.returnCode,
  86. this.Column4});
  87. this.dgvList.ContextMenuStrip = this.contextMenuStrip1;
  88. this.dgvList.Dock = System.Windows.Forms.DockStyle.Fill;
  89. this.dgvList.Location = new System.Drawing.Point(3, 17);
  90. this.dgvList.Name = "dgvList";
  91. this.dgvList.ReadOnly = true;
  92. this.dgvList.RowTemplate.Height = 23;
  93. this.dgvList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  94. this.dgvList.Size = new System.Drawing.Size(719, 285);
  95. this.dgvList.TabIndex = 0;
  96. this.dgvList.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvList_CellContentClick);
  97. //
  98. // Column1
  99. //
  100. this.Column1.DataPropertyName = "sysid";
  101. this.Column1.HeaderText = "sysid";
  102. this.Column1.Name = "Column1";
  103. this.Column1.ReadOnly = true;
  104. //
  105. // Column2
  106. //
  107. this.Column2.DataPropertyName = "operType";
  108. this.Column2.HeaderText = "来源数据类型";
  109. this.Column2.Name = "Column2";
  110. this.Column2.ReadOnly = true;
  111. this.Column2.Width = 120;
  112. //
  113. // Column3
  114. //
  115. this.Column3.DataPropertyName = "args";
  116. this.Column3.HeaderText = "日志信息";
  117. this.Column3.Name = "Column3";
  118. this.Column3.ReadOnly = true;
  119. this.Column3.Width = 200;
  120. //
  121. // returnCode
  122. //
  123. this.returnCode.DataPropertyName = "returncode";
  124. this.returnCode.HeaderText = "Flag";
  125. this.returnCode.Name = "returnCode";
  126. this.returnCode.ReadOnly = true;
  127. //
  128. // Column4
  129. //
  130. this.Column4.DataPropertyName = "msg";
  131. this.Column4.HeaderText = "错误信息";
  132. this.Column4.Name = "Column4";
  133. this.Column4.ReadOnly = true;
  134. this.Column4.Width = 200;
  135. //
  136. // contextMenuStrip1
  137. //
  138. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  139. this.删除ToolStripMenuItem});
  140. this.contextMenuStrip1.Name = "contextMenuStrip1";
  141. this.contextMenuStrip1.Size = new System.Drawing.Size(99, 26);
  142. //
  143. // 删除ToolStripMenuItem
  144. //
  145. this.删除ToolStripMenuItem.Name = "删除ToolStripMenuItem";
  146. this.删除ToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
  147. this.删除ToolStripMenuItem.Text = "删除";
  148. this.删除ToolStripMenuItem.Click += new System.EventHandler(this.删除ToolStripMenuItem_Click);
  149. //
  150. // label1
  151. //
  152. this.label1.AutoSize = true;
  153. this.label1.Location = new System.Drawing.Point(56, 36);
  154. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  155. this.label1.Name = "label1";
  156. this.label1.Size = new System.Drawing.Size(149, 12);
  157. this.label1.TabIndex = 9;
  158. this.label1.Text = "请选择数据类型并处理遗漏";
  159. //
  160. // Form2
  161. //
  162. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  163. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  164. this.ClientSize = new System.Drawing.Size(908, 470);
  165. this.Controls.Add(this.label1);
  166. this.Controls.Add(this.groupBox2);
  167. this.Controls.Add(this.button1);
  168. this.Controls.Add(this.comboBox1);
  169. this.Margin = new System.Windows.Forms.Padding(2);
  170. this.Name = "Form2";
  171. this.Text = "自动处理日志";
  172. this.Load += new System.EventHandler(this.Form2_Load);
  173. this.groupBox2.ResumeLayout(false);
  174. ((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit();
  175. this.contextMenuStrip1.ResumeLayout(false);
  176. this.ResumeLayout(false);
  177. this.PerformLayout();
  178. }
  179. #endregion
  180. private System.Windows.Forms.ComboBox comboBox1;
  181. private System.Windows.Forms.Button button1;
  182. private System.Windows.Forms.GroupBox groupBox2;
  183. private System.Windows.Forms.DataGridView dgvList;
  184. private System.Windows.Forms.Label label1;
  185. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  186. private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem;
  187. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  188. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  189. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  190. private System.Windows.Forms.DataGridViewTextBoxColumn returnCode;
  191. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  192. }
  193. }