F_PM_3602.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_3602
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_3602));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  33. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  34. this.scbGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
  35. this.txtBarcodes = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  36. this.c_Label10 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.txtremarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  38. this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  40. this.txtMATERIALCODE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  41. this.c_Label9 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.txtFIRQUANTITY = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  43. this.c_Label8 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.cmbFIRBASIS = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  45. this.c_Label6 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.cmbFIRGOODSTYPE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  47. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.lblGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.cmbLogo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  50. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.cmbWORKSHOP = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  54. this.c_Label7 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  55. this.txtRegisterNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  56. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  57. this.dtpACCOUNTDATE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  58. this.dgvRegisterDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  59. this.ITEMSYTPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.ITEMSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.ITEMSINFO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.citemsvalue = new System.Windows.Forms.DataGridViewComboBoxColumn();
  63. this.ITEMSREMARKS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.DETAILID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.gbxCondition.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.dgvRegisterDetail)).BeginInit();
  67. this.SuspendLayout();
  68. //
  69. // btnSave
  70. //
  71. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  72. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  73. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  74. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.btnSave.ForeColor = System.Drawing.Color.White;
  76. this.btnSave.Location = new System.Drawing.Point(720, 510);
  77. this.btnSave.Name = "btnSave";
  78. this.btnSave.Size = new System.Drawing.Size(85, 30);
  79. this.btnSave.TabIndex = 11;
  80. this.btnSave.Text = "保存(&S)";
  81. this.btnSave.UseVisualStyleBackColor = true;
  82. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  83. //
  84. // gbxCondition
  85. //
  86. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  87. | System.Windows.Forms.AnchorStyles.Right)));
  88. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  89. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  90. this.gbxCondition.Controls.Add(this.scbGoods);
  91. this.gbxCondition.Controls.Add(this.txtBarcodes);
  92. this.gbxCondition.Controls.Add(this.c_Label10);
  93. this.gbxCondition.Controls.Add(this.txtremarks);
  94. this.gbxCondition.Controls.Add(this.c_Label5);
  95. this.gbxCondition.Controls.Add(this.txtGoodsCode);
  96. this.gbxCondition.Controls.Add(this.txtMATERIALCODE);
  97. this.gbxCondition.Controls.Add(this.c_Label9);
  98. this.gbxCondition.Controls.Add(this.txtFIRQUANTITY);
  99. this.gbxCondition.Controls.Add(this.c_Label8);
  100. this.gbxCondition.Controls.Add(this.cmbFIRBASIS);
  101. this.gbxCondition.Controls.Add(this.c_Label6);
  102. this.gbxCondition.Controls.Add(this.cmbFIRGOODSTYPE);
  103. this.gbxCondition.Controls.Add(this.c_Label3);
  104. this.gbxCondition.Controls.Add(this.lblGoods);
  105. this.gbxCondition.Controls.Add(this.cmbLogo);
  106. this.gbxCondition.Controls.Add(this.c_Label2);
  107. this.gbxCondition.Controls.Add(this.lblGoodsCode);
  108. this.gbxCondition.Controls.Add(this.c_Label4);
  109. this.gbxCondition.Controls.Add(this.cmbWORKSHOP);
  110. this.gbxCondition.Controls.Add(this.c_Label7);
  111. this.gbxCondition.Controls.Add(this.txtRegisterNo);
  112. this.gbxCondition.Controls.Add(this.c_Label1);
  113. this.gbxCondition.Controls.Add(this.dtpACCOUNTDATE);
  114. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  116. this.gbxCondition.IsMustInput = false;
  117. this.gbxCondition.Location = new System.Drawing.Point(0, 4);
  118. this.gbxCondition.Name = "gbxCondition";
  119. this.gbxCondition.OriginalHeight = -1;
  120. this.gbxCondition.Size = new System.Drawing.Size(807, 146);
  121. this.gbxCondition.TabIndex = 1;
  122. this.gbxCondition.TabStop = false;
  123. this.gbxCondition.Text = "首件登记单 ▼";
  124. //
  125. // scbGoods
  126. //
  127. this.scbGoods.CheckedData = null;
  128. this.scbGoods.Location = new System.Drawing.Point(455, 20);
  129. this.scbGoods.Name = "scbGoods";
  130. this.scbGoods.Size = new System.Drawing.Size(134, 21);
  131. this.scbGoods.TabIndex = 123;
  132. this.scbGoods.SearchedItemChanged += new System.EventHandler(this.scbGoods_SearchedItemChanged_1);
  133. //
  134. // txtBarcodes
  135. //
  136. this.txtBarcodes.BackColor = System.Drawing.SystemColors.Control;
  137. this.txtBarcodes.BackgroundColor = System.Drawing.SystemColors.Window;
  138. this.txtBarcodes.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  139. this.txtBarcodes.ErrorMessage = "";
  140. this.txtBarcodes.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.txtBarcodes.Location = new System.Drawing.Point(71, 112);
  142. this.txtBarcodes.MaxLength = 20;
  143. this.txtBarcodes.Name = "txtBarcodes";
  144. this.txtBarcodes.ReadOnly = true;
  145. this.txtBarcodes.Size = new System.Drawing.Size(727, 21);
  146. this.txtBarcodes.TabIndex = 121;
  147. this.txtBarcodes.TextValue = "";
  148. //
  149. // c_Label10
  150. //
  151. this.c_Label10.AutoSize = true;
  152. this.c_Label10.BackColor = System.Drawing.Color.Transparent;
  153. this.c_Label10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.c_Label10.ForeColor = System.Drawing.SystemColors.ControlText;
  155. this.c_Label10.Location = new System.Drawing.Point(12, 115);
  156. this.c_Label10.Name = "c_Label10";
  157. this.c_Label10.Size = new System.Drawing.Size(53, 12);
  158. this.c_Label10.TabIndex = 122;
  159. this.c_Label10.Text = "产品条码";
  160. //
  161. // txtremarks
  162. //
  163. this.txtremarks.BackColor = System.Drawing.SystemColors.Window;
  164. this.txtremarks.BackgroundColor = System.Drawing.SystemColors.Window;
  165. this.txtremarks.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  166. this.txtremarks.ErrorMessage = "";
  167. this.txtremarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.txtremarks.Location = new System.Drawing.Point(455, 81);
  169. this.txtremarks.MaxLength = 20;
  170. this.txtremarks.Name = "txtremarks";
  171. this.txtremarks.Size = new System.Drawing.Size(343, 21);
  172. this.txtremarks.TabIndex = 119;
  173. this.txtremarks.TextValue = "";
  174. //
  175. // c_Label5
  176. //
  177. this.c_Label5.AutoSize = true;
  178. this.c_Label5.BackColor = System.Drawing.Color.Transparent;
  179. this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.c_Label5.ForeColor = System.Drawing.SystemColors.ControlText;
  181. this.c_Label5.Location = new System.Drawing.Point(396, 86);
  182. this.c_Label5.Name = "c_Label5";
  183. this.c_Label5.Size = new System.Drawing.Size(29, 12);
  184. this.c_Label5.TabIndex = 120;
  185. this.c_Label5.Text = "备注";
  186. //
  187. // txtGoodsCode
  188. //
  189. this.txtGoodsCode.BackColor = System.Drawing.Color.Yellow;
  190. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  191. this.txtGoodsCode.ErrorMessage = "";
  192. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.txtGoodsCode.IsMustInput = true;
  194. this.txtGoodsCode.Location = new System.Drawing.Point(663, 19);
  195. this.txtGoodsCode.MaxLength = 20;
  196. this.txtGoodsCode.Name = "txtGoodsCode";
  197. this.txtGoodsCode.Size = new System.Drawing.Size(134, 21);
  198. this.txtGoodsCode.TabIndex = 118;
  199. //
  200. // txtMATERIALCODE
  201. //
  202. this.txtMATERIALCODE.BackColor = System.Drawing.Color.Yellow;
  203. this.txtMATERIALCODE.BackgroundColor = System.Drawing.SystemColors.Window;
  204. this.txtMATERIALCODE.ErrorMessage = "";
  205. this.txtMATERIALCODE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.txtMATERIALCODE.IsMustInput = true;
  207. this.txtMATERIALCODE.Location = new System.Drawing.Point(664, 47);
  208. this.txtMATERIALCODE.MaxLength = 20;
  209. this.txtMATERIALCODE.Name = "txtMATERIALCODE";
  210. this.txtMATERIALCODE.Size = new System.Drawing.Size(134, 21);
  211. this.txtMATERIALCODE.TabIndex = 116;
  212. //
  213. // c_Label9
  214. //
  215. this.c_Label9.AutoSize = true;
  216. this.c_Label9.BackColor = System.Drawing.Color.Transparent;
  217. this.c_Label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.c_Label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  219. this.c_Label9.IsMustInput = true;
  220. this.c_Label9.Location = new System.Drawing.Point(605, 51);
  221. this.c_Label9.Name = "c_Label9";
  222. this.c_Label9.Size = new System.Drawing.Size(53, 12);
  223. this.c_Label9.TabIndex = 117;
  224. this.c_Label9.Text = "物料编码";
  225. //
  226. // txtFIRQUANTITY
  227. //
  228. this.txtFIRQUANTITY.BackColor = System.Drawing.Color.Yellow;
  229. this.txtFIRQUANTITY.BackgroundColor = System.Drawing.SystemColors.Window;
  230. this.txtFIRQUANTITY.ErrorMessage = "";
  231. this.txtFIRQUANTITY.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.txtFIRQUANTITY.IsMustInput = true;
  233. this.txtFIRQUANTITY.Location = new System.Drawing.Point(70, 51);
  234. this.txtFIRQUANTITY.MaxLength = 20;
  235. this.txtFIRQUANTITY.Name = "txtFIRQUANTITY";
  236. this.txtFIRQUANTITY.Size = new System.Drawing.Size(121, 21);
  237. this.txtFIRQUANTITY.TabIndex = 114;
  238. //
  239. // c_Label8
  240. //
  241. this.c_Label8.AutoSize = true;
  242. this.c_Label8.BackColor = System.Drawing.Color.Transparent;
  243. this.c_Label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  244. this.c_Label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  245. this.c_Label8.IsMustInput = true;
  246. this.c_Label8.Location = new System.Drawing.Point(11, 55);
  247. this.c_Label8.Name = "c_Label8";
  248. this.c_Label8.Size = new System.Drawing.Size(53, 12);
  249. this.c_Label8.TabIndex = 115;
  250. this.c_Label8.Text = "检验数量";
  251. //
  252. // cmbFIRBASIS
  253. //
  254. this.cmbFIRBASIS.BackColor = System.Drawing.Color.Yellow;
  255. this.cmbFIRBASIS.BackgroundColor = System.Drawing.SystemColors.Window;
  256. this.cmbFIRBASIS.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  257. this.cmbFIRBASIS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.cmbFIRBASIS.FormattingEnabled = true;
  259. this.cmbFIRBASIS.IsMustInput = true;
  260. this.cmbFIRBASIS.Location = new System.Drawing.Point(260, 81);
  261. this.cmbFIRBASIS.Name = "cmbFIRBASIS";
  262. this.cmbFIRBASIS.Size = new System.Drawing.Size(122, 20);
  263. this.cmbFIRBASIS.TabIndex = 112;
  264. //
  265. // c_Label6
  266. //
  267. this.c_Label6.AutoSize = true;
  268. this.c_Label6.BackColor = System.Drawing.Color.Transparent;
  269. this.c_Label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. this.c_Label6.Location = new System.Drawing.Point(201, 84);
  271. this.c_Label6.Name = "c_Label6";
  272. this.c_Label6.Size = new System.Drawing.Size(53, 12);
  273. this.c_Label6.TabIndex = 113;
  274. this.c_Label6.Text = "检验依据";
  275. //
  276. // cmbFIRGOODSTYPE
  277. //
  278. this.cmbFIRGOODSTYPE.BackColor = System.Drawing.Color.Yellow;
  279. this.cmbFIRGOODSTYPE.BackgroundColor = System.Drawing.SystemColors.Window;
  280. this.cmbFIRGOODSTYPE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  281. this.cmbFIRGOODSTYPE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  282. this.cmbFIRGOODSTYPE.FormattingEnabled = true;
  283. this.cmbFIRGOODSTYPE.IsMustInput = true;
  284. this.cmbFIRGOODSTYPE.Location = new System.Drawing.Point(71, 81);
  285. this.cmbFIRGOODSTYPE.Name = "cmbFIRGOODSTYPE";
  286. this.cmbFIRGOODSTYPE.Size = new System.Drawing.Size(119, 20);
  287. this.cmbFIRGOODSTYPE.TabIndex = 110;
  288. //
  289. // c_Label3
  290. //
  291. this.c_Label3.AutoSize = true;
  292. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  293. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  294. this.c_Label3.Location = new System.Drawing.Point(12, 85);
  295. this.c_Label3.Name = "c_Label3";
  296. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  297. this.c_Label3.TabIndex = 111;
  298. this.c_Label3.Text = "产品类型";
  299. //
  300. // lblGoods
  301. //
  302. this.lblGoods.AutoSize = true;
  303. this.lblGoods.BackColor = System.Drawing.Color.Transparent;
  304. this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.lblGoods.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  306. this.lblGoods.IsMustInput = true;
  307. this.lblGoods.Location = new System.Drawing.Point(396, 23);
  308. this.lblGoods.Name = "lblGoods";
  309. this.lblGoods.Size = new System.Drawing.Size(53, 12);
  310. this.lblGoods.TabIndex = 108;
  311. this.lblGoods.Text = "产 品";
  312. //
  313. // cmbLogo
  314. //
  315. this.cmbLogo.BackColor = System.Drawing.Color.Yellow;
  316. this.cmbLogo.BackgroundColor = System.Drawing.SystemColors.Window;
  317. this.cmbLogo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  318. this.cmbLogo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  319. this.cmbLogo.FormattingEnabled = true;
  320. this.cmbLogo.IsMustInput = true;
  321. this.cmbLogo.Location = new System.Drawing.Point(455, 47);
  322. this.cmbLogo.Name = "cmbLogo";
  323. this.cmbLogo.Size = new System.Drawing.Size(134, 20);
  324. this.cmbLogo.TabIndex = 40;
  325. this.cmbLogo.SelectedValueChanged += new System.EventHandler(this.cmbLogo_SelectedValueChanged);
  326. //
  327. // c_Label2
  328. //
  329. this.c_Label2.AutoSize = true;
  330. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  331. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  332. this.c_Label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  333. this.c_Label2.IsMustInput = true;
  334. this.c_Label2.Location = new System.Drawing.Point(396, 53);
  335. this.c_Label2.Name = "c_Label2";
  336. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  337. this.c_Label2.TabIndex = 39;
  338. this.c_Label2.Text = "产品商标";
  339. //
  340. // lblGoodsCode
  341. //
  342. this.lblGoodsCode.AutoSize = true;
  343. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  344. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  345. this.lblGoodsCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  346. this.lblGoodsCode.IsMustInput = true;
  347. this.lblGoodsCode.Location = new System.Drawing.Point(604, 23);
  348. this.lblGoodsCode.Name = "lblGoodsCode";
  349. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  350. this.lblGoodsCode.TabIndex = 104;
  351. this.lblGoodsCode.Text = "产品编码";
  352. //
  353. // c_Label4
  354. //
  355. this.c_Label4.AutoSize = true;
  356. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  357. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.c_Label4.Location = new System.Drawing.Point(201, 53);
  359. this.c_Label4.Name = "c_Label4";
  360. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  361. this.c_Label4.TabIndex = 103;
  362. this.c_Label4.Text = "日 期";
  363. //
  364. // cmbWORKSHOP
  365. //
  366. this.cmbWORKSHOP.BackColor = System.Drawing.Color.Yellow;
  367. this.cmbWORKSHOP.BackgroundColor = System.Drawing.SystemColors.Window;
  368. this.cmbWORKSHOP.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  369. this.cmbWORKSHOP.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  370. this.cmbWORKSHOP.FormattingEnabled = true;
  371. this.cmbWORKSHOP.IsMustInput = true;
  372. this.cmbWORKSHOP.Location = new System.Drawing.Point(260, 23);
  373. this.cmbWORKSHOP.Name = "cmbWORKSHOP";
  374. this.cmbWORKSHOP.Size = new System.Drawing.Size(121, 20);
  375. this.cmbWORKSHOP.TabIndex = 100;
  376. //
  377. // c_Label7
  378. //
  379. this.c_Label7.AutoSize = true;
  380. this.c_Label7.BackColor = System.Drawing.Color.Transparent;
  381. this.c_Label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  382. this.c_Label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  383. this.c_Label7.IsMustInput = true;
  384. this.c_Label7.Location = new System.Drawing.Point(201, 28);
  385. this.c_Label7.Name = "c_Label7";
  386. this.c_Label7.Size = new System.Drawing.Size(53, 12);
  387. this.c_Label7.TabIndex = 102;
  388. this.c_Label7.Text = "车 间";
  389. //
  390. // txtRegisterNo
  391. //
  392. this.txtRegisterNo.BackColor = System.Drawing.SystemColors.Control;
  393. this.txtRegisterNo.BackgroundColor = System.Drawing.SystemColors.Window;
  394. this.txtRegisterNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  395. this.txtRegisterNo.ErrorMessage = "";
  396. this.txtRegisterNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. this.txtRegisterNo.IsMustInput = true;
  398. this.txtRegisterNo.Location = new System.Drawing.Point(71, 23);
  399. this.txtRegisterNo.MaxLength = 20;
  400. this.txtRegisterNo.Name = "txtRegisterNo";
  401. this.txtRegisterNo.ReadOnly = true;
  402. this.txtRegisterNo.Size = new System.Drawing.Size(119, 21);
  403. this.txtRegisterNo.TabIndex = 98;
  404. this.txtRegisterNo.TextValue = "";
  405. //
  406. // c_Label1
  407. //
  408. this.c_Label1.AutoSize = true;
  409. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  410. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  411. this.c_Label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  412. this.c_Label1.IsMustInput = true;
  413. this.c_Label1.Location = new System.Drawing.Point(12, 28);
  414. this.c_Label1.Name = "c_Label1";
  415. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  416. this.c_Label1.TabIndex = 101;
  417. this.c_Label1.Text = "登记单号";
  418. //
  419. // dtpACCOUNTDATE
  420. //
  421. this.dtpACCOUNTDATE.CustomFormat = "yyyy-MM-dd";
  422. this.dtpACCOUNTDATE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  423. this.dtpACCOUNTDATE.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  424. this.dtpACCOUNTDATE.Location = new System.Drawing.Point(260, 49);
  425. this.dtpACCOUNTDATE.Name = "dtpACCOUNTDATE";
  426. this.dtpACCOUNTDATE.Size = new System.Drawing.Size(122, 21);
  427. this.dtpACCOUNTDATE.TabIndex = 99;
  428. //
  429. // dgvRegisterDetail
  430. //
  431. this.dgvRegisterDetail.AllowUserToAddRows = false;
  432. this.dgvRegisterDetail.AllowUserToDeleteRows = false;
  433. this.dgvRegisterDetail.AllowUserToModifyRows = true;
  434. this.dgvRegisterDetail.AllowUserToOrderColumns = true;
  435. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  436. this.dgvRegisterDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  437. this.dgvRegisterDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  438. | System.Windows.Forms.AnchorStyles.Left)
  439. | System.Windows.Forms.AnchorStyles.Right)));
  440. this.dgvRegisterDetail.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
  441. this.dgvRegisterDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  442. this.dgvRegisterDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  443. this.dgvRegisterDetail.CellHeight = 23;
  444. this.dgvRegisterDetail.ChildNodeColumnName = null;
  445. this.dgvRegisterDetail.ChildNodeColumnText = null;
  446. this.dgvRegisterDetail.ColumnDeep = 1;
  447. this.dgvRegisterDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  448. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  449. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  450. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  451. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  452. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  453. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  454. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  455. this.dgvRegisterDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  456. this.dgvRegisterDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  457. this.dgvRegisterDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  458. this.ITEMSYTPE,
  459. this.ITEMSNAME,
  460. this.ITEMSINFO,
  461. this.citemsvalue,
  462. this.ITEMSREMARKS,
  463. this.DETAILID});
  464. this.dgvRegisterDetail.ColumnTreeView = null;
  465. this.dgvRegisterDetail.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)));
  466. this.dgvRegisterDetail.DynamicColumnName = "";
  467. this.dgvRegisterDetail.EnableHeadersVisualStyles = false;
  468. this.dgvRegisterDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  469. this.dgvRegisterDetail.FormatQuantityColumns = null;
  470. this.dgvRegisterDetail.HasNode = false;
  471. this.dgvRegisterDetail.HorizontalMergeColumn = null;
  472. this.dgvRegisterDetail.IsAutoCountSum = true;
  473. this.dgvRegisterDetail.IsAutoResizeColumns = false;
  474. this.dgvRegisterDetail.IsClickF12 = false;
  475. this.dgvRegisterDetail.IsOpenMergeCellFlag = false;
  476. this.dgvRegisterDetail.IsSubTotalFlag = false;
  477. this.dgvRegisterDetail.IsTopDeep = false;
  478. this.dgvRegisterDetail.Location = new System.Drawing.Point(0, 156);
  479. this.dgvRegisterDetail.MergeColumnNames = null;
  480. this.dgvRegisterDetail.MergeDetailColumnNames = null;
  481. this.dgvRegisterDetail.MergeDetailOnlyColumn = null;
  482. this.dgvRegisterDetail.MergeOnlyColumn = null;
  483. this.dgvRegisterDetail.MultiSelect = false;
  484. this.dgvRegisterDetail.Name = "dgvRegisterDetail";
  485. this.dgvRegisterDetail.RefreshAtHscroll = false;
  486. this.dgvRegisterDetail.RowHeadersWidth = 50;
  487. this.dgvRegisterDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  488. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  489. this.dgvRegisterDetail.RowsDefaultCellStyle = dataGridViewCellStyle3;
  490. this.dgvRegisterDetail.RowTemplate.Height = 21;
  491. this.dgvRegisterDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  492. this.dgvRegisterDetail.Size = new System.Drawing.Size(807, 348);
  493. this.dgvRegisterDetail.SortOrderColumnName = null;
  494. this.dgvRegisterDetail.TabIndex = 38;
  495. this.dgvRegisterDetail.Tag = true;
  496. this.dgvRegisterDetail.TotalSumColumns = null;
  497. this.dgvRegisterDetail.ViewRowFilter = "";
  498. this.dgvRegisterDetail.VirtualNodes = false;
  499. //
  500. // ITEMSYTPE
  501. //
  502. this.ITEMSYTPE.DataPropertyName = "ITEMSYTPE";
  503. this.ITEMSYTPE.HeaderText = "检验类型";
  504. this.ITEMSYTPE.Name = "ITEMSYTPE";
  505. this.ITEMSYTPE.Width = 77;
  506. //
  507. // ITEMSNAME
  508. //
  509. this.ITEMSNAME.DataPropertyName = "ITEMSNAME";
  510. this.ITEMSNAME.HeaderText = "检验项目";
  511. this.ITEMSNAME.Name = "ITEMSNAME";
  512. this.ITEMSNAME.Width = 77;
  513. //
  514. // ITEMSINFO
  515. //
  516. this.ITEMSINFO.DataPropertyName = "ITEMSINFO";
  517. this.ITEMSINFO.HeaderText = "检验要求";
  518. this.ITEMSINFO.Name = "ITEMSINFO";
  519. this.ITEMSINFO.Width = 77;
  520. //
  521. // citemsvalue
  522. //
  523. this.citemsvalue.DataPropertyName = "itemsValueID";
  524. this.citemsvalue.HeaderText = "判定结果";
  525. this.citemsvalue.Name = "citemsvalue";
  526. this.citemsvalue.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  527. this.citemsvalue.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  528. this.citemsvalue.Width = 77;
  529. //
  530. // ITEMSREMARKS
  531. //
  532. this.ITEMSREMARKS.DataPropertyName = "ITEMSREMARKS";
  533. this.ITEMSREMARKS.HeaderText = "检验异常情况记录";
  534. this.ITEMSREMARKS.Name = "ITEMSREMARKS";
  535. this.ITEMSREMARKS.Width = 125;
  536. //
  537. // DETAILID
  538. //
  539. this.DETAILID.DataPropertyName = "DETAILID";
  540. this.DETAILID.HeaderText = "DETAILID";
  541. this.DETAILID.Name = "DETAILID";
  542. this.DETAILID.Visible = false;
  543. this.DETAILID.Width = 77;
  544. //
  545. // F_PM_3602
  546. //
  547. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  548. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  549. this.ClientSize = new System.Drawing.Size(810, 545);
  550. this.Controls.Add(this.dgvRegisterDetail);
  551. this.Controls.Add(this.btnSave);
  552. this.Controls.Add(this.gbxCondition);
  553. this.Name = "F_PM_3602";
  554. this.RightToLeftLayout = true;
  555. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  556. this.Text = "首件登记单";
  557. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  558. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_3602_FormClosed);
  559. this.Load += new System.EventHandler(this.F_PM_3602_Load);
  560. this.gbxCondition.ResumeLayout(false);
  561. this.gbxCondition.PerformLayout();
  562. ((System.ComponentModel.ISupportInitialize)(this.dgvRegisterDetail)).EndInit();
  563. this.ResumeLayout(false);
  564. }
  565. #endregion
  566. private Basics.BaseControls.C_Button btnSave;
  567. private Basics.BaseControls.C_GroupBox gbxCondition;
  568. private Basics.BaseControls.C_Label lblGoodsCode;
  569. private Basics.BaseControls.C_Label c_Label4;
  570. private Basics.BaseControls.C_ComboBox cmbWORKSHOP;
  571. private Basics.BaseControls.C_Label c_Label7;
  572. private Basics.BaseControls.C_TextBox txtRegisterNo;
  573. private Basics.BaseControls.C_Label c_Label1;
  574. private Basics.BaseControls.C_DateTimePicker dtpACCOUNTDATE;
  575. private Basics.BaseControls.C_ComboBox cmbLogo;
  576. private Basics.BaseControls.C_Label c_Label2;
  577. private Basics.BaseControls.C_Label lblGoods;
  578. private Basics.BaseControls.C_ComboBox cmbFIRBASIS;
  579. private Basics.BaseControls.C_Label c_Label6;
  580. private Basics.BaseControls.C_ComboBox cmbFIRGOODSTYPE;
  581. private Basics.BaseControls.C_Label c_Label3;
  582. private Basics.BaseControls.C_TextBox txtFIRQUANTITY;
  583. private Basics.BaseControls.C_Label c_Label8;
  584. private Basics.BaseControls.C_TextBox txtMATERIALCODE;
  585. private Basics.BaseControls.C_Label c_Label9;
  586. private Basics.BaseControls.C_DataGridView dgvRegisterDetail;
  587. private Basics.BaseControls.C_TextBox txtGoodsCode;
  588. private Basics.BaseControls.C_TextBox txtremarks;
  589. private Basics.BaseControls.C_Label c_Label5;
  590. private Basics.BaseControls.C_TextBox txtBarcodes;
  591. private Basics.BaseControls.C_Label c_Label10;
  592. private Controls.SearchBox.ScbGoods scbGoods;
  593. private System.Windows.Forms.DataGridViewTextBoxColumn ITEMSYTPE;
  594. private System.Windows.Forms.DataGridViewTextBoxColumn ITEMSNAME;
  595. private System.Windows.Forms.DataGridViewTextBoxColumn ITEMSINFO;
  596. private System.Windows.Forms.DataGridViewComboBoxColumn citemsvalue;
  597. private System.Windows.Forms.DataGridViewTextBoxColumn ITEMSREMARKS;
  598. private System.Windows.Forms.DataGridViewTextBoxColumn DETAILID;
  599. }
  600. }