S_CMN_015.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. namespace Dongke.IBOSS.PRD.Client.Controls.FormCommon
  2. {
  3. partial class S_CMN_015
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(S_CMN_015));
  33. this.lblProductionLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.lblProductionLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  35. this.txtProductionLineName = new System.Windows.Forms.TextBox();
  36. this.dgvProductionLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  37. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  38. this.txtProductionLineCode = new System.Windows.Forms.TextBox();
  39. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.chkChooseAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  42. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  43. this.ProductionLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  45. this.ProductionLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.ProductionLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. ((System.ComponentModel.ISupportInitialize)(this.dgvProductionLine)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // lblProductionLineName
  51. //
  52. this.lblProductionLineName.AutoSize = true;
  53. this.lblProductionLineName.BackColor = System.Drawing.Color.Transparent;
  54. this.lblProductionLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  55. this.lblProductionLineName.ForeColor = System.Drawing.SystemColors.ControlText;
  56. this.lblProductionLineName.Location = new System.Drawing.Point(211, 16);
  57. this.lblProductionLineName.Name = "lblProductionLineName";
  58. this.lblProductionLineName.Size = new System.Drawing.Size(65, 12);
  59. this.lblProductionLineName.TabIndex = 2;
  60. this.lblProductionLineName.Text = "生产线名称";
  61. //
  62. // lblProductionLineCode
  63. //
  64. this.lblProductionLineCode.AutoSize = true;
  65. this.lblProductionLineCode.BackColor = System.Drawing.Color.Transparent;
  66. this.lblProductionLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.lblProductionLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  68. this.lblProductionLineCode.Location = new System.Drawing.Point(12, 16);
  69. this.lblProductionLineCode.Name = "lblProductionLineCode";
  70. this.lblProductionLineCode.Size = new System.Drawing.Size(65, 12);
  71. this.lblProductionLineCode.TabIndex = 0;
  72. this.lblProductionLineCode.Text = "生产线编码";
  73. //
  74. // txtProductionLineName
  75. //
  76. this.txtProductionLineName.Font = new System.Drawing.Font("宋体", 9F);
  77. this.txtProductionLineName.Location = new System.Drawing.Point(282, 11);
  78. this.txtProductionLineName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  79. this.txtProductionLineName.MaxLength = 20;
  80. this.txtProductionLineName.Name = "txtProductionLineName";
  81. this.txtProductionLineName.Size = new System.Drawing.Size(122, 21);
  82. this.txtProductionLineName.TabIndex = 3;
  83. //
  84. // dgvProductionLine
  85. //
  86. this.dgvProductionLine.AllowUserToAddRows = false;
  87. this.dgvProductionLine.AllowUserToDeleteRows = false;
  88. this.dgvProductionLine.AllowUserToModifyRows = true;
  89. this.dgvProductionLine.AllowUserToOrderColumns = true;
  90. this.dgvProductionLine.AllowUserToResizeRows = false;
  91. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  92. this.dgvProductionLine.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  93. this.dgvProductionLine.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.dgvProductionLine.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  97. this.dgvProductionLine.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  98. this.dgvProductionLine.CellHeight = 23;
  99. this.dgvProductionLine.ChildNodeColumnName = null;
  100. this.dgvProductionLine.ChildNodeColumnText = null;
  101. this.dgvProductionLine.ColumnDeep = 1;
  102. this.dgvProductionLine.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  103. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  104. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  105. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  107. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  108. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  109. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  110. this.dgvProductionLine.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  111. this.dgvProductionLine.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  112. this.dgvProductionLine.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  113. this.ProductionLineID,
  114. this.Sel,
  115. this.ProductionLineCode,
  116. this.ProductionLineName});
  117. this.dgvProductionLine.ColumnTreeView = null;
  118. this.dgvProductionLine.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
  119. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  120. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  121. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  123. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  124. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  125. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  126. this.dgvProductionLine.DefaultCellStyle = dataGridViewCellStyle3;
  127. this.dgvProductionLine.DynamicColumnName = "";
  128. this.dgvProductionLine.EnableHeadersVisualStyles = false;
  129. this.dgvProductionLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.dgvProductionLine.HorizontalMergeColumn = null;
  131. this.dgvProductionLine.IsAutoCountSum = true;
  132. this.dgvProductionLine.IsAutoResizeColumns = false;
  133. this.dgvProductionLine.IsClickF12 = false;
  134. this.dgvProductionLine.IsOpenMergeCellFlag = false;
  135. this.dgvProductionLine.IsSubTotalFlag = false;
  136. this.dgvProductionLine.IsTopDeep = false;
  137. this.dgvProductionLine.Location = new System.Drawing.Point(14, 42);
  138. this.dgvProductionLine.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  139. this.dgvProductionLine.MergeColumnNames = null;
  140. this.dgvProductionLine.MergeDetailColumnNames = null;
  141. this.dgvProductionLine.MergeDetailOnlyColumn = null;
  142. this.dgvProductionLine.MergeOnlyColumn = null;
  143. this.dgvProductionLine.MultiSelect = false;
  144. this.dgvProductionLine.Name = "dgvProductionLine";
  145. this.dgvProductionLine.RefreshAtHscroll = false;
  146. this.dgvProductionLine.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
  147. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  148. this.dgvProductionLine.RowsDefaultCellStyle = dataGridViewCellStyle4;
  149. this.dgvProductionLine.RowTemplate.Height = 21;
  150. this.dgvProductionLine.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  151. this.dgvProductionLine.Size = new System.Drawing.Size(599, 342);
  152. this.dgvProductionLine.SortOrderColumnName = null;
  153. this.dgvProductionLine.TabIndex = 6;
  154. this.dgvProductionLine.Tag = true;
  155. this.dgvProductionLine.TotalSumColumns = null;
  156. this.dgvProductionLine.ViewRowFilter = "";
  157. this.dgvProductionLine.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvProductionLine_CellMouseDoubleClick);
  158. this.dgvProductionLine.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvProductionLine_KeyDown);
  159. //
  160. // btnSearch
  161. //
  162. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  163. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  164. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  165. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F);
  166. this.btnSearch.ForeColor = System.Drawing.Color.White;
  167. this.btnSearch.Location = new System.Drawing.Point(437, 7);
  168. this.btnSearch.Name = "btnSearch";
  169. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  170. this.btnSearch.TabIndex = 4;
  171. this.btnSearch.Text = "查询";
  172. this.btnSearch.UseVisualStyleBackColor = true;
  173. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  174. //
  175. // txtProductionLineCode
  176. //
  177. this.txtProductionLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  178. this.txtProductionLineCode.Font = new System.Drawing.Font("宋体", 9F);
  179. this.txtProductionLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  180. this.txtProductionLineCode.Location = new System.Drawing.Point(83, 11);
  181. this.txtProductionLineCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  182. this.txtProductionLineCode.MaxLength = 21;
  183. this.txtProductionLineCode.Name = "txtProductionLineCode";
  184. this.txtProductionLineCode.Size = new System.Drawing.Size(122, 21);
  185. this.txtProductionLineCode.TabIndex = 1;
  186. //
  187. // btnClose
  188. //
  189. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  190. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  191. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  192. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  193. this.btnClose.Font = new System.Drawing.Font("宋体", 9F);
  194. this.btnClose.ForeColor = System.Drawing.Color.White;
  195. this.btnClose.Location = new System.Drawing.Point(528, 389);
  196. this.btnClose.Name = "btnClose";
  197. this.btnClose.Size = new System.Drawing.Size(85, 30);
  198. this.btnClose.TabIndex = 9;
  199. this.btnClose.Text = "取消";
  200. this.btnClose.UseVisualStyleBackColor = true;
  201. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  202. //
  203. // btnOK
  204. //
  205. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  206. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  207. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  208. this.btnOK.Font = new System.Drawing.Font("宋体", 9F);
  209. this.btnOK.ForeColor = System.Drawing.Color.White;
  210. this.btnOK.Location = new System.Drawing.Point(437, 389);
  211. this.btnOK.Name = "btnOK";
  212. this.btnOK.Size = new System.Drawing.Size(85, 30);
  213. this.btnOK.TabIndex = 8;
  214. this.btnOK.Text = "确定";
  215. this.btnOK.UseVisualStyleBackColor = true;
  216. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  217. //
  218. // chkChooseAll
  219. //
  220. this.chkChooseAll.AutoSize = true;
  221. this.chkChooseAll.BackColor = System.Drawing.Color.Transparent;
  222. this.chkChooseAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.chkChooseAll.Location = new System.Drawing.Point(24, 389);
  224. this.chkChooseAll.Name = "chkChooseAll";
  225. this.chkChooseAll.Size = new System.Drawing.Size(48, 16);
  226. this.chkChooseAll.TabIndex = 7;
  227. this.chkChooseAll.Text = "全选";
  228. this.chkChooseAll.UseVisualStyleBackColor = false;
  229. this.chkChooseAll.CheckedChanged += new System.EventHandler(this.chkChooseAll_CheckedChanged);
  230. //
  231. // btnClearCondition
  232. //
  233. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  234. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  235. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  236. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  238. this.btnClearCondition.Location = new System.Drawing.Point(528, 7);
  239. this.btnClearCondition.Name = "btnClearCondition";
  240. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  241. this.btnClearCondition.TabIndex = 5;
  242. this.btnClearCondition.Text = "清空条件";
  243. this.btnClearCondition.UseVisualStyleBackColor = false;
  244. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  245. //
  246. // ProductionLineID
  247. //
  248. this.ProductionLineID.DataPropertyName = "ProductionLineID";
  249. this.ProductionLineID.HeaderText = "ProductionLineID";
  250. this.ProductionLineID.Name = "ProductionLineID";
  251. this.ProductionLineID.ReadOnly = true;
  252. this.ProductionLineID.Visible = false;
  253. //
  254. // Sel
  255. //
  256. this.Sel.DataPropertyName = "Sel";
  257. this.Sel.FalseValue = "0";
  258. this.Sel.HeaderText = "选择";
  259. this.Sel.IndeterminateValue = "0";
  260. this.Sel.Name = "Sel";
  261. this.Sel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  262. this.Sel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  263. this.Sel.TrueValue = "1";
  264. this.Sel.Visible = false;
  265. //
  266. // ProductionLineCode
  267. //
  268. this.ProductionLineCode.DataPropertyName = "ProductionLineCode";
  269. this.ProductionLineCode.HeaderText = "生产线编码";
  270. this.ProductionLineCode.Name = "ProductionLineCode";
  271. this.ProductionLineCode.ReadOnly = true;
  272. this.ProductionLineCode.Width = 120;
  273. //
  274. // ProductionLineName
  275. //
  276. this.ProductionLineName.DataPropertyName = "ProductionLineName";
  277. this.ProductionLineName.HeaderText = "生产线名称";
  278. this.ProductionLineName.Name = "ProductionLineName";
  279. this.ProductionLineName.ReadOnly = true;
  280. this.ProductionLineName.Width = 120;
  281. //
  282. // S_CMN_015
  283. //
  284. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  285. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  286. this.CancelButton = this.btnClose;
  287. this.ClientSize = new System.Drawing.Size(625, 444);
  288. this.Controls.Add(this.btnClearCondition);
  289. this.Controls.Add(this.chkChooseAll);
  290. this.Controls.Add(this.btnOK);
  291. this.Controls.Add(this.btnClose);
  292. this.Controls.Add(this.lblProductionLineName);
  293. this.Controls.Add(this.lblProductionLineCode);
  294. this.Controls.Add(this.txtProductionLineName);
  295. this.Controls.Add(this.dgvProductionLine);
  296. this.Controls.Add(this.btnSearch);
  297. this.Controls.Add(this.txtProductionLineCode);
  298. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  299. this.IsSaveFormSize = false;
  300. this.MaximizeBox = false;
  301. this.MinimizeBox = false;
  302. this.Name = "S_CMN_015";
  303. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  304. this.StatusSizingGrip = false;
  305. this.Text = "生产线控件";
  306. this.Load += new System.EventHandler(this.S_CMN_015_Load);
  307. this.Controls.SetChildIndex(this.txtProductionLineCode, 0);
  308. this.Controls.SetChildIndex(this.btnSearch, 0);
  309. this.Controls.SetChildIndex(this.dgvProductionLine, 0);
  310. this.Controls.SetChildIndex(this.txtProductionLineName, 0);
  311. this.Controls.SetChildIndex(this.lblProductionLineCode, 0);
  312. this.Controls.SetChildIndex(this.lblProductionLineName, 0);
  313. this.Controls.SetChildIndex(this.btnClose, 0);
  314. this.Controls.SetChildIndex(this.btnOK, 0);
  315. this.Controls.SetChildIndex(this.chkChooseAll, 0);
  316. this.Controls.SetChildIndex(this.btnClearCondition, 0);
  317. ((System.ComponentModel.ISupportInitialize)(this.dgvProductionLine)).EndInit();
  318. this.ResumeLayout(false);
  319. this.PerformLayout();
  320. }
  321. #endregion
  322. private Basics.BaseControls.C_Label lblProductionLineName;
  323. private Basics.BaseControls.C_Label lblProductionLineCode;
  324. private System.Windows.Forms.TextBox txtProductionLineName;
  325. private Basics.BaseControls.C_DataGridView dgvProductionLine;
  326. private Basics.BaseControls.C_Button btnSearch;
  327. private System.Windows.Forms.TextBox txtProductionLineCode;
  328. private Basics.BaseControls.C_Button btnClose;
  329. private Basics.BaseControls.C_Button btnOK;
  330. private Basics.BaseControls.C_CheckBox chkChooseAll;
  331. private Basics.BaseControls.C_Button btnClearCondition;
  332. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineID;
  333. private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
  334. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineCode;
  335. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineName;
  336. }
  337. }