F_MST_0902.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0902
  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 dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0902));
  34. this.dgvDefectFineData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  35. this.DefectDeductionNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  36. this.DisplayNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  37. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  39. this.DefectDeductionID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  42. this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  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. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  53. this.dgvDefectFineData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  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. 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.dgvDefectFineData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  72. this.dgvDefectFineData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  73. this.dgvDefectFineData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  74. this.DefectDeductionNum,
  75. this.DisplayNo,
  76. this.Remarks,
  77. this.ValueFlag,
  78. this.DefectDeductionID});
  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.IsAutoCountSum = true;
  85. this.dgvDefectFineData.IsAutoResizeColumns = false;
  86. this.dgvDefectFineData.IsClickF12 = false;
  87. this.dgvDefectFineData.IsSubTotalFlag = false;
  88. this.dgvDefectFineData.Location = new System.Drawing.Point(12, 12);
  89. this.dgvDefectFineData.MultiSelect = false;
  90. this.dgvDefectFineData.Name = "dgvDefectFineData";
  91. this.dgvDefectFineData.RefreshAtHscroll = false;
  92. this.dgvDefectFineData.RowHeadersWidth = 50;
  93. this.dgvDefectFineData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  94. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  95. this.dgvDefectFineData.RowsDefaultCellStyle = dataGridViewCellStyle5;
  96. this.dgvDefectFineData.RowTemplate.Height = 21;
  97. this.dgvDefectFineData.Size = new System.Drawing.Size(484, 500);
  98. this.dgvDefectFineData.SortOrderColumnName = null;
  99. this.dgvDefectFineData.TabIndex = 0;
  100. this.dgvDefectFineData.Tag = true;
  101. this.dgvDefectFineData.TotalSumColumns = null;
  102. this.dgvDefectFineData.ViewRowFilter = "";
  103. this.dgvDefectFineData.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataJobs_CellValidated);
  104. this.dgvDefectFineData.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvDataJobs_CellValidating);
  105. this.dgvDefectFineData.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataJobs_DefaultValuesNeeded);
  106. this.dgvDefectFineData.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvDataJobs_EditingControlShowing);
  107. this.dgvDefectFineData.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataJobs_RowValidated);
  108. this.dgvDefectFineData.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataJobs_RowValidating);
  109. this.dgvDefectFineData.Sorted += new System.EventHandler(this.dgvDataJobs_Sorted);
  110. this.dgvDefectFineData.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataJobs_UserAddedRow);
  111. //
  112. // DefectDeductionNum
  113. //
  114. this.DefectDeductionNum.DataPropertyName = "DefectDeductionNum";
  115. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  116. this.DefectDeductionNum.DefaultCellStyle = dataGridViewCellStyle3;
  117. this.DefectDeductionNum.HeaderText = "缺陷扣除数";
  118. this.DefectDeductionNum.MaxValue = new decimal(new int[] {
  119. 100,
  120. 0,
  121. 0,
  122. 0});
  123. this.DefectDeductionNum.MinValue = new decimal(new int[] {
  124. 0,
  125. 0,
  126. 0,
  127. 0});
  128. this.DefectDeductionNum.Name = "DefectDeductionNum";
  129. this.DefectDeductionNum.Number = new System.Drawing.Point(3, 2);
  130. this.DefectDeductionNum.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  131. this.DefectDeductionNum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  132. //
  133. // DisplayNo
  134. //
  135. this.DisplayNo.DataPropertyName = "DisplayNo";
  136. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  137. this.DisplayNo.DefaultCellStyle = dataGridViewCellStyle4;
  138. this.DisplayNo.HeaderText = "显示顺序";
  139. this.DisplayNo.MaxValue = new decimal(new int[] {
  140. 100,
  141. 0,
  142. 0,
  143. 0});
  144. this.DisplayNo.MinValue = new decimal(new int[] {
  145. 0,
  146. 0,
  147. 0,
  148. 0});
  149. this.DisplayNo.Name = "DisplayNo";
  150. this.DisplayNo.Number = new System.Drawing.Point(0, 0);
  151. this.DisplayNo.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  152. this.DisplayNo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  153. this.DisplayNo.Width = 120;
  154. //
  155. // Remarks
  156. //
  157. this.Remarks.DataPropertyName = "Remarks";
  158. this.Remarks.HeaderText = "备注";
  159. this.Remarks.MaxInputLength = 500;
  160. this.Remarks.Name = "Remarks";
  161. this.Remarks.Width = 150;
  162. //
  163. // ValueFlag
  164. //
  165. this.ValueFlag.DataPropertyName = "ValueFlag";
  166. this.ValueFlag.FalseValue = "0";
  167. this.ValueFlag.HeaderText = "正常";
  168. this.ValueFlag.Name = "ValueFlag";
  169. this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  170. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  171. this.ValueFlag.TrueValue = "1";
  172. this.ValueFlag.Width = 50;
  173. //
  174. // DefectDeductionID
  175. //
  176. this.DefectDeductionID.DataPropertyName = "DefectDeductionID";
  177. this.DefectDeductionID.HeaderText = "DefectDeductionID";
  178. this.DefectDeductionID.Name = "DefectDeductionID";
  179. this.DefectDeductionID.Visible = false;
  180. //
  181. // btnCancel
  182. //
  183. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  184. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  185. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  186. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  187. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.btnCancel.ForeColor = System.Drawing.Color.White;
  189. this.btnCancel.Location = new System.Drawing.Point(411, 517);
  190. this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  191. this.btnCancel.Name = "btnCancel";
  192. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  193. this.btnCancel.TabIndex = 3;
  194. this.btnCancel.Text = "关闭";
  195. this.btnCancel.UseVisualStyleBackColor = true;
  196. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  197. //
  198. // btnSave
  199. //
  200. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  201. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  202. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  203. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.btnSave.ForeColor = System.Drawing.Color.White;
  205. this.btnSave.Location = new System.Drawing.Point(320, 517);
  206. this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  207. this.btnSave.Name = "btnSave";
  208. this.btnSave.Size = new System.Drawing.Size(85, 30);
  209. this.btnSave.TabIndex = 2;
  210. this.btnSave.Text = "保存";
  211. this.btnSave.UseVisualStyleBackColor = true;
  212. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  213. //
  214. // chkDisplayDisabledData
  215. //
  216. this.chkDisplayDisabledData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  217. this.chkDisplayDisabledData.AutoSize = true;
  218. this.chkDisplayDisabledData.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
  219. this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.chkDisplayDisabledData.Location = new System.Drawing.Point(12, 517);
  221. this.chkDisplayDisabledData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  222. this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
  223. this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16);
  224. this.chkDisplayDisabledData.TabIndex = 1;
  225. this.chkDisplayDisabledData.Text = "显示停用记录";
  226. this.chkDisplayDisabledData.UseVisualStyleBackColor = true;
  227. this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged);
  228. //
  229. // F_MST_0902
  230. //
  231. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  232. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  233. this.BackColor = System.Drawing.SystemColors.Window;
  234. this.CancelButton = this.btnCancel;
  235. this.ClientSize = new System.Drawing.Size(508, 571);
  236. this.Controls.Add(this.chkDisplayDisabledData);
  237. this.Controls.Add(this.btnCancel);
  238. this.Controls.Add(this.btnSave);
  239. this.Controls.Add(this.dgvDefectFineData);
  240. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  241. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  242. this.IsSaveFormSize = false;
  243. this.MaximizeBox = false;
  244. this.MinimizeBox = false;
  245. this.Name = "F_MST_0902";
  246. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  247. this.StatusBackColor = System.Drawing.SystemColors.Window;
  248. this.StatusSizingGrip = false;
  249. this.Text = "缺陷扣除数";
  250. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_MST_0902_FormClosing);
  251. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0902_FormClosed);
  252. this.Load += new System.EventHandler(this.F_MST_0902_Load);
  253. this.Controls.SetChildIndex(this.dgvDefectFineData, 0);
  254. this.Controls.SetChildIndex(this.btnSave, 0);
  255. this.Controls.SetChildIndex(this.btnCancel, 0);
  256. this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
  257. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectFineData)).EndInit();
  258. this.ResumeLayout(false);
  259. this.PerformLayout();
  260. }
  261. #endregion
  262. private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvDefectFineData;
  263. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnCancel;
  264. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSave;
  265. private Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
  266. private Basics.BaseControls.C_DGV_Column_Digital DefectDeductionNum;
  267. private Basics.BaseControls.C_DGV_Column_Digital DisplayNo;
  268. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  269. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  270. private System.Windows.Forms.DataGridViewTextBoxColumn DefectDeductionID;
  271. }
  272. }