F_MST_1601.Designer.cs 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.SystemModule
  3. {
  4. partial class F_MST_1601
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_1601));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  42. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  43. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  44. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  45. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  46. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  47. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  48. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  49. this.cbflagfalse = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  50. this.cbflagtrue = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  51. this.txtProductModel = new System.Windows.Forms.TextBox();
  52. this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.txtOrdersName = new System.Windows.Forms.TextBox();
  55. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  56. this.txtOrdersCode = new System.Windows.Forms.TextBox();
  57. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  58. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  59. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  60. this.dgvOrder = new System.Windows.Forms.TabControl();
  61. this.tabPage1 = new System.Windows.Forms.TabPage();
  62. this.dgvRpt = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  63. this.tabPage2 = new System.Windows.Forms.TabPage();
  64. this.dgvRpt2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  65. this.ORDERSDETAILID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.ORDERSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.CUSTOMERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.LAYOUTNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.PRODUCTMODEL = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.BARCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.ENTRUCKINGCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.ORDERSCODES = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.f_num = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.g1goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.d_num = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.g_num = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.VALUEFLAG = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.tsrOperate.SuspendLayout();
  80. this.gbxCondition.SuspendLayout();
  81. this.dgvOrder.SuspendLayout();
  82. this.tabPage1.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.dgvRpt)).BeginInit();
  84. this.tabPage2.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.dgvRpt2)).BeginInit();
  86. this.SuspendLayout();
  87. //
  88. // tsrOperate
  89. //
  90. this.tsrOperate.AutoSize = false;
  91. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  92. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  94. this.tsbtnAdd,
  95. this.tsbtnEdit,
  96. this.toolStripSeparator3,
  97. this.tsbtnAdaptive,
  98. this.tsbtnClose});
  99. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  100. this.tsrOperate.Name = "tsrOperate";
  101. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  102. this.tsrOperate.ShowItemToolTips = false;
  103. this.tsrOperate.Size = new System.Drawing.Size(1037, 33);
  104. this.tsrOperate.TabIndex = 2;
  105. //
  106. // tsbtnAdd
  107. //
  108. this.tsbtnAdd.AutoSize = false;
  109. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  111. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  112. this.tsbtnAdd.Name = "tsbtnAdd";
  113. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  114. this.tsbtnAdd.Text = "新建(&N)";
  115. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  116. //
  117. // tsbtnEdit
  118. //
  119. this.tsbtnEdit.AutoSize = false;
  120. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  122. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  123. this.tsbtnEdit.Name = "tsbtnEdit";
  124. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  125. this.tsbtnEdit.Text = "编辑(&E)";
  126. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  127. //
  128. // toolStripSeparator3
  129. //
  130. this.toolStripSeparator3.AutoSize = false;
  131. this.toolStripSeparator3.Name = "toolStripSeparator3";
  132. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  133. //
  134. // tsbtnAdaptive
  135. //
  136. this.tsbtnAdaptive.AutoSize = false;
  137. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  139. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  140. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  141. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  142. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  143. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  144. //
  145. // tsbtnClose
  146. //
  147. this.tsbtnClose.AutoSize = false;
  148. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  150. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  151. this.tsbtnClose.Name = "tsbtnClose";
  152. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  153. this.tsbtnClose.Text = "关闭(&X)";
  154. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  155. //
  156. // gbxCondition
  157. //
  158. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  159. | System.Windows.Forms.AnchorStyles.Right)));
  160. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  161. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  162. this.gbxCondition.Controls.Add(this.cbflagfalse);
  163. this.gbxCondition.Controls.Add(this.cbflagtrue);
  164. this.gbxCondition.Controls.Add(this.txtProductModel);
  165. this.gbxCondition.Controls.Add(this.c_Label5);
  166. this.gbxCondition.Controls.Add(this.c_Label4);
  167. this.gbxCondition.Controls.Add(this.txtOrdersName);
  168. this.gbxCondition.Controls.Add(this.c_Label3);
  169. this.gbxCondition.Controls.Add(this.txtOrdersCode);
  170. this.gbxCondition.Controls.Add(this.c_Label2);
  171. this.gbxCondition.Controls.Add(this.btnClearCondition);
  172. this.gbxCondition.Controls.Add(this.btnSearch);
  173. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  175. this.gbxCondition.IsMustInput = false;
  176. this.gbxCondition.Location = new System.Drawing.Point(12, 48);
  177. this.gbxCondition.Name = "gbxCondition";
  178. this.gbxCondition.OriginalHeight = -1;
  179. this.gbxCondition.Size = new System.Drawing.Size(1013, 53);
  180. this.gbxCondition.TabIndex = 22;
  181. this.gbxCondition.TabStop = false;
  182. this.gbxCondition.Text = "查询条件 ▼";
  183. //
  184. // cbflagfalse
  185. //
  186. this.cbflagfalse.AutoSize = true;
  187. this.cbflagfalse.Checked = true;
  188. this.cbflagfalse.CheckState = System.Windows.Forms.CheckState.Checked;
  189. this.cbflagfalse.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.cbflagfalse.Location = new System.Drawing.Point(607, 28);
  191. this.cbflagfalse.Name = "cbflagfalse";
  192. this.cbflagfalse.Size = new System.Drawing.Size(36, 16);
  193. this.cbflagfalse.TabIndex = 43;
  194. this.cbflagfalse.Text = "否";
  195. this.cbflagfalse.UseVisualStyleBackColor = true;
  196. //
  197. // cbflagtrue
  198. //
  199. this.cbflagtrue.AutoSize = true;
  200. this.cbflagtrue.Checked = true;
  201. this.cbflagtrue.CheckState = System.Windows.Forms.CheckState.Checked;
  202. this.cbflagtrue.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.cbflagtrue.Location = new System.Drawing.Point(565, 29);
  204. this.cbflagtrue.Name = "cbflagtrue";
  205. this.cbflagtrue.Size = new System.Drawing.Size(36, 16);
  206. this.cbflagtrue.TabIndex = 42;
  207. this.cbflagtrue.Text = "是";
  208. this.cbflagtrue.UseVisualStyleBackColor = true;
  209. //
  210. // txtProductModel
  211. //
  212. this.txtProductModel.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  213. this.txtProductModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.txtProductModel.ImeMode = System.Windows.Forms.ImeMode.Off;
  215. this.txtProductModel.Location = new System.Drawing.Point(403, 26);
  216. this.txtProductModel.MaxLength = 20;
  217. this.txtProductModel.Name = "txtProductModel";
  218. this.txtProductModel.Size = new System.Drawing.Size(97, 21);
  219. this.txtProductModel.TabIndex = 18;
  220. //
  221. // c_Label5
  222. //
  223. this.c_Label5.AutoSize = true;
  224. this.c_Label5.BackColor = System.Drawing.Color.Transparent;
  225. this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.c_Label5.ForeColor = System.Drawing.SystemColors.ControlText;
  227. this.c_Label5.Location = new System.Drawing.Point(506, 32);
  228. this.c_Label5.Name = "c_Label5";
  229. this.c_Label5.Size = new System.Drawing.Size(53, 12);
  230. this.c_Label5.TabIndex = 41;
  231. this.c_Label5.Text = "有效标识";
  232. //
  233. // c_Label4
  234. //
  235. this.c_Label4.AutoSize = true;
  236. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  237. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
  239. this.c_Label4.Location = new System.Drawing.Point(344, 30);
  240. this.c_Label4.Name = "c_Label4";
  241. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  242. this.c_Label4.TabIndex = 17;
  243. this.c_Label4.Text = "产品型号";
  244. //
  245. // txtOrdersName
  246. //
  247. this.txtOrdersName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  248. this.txtOrdersName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.txtOrdersName.ImeMode = System.Windows.Forms.ImeMode.Off;
  250. this.txtOrdersName.Location = new System.Drawing.Point(230, 25);
  251. this.txtOrdersName.MaxLength = 20;
  252. this.txtOrdersName.Name = "txtOrdersName";
  253. this.txtOrdersName.Size = new System.Drawing.Size(97, 21);
  254. this.txtOrdersName.TabIndex = 16;
  255. //
  256. // c_Label3
  257. //
  258. this.c_Label3.AutoSize = true;
  259. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  260. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  261. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  262. this.c_Label3.Location = new System.Drawing.Point(171, 30);
  263. this.c_Label3.Name = "c_Label3";
  264. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  265. this.c_Label3.TabIndex = 15;
  266. this.c_Label3.Text = "订单名称";
  267. //
  268. // txtOrdersCode
  269. //
  270. this.txtOrdersCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  271. this.txtOrdersCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. this.txtOrdersCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  273. this.txtOrdersCode.Location = new System.Drawing.Point(53, 23);
  274. this.txtOrdersCode.MaxLength = 20;
  275. this.txtOrdersCode.Name = "txtOrdersCode";
  276. this.txtOrdersCode.Size = new System.Drawing.Size(97, 21);
  277. this.txtOrdersCode.TabIndex = 14;
  278. //
  279. // c_Label2
  280. //
  281. this.c_Label2.AutoSize = true;
  282. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  283. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  284. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  285. this.c_Label2.Location = new System.Drawing.Point(6, 30);
  286. this.c_Label2.Name = "c_Label2";
  287. this.c_Label2.Size = new System.Drawing.Size(41, 12);
  288. this.c_Label2.TabIndex = 13;
  289. this.c_Label2.Text = "订单号";
  290. //
  291. // btnClearCondition
  292. //
  293. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  294. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  295. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  296. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  297. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  298. this.btnClearCondition.Location = new System.Drawing.Point(922, 16);
  299. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  300. this.btnClearCondition.Name = "btnClearCondition";
  301. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  302. this.btnClearCondition.TabIndex = 10;
  303. this.btnClearCondition.Text = "清空条件(&C)";
  304. this.btnClearCondition.UseVisualStyleBackColor = false;
  305. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  306. //
  307. // btnSearch
  308. //
  309. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  310. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  311. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  312. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  313. this.btnSearch.ForeColor = System.Drawing.Color.White;
  314. this.btnSearch.Location = new System.Drawing.Point(831, 16);
  315. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  316. this.btnSearch.Name = "btnSearch";
  317. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  318. this.btnSearch.TabIndex = 9;
  319. this.btnSearch.Text = "查询(&Q)";
  320. this.btnSearch.UseVisualStyleBackColor = false;
  321. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  322. //
  323. // dgvOrder
  324. //
  325. this.dgvOrder.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  326. | System.Windows.Forms.AnchorStyles.Left)
  327. | System.Windows.Forms.AnchorStyles.Right)));
  328. this.dgvOrder.Controls.Add(this.tabPage1);
  329. this.dgvOrder.Controls.Add(this.tabPage2);
  330. this.dgvOrder.Location = new System.Drawing.Point(12, 107);
  331. this.dgvOrder.Name = "dgvOrder";
  332. this.dgvOrder.SelectedIndex = 0;
  333. this.dgvOrder.Size = new System.Drawing.Size(1013, 428);
  334. this.dgvOrder.TabIndex = 40;
  335. //
  336. // tabPage1
  337. //
  338. this.tabPage1.Controls.Add(this.dgvRpt);
  339. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  340. this.tabPage1.Name = "tabPage1";
  341. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  342. this.tabPage1.Size = new System.Drawing.Size(1005, 402);
  343. this.tabPage1.TabIndex = 0;
  344. this.tabPage1.Text = "订单信息";
  345. this.tabPage1.UseVisualStyleBackColor = true;
  346. //
  347. // dgvRpt
  348. //
  349. this.dgvRpt.AllowUserToAddRows = false;
  350. this.dgvRpt.AllowUserToDeleteRows = false;
  351. this.dgvRpt.AllowUserToModifyRows = true;
  352. this.dgvRpt.AllowUserToOrderColumns = true;
  353. this.dgvRpt.AllowUserToSortRows = false;
  354. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  355. this.dgvRpt.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  356. this.dgvRpt.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  357. this.dgvRpt.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  358. this.dgvRpt.CellHeight = 23;
  359. this.dgvRpt.ChildNodeColumnName = null;
  360. this.dgvRpt.ChildNodeColumnText = null;
  361. this.dgvRpt.ColumnDeep = 1;
  362. this.dgvRpt.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  363. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  364. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  365. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  366. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  367. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  368. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  369. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  370. this.dgvRpt.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  371. this.dgvRpt.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  372. this.dgvRpt.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  373. this.ORDERSCODES,
  374. this.f_num,
  375. this.g1goodscode,
  376. this.d_num,
  377. this.GOODSCODE,
  378. this.g_num,
  379. this.VALUEFLAG});
  380. this.dgvRpt.ColumnTreeView = null;
  381. this.dgvRpt.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  382. this.dgvRpt.Dock = System.Windows.Forms.DockStyle.Fill;
  383. this.dgvRpt.DynamicColumnName = "";
  384. this.dgvRpt.EnableHeadersVisualStyles = false;
  385. this.dgvRpt.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  386. this.dgvRpt.FormatQuantityColumns = null;
  387. this.dgvRpt.HorizontalMergeColumn = null;
  388. this.dgvRpt.IsAutoCountSum = true;
  389. this.dgvRpt.IsAutoResizeColumns = false;
  390. this.dgvRpt.IsClickF12 = false;
  391. this.dgvRpt.IsOpenMergeCellFlag = false;
  392. this.dgvRpt.IsSubTotalFlag = false;
  393. this.dgvRpt.IsTopDeep = false;
  394. this.dgvRpt.Location = new System.Drawing.Point(3, 3);
  395. this.dgvRpt.MergeColumnNames = null;
  396. this.dgvRpt.MergeDetailColumnNames = null;
  397. this.dgvRpt.MergeDetailOnlyColumn = null;
  398. this.dgvRpt.MergeOnlyColumn = null;
  399. this.dgvRpt.MultiSelect = false;
  400. this.dgvRpt.Name = "dgvRpt";
  401. this.dgvRpt.ReadOnly = true;
  402. this.dgvRpt.RefreshAtHscroll = false;
  403. this.dgvRpt.RowHeadersWidth = 50;
  404. this.dgvRpt.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  405. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  406. this.dgvRpt.RowsDefaultCellStyle = dataGridViewCellStyle7;
  407. this.dgvRpt.RowTemplate.Height = 21;
  408. this.dgvRpt.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  409. this.dgvRpt.Size = new System.Drawing.Size(999, 396);
  410. this.dgvRpt.SortOrderColumnName = null;
  411. this.dgvRpt.TabIndex = 38;
  412. this.dgvRpt.Tag = true;
  413. this.dgvRpt.TotalSumColumns = null;
  414. this.dgvRpt.ViewRowFilter = "";
  415. //
  416. // tabPage2
  417. //
  418. this.tabPage2.Controls.Add(this.dgvRpt2);
  419. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  420. this.tabPage2.Name = "tabPage2";
  421. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  422. this.tabPage2.Size = new System.Drawing.Size(1005, 402);
  423. this.tabPage2.TabIndex = 1;
  424. this.tabPage2.Text = "订单详细";
  425. this.tabPage2.UseVisualStyleBackColor = true;
  426. //
  427. // dgvRpt2
  428. //
  429. this.dgvRpt2.AllowUserToAddRows = false;
  430. this.dgvRpt2.AllowUserToDeleteRows = false;
  431. this.dgvRpt2.AllowUserToModifyRows = true;
  432. this.dgvRpt2.AllowUserToOrderColumns = true;
  433. this.dgvRpt2.AllowUserToSortRows = false;
  434. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  435. this.dgvRpt2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
  436. this.dgvRpt2.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  437. this.dgvRpt2.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  438. this.dgvRpt2.CellHeight = 23;
  439. this.dgvRpt2.ChildNodeColumnName = null;
  440. this.dgvRpt2.ChildNodeColumnText = null;
  441. this.dgvRpt2.ColumnDeep = 1;
  442. this.dgvRpt2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  443. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  444. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  445. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  446. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
  447. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  448. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  449. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  450. this.dgvRpt2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
  451. this.dgvRpt2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  452. this.dgvRpt2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  453. this.ORDERSDETAILID,
  454. this.ORDERSCODE,
  455. this.CUSTOMERNAME,
  456. this.LAYOUTNAME,
  457. this.PRODUCTMODEL,
  458. this.BARCODE,
  459. this.ENTRUCKINGCODE});
  460. this.dgvRpt2.ColumnTreeView = null;
  461. this.dgvRpt2.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  462. this.dgvRpt2.Dock = System.Windows.Forms.DockStyle.Fill;
  463. this.dgvRpt2.DynamicColumnName = "";
  464. this.dgvRpt2.EnableHeadersVisualStyles = false;
  465. this.dgvRpt2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  466. this.dgvRpt2.FormatQuantityColumns = null;
  467. this.dgvRpt2.HorizontalMergeColumn = null;
  468. this.dgvRpt2.IsAutoCountSum = true;
  469. this.dgvRpt2.IsAutoResizeColumns = false;
  470. this.dgvRpt2.IsClickF12 = false;
  471. this.dgvRpt2.IsOpenMergeCellFlag = false;
  472. this.dgvRpt2.IsSubTotalFlag = false;
  473. this.dgvRpt2.IsTopDeep = false;
  474. this.dgvRpt2.Location = new System.Drawing.Point(3, 3);
  475. this.dgvRpt2.MergeColumnNames = null;
  476. this.dgvRpt2.MergeDetailColumnNames = null;
  477. this.dgvRpt2.MergeDetailOnlyColumn = null;
  478. this.dgvRpt2.MergeOnlyColumn = null;
  479. this.dgvRpt2.MultiSelect = false;
  480. this.dgvRpt2.Name = "dgvRpt2";
  481. this.dgvRpt2.ReadOnly = true;
  482. this.dgvRpt2.RefreshAtHscroll = false;
  483. this.dgvRpt2.RowHeadersWidth = 50;
  484. this.dgvRpt2.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  485. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  486. this.dgvRpt2.RowsDefaultCellStyle = dataGridViewCellStyle12;
  487. this.dgvRpt2.RowTemplate.Height = 21;
  488. this.dgvRpt2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  489. this.dgvRpt2.Size = new System.Drawing.Size(999, 396);
  490. this.dgvRpt2.SortOrderColumnName = null;
  491. this.dgvRpt2.TabIndex = 39;
  492. this.dgvRpt2.Tag = true;
  493. this.dgvRpt2.TotalSumColumns = null;
  494. this.dgvRpt2.ViewRowFilter = "";
  495. this.dgvRpt2.ColumnStateChanged += new System.Windows.Forms.DataGridViewColumnStateChangedEventHandler(this.dgvRpt2_ColumnStateChanged);
  496. //
  497. // ORDERSDETAILID
  498. //
  499. this.ORDERSDETAILID.DataPropertyName = "ORDERSDETAILID";
  500. this.ORDERSDETAILID.HeaderText = "订单详细id";
  501. this.ORDERSDETAILID.Name = "ORDERSDETAILID";
  502. this.ORDERSDETAILID.ReadOnly = true;
  503. this.ORDERSDETAILID.Visible = false;
  504. //
  505. // ORDERSCODE
  506. //
  507. this.ORDERSCODE.DataPropertyName = "ORDERSCODE";
  508. this.ORDERSCODE.HeaderText = "订单号";
  509. this.ORDERSCODE.Name = "ORDERSCODE";
  510. this.ORDERSCODE.ReadOnly = true;
  511. //
  512. // CUSTOMERNAME
  513. //
  514. this.CUSTOMERNAME.DataPropertyName = "CUSTOMERNAME";
  515. this.CUSTOMERNAME.HeaderText = "客户名称";
  516. this.CUSTOMERNAME.Name = "CUSTOMERNAME";
  517. this.CUSTOMERNAME.ReadOnly = true;
  518. //
  519. // LAYOUTNAME
  520. //
  521. this.LAYOUTNAME.DataPropertyName = "LAYOUTNAME";
  522. this.LAYOUTNAME.HeaderText = "版面名称";
  523. this.LAYOUTNAME.Name = "LAYOUTNAME";
  524. this.LAYOUTNAME.ReadOnly = true;
  525. //
  526. // PRODUCTMODEL
  527. //
  528. this.PRODUCTMODEL.DataPropertyName = "GOODSCODE";
  529. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  530. dataGridViewCellStyle10.Format = "N0";
  531. this.PRODUCTMODEL.DefaultCellStyle = dataGridViewCellStyle10;
  532. this.PRODUCTMODEL.HeaderText = "产品型号";
  533. this.PRODUCTMODEL.Name = "PRODUCTMODEL";
  534. this.PRODUCTMODEL.ReadOnly = true;
  535. //
  536. // BARCODE
  537. //
  538. this.BARCODE.DataPropertyName = "BARCODE";
  539. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  540. dataGridViewCellStyle11.Format = "N0";
  541. this.BARCODE.DefaultCellStyle = dataGridViewCellStyle11;
  542. this.BARCODE.HeaderText = "产品条码";
  543. this.BARCODE.Name = "BARCODE";
  544. this.BARCODE.ReadOnly = true;
  545. //
  546. // ENTRUCKINGCODE
  547. //
  548. this.ENTRUCKINGCODE.DataPropertyName = "ENTRUCKINGCODE";
  549. this.ENTRUCKINGCODE.HeaderText = "载具条码";
  550. this.ENTRUCKINGCODE.Name = "ENTRUCKINGCODE";
  551. this.ENTRUCKINGCODE.ReadOnly = true;
  552. //
  553. // ORDERSCODES
  554. //
  555. this.ORDERSCODES.DataPropertyName = "ORDERSCODE";
  556. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  557. dataGridViewCellStyle3.Format = "N0";
  558. this.ORDERSCODES.DefaultCellStyle = dataGridViewCellStyle3;
  559. this.ORDERSCODES.HeaderText = "订单号";
  560. this.ORDERSCODES.Name = "ORDERSCODES";
  561. this.ORDERSCODES.ReadOnly = true;
  562. //
  563. // f_num
  564. //
  565. this.f_num.DataPropertyName = "ORDERSNAME";
  566. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  567. dataGridViewCellStyle4.Format = "N0";
  568. this.f_num.DefaultCellStyle = dataGridViewCellStyle4;
  569. this.f_num.HeaderText = "订单名称";
  570. this.f_num.Name = "f_num";
  571. this.f_num.ReadOnly = true;
  572. //
  573. // g1goodscode
  574. //
  575. this.g1goodscode.DataPropertyName = "CUSTOMERCODE";
  576. this.g1goodscode.HeaderText = "客户编码";
  577. this.g1goodscode.Name = "g1goodscode";
  578. this.g1goodscode.ReadOnly = true;
  579. this.g1goodscode.Visible = false;
  580. //
  581. // d_num
  582. //
  583. this.d_num.DataPropertyName = "LAYOUTCODE";
  584. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  585. dataGridViewCellStyle5.Format = "N0";
  586. this.d_num.DefaultCellStyle = dataGridViewCellStyle5;
  587. this.d_num.HeaderText = "版面编码";
  588. this.d_num.Name = "d_num";
  589. this.d_num.ReadOnly = true;
  590. this.d_num.Visible = false;
  591. //
  592. // GOODSCODE
  593. //
  594. this.GOODSCODE.DataPropertyName = "GOODSCODE";
  595. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  596. dataGridViewCellStyle6.Format = "N0";
  597. this.GOODSCODE.DefaultCellStyle = dataGridViewCellStyle6;
  598. this.GOODSCODE.HeaderText = "产品型号";
  599. this.GOODSCODE.Name = "GOODSCODE";
  600. this.GOODSCODE.ReadOnly = true;
  601. this.GOODSCODE.Visible = false;
  602. //
  603. // g_num
  604. //
  605. this.g_num.DataPropertyName = "NUMBERS";
  606. this.g_num.HeaderText = "数量";
  607. this.g_num.Name = "g_num";
  608. this.g_num.ReadOnly = true;
  609. //
  610. // VALUEFLAG
  611. //
  612. this.VALUEFLAG.DataPropertyName = "VALUEFLAG";
  613. this.VALUEFLAG.HeaderText = "有效标识";
  614. this.VALUEFLAG.Name = "VALUEFLAG";
  615. this.VALUEFLAG.ReadOnly = true;
  616. //
  617. // F_MST_1601
  618. //
  619. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  620. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  621. this.ClientSize = new System.Drawing.Size(1037, 605);
  622. this.Controls.Add(this.dgvOrder);
  623. this.Controls.Add(this.gbxCondition);
  624. this.Controls.Add(this.tsrOperate);
  625. this.Name = "F_MST_1601";
  626. this.Text = "F_MST_1401";
  627. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_1601_FormClosed);
  628. this.Load += new System.EventHandler(this.F_MST_1401_Load);
  629. this.tsrOperate.ResumeLayout(false);
  630. this.tsrOperate.PerformLayout();
  631. this.gbxCondition.ResumeLayout(false);
  632. this.gbxCondition.PerformLayout();
  633. this.dgvOrder.ResumeLayout(false);
  634. this.tabPage1.ResumeLayout(false);
  635. ((System.ComponentModel.ISupportInitialize)(this.dgvRpt)).EndInit();
  636. this.tabPage2.ResumeLayout(false);
  637. ((System.ComponentModel.ISupportInitialize)(this.dgvRpt2)).EndInit();
  638. this.ResumeLayout(false);
  639. }
  640. #endregion
  641. private Basics.BaseControls.C_ToolStrip tsrOperate;
  642. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  643. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  644. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  645. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  646. private System.Windows.Forms.ToolStripButton tsbtnClose;
  647. private Basics.BaseControls.C_GroupBox gbxCondition;
  648. private Basics.BaseControls.C_Button btnClearCondition;
  649. private Basics.BaseControls.C_Button btnSearch;
  650. private System.Windows.Forms.TextBox txtOrdersName;
  651. private Basics.BaseControls.C_Label c_Label3;
  652. private System.Windows.Forms.TextBox txtOrdersCode;
  653. private Basics.BaseControls.C_Label c_Label2;
  654. private System.Windows.Forms.TextBox txtProductModel;
  655. private Basics.BaseControls.C_Label c_Label4;
  656. private System.Windows.Forms.TabControl dgvOrder;
  657. private System.Windows.Forms.TabPage tabPage1;
  658. private Basics.BaseControls.C_DataGridView dgvRpt;
  659. private System.Windows.Forms.TabPage tabPage2;
  660. private Basics.BaseControls.C_DataGridView dgvRpt2;
  661. private Basics.BaseControls.C_CheckBox cbflagfalse;
  662. private Basics.BaseControls.C_CheckBox cbflagtrue;
  663. private Basics.BaseControls.C_Label c_Label5;
  664. private System.Windows.Forms.DataGridViewTextBoxColumn ORDERSDETAILID;
  665. private System.Windows.Forms.DataGridViewTextBoxColumn ORDERSCODE;
  666. private System.Windows.Forms.DataGridViewTextBoxColumn CUSTOMERNAME;
  667. private System.Windows.Forms.DataGridViewTextBoxColumn LAYOUTNAME;
  668. private System.Windows.Forms.DataGridViewTextBoxColumn PRODUCTMODEL;
  669. private System.Windows.Forms.DataGridViewTextBoxColumn BARCODE;
  670. private System.Windows.Forms.DataGridViewTextBoxColumn ENTRUCKINGCODE;
  671. private System.Windows.Forms.DataGridViewTextBoxColumn ORDERSCODES;
  672. private System.Windows.Forms.DataGridViewTextBoxColumn f_num;
  673. private System.Windows.Forms.DataGridViewTextBoxColumn g1goodscode;
  674. private System.Windows.Forms.DataGridViewTextBoxColumn d_num;
  675. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
  676. private System.Windows.Forms.DataGridViewTextBoxColumn g_num;
  677. private System.Windows.Forms.DataGridViewTextBoxColumn VALUEFLAG;
  678. }
  679. }