frmChildInspectionCheck.Designer.cs 19 KB

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