F_MST_0901.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0901
  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 dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0901));
  33. this.dgvDefectFineData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  34. this.DefectFineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.DisplayNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  36. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  38. this.DefectFineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  42. this.label1 = new System.Windows.Forms.Label();
  43. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectFineData)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // dgvDefectFineData
  47. //
  48. this.dgvDefectFineData.AllowUserToDeleteRows = false;
  49. this.dgvDefectFineData.AllowUserToModifyRows = true;
  50. this.dgvDefectFineData.AllowUserToOrderColumns = true;
  51. this.dgvDefectFineData.AllowUserToResizeRows = false;
  52. dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  53. this.dgvDefectFineData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle13;
  54. this.dgvDefectFineData.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.dgvDefectFineData.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  58. this.dgvDefectFineData.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  59. this.dgvDefectFineData.CellHeight = 23;
  60. this.dgvDefectFineData.ChildNodeColumnName = null;
  61. this.dgvDefectFineData.ChildNodeColumnText = null;
  62. this.dgvDefectFineData.ColumnDeep = 1;
  63. this.dgvDefectFineData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  64. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  65. dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  66. dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. dataGridViewCellStyle14.ForeColor = System.Drawing.Color.White;
  68. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  69. dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  70. dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  71. this.dgvDefectFineData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle14;
  72. this.dgvDefectFineData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  73. this.dgvDefectFineData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  74. this.DefectFineCode,
  75. this.DisplayNo,
  76. this.Remarks,
  77. this.ValueFlag,
  78. this.DefectFineID});
  79. this.dgvDefectFineData.ColumnTreeView = null;
  80. this.dgvDefectFineData.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.dgvDefectFineData.DynamicColumnName = "";
  82. this.dgvDefectFineData.EnableHeadersVisualStyles = false;
  83. this.dgvDefectFineData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.dgvDefectFineData.HorizontalMergeColumn = null;
  85. this.dgvDefectFineData.IsAutoCountSum = true;
  86. this.dgvDefectFineData.IsAutoResizeColumns = false;
  87. this.dgvDefectFineData.IsClickF12 = false;
  88. this.dgvDefectFineData.IsOpenMergeCellFlag = false;
  89. this.dgvDefectFineData.IsSubTotalFlag = false;
  90. this.dgvDefectFineData.IsTopDeep = false;
  91. this.dgvDefectFineData.Location = new System.Drawing.Point(12, 12);
  92. this.dgvDefectFineData.MergeColumnNames = null;
  93. this.dgvDefectFineData.MergeDetailColumnNames = null;
  94. this.dgvDefectFineData.MergeDetailOnlyColumn = null;
  95. this.dgvDefectFineData.MergeOnlyColumn = null;
  96. this.dgvDefectFineData.MultiSelect = false;
  97. this.dgvDefectFineData.Name = "dgvDefectFineData";
  98. this.dgvDefectFineData.RefreshAtHscroll = false;
  99. this.dgvDefectFineData.RowHeadersWidth = 50;
  100. this.dgvDefectFineData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  101. dataGridViewCellStyle16.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  102. this.dgvDefectFineData.RowsDefaultCellStyle = dataGridViewCellStyle16;
  103. this.dgvDefectFineData.RowTemplate.Height = 21;
  104. this.dgvDefectFineData.Size = new System.Drawing.Size(484, 500);
  105. this.dgvDefectFineData.SortOrderColumnName = null;
  106. this.dgvDefectFineData.TabIndex = 0;
  107. this.dgvDefectFineData.Tag = true;
  108. this.dgvDefectFineData.TotalSumColumns = null;
  109. this.dgvDefectFineData.ViewRowFilter = "";
  110. this.dgvDefectFineData.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataJobs_CellValidated);
  111. this.dgvDefectFineData.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvDataJobs_CellValidating);
  112. this.dgvDefectFineData.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataJobs_DefaultValuesNeeded);
  113. this.dgvDefectFineData.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvDataJobs_EditingControlShowing);
  114. this.dgvDefectFineData.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataJobs_RowValidated);
  115. this.dgvDefectFineData.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataJobs_RowValidating);
  116. this.dgvDefectFineData.Sorted += new System.EventHandler(this.dgvDataJobs_Sorted);
  117. this.dgvDefectFineData.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataJobs_UserAddedRow);
  118. //
  119. // DefectFineCode
  120. //
  121. this.DefectFineCode.DataPropertyName = "DefectFineCode";
  122. this.DefectFineCode.HeaderText = "缺陷扣罚编码";
  123. this.DefectFineCode.MaxInputLength = 10;
  124. this.DefectFineCode.Name = "DefectFineCode";
  125. //
  126. // DisplayNo
  127. //
  128. this.DisplayNo.DataPropertyName = "DisplayNo";
  129. dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  130. this.DisplayNo.DefaultCellStyle = dataGridViewCellStyle15;
  131. this.DisplayNo.HeaderText = "显示顺序";
  132. this.DisplayNo.MaxValue = new decimal(new int[] {
  133. 100,
  134. 0,
  135. 0,
  136. 0});
  137. this.DisplayNo.MinValue = new decimal(new int[] {
  138. 0,
  139. 0,
  140. 0,
  141. 0});
  142. this.DisplayNo.Name = "DisplayNo";
  143. this.DisplayNo.Number = new System.Drawing.Point(0, 0);
  144. this.DisplayNo.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  145. this.DisplayNo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  146. this.DisplayNo.Width = 120;
  147. //
  148. // Remarks
  149. //
  150. this.Remarks.DataPropertyName = "Remarks";
  151. this.Remarks.HeaderText = "备注";
  152. this.Remarks.MaxInputLength = 500;
  153. this.Remarks.Name = "Remarks";
  154. this.Remarks.Width = 150;
  155. //
  156. // ValueFlag
  157. //
  158. this.ValueFlag.DataPropertyName = "ValueFlag";
  159. this.ValueFlag.FalseValue = "0";
  160. this.ValueFlag.HeaderText = "正常";
  161. this.ValueFlag.Name = "ValueFlag";
  162. this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  163. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  164. this.ValueFlag.TrueValue = "1";
  165. this.ValueFlag.Width = 50;
  166. //
  167. // DefectFineID
  168. //
  169. this.DefectFineID.DataPropertyName = "DefectFineID";
  170. this.DefectFineID.HeaderText = "DefectFineID";
  171. this.DefectFineID.Name = "DefectFineID";
  172. this.DefectFineID.Visible = false;
  173. //
  174. // btnCancel
  175. //
  176. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  177. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  178. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  179. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  180. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.btnCancel.ForeColor = System.Drawing.Color.White;
  182. this.btnCancel.Location = new System.Drawing.Point(411, 517);
  183. this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  184. this.btnCancel.Name = "btnCancel";
  185. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  186. this.btnCancel.TabIndex = 3;
  187. this.btnCancel.Text = "关闭";
  188. this.btnCancel.UseVisualStyleBackColor = true;
  189. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  190. //
  191. // btnSave
  192. //
  193. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  194. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  195. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  196. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.btnSave.ForeColor = System.Drawing.Color.White;
  198. this.btnSave.Location = new System.Drawing.Point(320, 517);
  199. this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  200. this.btnSave.Name = "btnSave";
  201. this.btnSave.Size = new System.Drawing.Size(85, 30);
  202. this.btnSave.TabIndex = 2;
  203. this.btnSave.Text = "保存";
  204. this.btnSave.UseVisualStyleBackColor = true;
  205. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  206. //
  207. // chkDisplayDisabledData
  208. //
  209. this.chkDisplayDisabledData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  210. this.chkDisplayDisabledData.AutoSize = true;
  211. this.chkDisplayDisabledData.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
  212. this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.chkDisplayDisabledData.Location = new System.Drawing.Point(12, 517);
  214. this.chkDisplayDisabledData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  215. this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
  216. this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16);
  217. this.chkDisplayDisabledData.TabIndex = 1;
  218. this.chkDisplayDisabledData.Text = "显示停用记录";
  219. this.chkDisplayDisabledData.UseVisualStyleBackColor = true;
  220. this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged);
  221. //
  222. // label1
  223. //
  224. this.label1.AutoSize = true;
  225. this.label1.BackColor = System.Drawing.Color.Transparent;
  226. this.label1.ForeColor = System.Drawing.Color.Red;
  227. this.label1.Location = new System.Drawing.Point(106, 518);
  228. this.label1.Name = "label1";
  229. this.label1.Size = new System.Drawing.Size(215, 24);
  230. this.label1.TabIndex = 4;
  231. this.label1.Text = "非成品扣罚的显示顺序需要设置为【0】\r\n*【整体质量分析表】中使用\r\n";
  232. //
  233. // F_MST_0901
  234. //
  235. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  236. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  237. this.BackColor = System.Drawing.SystemColors.Window;
  238. this.CancelButton = this.btnCancel;
  239. this.ClientSize = new System.Drawing.Size(508, 571);
  240. this.Controls.Add(this.chkDisplayDisabledData);
  241. this.Controls.Add(this.btnCancel);
  242. this.Controls.Add(this.btnSave);
  243. this.Controls.Add(this.dgvDefectFineData);
  244. this.Controls.Add(this.label1);
  245. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  246. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  247. this.IsSaveFormSize = false;
  248. this.MaximizeBox = false;
  249. this.MinimizeBox = false;
  250. this.Name = "F_MST_0901";
  251. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  252. this.StatusBackColor = System.Drawing.SystemColors.Window;
  253. this.StatusSizingGrip = false;
  254. this.Text = "缺陷扣罚";
  255. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_MST_0901_FormClosing);
  256. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0901_FormClosed);
  257. this.Load += new System.EventHandler(this.F_MST_0901_Load);
  258. this.Controls.SetChildIndex(this.label1, 0);
  259. this.Controls.SetChildIndex(this.dgvDefectFineData, 0);
  260. this.Controls.SetChildIndex(this.btnSave, 0);
  261. this.Controls.SetChildIndex(this.btnCancel, 0);
  262. this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
  263. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectFineData)).EndInit();
  264. this.ResumeLayout(false);
  265. this.PerformLayout();
  266. }
  267. #endregion
  268. private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvDefectFineData;
  269. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnCancel;
  270. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSave;
  271. private Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
  272. private System.Windows.Forms.DataGridViewTextBoxColumn DefectFineCode;
  273. private Basics.BaseControls.C_DGV_Column_Digital DisplayNo;
  274. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  275. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  276. private System.Windows.Forms.DataGridViewTextBoxColumn DefectFineID;
  277. private System.Windows.Forms.Label label1;
  278. }
  279. }