F_MST_0404.Designer.cs 17 KB

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