F_PM_1603.Designer.cs 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_1603
  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_1603));
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  36. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  37. this.tsbtnApprover = new System.Windows.Forms.ToolStripButton();
  38. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  39. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  40. this.dropSemiTestType = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  41. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  43. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.lblSemiTestDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.lblSemiTestDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.dtpSemiTestDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  47. this.dtpSemiTestDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  48. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  49. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  50. this.tabControl1 = new System.Windows.Forms.TabControl();
  51. this.tabPage1 = new System.Windows.Forms.TabPage();
  52. this.dgvSemiTestDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  53. this.SemiTestDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.GoodsSpecification = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.GoodsModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.dictionaryvalue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.dgvSemiTest = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  62. this.SemiTestID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.TestDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.SemiTestType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.OPTimeStamp = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.lblUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  69. this.scbUser = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbUser();
  70. this.tsrOperate.SuspendLayout();
  71. this.gbxCondition.SuspendLayout();
  72. this.tabControl1.SuspendLayout();
  73. this.tabPage1.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.dgvSemiTestDetail)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.dgvSemiTest)).BeginInit();
  76. this.SuspendLayout();
  77. //
  78. // tsbtnClose
  79. //
  80. this.tsbtnClose.AutoSize = false;
  81. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  83. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  84. this.tsbtnClose.Name = "tsbtnClose";
  85. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  86. this.tsbtnClose.Text = "关闭(&X)";
  87. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  88. //
  89. // tsrOperate
  90. //
  91. this.tsrOperate.AutoSize = false;
  92. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  93. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  95. this.tsbtnApprover,
  96. this.tsbtnAdaptive,
  97. this.tsbtnClose});
  98. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  99. this.tsrOperate.Name = "tsrOperate";
  100. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  101. this.tsrOperate.ShowItemToolTips = false;
  102. this.tsrOperate.Size = new System.Drawing.Size(1131, 35);
  103. this.tsrOperate.TabIndex = 34;
  104. this.tsrOperate.Text = "toolStrip1";
  105. //
  106. // tsbtnApprover
  107. //
  108. this.tsbtnApprover.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  109. this.tsbtnApprover.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnApprover.Image")));
  110. this.tsbtnApprover.ImageTransparentColor = System.Drawing.Color.Magenta;
  111. this.tsbtnApprover.Name = "tsbtnApprover";
  112. this.tsbtnApprover.Size = new System.Drawing.Size(33, 32);
  113. this.tsbtnApprover.Text = "审批";
  114. this.tsbtnApprover.Click += new System.EventHandler(this.tsbtnApprover_Click);
  115. //
  116. // tsbtnAdaptive
  117. //
  118. this.tsbtnAdaptive.AutoSize = false;
  119. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  121. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  122. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  123. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  124. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  125. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  126. //
  127. // gbxCondition
  128. //
  129. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  130. | System.Windows.Forms.AnchorStyles.Right)));
  131. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  132. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  133. this.gbxCondition.Controls.Add(this.lblUser);
  134. this.gbxCondition.Controls.Add(this.scbUser);
  135. this.gbxCondition.Controls.Add(this.dropSemiTestType);
  136. this.gbxCondition.Controls.Add(this.c_Label1);
  137. this.gbxCondition.Controls.Add(this.txtRemarks);
  138. this.gbxCondition.Controls.Add(this.lblRemarks);
  139. this.gbxCondition.Controls.Add(this.lblSemiTestDateStart);
  140. this.gbxCondition.Controls.Add(this.lblSemiTestDateEnd);
  141. this.gbxCondition.Controls.Add(this.dtpSemiTestDateEnd);
  142. this.gbxCondition.Controls.Add(this.dtpSemiTestDateStart);
  143. this.gbxCondition.Controls.Add(this.btnClearCondition);
  144. this.gbxCondition.Controls.Add(this.btnSearch);
  145. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  147. this.gbxCondition.IsMustInput = false;
  148. this.gbxCondition.Location = new System.Drawing.Point(0, 42);
  149. this.gbxCondition.Name = "gbxCondition";
  150. this.gbxCondition.OriginalHeight = -1;
  151. this.gbxCondition.Size = new System.Drawing.Size(1119, 92);
  152. this.gbxCondition.TabIndex = 35;
  153. this.gbxCondition.TabStop = false;
  154. this.gbxCondition.Text = "查询条件 ▼";
  155. //
  156. // dropSemiTestType
  157. //
  158. this.dropSemiTestType.BackColor = System.Drawing.SystemColors.Window;
  159. this.dropSemiTestType.BackgroundColor = System.Drawing.SystemColors.Window;
  160. this.dropSemiTestType.DataSource = null;
  161. this.dropSemiTestType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.dropSemiTestType.FormattingEnabled = true;
  163. //
  164. //
  165. //
  166. this.dropSemiTestType.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  167. this.dropSemiTestType.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.dropSemiTestType.ListBox.IntegralHeight = false;
  169. this.dropSemiTestType.ListBox.Location = new System.Drawing.Point(0, 0);
  170. this.dropSemiTestType.ListBox.Name = "";
  171. this.dropSemiTestType.ListBox.Size = new System.Drawing.Size(152, 136);
  172. this.dropSemiTestType.ListBox.TabIndex = 0;
  173. this.dropSemiTestType.Location = new System.Drawing.Point(742, 25);
  174. this.dropSemiTestType.Name = "dropSemiTestType";
  175. this.dropSemiTestType.Size = new System.Drawing.Size(154, 20);
  176. this.dropSemiTestType.TabIndex = 29;
  177. //
  178. // c_Label1
  179. //
  180. this.c_Label1.AutoSize = true;
  181. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  182. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  184. this.c_Label1.Location = new System.Drawing.Point(683, 29);
  185. this.c_Label1.Name = "c_Label1";
  186. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  187. this.c_Label1.TabIndex = 28;
  188. this.c_Label1.Text = "半检类别";
  189. //
  190. // txtRemarks
  191. //
  192. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  193. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  194. this.txtRemarks.ErrorMessage = "";
  195. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.txtRemarks.Location = new System.Drawing.Point(89, 50);
  197. this.txtRemarks.Multiline = true;
  198. this.txtRemarks.Name = "txtRemarks";
  199. this.txtRemarks.Size = new System.Drawing.Size(588, 31);
  200. this.txtRemarks.TabIndex = 15;
  201. this.txtRemarks.TextValue = "";
  202. //
  203. // lblRemarks
  204. //
  205. this.lblRemarks.AutoSize = true;
  206. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  207. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.lblRemarks.Location = new System.Drawing.Point(54, 53);
  209. this.lblRemarks.Name = "lblRemarks";
  210. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  211. this.lblRemarks.TabIndex = 14;
  212. this.lblRemarks.Text = "备注";
  213. //
  214. // lblSemiTestDateStart
  215. //
  216. this.lblSemiTestDateStart.AutoSize = true;
  217. this.lblSemiTestDateStart.BackColor = System.Drawing.Color.Transparent;
  218. this.lblSemiTestDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.lblSemiTestDateStart.ForeColor = System.Drawing.SystemColors.ControlText;
  220. this.lblSemiTestDateStart.Location = new System.Drawing.Point(30, 29);
  221. this.lblSemiTestDateStart.Name = "lblSemiTestDateStart";
  222. this.lblSemiTestDateStart.Size = new System.Drawing.Size(53, 12);
  223. this.lblSemiTestDateStart.TabIndex = 4;
  224. this.lblSemiTestDateStart.Text = "开始日期";
  225. //
  226. // lblSemiTestDateEnd
  227. //
  228. this.lblSemiTestDateEnd.AutoSize = true;
  229. this.lblSemiTestDateEnd.BackColor = System.Drawing.Color.Transparent;
  230. this.lblSemiTestDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  231. this.lblSemiTestDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
  232. this.lblSemiTestDateEnd.Location = new System.Drawing.Point(251, 29);
  233. this.lblSemiTestDateEnd.Name = "lblSemiTestDateEnd";
  234. this.lblSemiTestDateEnd.Size = new System.Drawing.Size(53, 12);
  235. this.lblSemiTestDateEnd.TabIndex = 6;
  236. this.lblSemiTestDateEnd.Text = "结束日期";
  237. //
  238. // dtpSemiTestDateEnd
  239. //
  240. this.dtpSemiTestDateEnd.CustomFormat = "yyyy-MM-dd";
  241. this.dtpSemiTestDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. this.dtpSemiTestDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  243. this.dtpSemiTestDateEnd.Location = new System.Drawing.Point(310, 25);
  244. this.dtpSemiTestDateEnd.Name = "dtpSemiTestDateEnd";
  245. this.dtpSemiTestDateEnd.Size = new System.Drawing.Size(156, 21);
  246. this.dtpSemiTestDateEnd.TabIndex = 7;
  247. //
  248. // dtpSemiTestDateStart
  249. //
  250. this.dtpSemiTestDateStart.CustomFormat = "yyyy-MM-dd";
  251. this.dtpSemiTestDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.dtpSemiTestDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  253. this.dtpSemiTestDateStart.Location = new System.Drawing.Point(89, 25);
  254. this.dtpSemiTestDateStart.Name = "dtpSemiTestDateStart";
  255. this.dtpSemiTestDateStart.Size = new System.Drawing.Size(156, 21);
  256. this.dtpSemiTestDateStart.TabIndex = 5;
  257. //
  258. // btnClearCondition
  259. //
  260. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  261. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  262. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  263. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  264. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  265. this.btnClearCondition.Location = new System.Drawing.Point(1022, 51);
  266. this.btnClearCondition.Name = "btnClearCondition";
  267. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  268. this.btnClearCondition.TabIndex = 11;
  269. this.btnClearCondition.Text = "清空条件(&C)";
  270. this.btnClearCondition.UseVisualStyleBackColor = true;
  271. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  272. //
  273. // btnSearch
  274. //
  275. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  276. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  277. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  278. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.btnSearch.ForeColor = System.Drawing.Color.White;
  280. this.btnSearch.Location = new System.Drawing.Point(931, 51);
  281. this.btnSearch.Name = "btnSearch";
  282. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  283. this.btnSearch.TabIndex = 10;
  284. this.btnSearch.Text = "查询(&Q)";
  285. this.btnSearch.UseVisualStyleBackColor = true;
  286. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  287. //
  288. // tabControl1
  289. //
  290. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  291. | System.Windows.Forms.AnchorStyles.Right)));
  292. this.tabControl1.Controls.Add(this.tabPage1);
  293. this.tabControl1.Location = new System.Drawing.Point(0, 462);
  294. this.tabControl1.Name = "tabControl1";
  295. this.tabControl1.SelectedIndex = 0;
  296. this.tabControl1.Size = new System.Drawing.Size(1119, 280);
  297. this.tabControl1.TabIndex = 36;
  298. //
  299. // tabPage1
  300. //
  301. this.tabPage1.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  302. this.tabPage1.Controls.Add(this.dgvSemiTestDetail);
  303. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  304. this.tabPage1.Name = "tabPage1";
  305. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  306. this.tabPage1.Size = new System.Drawing.Size(1111, 254);
  307. this.tabPage1.TabIndex = 0;
  308. this.tabPage1.Text = "半检明细";
  309. this.tabPage1.UseVisualStyleBackColor = true;
  310. //
  311. // dgvSemiTestDetail
  312. //
  313. this.dgvSemiTestDetail.AllowUserToAddRows = false;
  314. this.dgvSemiTestDetail.AllowUserToDeleteRows = false;
  315. this.dgvSemiTestDetail.AllowUserToModifyRows = true;
  316. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  317. this.dgvSemiTestDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  318. this.dgvSemiTestDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  319. | System.Windows.Forms.AnchorStyles.Left)
  320. | System.Windows.Forms.AnchorStyles.Right)));
  321. this.dgvSemiTestDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  322. this.dgvSemiTestDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  323. this.dgvSemiTestDetail.CellHeight = 23;
  324. this.dgvSemiTestDetail.ChildNodeColumnName = null;
  325. this.dgvSemiTestDetail.ChildNodeColumnText = null;
  326. this.dgvSemiTestDetail.ColumnDeep = 1;
  327. this.dgvSemiTestDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  328. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  329. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  330. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  331. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  332. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  333. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  334. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  335. this.dgvSemiTestDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  336. this.dgvSemiTestDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  337. this.dgvSemiTestDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  338. this.SemiTestDate,
  339. this.GroutingUserCode,
  340. this.GoodsCode,
  341. this.GoodsName,
  342. this.GoodsSpecification,
  343. this.GoodsModel,
  344. this.GoodsTypeName,
  345. this.dictionaryvalue});
  346. this.dgvSemiTestDetail.ColumnTreeView = null;
  347. this.dgvSemiTestDetail.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)));
  348. this.dgvSemiTestDetail.DynamicColumnName = "";
  349. this.dgvSemiTestDetail.EnableHeadersVisualStyles = false;
  350. this.dgvSemiTestDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. this.dgvSemiTestDetail.FormatQuantityColumns = null;
  352. this.dgvSemiTestDetail.HorizontalMergeColumn = null;
  353. this.dgvSemiTestDetail.IsAutoCountSum = true;
  354. this.dgvSemiTestDetail.IsAutoResizeColumns = false;
  355. this.dgvSemiTestDetail.IsClickF12 = false;
  356. this.dgvSemiTestDetail.IsOpenMergeCellFlag = false;
  357. this.dgvSemiTestDetail.IsSubTotalFlag = false;
  358. this.dgvSemiTestDetail.IsTopDeep = false;
  359. this.dgvSemiTestDetail.Location = new System.Drawing.Point(0, 3);
  360. this.dgvSemiTestDetail.MergeColumnNames = null;
  361. this.dgvSemiTestDetail.MergeDetailColumnNames = null;
  362. this.dgvSemiTestDetail.MergeDetailOnlyColumn = null;
  363. this.dgvSemiTestDetail.MergeOnlyColumn = null;
  364. this.dgvSemiTestDetail.Name = "dgvSemiTestDetail";
  365. this.dgvSemiTestDetail.ReadOnly = true;
  366. this.dgvSemiTestDetail.RefreshAtHscroll = false;
  367. this.dgvSemiTestDetail.RowHeadersWidth = 50;
  368. this.dgvSemiTestDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  369. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  370. this.dgvSemiTestDetail.RowsDefaultCellStyle = dataGridViewCellStyle3;
  371. this.dgvSemiTestDetail.RowTemplate.Height = 21;
  372. this.dgvSemiTestDetail.Size = new System.Drawing.Size(1108, 245);
  373. this.dgvSemiTestDetail.SortOrderColumnName = null;
  374. this.dgvSemiTestDetail.TabIndex = 38;
  375. this.dgvSemiTestDetail.Tag = true;
  376. this.dgvSemiTestDetail.TotalSumColumns = null;
  377. this.dgvSemiTestDetail.ViewRowFilter = "";
  378. //
  379. // SemiTestDate
  380. //
  381. this.SemiTestDate.DataPropertyName = "SemiTestDate";
  382. this.SemiTestDate.HeaderText = "检验日期";
  383. this.SemiTestDate.Name = "SemiTestDate";
  384. this.SemiTestDate.ReadOnly = true;
  385. //
  386. // GroutingUserCode
  387. //
  388. this.GroutingUserCode.DataPropertyName = "UserCode";
  389. this.GroutingUserCode.HeaderText = "成型工号";
  390. this.GroutingUserCode.Name = "GroutingUserCode";
  391. this.GroutingUserCode.ReadOnly = true;
  392. //
  393. // GoodsCode
  394. //
  395. this.GoodsCode.DataPropertyName = "GoodsCode";
  396. this.GoodsCode.HeaderText = "产品编码";
  397. this.GoodsCode.Name = "GoodsCode";
  398. this.GoodsCode.ReadOnly = true;
  399. //
  400. // GoodsName
  401. //
  402. this.GoodsName.DataPropertyName = "GoodsName";
  403. this.GoodsName.HeaderText = "产品名称";
  404. this.GoodsName.Name = "GoodsName";
  405. this.GoodsName.ReadOnly = true;
  406. //
  407. // GoodsSpecification
  408. //
  409. this.GoodsSpecification.DataPropertyName = "GoodsSpecification";
  410. this.GoodsSpecification.HeaderText = "规格";
  411. this.GoodsSpecification.Name = "GoodsSpecification";
  412. this.GoodsSpecification.ReadOnly = true;
  413. //
  414. // GoodsModel
  415. //
  416. this.GoodsModel.DataPropertyName = "GoodsModel";
  417. this.GoodsModel.HeaderText = "型号";
  418. this.GoodsModel.Name = "GoodsModel";
  419. this.GoodsModel.ReadOnly = true;
  420. //
  421. // GoodsTypeName
  422. //
  423. this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
  424. this.GoodsTypeName.HeaderText = "类别";
  425. this.GoodsTypeName.Name = "GoodsTypeName";
  426. this.GoodsTypeName.ReadOnly = true;
  427. //
  428. // dictionaryvalue
  429. //
  430. this.dictionaryvalue.DataPropertyName = "dictionaryvalue";
  431. this.dictionaryvalue.HeaderText = "缺陷";
  432. this.dictionaryvalue.Name = "dictionaryvalue";
  433. this.dictionaryvalue.ReadOnly = true;
  434. //
  435. // dgvSemiTest
  436. //
  437. this.dgvSemiTest.AllowUserToAddRows = false;
  438. this.dgvSemiTest.AllowUserToDeleteRows = false;
  439. this.dgvSemiTest.AllowUserToModifyRows = true;
  440. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  441. this.dgvSemiTest.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
  442. this.dgvSemiTest.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  443. | System.Windows.Forms.AnchorStyles.Left)
  444. | System.Windows.Forms.AnchorStyles.Right)));
  445. this.dgvSemiTest.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  446. this.dgvSemiTest.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  447. this.dgvSemiTest.CellHeight = 23;
  448. this.dgvSemiTest.ChildNodeColumnName = null;
  449. this.dgvSemiTest.ChildNodeColumnText = null;
  450. this.dgvSemiTest.ColumnDeep = 1;
  451. this.dgvSemiTest.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  452. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  453. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  454. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  455. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  456. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  457. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  458. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  459. this.dgvSemiTest.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  460. this.dgvSemiTest.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  461. this.dgvSemiTest.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  462. this.SemiTestID,
  463. this.UserCode,
  464. this.TestDate,
  465. this.SemiTestType,
  466. this.Remarks,
  467. this.OPTimeStamp});
  468. this.dgvSemiTest.ColumnTreeView = null;
  469. this.dgvSemiTest.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)));
  470. this.dgvSemiTest.DynamicColumnName = "";
  471. this.dgvSemiTest.EnableHeadersVisualStyles = false;
  472. this.dgvSemiTest.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  473. this.dgvSemiTest.FormatQuantityColumns = null;
  474. this.dgvSemiTest.HorizontalMergeColumn = null;
  475. this.dgvSemiTest.IsAutoCountSum = true;
  476. this.dgvSemiTest.IsAutoResizeColumns = false;
  477. this.dgvSemiTest.IsClickF12 = false;
  478. this.dgvSemiTest.IsOpenMergeCellFlag = false;
  479. this.dgvSemiTest.IsSubTotalFlag = false;
  480. this.dgvSemiTest.IsTopDeep = false;
  481. this.dgvSemiTest.Location = new System.Drawing.Point(0, 140);
  482. this.dgvSemiTest.MergeColumnNames = null;
  483. this.dgvSemiTest.MergeDetailColumnNames = null;
  484. this.dgvSemiTest.MergeDetailOnlyColumn = null;
  485. this.dgvSemiTest.MergeOnlyColumn = null;
  486. this.dgvSemiTest.Name = "dgvSemiTest";
  487. this.dgvSemiTest.ReadOnly = true;
  488. this.dgvSemiTest.RefreshAtHscroll = false;
  489. this.dgvSemiTest.RowHeadersWidth = 50;
  490. this.dgvSemiTest.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  491. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  492. this.dgvSemiTest.RowsDefaultCellStyle = dataGridViewCellStyle6;
  493. this.dgvSemiTest.RowTemplate.Height = 21;
  494. this.dgvSemiTest.Size = new System.Drawing.Size(1119, 316);
  495. this.dgvSemiTest.SortOrderColumnName = null;
  496. this.dgvSemiTest.TabIndex = 37;
  497. this.dgvSemiTest.Tag = true;
  498. this.dgvSemiTest.TotalSumColumns = null;
  499. this.dgvSemiTest.ViewRowFilter = "";
  500. this.dgvSemiTest.SelectionChanged += new System.EventHandler(this.dgvSemiTest_SelectionChanged);
  501. //
  502. // SemiTestID
  503. //
  504. this.SemiTestID.DataPropertyName = "SemiTestID";
  505. this.SemiTestID.HeaderText = "SemiTestID";
  506. this.SemiTestID.Name = "SemiTestID";
  507. this.SemiTestID.ReadOnly = true;
  508. this.SemiTestID.Visible = false;
  509. //
  510. // UserCode
  511. //
  512. this.UserCode.DataPropertyName = "UserCode";
  513. this.UserCode.HeaderText = "检验工号";
  514. this.UserCode.Name = "UserCode";
  515. this.UserCode.ReadOnly = true;
  516. this.UserCode.Width = 120;
  517. //
  518. // TestDate
  519. //
  520. this.TestDate.DataPropertyName = "TestDate";
  521. this.TestDate.HeaderText = "检验日期";
  522. this.TestDate.Name = "TestDate";
  523. this.TestDate.ReadOnly = true;
  524. this.TestDate.Width = 120;
  525. //
  526. // SemiTestType
  527. //
  528. this.SemiTestType.DataPropertyName = "SemiTestType";
  529. this.SemiTestType.HeaderText = "半检类别";
  530. this.SemiTestType.Name = "SemiTestType";
  531. this.SemiTestType.ReadOnly = true;
  532. //
  533. // Remarks
  534. //
  535. this.Remarks.DataPropertyName = "Remarks";
  536. this.Remarks.HeaderText = "备注";
  537. this.Remarks.Name = "Remarks";
  538. this.Remarks.ReadOnly = true;
  539. this.Remarks.Width = 600;
  540. //
  541. // OPTimeStamp
  542. //
  543. this.OPTimeStamp.DataPropertyName = "OPTimeStamp";
  544. this.OPTimeStamp.HeaderText = "OPTimeStamp";
  545. this.OPTimeStamp.Name = "OPTimeStamp";
  546. this.OPTimeStamp.ReadOnly = true;
  547. this.OPTimeStamp.Visible = false;
  548. //
  549. // lblUser
  550. //
  551. this.lblUser.AutoSize = true;
  552. this.lblUser.BackColor = System.Drawing.Color.Transparent;
  553. this.lblUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  554. this.lblUser.ForeColor = System.Drawing.SystemColors.ControlText;
  555. this.lblUser.Location = new System.Drawing.Point(472, 29);
  556. this.lblUser.Name = "lblUser";
  557. this.lblUser.Size = new System.Drawing.Size(53, 12);
  558. this.lblUser.TabIndex = 53;
  559. this.lblUser.Text = "检验工号";
  560. //
  561. // scbUser
  562. //
  563. this.scbUser.CheckedData = null;
  564. this.scbUser.IsWorker = false;
  565. this.scbUser.Location = new System.Drawing.Point(531, 25);
  566. this.scbUser.Name = "scbUser";
  567. this.scbUser.Size = new System.Drawing.Size(146, 21);
  568. this.scbUser.TabIndex = 52;
  569. //
  570. // F_PM_1603
  571. //
  572. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  573. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  574. this.ClientSize = new System.Drawing.Size(1131, 742);
  575. this.Controls.Add(this.dgvSemiTest);
  576. this.Controls.Add(this.tabControl1);
  577. this.Controls.Add(this.tsrOperate);
  578. this.Controls.Add(this.gbxCondition);
  579. this.Name = "F_PM_1603";
  580. this.Text = "F_PM_1603";
  581. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_1603_FormClosed);
  582. this.Load += new System.EventHandler(this.F_PM_1603_Load);
  583. this.tsrOperate.ResumeLayout(false);
  584. this.tsrOperate.PerformLayout();
  585. this.gbxCondition.ResumeLayout(false);
  586. this.gbxCondition.PerformLayout();
  587. this.tabControl1.ResumeLayout(false);
  588. this.tabPage1.ResumeLayout(false);
  589. ((System.ComponentModel.ISupportInitialize)(this.dgvSemiTestDetail)).EndInit();
  590. ((System.ComponentModel.ISupportInitialize)(this.dgvSemiTest)).EndInit();
  591. this.ResumeLayout(false);
  592. }
  593. #endregion
  594. private System.Windows.Forms.ToolStripButton tsbtnClose;
  595. private Basics.BaseControls.C_ToolStrip tsrOperate;
  596. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  597. private Basics.BaseControls.C_GroupBox gbxCondition;
  598. private Basics.BaseControls.C_Label lblSemiTestDateStart;
  599. private Basics.BaseControls.C_Label lblSemiTestDateEnd;
  600. private Basics.BaseControls.C_DateTimePicker dtpSemiTestDateEnd;
  601. private Basics.BaseControls.C_DateTimePicker dtpSemiTestDateStart;
  602. private Basics.BaseControls.C_Button btnClearCondition;
  603. private Basics.BaseControls.C_Button btnSearch;
  604. private Basics.BaseControls.C_Label lblRemarks;
  605. private Basics.BaseControls.C_TextBox txtRemarks;
  606. private System.Windows.Forms.TabControl tabControl1;
  607. private System.Windows.Forms.TabPage tabPage1;
  608. private Basics.BaseControls.C_DataGridView dgvSemiTest;
  609. private System.Windows.Forms.ToolStripButton tsbtnApprover;
  610. private Basics.BaseControls.C_DataGridView dgvSemiTestDetail;
  611. private System.Windows.Forms.DataGridViewTextBoxColumn SemiTestDate;
  612. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  613. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  614. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  615. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification;
  616. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsModel;
  617. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  618. private System.Windows.Forms.DataGridViewTextBoxColumn dictionaryvalue;
  619. private Basics.BaseControls.DKListBoxComboBox dropSemiTestType;
  620. private Basics.BaseControls.C_Label c_Label1;
  621. private System.Windows.Forms.DataGridViewTextBoxColumn SemiTestID;
  622. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  623. private System.Windows.Forms.DataGridViewTextBoxColumn TestDate;
  624. private System.Windows.Forms.DataGridViewTextBoxColumn SemiTestType;
  625. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  626. private System.Windows.Forms.DataGridViewTextBoxColumn OPTimeStamp;
  627. private Basics.BaseControls.C_Label lblUser;
  628. private Controls.SearchBox.ScbUser scbUser;
  629. }
  630. }