F_MST_0211.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0211
  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_MST_0211));
  32. this.dgvDataJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  33. this.UserJobsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox();
  34. this.UserJobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.UserJobsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  42. this.scbUser = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbUser();
  43. this.lblUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. ((System.ComponentModel.ISupportInitialize)(this.dgvDataJobs)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // dgvDataJobs
  48. //
  49. this.dgvDataJobs.AllowUserToModifyRows = true;
  50. this.dgvDataJobs.AllowUserToOrderColumns = true;
  51. this.dgvDataJobs.AllowUserToResizeRows = false;
  52. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  53. this.dgvDataJobs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  54. this.dgvDataJobs.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.dgvDataJobs.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  58. this.dgvDataJobs.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  59. this.dgvDataJobs.CellHeight = 23;
  60. this.dgvDataJobs.ChildNodeColumnName = null;
  61. this.dgvDataJobs.ChildNodeColumnText = null;
  62. this.dgvDataJobs.ColumnDeep = 1;
  63. this.dgvDataJobs.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.dgvDataJobs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  72. this.dgvDataJobs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  73. this.dgvDataJobs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  74. this.UserJobsCode,
  75. this.UserJobsName,
  76. this.UserJobsID,
  77. this.StaffCode,
  78. this.StaffName,
  79. this.JobsName,
  80. this.StaffID});
  81. this.dgvDataJobs.ColumnTreeView = null;
  82. this.dgvDataJobs.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.dgvDataJobs.DynamicColumnName = "";
  84. this.dgvDataJobs.Enabled = false;
  85. this.dgvDataJobs.EnableHeadersVisualStyles = false;
  86. this.dgvDataJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.dgvDataJobs.FormatQuantityColumns = null;
  88. this.dgvDataJobs.HorizontalMergeColumn = null;
  89. this.dgvDataJobs.IsAutoCountSum = true;
  90. this.dgvDataJobs.IsAutoResizeColumns = false;
  91. this.dgvDataJobs.IsClickF12 = false;
  92. this.dgvDataJobs.IsOpenMergeCellFlag = false;
  93. this.dgvDataJobs.IsSubTotalFlag = false;
  94. this.dgvDataJobs.IsTopDeep = false;
  95. this.dgvDataJobs.Location = new System.Drawing.Point(12, 39);
  96. this.dgvDataJobs.MergeColumnNames = null;
  97. this.dgvDataJobs.MergeDetailColumnNames = null;
  98. this.dgvDataJobs.MergeDetailOnlyColumn = null;
  99. this.dgvDataJobs.MergeOnlyColumn = null;
  100. this.dgvDataJobs.MultiSelect = false;
  101. this.dgvDataJobs.Name = "dgvDataJobs";
  102. this.dgvDataJobs.RefreshAtHscroll = false;
  103. this.dgvDataJobs.RowHeadersWidth = 50;
  104. this.dgvDataJobs.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  105. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  106. this.dgvDataJobs.RowsDefaultCellStyle = dataGridViewCellStyle3;
  107. this.dgvDataJobs.RowTemplate.Height = 21;
  108. this.dgvDataJobs.Size = new System.Drawing.Size(750, 318);
  109. this.dgvDataJobs.SortOrderColumnName = null;
  110. this.dgvDataJobs.TabIndex = 25;
  111. this.dgvDataJobs.Tag = true;
  112. this.dgvDataJobs.TotalSumColumns = null;
  113. this.dgvDataJobs.ViewRowFilter = "";
  114. this.dgvDataJobs.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataJobs_CellBeginEdit);
  115. this.dgvDataJobs.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataJobs_CellValueChanged);
  116. this.dgvDataJobs.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataJobs_UserAddedRow);
  117. //
  118. // UserJobsCode
  119. //
  120. this.UserJobsCode.DataPropertyName = "UserJobsId";
  121. this.UserJobsCode.DisplayMember = "JobsCode";
  122. this.UserJobsCode.HeaderText = "工种编码";
  123. this.UserJobsCode.Name = "UserJobsCode";
  124. this.UserJobsCode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  125. this.UserJobsCode.ValueMember = "JobsId";
  126. this.UserJobsCode.Width = 120;
  127. //
  128. // UserJobsName
  129. //
  130. this.UserJobsName.DataPropertyName = "UserJobsName";
  131. this.UserJobsName.HeaderText = "工种名称";
  132. this.UserJobsName.MaxInputLength = 50;
  133. this.UserJobsName.Name = "UserJobsName";
  134. this.UserJobsName.ReadOnly = true;
  135. this.UserJobsName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  136. this.UserJobsName.Visible = false;
  137. this.UserJobsName.Width = 120;
  138. //
  139. // UserJobsID
  140. //
  141. this.UserJobsID.DataPropertyName = "UserJobsID";
  142. this.UserJobsID.HeaderText = "工种ID";
  143. this.UserJobsID.Name = "UserJobsID";
  144. this.UserJobsID.ReadOnly = true;
  145. this.UserJobsID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  146. this.UserJobsID.Visible = false;
  147. //
  148. // StaffCode
  149. //
  150. this.StaffCode.DataPropertyName = "StaffCode";
  151. this.StaffCode.HeaderText = "员工编码";
  152. this.StaffCode.Name = "StaffCode";
  153. this.StaffCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  154. //
  155. // StaffName
  156. //
  157. this.StaffName.DataPropertyName = "StaffName";
  158. this.StaffName.HeaderText = "员工姓名";
  159. this.StaffName.Name = "StaffName";
  160. this.StaffName.ReadOnly = true;
  161. this.StaffName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  162. //
  163. // JobsName
  164. //
  165. this.JobsName.DataPropertyName = "JobsName";
  166. this.JobsName.HeaderText = "员工工种";
  167. this.JobsName.Name = "JobsName";
  168. this.JobsName.ReadOnly = true;
  169. this.JobsName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  170. //
  171. // StaffID
  172. //
  173. this.StaffID.DataPropertyName = "StaffID";
  174. this.StaffID.HeaderText = "员工ID";
  175. this.StaffID.Name = "StaffID";
  176. this.StaffID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  177. this.StaffID.Visible = false;
  178. //
  179. // btnSave
  180. //
  181. this.btnSave.BackColor = System.Drawing.SystemColors.ControlDark;
  182. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  183. this.btnSave.Font = new System.Drawing.Font("宋体", 9F);
  184. this.btnSave.ForeColor = System.Drawing.Color.White;
  185. this.btnSave.Location = new System.Drawing.Point(586, 363);
  186. this.btnSave.Name = "btnSave";
  187. this.btnSave.Size = new System.Drawing.Size(85, 30);
  188. this.btnSave.TabIndex = 27;
  189. this.btnSave.Text = "保存(&S)";
  190. this.btnSave.UseVisualStyleBackColor = false;
  191. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  192. //
  193. // btnCancel
  194. //
  195. this.btnCancel.BackColor = System.Drawing.SystemColors.ControlDark;
  196. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  197. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  198. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
  199. this.btnCancel.ForeColor = System.Drawing.Color.White;
  200. this.btnCancel.Location = new System.Drawing.Point(677, 363);
  201. this.btnCancel.Name = "btnCancel";
  202. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  203. this.btnCancel.TabIndex = 28;
  204. this.btnCancel.Text = "关闭";
  205. this.btnCancel.UseVisualStyleBackColor = false;
  206. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  207. //
  208. // scbUser
  209. //
  210. this.scbUser.CheckedData = null;
  211. this.scbUser.DisplayMember = "UserCode";
  212. this.scbUser.IsWorker = false;
  213. this.scbUser.Location = new System.Drawing.Point(47, 9);
  214. this.scbUser.Name = "scbUser";
  215. this.scbUser.Size = new System.Drawing.Size(172, 21);
  216. this.scbUser.TabIndex = 29;
  217. this.scbUser.SearchedItemChanged += new System.EventHandler(this.scbUser_SearchedItemChanged);
  218. //
  219. // lblUser
  220. //
  221. this.lblUser.AutoSize = true;
  222. this.lblUser.BackColor = System.Drawing.Color.Transparent;
  223. this.lblUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.lblUser.ForeColor = System.Drawing.SystemColors.ControlText;
  225. this.lblUser.Location = new System.Drawing.Point(12, 13);
  226. this.lblUser.Name = "lblUser";
  227. this.lblUser.Size = new System.Drawing.Size(29, 12);
  228. this.lblUser.TabIndex = 30;
  229. this.lblUser.Text = "工号";
  230. //
  231. // F_MST_0211
  232. //
  233. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  234. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  235. this.CancelButton = this.btnCancel;
  236. this.ClientSize = new System.Drawing.Size(774, 418);
  237. this.Controls.Add(this.lblUser);
  238. this.Controls.Add(this.scbUser);
  239. this.Controls.Add(this.btnCancel);
  240. this.Controls.Add(this.btnSave);
  241. this.Controls.Add(this.dgvDataJobs);
  242. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  243. this.IsSaveFormSize = false;
  244. this.MaximizeBox = false;
  245. this.MinimizeBox = false;
  246. this.Name = "F_MST_0211";
  247. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  248. this.Text = "F_MST_0211";
  249. this.Load += new System.EventHandler(this.F_MST_0211_Load);
  250. this.Controls.SetChildIndex(this.dgvDataJobs, 0);
  251. this.Controls.SetChildIndex(this.btnSave, 0);
  252. this.Controls.SetChildIndex(this.btnCancel, 0);
  253. this.Controls.SetChildIndex(this.scbUser, 0);
  254. this.Controls.SetChildIndex(this.lblUser, 0);
  255. ((System.ComponentModel.ISupportInitialize)(this.dgvDataJobs)).EndInit();
  256. this.ResumeLayout(false);
  257. this.PerformLayout();
  258. }
  259. #endregion
  260. private Basics.BaseControls.C_DataGridView dgvDataJobs;
  261. private Basics.BaseControls.C_Button btnSave;
  262. private Basics.BaseControls.C_Button btnCancel;
  263. private Basics.BaseControls.C_DGV_Column_ListBoxComboBox UserJobsCode;
  264. private System.Windows.Forms.DataGridViewTextBoxColumn UserJobsName;
  265. private System.Windows.Forms.DataGridViewTextBoxColumn UserJobsID;
  266. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  267. private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
  268. private System.Windows.Forms.DataGridViewTextBoxColumn JobsName;
  269. private System.Windows.Forms.DataGridViewTextBoxColumn StaffID;
  270. private Controls.SearchBox.ScbUser scbUser;
  271. private Basics.BaseControls.C_Label lblUser;
  272. }
  273. }