frmChildEditWmsQaInspection.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. namespace NXWMS.Forms.Inspection.frmInspectionChild
  2. {
  3. partial class frmChildEditWmsQaInspection
  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.kryptonGroupBox1 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  30. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  31. this.btnCancel = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  32. this.btnConfirm = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  33. this.ktb_Describe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
  34. this.kcmb_InspectionWay = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  35. this.kcmb_InspectionType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  36. this.kdtp_InspectionTime = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
  37. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  38. this.kryptonLabel8 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  39. this.ktb_InspectionUser = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  40. this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  41. this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  42. this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  43. this.ktb_InspectionNo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  44. this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  45. this.kryptonContextMenuItem1 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuItem();
  46. this.kryptonGroupBox2 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  47. this.kdgv_InspectionDtlData = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  48. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  49. this.删除选中行ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  50. this.全部删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  51. this.重新加载ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  52. this.kryptonContextMenuHeading1 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuHeading();
  53. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit();
  55. this.kryptonGroupBox1.Panel.SuspendLayout();
  56. this.kryptonGroupBox1.SuspendLayout();
  57. this.tableLayoutPanel1.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.kcmb_InspectionWay)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.kcmb_InspectionType)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit();
  62. this.kryptonGroupBox2.Panel.SuspendLayout();
  63. this.kryptonGroupBox2.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.kdgv_InspectionDtlData)).BeginInit();
  65. this.contextMenuStrip1.SuspendLayout();
  66. this.SuspendLayout();
  67. //
  68. // kryptonGroupBox1
  69. //
  70. this.kryptonGroupBox1.CaptionOverlap = 0D;
  71. this.kryptonGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  72. this.kryptonGroupBox1.Location = new System.Drawing.Point(0, 0);
  73. this.kryptonGroupBox1.Name = "kryptonGroupBox1";
  74. //
  75. // kryptonGroupBox1.Panel
  76. //
  77. this.kryptonGroupBox1.Panel.Controls.Add(this.tableLayoutPanel1);
  78. this.kryptonGroupBox1.Panel.Controls.Add(this.ktb_Describe);
  79. this.kryptonGroupBox1.Panel.Controls.Add(this.kcmb_InspectionWay);
  80. this.kryptonGroupBox1.Panel.Controls.Add(this.kcmb_InspectionType);
  81. this.kryptonGroupBox1.Panel.Controls.Add(this.kdtp_InspectionTime);
  82. this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel4);
  83. this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel8);
  84. this.kryptonGroupBox1.Panel.Controls.Add(this.ktb_InspectionUser);
  85. this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel3);
  86. this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel6);
  87. this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel5);
  88. this.kryptonGroupBox1.Panel.Controls.Add(this.ktb_InspectionNo);
  89. this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel1);
  90. this.kryptonGroupBox1.Size = new System.Drawing.Size(1379, 138);
  91. this.kryptonGroupBox1.TabIndex = 4;
  92. this.kryptonGroupBox1.Values.Heading = "质检单主表:";
  93. //
  94. // tableLayoutPanel1
  95. //
  96. this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
  97. this.tableLayoutPanel1.ColumnCount = 2;
  98. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  99. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  100. this.tableLayoutPanel1.Controls.Add(this.btnCancel, 0, 0);
  101. this.tableLayoutPanel1.Controls.Add(this.btnConfirm, 0, 0);
  102. this.tableLayoutPanel1.Location = new System.Drawing.Point(1145, 57);
  103. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  104. this.tableLayoutPanel1.RowCount = 1;
  105. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  106. this.tableLayoutPanel1.Size = new System.Drawing.Size(155, 37);
  107. this.tableLayoutPanel1.TabIndex = 5;
  108. //
  109. // btnCancel
  110. //
  111. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  112. | System.Windows.Forms.AnchorStyles.Left)
  113. | System.Windows.Forms.AnchorStyles.Right)));
  114. this.btnCancel.Location = new System.Drawing.Point(80, 3);
  115. this.btnCancel.Name = "btnCancel";
  116. this.btnCancel.Size = new System.Drawing.Size(72, 31);
  117. this.btnCancel.TabIndex = 2;
  118. this.btnCancel.Tag = "";
  119. this.btnCancel.Values.Image = global::NXWMS.Properties.Resources.取消;
  120. this.btnCancel.Values.Text = "取消";
  121. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  122. //
  123. // btnConfirm
  124. //
  125. this.btnConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  126. | System.Windows.Forms.AnchorStyles.Left)
  127. | System.Windows.Forms.AnchorStyles.Right)));
  128. this.btnConfirm.Location = new System.Drawing.Point(3, 3);
  129. this.btnConfirm.Name = "btnConfirm";
  130. this.btnConfirm.Size = new System.Drawing.Size(71, 31);
  131. this.btnConfirm.TabIndex = 1;
  132. this.btnConfirm.Tag = "";
  133. this.btnConfirm.Values.Image = global::NXWMS.Properties.Resources.确认;
  134. this.btnConfirm.Values.Text = "确认";
  135. this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
  136. //
  137. // ktb_Describe
  138. //
  139. this.ktb_Describe.Location = new System.Drawing.Point(448, 43);
  140. this.ktb_Describe.Name = "ktb_Describe";
  141. this.ktb_Describe.Size = new System.Drawing.Size(358, 62);
  142. this.ktb_Describe.TabIndex = 4;
  143. this.ktb_Describe.Text = "";
  144. //
  145. // kcmb_InspectionWay
  146. //
  147. this.kcmb_InspectionWay.DropDownWidth = 137;
  148. this.kcmb_InspectionWay.Location = new System.Drawing.Point(1145, 10);
  149. this.kcmb_InspectionWay.Name = "kcmb_InspectionWay";
  150. this.kcmb_InspectionWay.Size = new System.Drawing.Size(160, 21);
  151. this.kcmb_InspectionWay.TabIndex = 3;
  152. //
  153. // kcmb_InspectionType
  154. //
  155. this.kcmb_InspectionType.DropDownWidth = 154;
  156. this.kcmb_InspectionType.Location = new System.Drawing.Point(448, 10);
  157. this.kcmb_InspectionType.Name = "kcmb_InspectionType";
  158. this.kcmb_InspectionType.Size = new System.Drawing.Size(160, 21);
  159. this.kcmb_InspectionType.TabIndex = 3;
  160. //
  161. // kdtp_InspectionTime
  162. //
  163. this.kdtp_InspectionTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  164. this.kdtp_InspectionTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  165. this.kdtp_InspectionTime.Location = new System.Drawing.Point(804, 10);
  166. this.kdtp_InspectionTime.Name = "kdtp_InspectionTime";
  167. this.kdtp_InspectionTime.ShowCheckBox = true;
  168. this.kdtp_InspectionTime.Size = new System.Drawing.Size(160, 21);
  169. this.kdtp_InspectionTime.TabIndex = 2;
  170. //
  171. // kryptonLabel4
  172. //
  173. this.kryptonLabel4.Location = new System.Drawing.Point(725, 12);
  174. this.kryptonLabel4.Name = "kryptonLabel4";
  175. this.kryptonLabel4.Size = new System.Drawing.Size(73, 20);
  176. this.kryptonLabel4.TabIndex = 0;
  177. this.kryptonLabel4.Values.Text = "质检时间:";
  178. //
  179. // kryptonLabel8
  180. //
  181. this.kryptonLabel8.Location = new System.Drawing.Point(397, 44);
  182. this.kryptonLabel8.Name = "kryptonLabel8";
  183. this.kryptonLabel8.Size = new System.Drawing.Size(48, 20);
  184. this.kryptonLabel8.TabIndex = 0;
  185. this.kryptonLabel8.Values.Text = "描述:";
  186. //
  187. // ktb_InspectionUser
  188. //
  189. this.ktb_InspectionUser.Location = new System.Drawing.Point(130, 44);
  190. this.ktb_InspectionUser.Name = "ktb_InspectionUser";
  191. this.ktb_InspectionUser.Size = new System.Drawing.Size(160, 20);
  192. this.ktb_InspectionUser.TabIndex = 1;
  193. //
  194. // kryptonLabel3
  195. //
  196. this.kryptonLabel3.Location = new System.Drawing.Point(54, 44);
  197. this.kryptonLabel3.Name = "kryptonLabel3";
  198. this.kryptonLabel3.Size = new System.Drawing.Size(73, 20);
  199. this.kryptonLabel3.TabIndex = 0;
  200. this.kryptonLabel3.Values.Text = "质检人员:";
  201. //
  202. // kryptonLabel6
  203. //
  204. this.kryptonLabel6.Location = new System.Drawing.Point(1066, 10);
  205. this.kryptonLabel6.Name = "kryptonLabel6";
  206. this.kryptonLabel6.Size = new System.Drawing.Size(73, 20);
  207. this.kryptonLabel6.TabIndex = 0;
  208. this.kryptonLabel6.Values.Text = "质检方式:";
  209. //
  210. // kryptonLabel5
  211. //
  212. this.kryptonLabel5.Location = new System.Drawing.Point(360, 11);
  213. this.kryptonLabel5.Name = "kryptonLabel5";
  214. this.kryptonLabel5.Size = new System.Drawing.Size(85, 20);
  215. this.kryptonLabel5.TabIndex = 0;
  216. this.kryptonLabel5.Values.Text = "质检单类型:";
  217. //
  218. // ktb_InspectionNo
  219. //
  220. this.ktb_InspectionNo.Location = new System.Drawing.Point(130, 12);
  221. this.ktb_InspectionNo.Name = "ktb_InspectionNo";
  222. this.ktb_InspectionNo.Size = new System.Drawing.Size(160, 20);
  223. this.ktb_InspectionNo.TabIndex = 1;
  224. //
  225. // kryptonLabel1
  226. //
  227. this.kryptonLabel1.Location = new System.Drawing.Point(54, 10);
  228. this.kryptonLabel1.Name = "kryptonLabel1";
  229. this.kryptonLabel1.Size = new System.Drawing.Size(73, 20);
  230. this.kryptonLabel1.TabIndex = 0;
  231. this.kryptonLabel1.Values.Text = "质检单号:";
  232. //
  233. // kryptonContextMenuItem1
  234. //
  235. this.kryptonContextMenuItem1.Text = "Menu Item";
  236. //
  237. // kryptonGroupBox2
  238. //
  239. this.kryptonGroupBox2.CaptionOverlap = 0D;
  240. this.kryptonGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  241. this.kryptonGroupBox2.Location = new System.Drawing.Point(0, 138);
  242. this.kryptonGroupBox2.Name = "kryptonGroupBox2";
  243. //
  244. // kryptonGroupBox2.Panel
  245. //
  246. this.kryptonGroupBox2.Panel.Controls.Add(this.kdgv_InspectionDtlData);
  247. this.kryptonGroupBox2.Size = new System.Drawing.Size(1379, 592);
  248. this.kryptonGroupBox2.TabIndex = 5;
  249. this.kryptonGroupBox2.Values.Heading = "质检单明细表:";
  250. //
  251. // kdgv_InspectionDtlData
  252. //
  253. this.kdgv_InspectionDtlData.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
  254. this.kdgv_InspectionDtlData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  255. this.kdgv_InspectionDtlData.ContextMenuStrip = this.contextMenuStrip1;
  256. this.kdgv_InspectionDtlData.Dock = System.Windows.Forms.DockStyle.Fill;
  257. this.kdgv_InspectionDtlData.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  258. this.kdgv_InspectionDtlData.Location = new System.Drawing.Point(0, 0);
  259. this.kdgv_InspectionDtlData.Name = "kdgv_InspectionDtlData";
  260. this.kdgv_InspectionDtlData.RowTemplate.Height = 23;
  261. this.kdgv_InspectionDtlData.Size = new System.Drawing.Size(1375, 568);
  262. this.kdgv_InspectionDtlData.TabIndex = 0;
  263. this.kdgv_InspectionDtlData.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.kdgv_InspectionDtlData_CellBeginEdit);
  264. this.kdgv_InspectionDtlData.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.kdgv_InspectionDtlData_CellEndEdit);
  265. this.kdgv_InspectionDtlData.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.kdgv_InspectionDtlData_DataError);
  266. this.kdgv_InspectionDtlData.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.kdgv_InspectionDtlData_EditingControlShowing);
  267. this.kdgv_InspectionDtlData.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.kdgv_InspectionDtlData_RowsAdded);
  268. //
  269. // contextMenuStrip1
  270. //
  271. this.contextMenuStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
  272. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  273. this.删除选中行ToolStripMenuItem,
  274. this.全部删除ToolStripMenuItem,
  275. this.重新加载ToolStripMenuItem});
  276. this.contextMenuStrip1.Name = "contextMenuStrip1";
  277. this.contextMenuStrip1.Size = new System.Drawing.Size(135, 70);
  278. //
  279. // 删除选中行ToolStripMenuItem
  280. //
  281. this.删除选中行ToolStripMenuItem.Name = "删除选中行ToolStripMenuItem";
  282. this.删除选中行ToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
  283. this.删除选中行ToolStripMenuItem.Text = "删除选中行";
  284. this.删除选中行ToolStripMenuItem.Click += new System.EventHandler(this.删除选中行ToolStripMenuItem_Click);
  285. //
  286. // 全部删除ToolStripMenuItem
  287. //
  288. this.全部删除ToolStripMenuItem.Name = "全部删除ToolStripMenuItem";
  289. this.全部删除ToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
  290. this.全部删除ToolStripMenuItem.Text = "全部删除";
  291. this.全部删除ToolStripMenuItem.Click += new System.EventHandler(this.全部删除ToolStripMenuItem_Click);
  292. //
  293. // 重新加载ToolStripMenuItem
  294. //
  295. this.重新加载ToolStripMenuItem.Name = "重新加载ToolStripMenuItem";
  296. this.重新加载ToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
  297. this.重新加载ToolStripMenuItem.Text = "重新加载";
  298. this.重新加载ToolStripMenuItem.Click += new System.EventHandler(this.重新加载ToolStripMenuItem_Click);
  299. //
  300. // kryptonContextMenuHeading1
  301. //
  302. this.kryptonContextMenuHeading1.ExtraText = "";
  303. //
  304. // frmChildEditWmsQaInspection
  305. //
  306. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  307. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  308. this.ClientSize = new System.Drawing.Size(1379, 730);
  309. this.Controls.Add(this.kryptonGroupBox2);
  310. this.Controls.Add(this.kryptonGroupBox1);
  311. this.Name = "frmChildEditWmsQaInspection";
  312. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  313. this.Text = "编辑质检单";
  314. this.Load += new System.EventHandler(this.frmChildEditWmsQaInspection_Load);
  315. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).EndInit();
  316. this.kryptonGroupBox1.Panel.ResumeLayout(false);
  317. this.kryptonGroupBox1.Panel.PerformLayout();
  318. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit();
  319. this.kryptonGroupBox1.ResumeLayout(false);
  320. this.tableLayoutPanel1.ResumeLayout(false);
  321. ((System.ComponentModel.ISupportInitialize)(this.kcmb_InspectionWay)).EndInit();
  322. ((System.ComponentModel.ISupportInitialize)(this.kcmb_InspectionType)).EndInit();
  323. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit();
  324. this.kryptonGroupBox2.Panel.ResumeLayout(false);
  325. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit();
  326. this.kryptonGroupBox2.ResumeLayout(false);
  327. ((System.ComponentModel.ISupportInitialize)(this.kdgv_InspectionDtlData)).EndInit();
  328. this.contextMenuStrip1.ResumeLayout(false);
  329. this.ResumeLayout(false);
  330. }
  331. #endregion
  332. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox1;
  333. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  334. private ComponentFactory.Krypton.Toolkit.KryptonButton btnCancel;
  335. private ComponentFactory.Krypton.Toolkit.KryptonButton btnConfirm;
  336. private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox ktb_Describe;
  337. private ComponentFactory.Krypton.Toolkit.KryptonComboBox kcmb_InspectionWay;
  338. private ComponentFactory.Krypton.Toolkit.KryptonComboBox kcmb_InspectionType;
  339. private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker kdtp_InspectionTime;
  340. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  341. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel8;
  342. private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_InspectionUser;
  343. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
  344. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
  345. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5;
  346. private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_InspectionNo;
  347. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
  348. private ComponentFactory.Krypton.Toolkit.KryptonContextMenuItem kryptonContextMenuItem1;
  349. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox2;
  350. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView kdgv_InspectionDtlData;
  351. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  352. private System.Windows.Forms.ToolStripMenuItem 删除选中行ToolStripMenuItem;
  353. private System.Windows.Forms.ToolStripMenuItem 全部删除ToolStripMenuItem;
  354. private System.Windows.Forms.ToolStripMenuItem 重新加载ToolStripMenuItem;
  355. private ComponentFactory.Krypton.Toolkit.KryptonContextMenuHeading kryptonContextMenuHeading1;
  356. }
  357. }