F_MST_1001.Designer.cs 16 KB

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