frmChildEditWmsInReceipt.Designer.cs 20 KB

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