F_PAM_0202.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. namespace Dongke.IBOSS.PRD.Client.PAMModule
  2. {
  3. partial class F_PAM_0202
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PAM_0202));
  32. this.dgvWagesType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  33. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  34. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  35. this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  36. this.WagesTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  38. this.WagesTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. ((System.ComponentModel.ISupportInitialize)(this.dgvWagesType)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // dgvWagesType
  43. //
  44. this.dgvWagesType.AllowUserToDeleteRows = false;
  45. this.dgvWagesType.AllowUserToModifyRows = true;
  46. this.dgvWagesType.AllowUserToOrderColumns = true;
  47. this.dgvWagesType.AllowUserToResizeRows = false;
  48. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  49. this.dgvWagesType.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  50. this.dgvWagesType.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  51. | System.Windows.Forms.AnchorStyles.Left)
  52. | System.Windows.Forms.AnchorStyles.Right)));
  53. this.dgvWagesType.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  54. this.dgvWagesType.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  55. this.dgvWagesType.CellHeight = 23;
  56. this.dgvWagesType.ChildNodeColumnName = null;
  57. this.dgvWagesType.ChildNodeColumnText = null;
  58. this.dgvWagesType.ColumnDeep = 1;
  59. this.dgvWagesType.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  60. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  61. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  62. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  64. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  65. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  66. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  67. this.dgvWagesType.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  68. this.dgvWagesType.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  69. this.dgvWagesType.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  70. this.WagesTypeName,
  71. this.ValueFlag,
  72. this.WagesTypeID});
  73. this.dgvWagesType.ColumnTreeView = null;
  74. this.dgvWagesType.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
  75. this.dgvWagesType.DynamicColumnName = "";
  76. this.dgvWagesType.EnableHeadersVisualStyles = false;
  77. this.dgvWagesType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.dgvWagesType.IsAutoCountSum = true;
  79. this.dgvWagesType.IsAutoResizeColumns = false;
  80. this.dgvWagesType.IsClickF12 = false;
  81. this.dgvWagesType.IsSubTotalFlag = false;
  82. this.dgvWagesType.Location = new System.Drawing.Point(12, 12);
  83. this.dgvWagesType.MultiSelect = false;
  84. this.dgvWagesType.Name = "dgvWagesType";
  85. this.dgvWagesType.RefreshAtHscroll = false;
  86. this.dgvWagesType.RowHeadersWidth = 50;
  87. this.dgvWagesType.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  88. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  89. this.dgvWagesType.RowsDefaultCellStyle = dataGridViewCellStyle3;
  90. this.dgvWagesType.RowTemplate.Height = 21;
  91. this.dgvWagesType.Size = new System.Drawing.Size(484, 500);
  92. this.dgvWagesType.SortOrderColumnName = null;
  93. this.dgvWagesType.TabIndex = 0;
  94. this.dgvWagesType.Tag = true;
  95. this.dgvWagesType.TotalSumColumns = null;
  96. this.dgvWagesType.ViewRowFilter = "";
  97. this.dgvWagesType.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataJobs_CellValidated);
  98. this.dgvWagesType.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvDataJobs_CellValidating);
  99. this.dgvWagesType.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataJobs_DefaultValuesNeeded);
  100. this.dgvWagesType.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvDataJobs_EditingControlShowing);
  101. this.dgvWagesType.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataJobs_RowValidated);
  102. this.dgvWagesType.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataJobs_RowValidating);
  103. this.dgvWagesType.Sorted += new System.EventHandler(this.dgvDataJobs_Sorted);
  104. this.dgvWagesType.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataJobs_UserAddedRow);
  105. //
  106. // btnCancel
  107. //
  108. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  109. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  110. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  111. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  112. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.btnCancel.ForeColor = System.Drawing.Color.White;
  114. this.btnCancel.Location = new System.Drawing.Point(411, 517);
  115. this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  116. this.btnCancel.Name = "btnCancel";
  117. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  118. this.btnCancel.TabIndex = 3;
  119. this.btnCancel.Text = "关闭";
  120. this.btnCancel.UseVisualStyleBackColor = true;
  121. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  122. //
  123. // btnSave
  124. //
  125. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  126. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  127. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  128. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.btnSave.ForeColor = System.Drawing.Color.White;
  130. this.btnSave.Location = new System.Drawing.Point(320, 517);
  131. this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  132. this.btnSave.Name = "btnSave";
  133. this.btnSave.Size = new System.Drawing.Size(85, 30);
  134. this.btnSave.TabIndex = 2;
  135. this.btnSave.Text = "保存";
  136. this.btnSave.UseVisualStyleBackColor = true;
  137. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  138. //
  139. // chkDisplayDisabledData
  140. //
  141. this.chkDisplayDisabledData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  142. this.chkDisplayDisabledData.AutoSize = true;
  143. this.chkDisplayDisabledData.BackColor = System.Drawing.Color.Transparent;
  144. this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.chkDisplayDisabledData.Location = new System.Drawing.Point(12, 517);
  146. this.chkDisplayDisabledData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  147. this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
  148. this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16);
  149. this.chkDisplayDisabledData.TabIndex = 1;
  150. this.chkDisplayDisabledData.Text = "显示停用记录";
  151. this.chkDisplayDisabledData.UseVisualStyleBackColor = false;
  152. this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged);
  153. //
  154. // WagesTypeName
  155. //
  156. this.WagesTypeName.DataPropertyName = "WagesTypeName";
  157. this.WagesTypeName.HeaderText = "产品分类名称";
  158. this.WagesTypeName.MaxInputLength = 50;
  159. this.WagesTypeName.Name = "WagesTypeName";
  160. this.WagesTypeName.Width = 120;
  161. //
  162. // ValueFlag
  163. //
  164. this.ValueFlag.DataPropertyName = "ValueFlag";
  165. this.ValueFlag.FalseValue = "0";
  166. this.ValueFlag.HeaderText = "正常";
  167. this.ValueFlag.Name = "ValueFlag";
  168. this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  169. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  170. this.ValueFlag.TrueValue = "1";
  171. this.ValueFlag.Width = 50;
  172. //
  173. // WagesTypeID
  174. //
  175. this.WagesTypeID.DataPropertyName = "WagesTypeID";
  176. this.WagesTypeID.HeaderText = "工价分类ID";
  177. this.WagesTypeID.Name = "WagesTypeID";
  178. this.WagesTypeID.Visible = false;
  179. //
  180. // F_PAM_0202
  181. //
  182. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  183. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  184. this.BackColor = System.Drawing.SystemColors.Window;
  185. this.CancelButton = this.btnCancel;
  186. this.ClientSize = new System.Drawing.Size(508, 571);
  187. this.Controls.Add(this.chkDisplayDisabledData);
  188. this.Controls.Add(this.btnCancel);
  189. this.Controls.Add(this.btnSave);
  190. this.Controls.Add(this.dgvWagesType);
  191. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  192. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  193. this.IsSaveFormSize = false;
  194. this.MaximizeBox = false;
  195. this.MinimizeBox = false;
  196. this.Name = "F_PAM_0202";
  197. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  198. this.StatusBackColor = System.Drawing.SystemColors.Window;
  199. this.StatusSizingGrip = false;
  200. this.Text = "工价分类";
  201. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_MST_0403_FormClosing);
  202. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0403_FormClosed);
  203. this.Load += new System.EventHandler(this.F_MST_0403_Load);
  204. this.Controls.SetChildIndex(this.dgvWagesType, 0);
  205. this.Controls.SetChildIndex(this.btnSave, 0);
  206. this.Controls.SetChildIndex(this.btnCancel, 0);
  207. this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
  208. ((System.ComponentModel.ISupportInitialize)(this.dgvWagesType)).EndInit();
  209. this.ResumeLayout(false);
  210. this.PerformLayout();
  211. }
  212. #endregion
  213. private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvWagesType;
  214. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnCancel;
  215. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSave;
  216. private Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
  217. private System.Windows.Forms.DataGridViewTextBoxColumn WagesTypeName;
  218. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  219. private System.Windows.Forms.DataGridViewTextBoxColumn WagesTypeID;
  220. }
  221. }