frmChildAddWmsQaInspection.Designer.cs 19 KB

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