F_MST_0407.Designer.cs 17 KB

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