F_MST_0407.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0407
  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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0407));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.dgvDataDefect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  34. this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  35. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  36. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  37. this.DefectCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.DefectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.S_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.DefectTypeID = new System.Windows.Forms.DataGridViewComboBoxColumn();
  41. this.displayno = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  42. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  44. this.DefectID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. ((System.ComponentModel.ISupportInitialize)(this.dgvDataDefect)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // dgvDataDefect
  49. //
  50. this.dgvDataDefect.AllowUserToDeleteRows = false;
  51. this.dgvDataDefect.AllowUserToModifyRows = true;
  52. this.dgvDataDefect.AllowUserToOrderColumns = true;
  53. this.dgvDataDefect.AllowUserToResizeRows = false;
  54. this.dgvDataDefect.AllowUserToSortRows = false;
  55. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  56. this.dgvDataDefect.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  57. this.dgvDataDefect.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  58. | System.Windows.Forms.AnchorStyles.Left)
  59. | System.Windows.Forms.AnchorStyles.Right)));
  60. this.dgvDataDefect.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  61. this.dgvDataDefect.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  62. this.dgvDataDefect.CellHeight = 23;
  63. this.dgvDataDefect.ChildNodeColumnName = null;
  64. this.dgvDataDefect.ChildNodeColumnText = null;
  65. this.dgvDataDefect.ColumnDeep = 1;
  66. this.dgvDataDefect.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  67. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  68. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  69. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  71. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  72. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  73. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  74. this.dgvDataDefect.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  75. this.dgvDataDefect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  76. this.dgvDataDefect.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  77. this.DefectCode,
  78. this.DefectName,
  79. this.S_NAME,
  80. this.DefectTypeID,
  81. this.displayno,
  82. this.Remarks,
  83. this.ValueFlag,
  84. this.DefectID});
  85. this.dgvDataDefect.ColumnTreeView = null;
  86. this.dgvDataDefect.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.dgvDataDefect.DynamicColumnName = "";
  88. this.dgvDataDefect.EnableHeadersVisualStyles = false;
  89. this.dgvDataDefect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.dgvDataDefect.FormatQuantityColumns = null;
  91. this.dgvDataDefect.HasNode = false;
  92. this.dgvDataDefect.HorizontalMergeColumn = null;
  93. this.dgvDataDefect.IsAutoCountSum = true;
  94. this.dgvDataDefect.IsAutoResizeColumns = false;
  95. this.dgvDataDefect.IsClickF12 = false;
  96. this.dgvDataDefect.IsOpenMergeCellFlag = false;
  97. this.dgvDataDefect.IsSubTotalFlag = false;
  98. this.dgvDataDefect.IsTopDeep = false;
  99. this.dgvDataDefect.Location = new System.Drawing.Point(12, 12);
  100. this.dgvDataDefect.MergeColumnNames = null;
  101. this.dgvDataDefect.MergeDetailColumnNames = null;
  102. this.dgvDataDefect.MergeDetailOnlyColumn = null;
  103. this.dgvDataDefect.MergeOnlyColumn = null;
  104. this.dgvDataDefect.MultiSelect = false;
  105. this.dgvDataDefect.Name = "dgvDataDefect";
  106. this.dgvDataDefect.RefreshAtHscroll = false;
  107. this.dgvDataDefect.RowHeadersWidth = 50;
  108. this.dgvDataDefect.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  109. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  110. this.dgvDataDefect.RowsDefaultCellStyle = dataGridViewCellStyle4;
  111. this.dgvDataDefect.RowTemplate.Height = 21;
  112. this.dgvDataDefect.Size = new System.Drawing.Size(562, 498);
  113. this.dgvDataDefect.SortOrderColumnName = null;
  114. this.dgvDataDefect.TabIndex = 0;
  115. this.dgvDataDefect.Tag = true;
  116. this.dgvDataDefect.TotalSumColumns = null;
  117. this.dgvDataDefect.ViewRowFilter = "";
  118. this.dgvDataDefect.VirtualNodes = false;
  119. this.dgvDataDefect.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataDefect_CellValidated);
  120. this.dgvDataDefect.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvDataDefect_CellValidating);
  121. this.dgvDataDefect.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataDefect_DefaultValuesNeeded);
  122. this.dgvDataDefect.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvDataDefect_EditingControlShowing);
  123. this.dgvDataDefect.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataDefect_RowValidated);
  124. this.dgvDataDefect.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataDefect_RowValidating);
  125. this.dgvDataDefect.Sorted += new System.EventHandler(this.dgvDataDefect_Sorted);
  126. this.dgvDataDefect.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataDefect_UserAddedRow);
  127. //
  128. // chkDisplayDisabledData
  129. //
  130. this.chkDisplayDisabledData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  131. this.chkDisplayDisabledData.AutoSize = true;
  132. this.chkDisplayDisabledData.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
  133. this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.chkDisplayDisabledData.Location = new System.Drawing.Point(12, 516);
  135. this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
  136. this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16);
  137. this.chkDisplayDisabledData.TabIndex = 1;
  138. this.chkDisplayDisabledData.Text = "显示停用记录";
  139. this.chkDisplayDisabledData.UseVisualStyleBackColor = true;
  140. this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged);
  141. //
  142. // btnSave
  143. //
  144. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  145. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  146. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  147. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.btnSave.ForeColor = System.Drawing.Color.White;
  149. this.btnSave.Location = new System.Drawing.Point(398, 516);
  150. this.btnSave.Name = "btnSave";
  151. this.btnSave.Size = new System.Drawing.Size(85, 30);
  152. this.btnSave.TabIndex = 2;
  153. this.btnSave.Text = "保存";
  154. this.btnSave.UseVisualStyleBackColor = true;
  155. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  156. //
  157. // btnCancel
  158. //
  159. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  160. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  161. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  162. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  163. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.btnCancel.ForeColor = System.Drawing.Color.White;
  165. this.btnCancel.Location = new System.Drawing.Point(489, 516);
  166. this.btnCancel.Name = "btnCancel";
  167. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  168. this.btnCancel.TabIndex = 3;
  169. this.btnCancel.Text = "关闭";
  170. this.btnCancel.UseVisualStyleBackColor = true;
  171. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  172. //
  173. // DefectCode
  174. //
  175. this.DefectCode.DataPropertyName = "DefectCode";
  176. this.DefectCode.HeaderText = "缺陷编码";
  177. this.DefectCode.MaxInputLength = 6;
  178. this.DefectCode.Name = "DefectCode";
  179. this.DefectCode.Width = 80;
  180. //
  181. // DefectName
  182. //
  183. this.DefectName.DataPropertyName = "DefectName";
  184. this.DefectName.HeaderText = "缺陷名称";
  185. this.DefectName.MaxInputLength = 20;
  186. this.DefectName.Name = "DefectName";
  187. this.DefectName.Width = 120;
  188. //
  189. // S_NAME
  190. //
  191. this.S_NAME.DataPropertyName = "S_NAME";
  192. this.S_NAME.HeaderText = "缺陷简称";
  193. this.S_NAME.MaxInputLength = 20;
  194. this.S_NAME.Name = "S_NAME";
  195. //
  196. // DefectTypeID
  197. //
  198. this.DefectTypeID.DataPropertyName = "DefectTypeID";
  199. this.DefectTypeID.HeaderText = "缺陷类别";
  200. this.DefectTypeID.Name = "DefectTypeID";
  201. this.DefectTypeID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  202. this.DefectTypeID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  203. //
  204. // displayno
  205. //
  206. this.displayno.DataPropertyName = "displayno";
  207. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  208. this.displayno.DefaultCellStyle = dataGridViewCellStyle3;
  209. this.displayno.HeaderText = "显示顺序";
  210. this.displayno.MaxValue = new decimal(new int[] {
  211. 999,
  212. 0,
  213. 0,
  214. 0});
  215. this.displayno.MinValue = new decimal(new int[] {
  216. 0,
  217. 0,
  218. 0,
  219. 0});
  220. this.displayno.Name = "displayno";
  221. this.displayno.Number = new System.Drawing.Point(3, 0);
  222. this.displayno.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  223. this.displayno.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  224. //
  225. // Remarks
  226. //
  227. this.Remarks.DataPropertyName = "Remarks";
  228. this.Remarks.HeaderText = "备注";
  229. this.Remarks.MaxInputLength = 500;
  230. this.Remarks.Name = "Remarks";
  231. this.Remarks.Width = 150;
  232. //
  233. // ValueFlag
  234. //
  235. this.ValueFlag.DataPropertyName = "ValueFlag";
  236. this.ValueFlag.FalseValue = "0";
  237. this.ValueFlag.HeaderText = "正常";
  238. this.ValueFlag.Name = "ValueFlag";
  239. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  240. this.ValueFlag.TrueValue = "1";
  241. this.ValueFlag.Width = 50;
  242. //
  243. // DefectID
  244. //
  245. this.DefectID.DataPropertyName = "DefectID";
  246. this.DefectID.HeaderText = "产品缺陷ID";
  247. this.DefectID.Name = "DefectID";
  248. this.DefectID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  249. this.DefectID.Visible = false;
  250. //
  251. // F_MST_0407
  252. //
  253. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  254. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  255. this.BackColor = System.Drawing.SystemColors.Window;
  256. this.CancelButton = this.btnCancel;
  257. this.ClientSize = new System.Drawing.Size(586, 571);
  258. this.Controls.Add(this.btnCancel);
  259. this.Controls.Add(this.btnSave);
  260. this.Controls.Add(this.chkDisplayDisabledData);
  261. this.Controls.Add(this.dgvDataDefect);
  262. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  263. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  264. this.IsSaveFormSize = false;
  265. this.MaximizeBox = false;
  266. this.MinimizeBox = false;
  267. this.Name = "F_MST_0407";
  268. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  269. this.StatusBackColor = System.Drawing.SystemColors.Window;
  270. this.StatusSizingGrip = false;
  271. this.Text = "产品缺陷";
  272. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_MST_0407_FormClosing);
  273. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0407_FormClosed);
  274. this.Load += new System.EventHandler(this.F_MST_0407_Load);
  275. this.Controls.SetChildIndex(this.dgvDataDefect, 0);
  276. this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
  277. this.Controls.SetChildIndex(this.btnSave, 0);
  278. this.Controls.SetChildIndex(this.btnCancel, 0);
  279. ((System.ComponentModel.ISupportInitialize)(this.dgvDataDefect)).EndInit();
  280. this.ResumeLayout(false);
  281. this.PerformLayout();
  282. }
  283. #endregion
  284. private Basics.BaseControls.C_DataGridView dgvDataDefect;
  285. private Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
  286. private Basics.BaseControls.C_Button btnSave;
  287. private Basics.BaseControls.C_Button btnCancel;
  288. private System.Windows.Forms.DataGridViewTextBoxColumn DefectCode;
  289. private System.Windows.Forms.DataGridViewTextBoxColumn DefectName;
  290. private System.Windows.Forms.DataGridViewTextBoxColumn S_NAME;
  291. private System.Windows.Forms.DataGridViewComboBoxColumn DefectTypeID;
  292. private Basics.BaseControls.C_DGV_Column_Digital displayno;
  293. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  294. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  295. private System.Windows.Forms.DataGridViewTextBoxColumn DefectID;
  296. }
  297. }