F_MST_0411.Designer.cs 16 KB

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