F_PC_0602.Designer.cs 15 KB

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