F_PM_3601.designer.cs 66 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_3601
  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_3601));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  38. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  39. this.btnFirAdd = new System.Windows.Forms.ToolStripButton();
  40. this.btnFirEdit = new System.Windows.Forms.ToolStripButton();
  41. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  42. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  43. this.ShowTest = new System.Windows.Forms.ToolStripButton();
  44. this.dgvRegisterDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  45. this.ITEMSYTPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.ITEMSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.ITEMSINFO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.ITEMSVALUE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.ITEMSREMARKS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.CREATEUSERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.UPDATEUSERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.dgvRegister = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  53. this.REGISTERID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.RegisterNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.WORKSHOP = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.LOGONAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.MATERIALCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.FIRGOODSTYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.FIRQUANTITY = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.CHECKQUANTITY = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.BARCODES = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.FIRBASIS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.ADVICE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.ADVICEREMARKS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.STATUS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.STATUSID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.ACCOUNTDATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.USERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.UPDATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.UPDATEUSER = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.REMARKS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  75. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  76. this.dtpCreatetimebegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  77. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  78. this.txtRegisterNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  79. this.c_Label7 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  80. this.cmbWORKSHOP = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  81. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  82. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  83. this.del_button = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  84. this.cmbStuts = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  85. this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  86. this.cmbFIRBASIS = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  87. this.c_Label6 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  88. this.cmbFIRGOODSTYPE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  89. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  90. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  91. this.dtpCreatetimeend = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  92. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  93. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  94. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  95. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  96. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  97. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  98. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  99. this.splitContainer6 = new System.Windows.Forms.SplitContainer();
  100. this.dgvBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  101. this.BARID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.BARCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.splitContainer7 = new System.Windows.Forms.SplitContainer();
  104. this.splitContainer4 = new System.Windows.Forms.SplitContainer();
  105. this.splitContainer5 = new System.Windows.Forms.SplitContainer();
  106. this.splitContainer3 = new System.Windows.Forms.SplitContainer();
  107. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  108. this.splitContainer8 = new System.Windows.Forms.SplitContainer();
  109. this.pictureBox5 = new System.Windows.Forms.PictureBox();
  110. this.pictureBox6 = new System.Windows.Forms.PictureBox();
  111. this.tsrOperate.SuspendLayout();
  112. ((System.ComponentModel.ISupportInitialize)(this.dgvRegisterDetail)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.dgvRegister)).BeginInit();
  114. this.gbxCondition.SuspendLayout();
  115. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  119. this.splitContainer1.Panel1.SuspendLayout();
  120. this.splitContainer1.Panel2.SuspendLayout();
  121. this.splitContainer1.SuspendLayout();
  122. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  123. this.splitContainer2.Panel1.SuspendLayout();
  124. this.splitContainer2.Panel2.SuspendLayout();
  125. this.splitContainer2.SuspendLayout();
  126. ((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).BeginInit();
  127. this.splitContainer6.Panel1.SuspendLayout();
  128. this.splitContainer6.Panel2.SuspendLayout();
  129. this.splitContainer6.SuspendLayout();
  130. ((System.ComponentModel.ISupportInitialize)(this.dgvBarcode)).BeginInit();
  131. ((System.ComponentModel.ISupportInitialize)(this.splitContainer7)).BeginInit();
  132. this.splitContainer7.Panel1.SuspendLayout();
  133. this.splitContainer7.Panel2.SuspendLayout();
  134. this.splitContainer7.SuspendLayout();
  135. ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
  136. this.splitContainer4.Panel1.SuspendLayout();
  137. this.splitContainer4.Panel2.SuspendLayout();
  138. this.splitContainer4.SuspendLayout();
  139. ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).BeginInit();
  140. this.splitContainer5.Panel1.SuspendLayout();
  141. this.splitContainer5.Panel2.SuspendLayout();
  142. this.splitContainer5.SuspendLayout();
  143. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
  144. this.splitContainer3.Panel1.SuspendLayout();
  145. this.splitContainer3.Panel2.SuspendLayout();
  146. this.splitContainer3.SuspendLayout();
  147. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  148. ((System.ComponentModel.ISupportInitialize)(this.splitContainer8)).BeginInit();
  149. this.splitContainer8.Panel1.SuspendLayout();
  150. this.splitContainer8.Panel2.SuspendLayout();
  151. this.splitContainer8.SuspendLayout();
  152. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
  153. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
  154. this.SuspendLayout();
  155. //
  156. // tsrOperate
  157. //
  158. this.tsrOperate.AutoSize = false;
  159. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  160. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.tsrOperate.ImageScalingSize = new System.Drawing.Size(24, 24);
  162. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  163. this.btnFirAdd,
  164. this.btnFirEdit,
  165. this.tsbtnAdaptive,
  166. this.tsbtnClose,
  167. this.ShowTest});
  168. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  169. this.tsrOperate.Name = "tsrOperate";
  170. this.tsrOperate.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
  171. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  172. this.tsrOperate.ShowItemToolTips = false;
  173. this.tsrOperate.Size = new System.Drawing.Size(1143, 26);
  174. this.tsrOperate.TabIndex = 0;
  175. this.tsrOperate.Text = "toolStrip1";
  176. //
  177. // btnFirAdd
  178. //
  179. this.btnFirAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  180. this.btnFirAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnFirAdd.Image")));
  181. this.btnFirAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  182. this.btnFirAdd.Name = "btnFirAdd";
  183. this.btnFirAdd.Size = new System.Drawing.Size(51, 23);
  184. this.btnFirAdd.Text = "新建(&N)";
  185. this.btnFirAdd.ToolTipText = "新建(A)";
  186. this.btnFirAdd.Click += new System.EventHandler(this.btnFirAdd_Click);
  187. //
  188. // btnFirEdit
  189. //
  190. this.btnFirEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  191. this.btnFirEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnFirEdit.Image")));
  192. this.btnFirEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  193. this.btnFirEdit.Name = "btnFirEdit";
  194. this.btnFirEdit.Size = new System.Drawing.Size(51, 23);
  195. this.btnFirEdit.Text = "编辑(&E)";
  196. this.btnFirEdit.Click += new System.EventHandler(this.btnFirEdit_Click);
  197. //
  198. // tsbtnAdaptive
  199. //
  200. this.tsbtnAdaptive.AutoSize = false;
  201. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  203. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  204. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  205. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  206. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  207. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  208. //
  209. // tsbtnClose
  210. //
  211. this.tsbtnClose.AutoSize = false;
  212. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  214. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  215. this.tsbtnClose.Name = "tsbtnClose";
  216. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  217. this.tsbtnClose.Text = "关闭(&X)";
  218. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  219. //
  220. // ShowTest
  221. //
  222. this.ShowTest.AutoSize = false;
  223. this.ShowTest.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.ShowTest.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  225. this.ShowTest.ImageTransparentColor = System.Drawing.Color.Magenta;
  226. this.ShowTest.Name = "ShowTest";
  227. this.ShowTest.Size = new System.Drawing.Size(80, 25);
  228. this.ShowTest.Text = "查看型式检验";
  229. this.ShowTest.Click += new System.EventHandler(this.ShowTest_Click);
  230. //
  231. // dgvRegisterDetail
  232. //
  233. this.dgvRegisterDetail.AllowUserToAddRows = false;
  234. this.dgvRegisterDetail.AllowUserToDeleteRows = false;
  235. this.dgvRegisterDetail.AllowUserToModifyRows = true;
  236. this.dgvRegisterDetail.AllowUserToOrderColumns = true;
  237. dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  238. this.dgvRegisterDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle10;
  239. this.dgvRegisterDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  240. this.dgvRegisterDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  241. this.dgvRegisterDetail.CellHeight = 23;
  242. this.dgvRegisterDetail.ChildNodeColumnName = null;
  243. this.dgvRegisterDetail.ChildNodeColumnText = null;
  244. this.dgvRegisterDetail.ColumnDeep = 1;
  245. this.dgvRegisterDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  246. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  247. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  248. dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. dataGridViewCellStyle11.ForeColor = System.Drawing.Color.White;
  250. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  251. dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  252. dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  253. this.dgvRegisterDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
  254. this.dgvRegisterDetail.ColumnHeadersHeight = 34;
  255. this.dgvRegisterDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  256. this.dgvRegisterDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  257. this.ITEMSYTPE,
  258. this.ITEMSNAME,
  259. this.ITEMSINFO,
  260. this.ITEMSVALUE,
  261. this.ITEMSREMARKS,
  262. this.CREATEUSERNAME,
  263. this.UPDATEUSERNAME});
  264. this.dgvRegisterDetail.ColumnTreeView = null;
  265. 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)));
  266. this.dgvRegisterDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  267. this.dgvRegisterDetail.DynamicColumnName = "";
  268. this.dgvRegisterDetail.EnableHeadersVisualStyles = false;
  269. this.dgvRegisterDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. this.dgvRegisterDetail.FormatQuantityColumns = null;
  271. this.dgvRegisterDetail.HasNode = false;
  272. this.dgvRegisterDetail.HorizontalMergeColumn = null;
  273. this.dgvRegisterDetail.IsAutoCountSum = true;
  274. this.dgvRegisterDetail.IsAutoResizeColumns = false;
  275. this.dgvRegisterDetail.IsClickF12 = false;
  276. this.dgvRegisterDetail.IsOpenMergeCellFlag = false;
  277. this.dgvRegisterDetail.IsSubTotalFlag = false;
  278. this.dgvRegisterDetail.IsTopDeep = false;
  279. this.dgvRegisterDetail.Location = new System.Drawing.Point(0, 0);
  280. this.dgvRegisterDetail.MergeColumnNames = null;
  281. this.dgvRegisterDetail.MergeDetailColumnNames = null;
  282. this.dgvRegisterDetail.MergeDetailOnlyColumn = null;
  283. this.dgvRegisterDetail.MergeOnlyColumn = null;
  284. this.dgvRegisterDetail.MultiSelect = false;
  285. this.dgvRegisterDetail.Name = "dgvRegisterDetail";
  286. this.dgvRegisterDetail.ReadOnly = true;
  287. this.dgvRegisterDetail.RefreshAtHscroll = false;
  288. this.dgvRegisterDetail.RowHeadersWidth = 50;
  289. this.dgvRegisterDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  290. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  291. this.dgvRegisterDetail.RowsDefaultCellStyle = dataGridViewCellStyle12;
  292. this.dgvRegisterDetail.RowTemplate.Height = 21;
  293. this.dgvRegisterDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  294. this.dgvRegisterDetail.Size = new System.Drawing.Size(663, 298);
  295. this.dgvRegisterDetail.SortOrderColumnName = null;
  296. this.dgvRegisterDetail.TabIndex = 37;
  297. this.dgvRegisterDetail.Tag = true;
  298. this.dgvRegisterDetail.TotalSumColumns = null;
  299. this.dgvRegisterDetail.ViewRowFilter = "";
  300. this.dgvRegisterDetail.VirtualNodes = false;
  301. //
  302. // ITEMSYTPE
  303. //
  304. this.ITEMSYTPE.DataPropertyName = "ITEMSYTPE";
  305. this.ITEMSYTPE.HeaderText = "检验类型";
  306. this.ITEMSYTPE.MinimumWidth = 8;
  307. this.ITEMSYTPE.Name = "ITEMSYTPE";
  308. this.ITEMSYTPE.ReadOnly = true;
  309. this.ITEMSYTPE.Width = 150;
  310. //
  311. // ITEMSNAME
  312. //
  313. this.ITEMSNAME.DataPropertyName = "ITEMSNAME";
  314. this.ITEMSNAME.HeaderText = "检验项目";
  315. this.ITEMSNAME.MinimumWidth = 8;
  316. this.ITEMSNAME.Name = "ITEMSNAME";
  317. this.ITEMSNAME.ReadOnly = true;
  318. this.ITEMSNAME.Width = 150;
  319. //
  320. // ITEMSINFO
  321. //
  322. this.ITEMSINFO.DataPropertyName = "ITEMSINFO";
  323. this.ITEMSINFO.HeaderText = "检验要求";
  324. this.ITEMSINFO.MinimumWidth = 8;
  325. this.ITEMSINFO.Name = "ITEMSINFO";
  326. this.ITEMSINFO.ReadOnly = true;
  327. this.ITEMSINFO.Width = 300;
  328. //
  329. // ITEMSVALUE
  330. //
  331. this.ITEMSVALUE.DataPropertyName = "ITEMSVALUE";
  332. this.ITEMSVALUE.HeaderText = "判定结果";
  333. this.ITEMSVALUE.MinimumWidth = 8;
  334. this.ITEMSVALUE.Name = "ITEMSVALUE";
  335. this.ITEMSVALUE.ReadOnly = true;
  336. this.ITEMSVALUE.Width = 150;
  337. //
  338. // ITEMSREMARKS
  339. //
  340. this.ITEMSREMARKS.DataPropertyName = "ITEMSREMARKS";
  341. this.ITEMSREMARKS.HeaderText = "检验异常情况记录";
  342. this.ITEMSREMARKS.MinimumWidth = 8;
  343. this.ITEMSREMARKS.Name = "ITEMSREMARKS";
  344. this.ITEMSREMARKS.ReadOnly = true;
  345. this.ITEMSREMARKS.Width = 120;
  346. //
  347. // CREATEUSERNAME
  348. //
  349. this.CREATEUSERNAME.DataPropertyName = "CREATEUSERNAME";
  350. this.CREATEUSERNAME.HeaderText = "检验工号";
  351. this.CREATEUSERNAME.MinimumWidth = 8;
  352. this.CREATEUSERNAME.Name = "CREATEUSERNAME";
  353. this.CREATEUSERNAME.ReadOnly = true;
  354. this.CREATEUSERNAME.Width = 150;
  355. //
  356. // UPDATEUSERNAME
  357. //
  358. this.UPDATEUSERNAME.DataPropertyName = "UPDATEUSERNAME";
  359. this.UPDATEUSERNAME.HeaderText = "更新工号";
  360. this.UPDATEUSERNAME.MinimumWidth = 8;
  361. this.UPDATEUSERNAME.Name = "UPDATEUSERNAME";
  362. this.UPDATEUSERNAME.ReadOnly = true;
  363. this.UPDATEUSERNAME.Width = 150;
  364. //
  365. // dgvRegister
  366. //
  367. this.dgvRegister.AllowUserToAddRows = false;
  368. this.dgvRegister.AllowUserToDeleteRows = false;
  369. this.dgvRegister.AllowUserToModifyRows = true;
  370. this.dgvRegister.AllowUserToOrderColumns = true;
  371. dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  372. this.dgvRegister.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle13;
  373. this.dgvRegister.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  374. this.dgvRegister.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  375. this.dgvRegister.CellHeight = 23;
  376. this.dgvRegister.ChildNodeColumnName = null;
  377. this.dgvRegister.ChildNodeColumnText = null;
  378. this.dgvRegister.ColumnDeep = 1;
  379. this.dgvRegister.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  380. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  381. dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  382. dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  383. dataGridViewCellStyle14.ForeColor = System.Drawing.Color.White;
  384. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  385. dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  386. dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  387. this.dgvRegister.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle14;
  388. this.dgvRegister.ColumnHeadersHeight = 34;
  389. this.dgvRegister.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  390. this.dgvRegister.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  391. this.REGISTERID,
  392. this.RegisterNo,
  393. this.WORKSHOP,
  394. this.GOODSCODE,
  395. this.LOGONAME,
  396. this.MATERIALCODE,
  397. this.FIRGOODSTYPE,
  398. this.FIRQUANTITY,
  399. this.CHECKQUANTITY,
  400. this.BARCODES,
  401. this.FIRBASIS,
  402. this.ADVICE,
  403. this.ADVICEREMARKS,
  404. this.STATUS,
  405. this.STATUSID,
  406. this.ACCOUNTDATE,
  407. this.CREATETIME,
  408. this.USERNAME,
  409. this.UPDATETIME,
  410. this.UPDATEUSER,
  411. this.REMARKS});
  412. this.dgvRegister.ColumnTreeView = null;
  413. this.dgvRegister.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)));
  414. this.dgvRegister.Dock = System.Windows.Forms.DockStyle.Fill;
  415. this.dgvRegister.DynamicColumnName = "";
  416. this.dgvRegister.EnableHeadersVisualStyles = false;
  417. this.dgvRegister.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  418. this.dgvRegister.FormatQuantityColumns = null;
  419. this.dgvRegister.HasNode = false;
  420. this.dgvRegister.HorizontalMergeColumn = null;
  421. this.dgvRegister.IsAutoCountSum = true;
  422. this.dgvRegister.IsAutoResizeColumns = false;
  423. this.dgvRegister.IsClickF12 = false;
  424. this.dgvRegister.IsOpenMergeCellFlag = false;
  425. this.dgvRegister.IsSubTotalFlag = false;
  426. this.dgvRegister.IsTopDeep = false;
  427. this.dgvRegister.Location = new System.Drawing.Point(0, 0);
  428. this.dgvRegister.MergeColumnNames = null;
  429. this.dgvRegister.MergeDetailColumnNames = null;
  430. this.dgvRegister.MergeDetailOnlyColumn = null;
  431. this.dgvRegister.MergeOnlyColumn = null;
  432. this.dgvRegister.MultiSelect = false;
  433. this.dgvRegister.Name = "dgvRegister";
  434. this.dgvRegister.ReadOnly = true;
  435. this.dgvRegister.RefreshAtHscroll = false;
  436. this.dgvRegister.RowHeadersWidth = 50;
  437. this.dgvRegister.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  438. dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  439. this.dgvRegister.RowsDefaultCellStyle = dataGridViewCellStyle15;
  440. this.dgvRegister.RowTemplate.Height = 21;
  441. this.dgvRegister.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  442. this.dgvRegister.Size = new System.Drawing.Size(1135, 182);
  443. this.dgvRegister.SortOrderColumnName = null;
  444. this.dgvRegister.TabIndex = 36;
  445. this.dgvRegister.Tag = true;
  446. this.dgvRegister.TotalSumColumns = null;
  447. this.dgvRegister.ViewRowFilter = "";
  448. this.dgvRegister.VirtualNodes = false;
  449. this.dgvRegister.SelectionChanged += new System.EventHandler(this.dgvRegister_SelectionChanged);
  450. //
  451. // REGISTERID
  452. //
  453. this.REGISTERID.DataPropertyName = "REGISTERID";
  454. this.REGISTERID.HeaderText = "登记单ID";
  455. this.REGISTERID.MinimumWidth = 8;
  456. this.REGISTERID.Name = "REGISTERID";
  457. this.REGISTERID.ReadOnly = true;
  458. this.REGISTERID.Visible = false;
  459. this.REGISTERID.Width = 150;
  460. //
  461. // RegisterNo
  462. //
  463. this.RegisterNo.DataPropertyName = "REGISTERNO";
  464. this.RegisterNo.HeaderText = "登记单号";
  465. this.RegisterNo.MinimumWidth = 8;
  466. this.RegisterNo.Name = "RegisterNo";
  467. this.RegisterNo.ReadOnly = true;
  468. this.RegisterNo.Width = 150;
  469. //
  470. // WORKSHOP
  471. //
  472. this.WORKSHOP.DataPropertyName = "WORKSHOP";
  473. this.WORKSHOP.HeaderText = "车间";
  474. this.WORKSHOP.MinimumWidth = 8;
  475. this.WORKSHOP.Name = "WORKSHOP";
  476. this.WORKSHOP.ReadOnly = true;
  477. this.WORKSHOP.Width = 150;
  478. //
  479. // GOODSCODE
  480. //
  481. this.GOODSCODE.DataPropertyName = "GOODSCODE";
  482. this.GOODSCODE.HeaderText = "产品编码";
  483. this.GOODSCODE.MinimumWidth = 8;
  484. this.GOODSCODE.Name = "GOODSCODE";
  485. this.GOODSCODE.ReadOnly = true;
  486. this.GOODSCODE.Width = 150;
  487. //
  488. // LOGONAME
  489. //
  490. this.LOGONAME.DataPropertyName = "LOGONAME";
  491. this.LOGONAME.HeaderText = "商标";
  492. this.LOGONAME.MinimumWidth = 8;
  493. this.LOGONAME.Name = "LOGONAME";
  494. this.LOGONAME.ReadOnly = true;
  495. this.LOGONAME.Width = 150;
  496. //
  497. // MATERIALCODE
  498. //
  499. this.MATERIALCODE.DataPropertyName = "MATERIALCODE";
  500. this.MATERIALCODE.HeaderText = "物料编码";
  501. this.MATERIALCODE.MinimumWidth = 8;
  502. this.MATERIALCODE.Name = "MATERIALCODE";
  503. this.MATERIALCODE.ReadOnly = true;
  504. this.MATERIALCODE.Width = 150;
  505. //
  506. // FIRGOODSTYPE
  507. //
  508. this.FIRGOODSTYPE.DataPropertyName = "FIRGOODSTYPE";
  509. this.FIRGOODSTYPE.HeaderText = "首件登记产品类型";
  510. this.FIRGOODSTYPE.MinimumWidth = 8;
  511. this.FIRGOODSTYPE.Name = "FIRGOODSTYPE";
  512. this.FIRGOODSTYPE.ReadOnly = true;
  513. this.FIRGOODSTYPE.Width = 120;
  514. //
  515. // FIRQUANTITY
  516. //
  517. this.FIRQUANTITY.DataPropertyName = "FIRQUANTITY";
  518. this.FIRQUANTITY.HeaderText = "首件数量";
  519. this.FIRQUANTITY.MinimumWidth = 8;
  520. this.FIRQUANTITY.Name = "FIRQUANTITY";
  521. this.FIRQUANTITY.ReadOnly = true;
  522. this.FIRQUANTITY.Width = 150;
  523. //
  524. // CHECKQUANTITY
  525. //
  526. this.CHECKQUANTITY.DataPropertyName = "CHECKQUANTITY";
  527. this.CHECKQUANTITY.HeaderText = "已经检验数量";
  528. this.CHECKQUANTITY.MinimumWidth = 8;
  529. this.CHECKQUANTITY.Name = "CHECKQUANTITY";
  530. this.CHECKQUANTITY.ReadOnly = true;
  531. this.CHECKQUANTITY.Width = 150;
  532. //
  533. // BARCODES
  534. //
  535. this.BARCODES.DataPropertyName = "BARCODES";
  536. this.BARCODES.HeaderText = "产品条码";
  537. this.BARCODES.MinimumWidth = 8;
  538. this.BARCODES.Name = "BARCODES";
  539. this.BARCODES.ReadOnly = true;
  540. this.BARCODES.Visible = false;
  541. this.BARCODES.Width = 150;
  542. //
  543. // FIRBASIS
  544. //
  545. this.FIRBASIS.DataPropertyName = "FIRBASIS";
  546. this.FIRBASIS.HeaderText = "首件登记检验依据";
  547. this.FIRBASIS.MinimumWidth = 8;
  548. this.FIRBASIS.Name = "FIRBASIS";
  549. this.FIRBASIS.ReadOnly = true;
  550. this.FIRBASIS.Width = 120;
  551. //
  552. // ADVICE
  553. //
  554. this.ADVICE.DataPropertyName = "ADVICE";
  555. this.ADVICE.HeaderText = "研发部意见";
  556. this.ADVICE.MinimumWidth = 8;
  557. this.ADVICE.Name = "ADVICE";
  558. this.ADVICE.ReadOnly = true;
  559. this.ADVICE.Width = 150;
  560. //
  561. // ADVICEREMARKS
  562. //
  563. this.ADVICEREMARKS.DataPropertyName = "ADVICEREMARKS";
  564. this.ADVICEREMARKS.HeaderText = "研发部意见备注";
  565. this.ADVICEREMARKS.MinimumWidth = 8;
  566. this.ADVICEREMARKS.Name = "ADVICEREMARKS";
  567. this.ADVICEREMARKS.ReadOnly = true;
  568. this.ADVICEREMARKS.Width = 150;
  569. //
  570. // STATUS
  571. //
  572. this.STATUS.DataPropertyName = "STATUS";
  573. this.STATUS.HeaderText = "登记单状态";
  574. this.STATUS.MinimumWidth = 8;
  575. this.STATUS.Name = "STATUS";
  576. this.STATUS.ReadOnly = true;
  577. this.STATUS.Width = 150;
  578. //
  579. // STATUSID
  580. //
  581. this.STATUSID.DataPropertyName = "STATUSID";
  582. this.STATUSID.HeaderText = "STATUSID";
  583. this.STATUSID.MinimumWidth = 8;
  584. this.STATUSID.Name = "STATUSID";
  585. this.STATUSID.ReadOnly = true;
  586. this.STATUSID.Visible = false;
  587. this.STATUSID.Width = 150;
  588. //
  589. // ACCOUNTDATE
  590. //
  591. this.ACCOUNTDATE.DataPropertyName = "ACCOUNTDATE";
  592. this.ACCOUNTDATE.HeaderText = "日期";
  593. this.ACCOUNTDATE.MinimumWidth = 8;
  594. this.ACCOUNTDATE.Name = "ACCOUNTDATE";
  595. this.ACCOUNTDATE.ReadOnly = true;
  596. this.ACCOUNTDATE.Width = 150;
  597. //
  598. // CREATETIME
  599. //
  600. this.CREATETIME.DataPropertyName = "CREATETIME";
  601. this.CREATETIME.HeaderText = "创建时间";
  602. this.CREATETIME.MinimumWidth = 8;
  603. this.CREATETIME.Name = "CREATETIME";
  604. this.CREATETIME.ReadOnly = true;
  605. this.CREATETIME.Width = 150;
  606. //
  607. // USERNAME
  608. //
  609. this.USERNAME.DataPropertyName = "USERNAME";
  610. this.USERNAME.HeaderText = "创建人";
  611. this.USERNAME.MinimumWidth = 8;
  612. this.USERNAME.Name = "USERNAME";
  613. this.USERNAME.ReadOnly = true;
  614. this.USERNAME.Width = 150;
  615. //
  616. // UPDATETIME
  617. //
  618. this.UPDATETIME.DataPropertyName = "UPDATETIME";
  619. this.UPDATETIME.HeaderText = "更新时间";
  620. this.UPDATETIME.MinimumWidth = 8;
  621. this.UPDATETIME.Name = "UPDATETIME";
  622. this.UPDATETIME.ReadOnly = true;
  623. this.UPDATETIME.Width = 150;
  624. //
  625. // UPDATEUSER
  626. //
  627. this.UPDATEUSER.DataPropertyName = "UPDATEUSER";
  628. this.UPDATEUSER.HeaderText = "更新人";
  629. this.UPDATEUSER.MinimumWidth = 8;
  630. this.UPDATEUSER.Name = "UPDATEUSER";
  631. this.UPDATEUSER.ReadOnly = true;
  632. this.UPDATEUSER.Width = 150;
  633. //
  634. // REMARKS
  635. //
  636. this.REMARKS.DataPropertyName = "REMARKS";
  637. this.REMARKS.HeaderText = "备注";
  638. this.REMARKS.MinimumWidth = 8;
  639. this.REMARKS.Name = "REMARKS";
  640. this.REMARKS.ReadOnly = true;
  641. this.REMARKS.Width = 150;
  642. //
  643. // btnSearch
  644. //
  645. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  646. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  647. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  648. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  649. this.btnSearch.ForeColor = System.Drawing.Color.White;
  650. this.btnSearch.Location = new System.Drawing.Point(837, 50);
  651. this.btnSearch.Name = "btnSearch";
  652. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  653. this.btnSearch.TabIndex = 10;
  654. this.btnSearch.Text = "查询(&Q)";
  655. this.btnSearch.UseVisualStyleBackColor = true;
  656. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  657. //
  658. // btnClearCondition
  659. //
  660. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  661. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  662. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  663. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  664. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  665. this.btnClearCondition.Location = new System.Drawing.Point(942, 51);
  666. this.btnClearCondition.Name = "btnClearCondition";
  667. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  668. this.btnClearCondition.TabIndex = 11;
  669. this.btnClearCondition.Text = "清空条件(&C)";
  670. this.btnClearCondition.UseVisualStyleBackColor = true;
  671. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  672. //
  673. // dtpCreatetimebegin
  674. //
  675. this.dtpCreatetimebegin.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  676. this.dtpCreatetimebegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  677. this.dtpCreatetimebegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  678. this.dtpCreatetimebegin.Location = new System.Drawing.Point(455, 21);
  679. this.dtpCreatetimebegin.Name = "dtpCreatetimebegin";
  680. this.dtpCreatetimebegin.Size = new System.Drawing.Size(160, 21);
  681. this.dtpCreatetimebegin.TabIndex = 3;
  682. this.dtpCreatetimebegin.Value = new System.DateTime(2024, 10, 10, 15, 56, 16, 0);
  683. //
  684. // c_Label1
  685. //
  686. this.c_Label1.AutoSize = true;
  687. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  688. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  689. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  690. this.c_Label1.Location = new System.Drawing.Point(22, 24);
  691. this.c_Label1.Name = "c_Label1";
  692. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  693. this.c_Label1.TabIndex = 14;
  694. this.c_Label1.Text = "登记单号";
  695. //
  696. // txtRegisterNo
  697. //
  698. this.txtRegisterNo.BackColor = System.Drawing.SystemColors.Window;
  699. this.txtRegisterNo.BackgroundColor = System.Drawing.SystemColors.Window;
  700. this.txtRegisterNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  701. this.txtRegisterNo.ErrorMessage = "";
  702. this.txtRegisterNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  703. this.txtRegisterNo.Location = new System.Drawing.Point(81, 20);
  704. this.txtRegisterNo.MaxLength = 20;
  705. this.txtRegisterNo.Name = "txtRegisterNo";
  706. this.txtRegisterNo.Size = new System.Drawing.Size(119, 21);
  707. this.txtRegisterNo.TabIndex = 1;
  708. this.txtRegisterNo.TextValue = "";
  709. //
  710. // c_Label7
  711. //
  712. this.c_Label7.AutoSize = true;
  713. this.c_Label7.BackColor = System.Drawing.Color.Transparent;
  714. this.c_Label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  715. this.c_Label7.Location = new System.Drawing.Point(395, 55);
  716. this.c_Label7.Name = "c_Label7";
  717. this.c_Label7.Size = new System.Drawing.Size(53, 12);
  718. this.c_Label7.TabIndex = 17;
  719. this.c_Label7.Text = "车 间";
  720. //
  721. // cmbWORKSHOP
  722. //
  723. this.cmbWORKSHOP.BackColor = System.Drawing.SystemColors.Window;
  724. this.cmbWORKSHOP.BackgroundColor = System.Drawing.SystemColors.Window;
  725. this.cmbWORKSHOP.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  726. this.cmbWORKSHOP.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  727. this.cmbWORKSHOP.FormattingEnabled = true;
  728. this.cmbWORKSHOP.Location = new System.Drawing.Point(454, 52);
  729. this.cmbWORKSHOP.Name = "cmbWORKSHOP";
  730. this.cmbWORKSHOP.Size = new System.Drawing.Size(132, 20);
  731. this.cmbWORKSHOP.TabIndex = 5;
  732. //
  733. // c_Label4
  734. //
  735. this.c_Label4.AutoSize = true;
  736. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  737. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  738. this.c_Label4.Location = new System.Drawing.Point(396, 24);
  739. this.c_Label4.Name = "c_Label4";
  740. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  741. this.c_Label4.TabIndex = 22;
  742. this.c_Label4.Text = "创建时间";
  743. //
  744. // gbxCondition
  745. //
  746. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  747. | System.Windows.Forms.AnchorStyles.Right)));
  748. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  749. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  750. this.gbxCondition.Controls.Add(this.del_button);
  751. this.gbxCondition.Controls.Add(this.cmbStuts);
  752. this.gbxCondition.Controls.Add(this.c_Label5);
  753. this.gbxCondition.Controls.Add(this.cmbFIRBASIS);
  754. this.gbxCondition.Controls.Add(this.c_Label6);
  755. this.gbxCondition.Controls.Add(this.cmbFIRGOODSTYPE);
  756. this.gbxCondition.Controls.Add(this.c_Label3);
  757. this.gbxCondition.Controls.Add(this.c_Label2);
  758. this.gbxCondition.Controls.Add(this.dtpCreatetimeend);
  759. this.gbxCondition.Controls.Add(this.txtGoodsCode);
  760. this.gbxCondition.Controls.Add(this.lblGoodsCode);
  761. this.gbxCondition.Controls.Add(this.c_Label4);
  762. this.gbxCondition.Controls.Add(this.cmbWORKSHOP);
  763. this.gbxCondition.Controls.Add(this.c_Label7);
  764. this.gbxCondition.Controls.Add(this.txtRegisterNo);
  765. this.gbxCondition.Controls.Add(this.c_Label1);
  766. this.gbxCondition.Controls.Add(this.dtpCreatetimebegin);
  767. this.gbxCondition.Controls.Add(this.btnClearCondition);
  768. this.gbxCondition.Controls.Add(this.btnSearch);
  769. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  770. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  771. this.gbxCondition.IsMustInput = false;
  772. this.gbxCondition.Location = new System.Drawing.Point(0, 29);
  773. this.gbxCondition.Name = "gbxCondition";
  774. this.gbxCondition.OriginalHeight = -1;
  775. this.gbxCondition.Size = new System.Drawing.Size(1143, 86);
  776. this.gbxCondition.TabIndex = 1;
  777. this.gbxCondition.TabStop = false;
  778. this.gbxCondition.Text = "查询条件 ▼";
  779. //
  780. // del_button
  781. //
  782. this.del_button.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  783. this.del_button.BackColor = System.Drawing.Color.Transparent;
  784. this.del_button.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("del_button.BackgroundImage")));
  785. this.del_button.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  786. this.del_button.ForeColor = System.Drawing.Color.White;
  787. this.del_button.Location = new System.Drawing.Point(1046, 50);
  788. this.del_button.Name = "del_button";
  789. this.del_button.Size = new System.Drawing.Size(85, 30);
  790. this.del_button.TabIndex = 120;
  791. this.del_button.Text = "删除";
  792. this.del_button.UseVisualStyleBackColor = true;
  793. this.del_button.Click += new System.EventHandler(this.del_button_Click);
  794. //
  795. // cmbStuts
  796. //
  797. this.cmbStuts.BackColor = System.Drawing.SystemColors.Window;
  798. this.cmbStuts.BackgroundColor = System.Drawing.SystemColors.Window;
  799. this.cmbStuts.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  800. this.cmbStuts.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  801. this.cmbStuts.FormattingEnabled = true;
  802. this.cmbStuts.Location = new System.Drawing.Point(655, 52);
  803. this.cmbStuts.Name = "cmbStuts";
  804. this.cmbStuts.Size = new System.Drawing.Size(148, 20);
  805. this.cmbStuts.TabIndex = 118;
  806. //
  807. // c_Label5
  808. //
  809. this.c_Label5.AutoSize = true;
  810. this.c_Label5.BackColor = System.Drawing.Color.Transparent;
  811. this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  812. this.c_Label5.Location = new System.Drawing.Point(596, 55);
  813. this.c_Label5.Name = "c_Label5";
  814. this.c_Label5.Size = new System.Drawing.Size(53, 12);
  815. this.c_Label5.TabIndex = 119;
  816. this.c_Label5.Text = "状 态";
  817. //
  818. // cmbFIRBASIS
  819. //
  820. this.cmbFIRBASIS.BackColor = System.Drawing.SystemColors.Window;
  821. this.cmbFIRBASIS.BackgroundColor = System.Drawing.SystemColors.Window;
  822. this.cmbFIRBASIS.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  823. this.cmbFIRBASIS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  824. this.cmbFIRBASIS.FormattingEnabled = true;
  825. this.cmbFIRBASIS.Location = new System.Drawing.Point(265, 52);
  826. this.cmbFIRBASIS.Name = "cmbFIRBASIS";
  827. this.cmbFIRBASIS.Size = new System.Drawing.Size(122, 20);
  828. this.cmbFIRBASIS.TabIndex = 116;
  829. //
  830. // c_Label6
  831. //
  832. this.c_Label6.AutoSize = true;
  833. this.c_Label6.BackColor = System.Drawing.Color.Transparent;
  834. this.c_Label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  835. this.c_Label6.Location = new System.Drawing.Point(206, 55);
  836. this.c_Label6.Name = "c_Label6";
  837. this.c_Label6.Size = new System.Drawing.Size(53, 12);
  838. this.c_Label6.TabIndex = 117;
  839. this.c_Label6.Text = "检验依据";
  840. //
  841. // cmbFIRGOODSTYPE
  842. //
  843. this.cmbFIRGOODSTYPE.BackColor = System.Drawing.SystemColors.Window;
  844. this.cmbFIRGOODSTYPE.BackgroundColor = System.Drawing.SystemColors.Window;
  845. this.cmbFIRGOODSTYPE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  846. this.cmbFIRGOODSTYPE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  847. this.cmbFIRGOODSTYPE.FormattingEnabled = true;
  848. this.cmbFIRGOODSTYPE.Location = new System.Drawing.Point(81, 52);
  849. this.cmbFIRGOODSTYPE.Name = "cmbFIRGOODSTYPE";
  850. this.cmbFIRGOODSTYPE.Size = new System.Drawing.Size(119, 20);
  851. this.cmbFIRGOODSTYPE.TabIndex = 114;
  852. //
  853. // c_Label3
  854. //
  855. this.c_Label3.AutoSize = true;
  856. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  857. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  858. this.c_Label3.Location = new System.Drawing.Point(22, 55);
  859. this.c_Label3.Name = "c_Label3";
  860. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  861. this.c_Label3.TabIndex = 115;
  862. this.c_Label3.Text = "产品类型";
  863. //
  864. // c_Label2
  865. //
  866. this.c_Label2.AutoSize = true;
  867. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  868. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  869. this.c_Label2.Location = new System.Drawing.Point(621, 24);
  870. this.c_Label2.Name = "c_Label2";
  871. this.c_Label2.Size = new System.Drawing.Size(17, 12);
  872. this.c_Label2.TabIndex = 99;
  873. this.c_Label2.Text = "至";
  874. //
  875. // dtpCreatetimeend
  876. //
  877. this.dtpCreatetimeend.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  878. this.dtpCreatetimeend.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  879. this.dtpCreatetimeend.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  880. this.dtpCreatetimeend.Location = new System.Drawing.Point(644, 21);
  881. this.dtpCreatetimeend.Name = "dtpCreatetimeend";
  882. this.dtpCreatetimeend.Size = new System.Drawing.Size(159, 21);
  883. this.dtpCreatetimeend.TabIndex = 98;
  884. //
  885. // txtGoodsCode
  886. //
  887. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  888. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  889. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  890. this.txtGoodsCode.Enabled = false;
  891. this.txtGoodsCode.ErrorMessage = "";
  892. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  893. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  894. this.txtGoodsCode.Location = new System.Drawing.Point(265, 20);
  895. this.txtGoodsCode.MaxLength = 70;
  896. this.txtGoodsCode.Name = "txtGoodsCode";
  897. this.txtGoodsCode.Size = new System.Drawing.Size(124, 21);
  898. this.txtGoodsCode.TabIndex = 24;
  899. //
  900. // lblGoodsCode
  901. //
  902. this.lblGoodsCode.AutoSize = true;
  903. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  904. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  905. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  906. this.lblGoodsCode.Location = new System.Drawing.Point(206, 24);
  907. this.lblGoodsCode.Name = "lblGoodsCode";
  908. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  909. this.lblGoodsCode.TabIndex = 23;
  910. this.lblGoodsCode.Text = "产品编码";
  911. //
  912. // pictureBox3
  913. //
  914. this.pictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  915. this.pictureBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  916. this.pictureBox3.Image = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  917. this.pictureBox3.Location = new System.Drawing.Point(0, 0);
  918. this.pictureBox3.Name = "pictureBox3";
  919. this.pictureBox3.Size = new System.Drawing.Size(148, 90);
  920. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  921. this.pictureBox3.TabIndex = 38;
  922. this.pictureBox3.TabStop = false;
  923. //
  924. // pictureBox1
  925. //
  926. this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  927. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  928. this.pictureBox1.Image = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  929. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  930. this.pictureBox1.Name = "pictureBox1";
  931. this.pictureBox1.Size = new System.Drawing.Size(148, 99);
  932. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  933. this.pictureBox1.TabIndex = 39;
  934. this.pictureBox1.TabStop = false;
  935. //
  936. // pictureBox2
  937. //
  938. this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  939. this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  940. this.pictureBox2.Image = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  941. this.pictureBox2.Location = new System.Drawing.Point(0, 0);
  942. this.pictureBox2.Name = "pictureBox2";
  943. this.pictureBox2.Size = new System.Drawing.Size(157, 99);
  944. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  945. this.pictureBox2.TabIndex = 40;
  946. this.pictureBox2.TabStop = false;
  947. //
  948. // splitContainer1
  949. //
  950. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  951. | System.Windows.Forms.AnchorStyles.Left)
  952. | System.Windows.Forms.AnchorStyles.Right)));
  953. this.splitContainer1.Location = new System.Drawing.Point(8, 121);
  954. this.splitContainer1.Name = "splitContainer1";
  955. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  956. //
  957. // splitContainer1.Panel1
  958. //
  959. this.splitContainer1.Panel1.Controls.Add(this.dgvRegister);
  960. //
  961. // splitContainer1.Panel2
  962. //
  963. this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
  964. this.splitContainer1.Size = new System.Drawing.Size(1135, 484);
  965. this.splitContainer1.SplitterDistance = 182;
  966. this.splitContainer1.TabIndex = 41;
  967. //
  968. // splitContainer2
  969. //
  970. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  971. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  972. this.splitContainer2.Name = "splitContainer2";
  973. //
  974. // splitContainer2.Panel1
  975. //
  976. this.splitContainer2.Panel1.Controls.Add(this.splitContainer6);
  977. //
  978. // splitContainer2.Panel2
  979. //
  980. this.splitContainer2.Panel2.Controls.Add(this.splitContainer7);
  981. this.splitContainer2.Size = new System.Drawing.Size(1135, 298);
  982. this.splitContainer2.SplitterDistance = 822;
  983. this.splitContainer2.TabIndex = 42;
  984. //
  985. // splitContainer6
  986. //
  987. this.splitContainer6.Dock = System.Windows.Forms.DockStyle.Fill;
  988. this.splitContainer6.Location = new System.Drawing.Point(0, 0);
  989. this.splitContainer6.Name = "splitContainer6";
  990. //
  991. // splitContainer6.Panel1
  992. //
  993. this.splitContainer6.Panel1.Controls.Add(this.dgvBarcode);
  994. //
  995. // splitContainer6.Panel2
  996. //
  997. this.splitContainer6.Panel2.Controls.Add(this.dgvRegisterDetail);
  998. this.splitContainer6.Size = new System.Drawing.Size(822, 298);
  999. this.splitContainer6.SplitterDistance = 155;
  1000. this.splitContainer6.TabIndex = 38;
  1001. //
  1002. // dgvBarcode
  1003. //
  1004. this.dgvBarcode.AllowUserToAddRows = false;
  1005. this.dgvBarcode.AllowUserToDeleteRows = false;
  1006. this.dgvBarcode.AllowUserToModifyRows = true;
  1007. this.dgvBarcode.AllowUserToOrderColumns = true;
  1008. dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  1009. this.dgvBarcode.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16;
  1010. this.dgvBarcode.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  1011. this.dgvBarcode.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  1012. this.dgvBarcode.CellHeight = 23;
  1013. this.dgvBarcode.ChildNodeColumnName = null;
  1014. this.dgvBarcode.ChildNodeColumnText = null;
  1015. this.dgvBarcode.ColumnDeep = 1;
  1016. this.dgvBarcode.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  1017. dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1018. dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  1019. dataGridViewCellStyle17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1020. dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
  1021. dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1022. dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1023. dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1024. this.dgvBarcode.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
  1025. this.dgvBarcode.ColumnHeadersHeight = 34;
  1026. this.dgvBarcode.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  1027. this.dgvBarcode.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  1028. this.BARID,
  1029. this.BARCODE});
  1030. this.dgvBarcode.ColumnTreeView = null;
  1031. this.dgvBarcode.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)));
  1032. this.dgvBarcode.Dock = System.Windows.Forms.DockStyle.Fill;
  1033. this.dgvBarcode.DynamicColumnName = "";
  1034. this.dgvBarcode.EnableHeadersVisualStyles = false;
  1035. this.dgvBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1036. this.dgvBarcode.FormatQuantityColumns = null;
  1037. this.dgvBarcode.HasNode = false;
  1038. this.dgvBarcode.HorizontalMergeColumn = null;
  1039. this.dgvBarcode.IsAutoCountSum = true;
  1040. this.dgvBarcode.IsAutoResizeColumns = false;
  1041. this.dgvBarcode.IsClickF12 = false;
  1042. this.dgvBarcode.IsOpenMergeCellFlag = false;
  1043. this.dgvBarcode.IsSubTotalFlag = false;
  1044. this.dgvBarcode.IsTopDeep = false;
  1045. this.dgvBarcode.Location = new System.Drawing.Point(0, 0);
  1046. this.dgvBarcode.MergeColumnNames = null;
  1047. this.dgvBarcode.MergeDetailColumnNames = null;
  1048. this.dgvBarcode.MergeDetailOnlyColumn = null;
  1049. this.dgvBarcode.MergeOnlyColumn = null;
  1050. this.dgvBarcode.MultiSelect = false;
  1051. this.dgvBarcode.Name = "dgvBarcode";
  1052. this.dgvBarcode.ReadOnly = true;
  1053. this.dgvBarcode.RefreshAtHscroll = false;
  1054. this.dgvBarcode.RowHeadersWidth = 50;
  1055. this.dgvBarcode.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  1056. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  1057. this.dgvBarcode.RowsDefaultCellStyle = dataGridViewCellStyle18;
  1058. this.dgvBarcode.RowTemplate.Height = 21;
  1059. this.dgvBarcode.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  1060. this.dgvBarcode.Size = new System.Drawing.Size(155, 298);
  1061. this.dgvBarcode.SortOrderColumnName = null;
  1062. this.dgvBarcode.TabIndex = 38;
  1063. this.dgvBarcode.Tag = true;
  1064. this.dgvBarcode.TotalSumColumns = null;
  1065. this.dgvBarcode.ViewRowFilter = "";
  1066. this.dgvBarcode.VirtualNodes = false;
  1067. this.dgvBarcode.SelectionChanged += new System.EventHandler(this.dgvBarcode_SelectionChanged);
  1068. //
  1069. // BARID
  1070. //
  1071. this.BARID.DataPropertyName = "BARID";
  1072. this.BARID.HeaderText = "BARCODEID";
  1073. this.BARID.MinimumWidth = 8;
  1074. this.BARID.Name = "BARID";
  1075. this.BARID.ReadOnly = true;
  1076. this.BARID.Visible = false;
  1077. this.BARID.Width = 150;
  1078. //
  1079. // BARCODE
  1080. //
  1081. this.BARCODE.DataPropertyName = "BARCODE";
  1082. this.BARCODE.HeaderText = "产品条码";
  1083. this.BARCODE.MinimumWidth = 8;
  1084. this.BARCODE.Name = "BARCODE";
  1085. this.BARCODE.ReadOnly = true;
  1086. this.BARCODE.Width = 150;
  1087. //
  1088. // splitContainer7
  1089. //
  1090. this.splitContainer7.Dock = System.Windows.Forms.DockStyle.Fill;
  1091. this.splitContainer7.Location = new System.Drawing.Point(0, 0);
  1092. this.splitContainer7.Name = "splitContainer7";
  1093. this.splitContainer7.Orientation = System.Windows.Forms.Orientation.Horizontal;
  1094. //
  1095. // splitContainer7.Panel1
  1096. //
  1097. this.splitContainer7.Panel1.Controls.Add(this.splitContainer4);
  1098. //
  1099. // splitContainer7.Panel2
  1100. //
  1101. this.splitContainer7.Panel2.Controls.Add(this.splitContainer8);
  1102. this.splitContainer7.Size = new System.Drawing.Size(309, 298);
  1103. this.splitContainer7.SplitterDistance = 193;
  1104. this.splitContainer7.TabIndex = 44;
  1105. //
  1106. // splitContainer4
  1107. //
  1108. this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
  1109. this.splitContainer4.Location = new System.Drawing.Point(0, 0);
  1110. this.splitContainer4.Name = "splitContainer4";
  1111. this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
  1112. //
  1113. // splitContainer4.Panel1
  1114. //
  1115. this.splitContainer4.Panel1.Controls.Add(this.splitContainer5);
  1116. //
  1117. // splitContainer4.Panel2
  1118. //
  1119. this.splitContainer4.Panel2.Controls.Add(this.splitContainer3);
  1120. this.splitContainer4.Size = new System.Drawing.Size(309, 193);
  1121. this.splitContainer4.SplitterDistance = 99;
  1122. this.splitContainer4.TabIndex = 43;
  1123. //
  1124. // splitContainer5
  1125. //
  1126. this.splitContainer5.Dock = System.Windows.Forms.DockStyle.Fill;
  1127. this.splitContainer5.Location = new System.Drawing.Point(0, 0);
  1128. this.splitContainer5.Name = "splitContainer5";
  1129. //
  1130. // splitContainer5.Panel1
  1131. //
  1132. this.splitContainer5.Panel1.Controls.Add(this.pictureBox1);
  1133. //
  1134. // splitContainer5.Panel2
  1135. //
  1136. this.splitContainer5.Panel2.Controls.Add(this.pictureBox2);
  1137. this.splitContainer5.Size = new System.Drawing.Size(309, 99);
  1138. this.splitContainer5.SplitterDistance = 148;
  1139. this.splitContainer5.TabIndex = 44;
  1140. //
  1141. // splitContainer3
  1142. //
  1143. this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
  1144. this.splitContainer3.Location = new System.Drawing.Point(0, 0);
  1145. this.splitContainer3.Name = "splitContainer3";
  1146. //
  1147. // splitContainer3.Panel1
  1148. //
  1149. this.splitContainer3.Panel1.Controls.Add(this.pictureBox3);
  1150. //
  1151. // splitContainer3.Panel2
  1152. //
  1153. this.splitContainer3.Panel2.Controls.Add(this.pictureBox4);
  1154. this.splitContainer3.Size = new System.Drawing.Size(309, 90);
  1155. this.splitContainer3.SplitterDistance = 148;
  1156. this.splitContainer3.TabIndex = 42;
  1157. //
  1158. // pictureBox4
  1159. //
  1160. this.pictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  1161. this.pictureBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  1162. this.pictureBox4.Image = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  1163. this.pictureBox4.Location = new System.Drawing.Point(0, 0);
  1164. this.pictureBox4.Name = "pictureBox4";
  1165. this.pictureBox4.Size = new System.Drawing.Size(157, 90);
  1166. this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  1167. this.pictureBox4.TabIndex = 39;
  1168. this.pictureBox4.TabStop = false;
  1169. //
  1170. // splitContainer8
  1171. //
  1172. this.splitContainer8.Dock = System.Windows.Forms.DockStyle.Fill;
  1173. this.splitContainer8.Location = new System.Drawing.Point(0, 0);
  1174. this.splitContainer8.Name = "splitContainer8";
  1175. //
  1176. // splitContainer8.Panel1
  1177. //
  1178. this.splitContainer8.Panel1.Controls.Add(this.pictureBox5);
  1179. //
  1180. // splitContainer8.Panel2
  1181. //
  1182. this.splitContainer8.Panel2.Controls.Add(this.pictureBox6);
  1183. this.splitContainer8.Size = new System.Drawing.Size(309, 101);
  1184. this.splitContainer8.SplitterDistance = 149;
  1185. this.splitContainer8.TabIndex = 45;
  1186. //
  1187. // pictureBox5
  1188. //
  1189. this.pictureBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  1190. this.pictureBox5.Dock = System.Windows.Forms.DockStyle.Fill;
  1191. this.pictureBox5.Image = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  1192. this.pictureBox5.Location = new System.Drawing.Point(0, 0);
  1193. this.pictureBox5.Name = "pictureBox5";
  1194. this.pictureBox5.Size = new System.Drawing.Size(149, 101);
  1195. this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  1196. this.pictureBox5.TabIndex = 0;
  1197. this.pictureBox5.TabStop = false;
  1198. //
  1199. // pictureBox6
  1200. //
  1201. this.pictureBox6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  1202. this.pictureBox6.Dock = System.Windows.Forms.DockStyle.Fill;
  1203. this.pictureBox6.Image = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  1204. this.pictureBox6.Location = new System.Drawing.Point(0, 0);
  1205. this.pictureBox6.Name = "pictureBox6";
  1206. this.pictureBox6.Size = new System.Drawing.Size(156, 101);
  1207. this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  1208. this.pictureBox6.TabIndex = 0;
  1209. this.pictureBox6.TabStop = false;
  1210. //
  1211. // F_PM_3601
  1212. //
  1213. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1214. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1215. this.ClientSize = new System.Drawing.Size(1143, 617);
  1216. this.Controls.Add(this.splitContainer1);
  1217. this.Controls.Add(this.gbxCondition);
  1218. this.Controls.Add(this.tsrOperate);
  1219. this.Margin = new System.Windows.Forms.Padding(4);
  1220. this.Name = "F_PM_3601";
  1221. this.RightToLeftLayout = true;
  1222. this.Text = "首件登记";
  1223. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_3601_FormClosed);
  1224. this.Load += new System.EventHandler(this.F_PM_3601_Load);
  1225. this.tsrOperate.ResumeLayout(false);
  1226. this.tsrOperate.PerformLayout();
  1227. ((System.ComponentModel.ISupportInitialize)(this.dgvRegisterDetail)).EndInit();
  1228. ((System.ComponentModel.ISupportInitialize)(this.dgvRegister)).EndInit();
  1229. this.gbxCondition.ResumeLayout(false);
  1230. this.gbxCondition.PerformLayout();
  1231. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  1232. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  1233. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  1234. this.splitContainer1.Panel1.ResumeLayout(false);
  1235. this.splitContainer1.Panel2.ResumeLayout(false);
  1236. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1237. this.splitContainer1.ResumeLayout(false);
  1238. this.splitContainer2.Panel1.ResumeLayout(false);
  1239. this.splitContainer2.Panel2.ResumeLayout(false);
  1240. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  1241. this.splitContainer2.ResumeLayout(false);
  1242. this.splitContainer6.Panel1.ResumeLayout(false);
  1243. this.splitContainer6.Panel2.ResumeLayout(false);
  1244. ((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).EndInit();
  1245. this.splitContainer6.ResumeLayout(false);
  1246. ((System.ComponentModel.ISupportInitialize)(this.dgvBarcode)).EndInit();
  1247. this.splitContainer7.Panel1.ResumeLayout(false);
  1248. this.splitContainer7.Panel2.ResumeLayout(false);
  1249. ((System.ComponentModel.ISupportInitialize)(this.splitContainer7)).EndInit();
  1250. this.splitContainer7.ResumeLayout(false);
  1251. this.splitContainer4.Panel1.ResumeLayout(false);
  1252. this.splitContainer4.Panel2.ResumeLayout(false);
  1253. ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
  1254. this.splitContainer4.ResumeLayout(false);
  1255. this.splitContainer5.Panel1.ResumeLayout(false);
  1256. this.splitContainer5.Panel2.ResumeLayout(false);
  1257. ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).EndInit();
  1258. this.splitContainer5.ResumeLayout(false);
  1259. this.splitContainer3.Panel1.ResumeLayout(false);
  1260. this.splitContainer3.Panel2.ResumeLayout(false);
  1261. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
  1262. this.splitContainer3.ResumeLayout(false);
  1263. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  1264. this.splitContainer8.Panel1.ResumeLayout(false);
  1265. this.splitContainer8.Panel2.ResumeLayout(false);
  1266. ((System.ComponentModel.ISupportInitialize)(this.splitContainer8)).EndInit();
  1267. this.splitContainer8.ResumeLayout(false);
  1268. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
  1269. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
  1270. this.ResumeLayout(false);
  1271. }
  1272. #endregion
  1273. private Basics.BaseControls.C_ToolStrip tsrOperate;
  1274. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  1275. private System.Windows.Forms.ToolStripButton tsbtnClose;
  1276. private System.Windows.Forms.ToolStripButton btnFirAdd;
  1277. private System.Windows.Forms.ToolStripButton btnFirEdit;
  1278. private Basics.BaseControls.C_DataGridView dgvRegisterDetail;
  1279. private Basics.BaseControls.C_DataGridView dgvRegister;
  1280. private Basics.BaseControls.C_Button btnSearch;
  1281. private Basics.BaseControls.C_Button btnClearCondition;
  1282. private Basics.BaseControls.C_DateTimePicker dtpCreatetimebegin;
  1283. private Basics.BaseControls.C_Label c_Label1;
  1284. private Basics.BaseControls.C_TextBox txtRegisterNo;
  1285. private Basics.BaseControls.C_Label c_Label7;
  1286. private Basics.BaseControls.C_ComboBox cmbWORKSHOP;
  1287. private Basics.BaseControls.C_Label c_Label4;
  1288. private Basics.BaseControls.C_GroupBox gbxCondition;
  1289. private Basics.BaseControls.C_TextBox txtGoodsCode;
  1290. private Basics.BaseControls.C_Label lblGoodsCode;
  1291. private Basics.BaseControls.C_Label c_Label2;
  1292. private Basics.BaseControls.C_DateTimePicker dtpCreatetimeend;
  1293. private Basics.BaseControls.C_ComboBox cmbFIRBASIS;
  1294. private Basics.BaseControls.C_Label c_Label6;
  1295. private Basics.BaseControls.C_ComboBox cmbFIRGOODSTYPE;
  1296. private Basics.BaseControls.C_Label c_Label3;
  1297. private System.Windows.Forms.PictureBox pictureBox3;
  1298. private System.Windows.Forms.PictureBox pictureBox1;
  1299. private System.Windows.Forms.PictureBox pictureBox2;
  1300. private System.Windows.Forms.SplitContainer splitContainer1;
  1301. private System.Windows.Forms.SplitContainer splitContainer2;
  1302. private System.Windows.Forms.SplitContainer splitContainer4;
  1303. private System.Windows.Forms.SplitContainer splitContainer5;
  1304. private System.Windows.Forms.SplitContainer splitContainer3;
  1305. private System.Windows.Forms.SplitContainer splitContainer6;
  1306. private Basics.BaseControls.C_DataGridView dgvBarcode;
  1307. private System.Windows.Forms.PictureBox pictureBox4;
  1308. private System.Windows.Forms.DataGridViewTextBoxColumn BARID;
  1309. private System.Windows.Forms.DataGridViewTextBoxColumn BARCODE;
  1310. private Basics.BaseControls.C_ComboBox cmbStuts;
  1311. private Basics.BaseControls.C_Label c_Label5;
  1312. private System.Windows.Forms.DataGridViewTextBoxColumn REGISTERID;
  1313. private System.Windows.Forms.DataGridViewTextBoxColumn RegisterNo;
  1314. private System.Windows.Forms.DataGridViewTextBoxColumn WORKSHOP;
  1315. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
  1316. private System.Windows.Forms.DataGridViewTextBoxColumn LOGONAME;
  1317. private System.Windows.Forms.DataGridViewTextBoxColumn MATERIALCODE;
  1318. private System.Windows.Forms.DataGridViewTextBoxColumn FIRGOODSTYPE;
  1319. private System.Windows.Forms.DataGridViewTextBoxColumn FIRQUANTITY;
  1320. private System.Windows.Forms.DataGridViewTextBoxColumn CHECKQUANTITY;
  1321. private System.Windows.Forms.DataGridViewTextBoxColumn BARCODES;
  1322. private System.Windows.Forms.DataGridViewTextBoxColumn FIRBASIS;
  1323. private System.Windows.Forms.DataGridViewTextBoxColumn ADVICE;
  1324. private System.Windows.Forms.DataGridViewTextBoxColumn ADVICEREMARKS;
  1325. private System.Windows.Forms.DataGridViewTextBoxColumn STATUS;
  1326. private System.Windows.Forms.DataGridViewTextBoxColumn STATUSID;
  1327. private System.Windows.Forms.DataGridViewTextBoxColumn ACCOUNTDATE;
  1328. private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME;
  1329. private System.Windows.Forms.DataGridViewTextBoxColumn USERNAME;
  1330. private System.Windows.Forms.DataGridViewTextBoxColumn UPDATETIME;
  1331. private System.Windows.Forms.DataGridViewTextBoxColumn UPDATEUSER;
  1332. private System.Windows.Forms.DataGridViewTextBoxColumn REMARKS;
  1333. private System.Windows.Forms.DataGridViewTextBoxColumn ITEMSYTPE;
  1334. private System.Windows.Forms.DataGridViewTextBoxColumn ITEMSNAME;
  1335. private System.Windows.Forms.DataGridViewTextBoxColumn ITEMSINFO;
  1336. private System.Windows.Forms.DataGridViewTextBoxColumn ITEMSVALUE;
  1337. private System.Windows.Forms.DataGridViewTextBoxColumn ITEMSREMARKS;
  1338. private System.Windows.Forms.DataGridViewTextBoxColumn CREATEUSERNAME;
  1339. private System.Windows.Forms.DataGridViewTextBoxColumn UPDATEUSERNAME;
  1340. private Basics.BaseControls.C_Button del_button;
  1341. private System.Windows.Forms.ToolStripButton ShowTest;
  1342. private System.Windows.Forms.SplitContainer splitContainer7;
  1343. private System.Windows.Forms.SplitContainer splitContainer8;
  1344. private System.Windows.Forms.PictureBox pictureBox5;
  1345. private System.Windows.Forms.PictureBox pictureBox6;
  1346. }
  1347. }