F_PM_3603.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_3603
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_3603));
  32. this.dgvRegisterDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  33. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  34. this.xuhao = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.goodstypename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.groutingdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.inspectitem = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.technicalrequirement = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.unitname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.inspectvalue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.isqualified = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. ((System.ComponentModel.ISupportInitialize)(this.dgvRegisterDetail)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // dgvRegisterDetail
  47. //
  48. this.dgvRegisterDetail.AllowUserToAddRows = false;
  49. this.dgvRegisterDetail.AllowUserToDeleteRows = false;
  50. this.dgvRegisterDetail.AllowUserToModifyRows = true;
  51. this.dgvRegisterDetail.AllowUserToOrderColumns = true;
  52. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  53. this.dgvRegisterDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  54. this.dgvRegisterDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  55. | System.Windows.Forms.AnchorStyles.Left)
  56. | System.Windows.Forms.AnchorStyles.Right)));
  57. this.dgvRegisterDetail.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
  58. this.dgvRegisterDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  59. this.dgvRegisterDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  60. this.dgvRegisterDetail.CellHeight = 23;
  61. this.dgvRegisterDetail.ChildNodeColumnName = null;
  62. this.dgvRegisterDetail.ChildNodeColumnText = null;
  63. this.dgvRegisterDetail.ColumnDeep = 1;
  64. this.dgvRegisterDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  65. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  66. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  67. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  69. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  70. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  71. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  72. this.dgvRegisterDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  73. this.dgvRegisterDetail.ColumnHeadersHeight = 30;
  74. this.dgvRegisterDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  75. this.dgvRegisterDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  76. this.xuhao,
  77. this.goodscode,
  78. this.goodstypename,
  79. this.groutingdate,
  80. this.inspectitem,
  81. this.technicalrequirement,
  82. this.unitname,
  83. this.inspectvalue,
  84. this.isqualified});
  85. this.dgvRegisterDetail.ColumnTreeView = null;
  86. 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)));
  87. this.dgvRegisterDetail.DynamicColumnName = "";
  88. this.dgvRegisterDetail.EnableHeadersVisualStyles = false;
  89. this.dgvRegisterDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.dgvRegisterDetail.FormatQuantityColumns = null;
  91. this.dgvRegisterDetail.HasNode = false;
  92. this.dgvRegisterDetail.HorizontalMergeColumn = null;
  93. this.dgvRegisterDetail.IsAutoCountSum = true;
  94. this.dgvRegisterDetail.IsAutoResizeColumns = false;
  95. this.dgvRegisterDetail.IsClickF12 = false;
  96. this.dgvRegisterDetail.IsOpenMergeCellFlag = false;
  97. this.dgvRegisterDetail.IsSubTotalFlag = false;
  98. this.dgvRegisterDetail.IsTopDeep = false;
  99. this.dgvRegisterDetail.Location = new System.Drawing.Point(0, 1);
  100. this.dgvRegisterDetail.MergeColumnNames = null;
  101. this.dgvRegisterDetail.MergeDetailColumnNames = null;
  102. this.dgvRegisterDetail.MergeDetailOnlyColumn = null;
  103. this.dgvRegisterDetail.MergeOnlyColumn = null;
  104. this.dgvRegisterDetail.MultiSelect = false;
  105. this.dgvRegisterDetail.Name = "dgvRegisterDetail";
  106. this.dgvRegisterDetail.ReadOnly = true;
  107. this.dgvRegisterDetail.RefreshAtHscroll = false;
  108. this.dgvRegisterDetail.RowHeadersWidth = 50;
  109. this.dgvRegisterDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  110. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  111. this.dgvRegisterDetail.RowsDefaultCellStyle = dataGridViewCellStyle3;
  112. this.dgvRegisterDetail.RowTemplate.Height = 21;
  113. this.dgvRegisterDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  114. this.dgvRegisterDetail.Size = new System.Drawing.Size(875, 398);
  115. this.dgvRegisterDetail.SortOrderColumnName = null;
  116. this.dgvRegisterDetail.TabIndex = 38;
  117. this.dgvRegisterDetail.Tag = true;
  118. this.dgvRegisterDetail.TotalSumColumns = null;
  119. this.dgvRegisterDetail.ViewRowFilter = "";
  120. this.dgvRegisterDetail.VirtualNodes = false;
  121. //
  122. // btnClose
  123. //
  124. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  125. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  126. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  127. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.btnClose.ForeColor = System.Drawing.Color.White;
  129. this.btnClose.Location = new System.Drawing.Point(790, 413);
  130. this.btnClose.Name = "btnClose";
  131. this.btnClose.Size = new System.Drawing.Size(85, 30);
  132. this.btnClose.TabIndex = 39;
  133. this.btnClose.Text = "关闭";
  134. this.btnClose.UseVisualStyleBackColor = true;
  135. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  136. //
  137. // xuhao
  138. //
  139. this.xuhao.DataPropertyName = "xuhao";
  140. this.xuhao.HeaderText = "序号";
  141. this.xuhao.Name = "xuhao";
  142. this.xuhao.ReadOnly = true;
  143. this.xuhao.Width = 50;
  144. //
  145. // goodscode
  146. //
  147. this.goodscode.DataPropertyName = "goodscode";
  148. this.goodscode.HeaderText = "产品型号";
  149. this.goodscode.Name = "goodscode";
  150. this.goodscode.ReadOnly = true;
  151. this.goodscode.Width = 60;
  152. //
  153. // goodstypename
  154. //
  155. this.goodstypename.DataPropertyName = "goodstypename";
  156. this.goodstypename.HeaderText = "产品名称";
  157. this.goodstypename.Name = "goodstypename";
  158. this.goodstypename.ReadOnly = true;
  159. this.goodstypename.Width = 60;
  160. //
  161. // groutingdate
  162. //
  163. this.groutingdate.DataPropertyName = "groutingdate";
  164. this.groutingdate.HeaderText = "检验时间";
  165. this.groutingdate.Name = "groutingdate";
  166. this.groutingdate.ReadOnly = true;
  167. this.groutingdate.Width = 60;
  168. //
  169. // inspectitem
  170. //
  171. this.inspectitem.DataPropertyName = "inspectitem";
  172. this.inspectitem.HeaderText = "检验项目";
  173. this.inspectitem.Name = "inspectitem";
  174. this.inspectitem.ReadOnly = true;
  175. this.inspectitem.Width = 60;
  176. //
  177. // technicalrequirement
  178. //
  179. this.technicalrequirement.DataPropertyName = "technicalrequirement";
  180. this.technicalrequirement.HeaderText = "检验标准";
  181. this.technicalrequirement.Name = "technicalrequirement";
  182. this.technicalrequirement.ReadOnly = true;
  183. this.technicalrequirement.Width = 60;
  184. //
  185. // unitname
  186. //
  187. this.unitname.DataPropertyName = "unitname";
  188. this.unitname.HeaderText = "单位";
  189. this.unitname.Name = "unitname";
  190. this.unitname.ReadOnly = true;
  191. this.unitname.Width = 50;
  192. //
  193. // inspectvalue
  194. //
  195. this.inspectvalue.DataPropertyName = "inspectvalue";
  196. this.inspectvalue.HeaderText = "数值";
  197. this.inspectvalue.Name = "inspectvalue";
  198. this.inspectvalue.ReadOnly = true;
  199. this.inspectvalue.Width = 50;
  200. //
  201. // isqualified
  202. //
  203. this.isqualified.DataPropertyName = "isqualified";
  204. this.isqualified.HeaderText = "结果";
  205. this.isqualified.Name = "isqualified";
  206. this.isqualified.ReadOnly = true;
  207. this.isqualified.Width = 50;
  208. //
  209. // F_PM_3603
  210. //
  211. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  212. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  213. this.ClientSize = new System.Drawing.Size(884, 468);
  214. this.Controls.Add(this.btnClose);
  215. this.Controls.Add(this.dgvRegisterDetail);
  216. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  217. this.Name = "F_PM_3603";
  218. this.RightToLeftLayout = true;
  219. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  220. this.Text = "型式检验结果";
  221. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_3603_FormClosed);
  222. this.Load += new System.EventHandler(this.F_PM_3603_Load);
  223. this.Controls.SetChildIndex(this.dgvRegisterDetail, 0);
  224. this.Controls.SetChildIndex(this.btnClose, 0);
  225. ((System.ComponentModel.ISupportInitialize)(this.dgvRegisterDetail)).EndInit();
  226. this.ResumeLayout(false);
  227. this.PerformLayout();
  228. }
  229. #endregion
  230. private Basics.BaseControls.C_DataGridView dgvRegisterDetail;
  231. private Basics.BaseControls.C_Button btnClose;
  232. private System.Windows.Forms.DataGridViewTextBoxColumn xuhao;
  233. private System.Windows.Forms.DataGridViewTextBoxColumn goodscode;
  234. private System.Windows.Forms.DataGridViewTextBoxColumn goodstypename;
  235. private System.Windows.Forms.DataGridViewTextBoxColumn groutingdate;
  236. private System.Windows.Forms.DataGridViewTextBoxColumn inspectitem;
  237. private System.Windows.Forms.DataGridViewTextBoxColumn technicalrequirement;
  238. private System.Windows.Forms.DataGridViewTextBoxColumn unitname;
  239. private System.Windows.Forms.DataGridViewTextBoxColumn inspectvalue;
  240. private System.Windows.Forms.DataGridViewTextBoxColumn isqualified;
  241. }
  242. }