S_CMN_010.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487
  1. namespace Dongke.IBOSS.PRD.Client.Controls.FormCommon
  2. {
  3. partial class S_CMN_010
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(S_CMN_010));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  35. this.dkTargetobs = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkJobsSearchBox();
  36. this.txtStaffName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.lblStaffCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.txtStaffCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  39. this.lblStaffName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  42. this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  43. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  44. this.dgvStaff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  45. this.chkChooseAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  46. this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  47. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Staffname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Organizationname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.Jobsname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.postName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.staffStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Staffid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Jobs = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Organizationid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Staffstatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.userid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.c_GroupBox1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.dgvStaff)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // c_GroupBox1
  65. //
  66. this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  67. | System.Windows.Forms.AnchorStyles.Right)));
  68. this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
  69. this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
  70. this.c_GroupBox1.Controls.Add(this.dkTargetobs);
  71. this.c_GroupBox1.Controls.Add(this.txtStaffName);
  72. this.c_GroupBox1.Controls.Add(this.lblStaffCode);
  73. this.c_GroupBox1.Controls.Add(this.txtStaffCode);
  74. this.c_GroupBox1.Controls.Add(this.lblStaffName);
  75. this.c_GroupBox1.Controls.Add(this.btnCancel);
  76. this.c_GroupBox1.Controls.Add(this.btnSearch);
  77. this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  79. this.c_GroupBox1.IsMustInput = false;
  80. this.c_GroupBox1.Location = new System.Drawing.Point(0, 4);
  81. this.c_GroupBox1.Name = "c_GroupBox1";
  82. this.c_GroupBox1.OriginalHeight = -1;
  83. this.c_GroupBox1.Size = new System.Drawing.Size(811, 83);
  84. this.c_GroupBox1.TabIndex = 58;
  85. this.c_GroupBox1.TabStop = false;
  86. this.c_GroupBox1.Text = "查询条件 ▼";
  87. //
  88. // dkTargetobs
  89. //
  90. this.dkTargetobs.DataSource = null;
  91. this.dkTargetobs.Enabled = true;
  92. this.dkTargetobs.IsMustInput = false;
  93. this.dkTargetobs.JobsCode = "";
  94. this.dkTargetobs.JobsName = null;
  95. this.dkTargetobs.Location = new System.Drawing.Point(12, 47);
  96. this.dkTargetobs.Name = "dkTargetobs";
  97. this.dkTargetobs.PurviewType = ((byte)(0));
  98. this.dkTargetobs.Size = new System.Drawing.Size(255, 21);
  99. this.dkTargetobs.TabIndex = 23;
  100. this.dkTargetobs.TxtUserBackColor = System.Drawing.SystemColors.Control;
  101. //
  102. // txtStaffName
  103. //
  104. this.txtStaffName.BackColor = System.Drawing.SystemColors.Window;
  105. this.txtStaffName.BackgroundColor = System.Drawing.SystemColors.Window;
  106. this.txtStaffName.ErrorMessage = "";
  107. this.txtStaffName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.txtStaffName.Location = new System.Drawing.Point(341, 20);
  109. this.txtStaffName.MaxLength = 20;
  110. this.txtStaffName.Name = "txtStaffName";
  111. this.txtStaffName.Size = new System.Drawing.Size(196, 21);
  112. this.txtStaffName.TabIndex = 22;
  113. //
  114. // lblStaffCode
  115. //
  116. this.lblStaffCode.AutoSize = true;
  117. this.lblStaffCode.BackColor = System.Drawing.Color.Transparent;
  118. this.lblStaffCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.lblStaffCode.ForeColor = System.Drawing.SystemColors.ControlText;
  120. this.lblStaffCode.Location = new System.Drawing.Point(12, 24);
  121. this.lblStaffCode.Name = "lblStaffCode";
  122. this.lblStaffCode.Size = new System.Drawing.Size(53, 12);
  123. this.lblStaffCode.TabIndex = 19;
  124. this.lblStaffCode.Text = "员工编码";
  125. //
  126. // txtStaffCode
  127. //
  128. this.txtStaffCode.BackColor = System.Drawing.SystemColors.Window;
  129. this.txtStaffCode.BackgroundColor = System.Drawing.SystemColors.Window;
  130. this.txtStaffCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  131. this.txtStaffCode.ErrorMessage = "";
  132. this.txtStaffCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.txtStaffCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  134. this.txtStaffCode.Location = new System.Drawing.Point(71, 20);
  135. this.txtStaffCode.MaxLength = 20;
  136. this.txtStaffCode.Name = "txtStaffCode";
  137. this.txtStaffCode.Size = new System.Drawing.Size(196, 21);
  138. this.txtStaffCode.TabIndex = 21;
  139. //
  140. // lblStaffName
  141. //
  142. this.lblStaffName.AutoSize = true;
  143. this.lblStaffName.BackColor = System.Drawing.Color.Transparent;
  144. this.lblStaffName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.lblStaffName.ForeColor = System.Drawing.SystemColors.ControlText;
  146. this.lblStaffName.Location = new System.Drawing.Point(282, 24);
  147. this.lblStaffName.Name = "lblStaffName";
  148. this.lblStaffName.Size = new System.Drawing.Size(53, 12);
  149. this.lblStaffName.TabIndex = 20;
  150. this.lblStaffName.Text = "员工姓名";
  151. //
  152. // btnCancel
  153. //
  154. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  155. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  156. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  157. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.btnCancel.ForeColor = System.Drawing.Color.White;
  159. this.btnCancel.Location = new System.Drawing.Point(720, 47);
  160. this.btnCancel.Name = "btnCancel";
  161. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  162. this.btnCancel.TabIndex = 4;
  163. this.btnCancel.Text = "清空条件";
  164. this.btnCancel.UseVisualStyleBackColor = false;
  165. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  166. //
  167. // btnSearch
  168. //
  169. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  170. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  171. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  172. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.btnSearch.ForeColor = System.Drawing.Color.White;
  174. this.btnSearch.Location = new System.Drawing.Point(629, 47);
  175. this.btnSearch.Name = "btnSearch";
  176. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  177. this.btnSearch.TabIndex = 4;
  178. this.btnSearch.Text = "查询";
  179. this.btnSearch.UseVisualStyleBackColor = false;
  180. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  181. //
  182. // btnOK
  183. //
  184. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  185. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  186. this.btnOK.Font = new System.Drawing.Font("宋体", 9F);
  187. this.btnOK.ForeColor = System.Drawing.Color.White;
  188. this.btnOK.Location = new System.Drawing.Point(633, 377);
  189. this.btnOK.Name = "btnOK";
  190. this.btnOK.Size = new System.Drawing.Size(85, 30);
  191. this.btnOK.TabIndex = 60;
  192. this.btnOK.Text = "确定";
  193. this.btnOK.UseVisualStyleBackColor = true;
  194. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  195. //
  196. // btnClose
  197. //
  198. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  199. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  200. this.btnClose.Font = new System.Drawing.Font("宋体", 9F);
  201. this.btnClose.ForeColor = System.Drawing.Color.White;
  202. this.btnClose.Location = new System.Drawing.Point(726, 377);
  203. this.btnClose.Name = "btnClose";
  204. this.btnClose.Size = new System.Drawing.Size(85, 30);
  205. this.btnClose.TabIndex = 61;
  206. this.btnClose.Text = "取消";
  207. this.btnClose.UseVisualStyleBackColor = true;
  208. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  209. //
  210. // dgvStaff
  211. //
  212. this.dgvStaff.AllowUserToAddRows = false;
  213. this.dgvStaff.AllowUserToDeleteRows = false;
  214. this.dgvStaff.AllowUserToModifyRows = true;
  215. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  216. this.dgvStaff.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  217. this.dgvStaff.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  218. | System.Windows.Forms.AnchorStyles.Right)));
  219. this.dgvStaff.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  220. this.dgvStaff.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  221. this.dgvStaff.CellHeight = 23;
  222. this.dgvStaff.ChildNodeColumnName = null;
  223. this.dgvStaff.ChildNodeColumnText = null;
  224. this.dgvStaff.ColumnDeep = 1;
  225. this.dgvStaff.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  226. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  227. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  228. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  230. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  231. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  232. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  233. this.dgvStaff.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  234. this.dgvStaff.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  235. this.dgvStaff.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  236. this.Sel,
  237. this.StaffCode,
  238. this.Staffname,
  239. this.Organizationname,
  240. this.Jobsname,
  241. this.postName,
  242. this.staffStatusName,
  243. this.dRemarks,
  244. this.Staffid,
  245. this.Jobs,
  246. this.Organizationid,
  247. this.Staffstatus,
  248. this.userid,
  249. this.UserName});
  250. this.dgvStaff.ColumnTreeView = null;
  251. this.dgvStaff.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)));
  252. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  253. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  254. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  256. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  257. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  258. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  259. this.dgvStaff.DefaultCellStyle = dataGridViewCellStyle3;
  260. this.dgvStaff.DynamicColumnName = "";
  261. this.dgvStaff.EnableHeadersVisualStyles = false;
  262. this.dgvStaff.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  263. this.dgvStaff.HorizontalMergeColumn = null;
  264. this.dgvStaff.IsAutoCountSum = true;
  265. this.dgvStaff.IsAutoResizeColumns = false;
  266. this.dgvStaff.IsClickF12 = false;
  267. this.dgvStaff.IsOpenMergeCellFlag = false;
  268. this.dgvStaff.IsSubTotalFlag = false;
  269. this.dgvStaff.IsTopDeep = false;
  270. this.dgvStaff.Location = new System.Drawing.Point(5, 92);
  271. this.dgvStaff.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  272. this.dgvStaff.MergeColumnNames = null;
  273. this.dgvStaff.MergeDetailColumnNames = null;
  274. this.dgvStaff.MergeDetailOnlyColumn = null;
  275. this.dgvStaff.MergeOnlyColumn = null;
  276. this.dgvStaff.Name = "dgvStaff";
  277. this.dgvStaff.RefreshAtHscroll = false;
  278. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  279. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  280. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  282. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  283. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  284. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  285. this.dgvStaff.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  286. this.dgvStaff.RowHeadersWidth = 50;
  287. this.dgvStaff.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  288. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  289. this.dgvStaff.RowsDefaultCellStyle = dataGridViewCellStyle5;
  290. this.dgvStaff.RowTemplate.Height = 21;
  291. this.dgvStaff.Size = new System.Drawing.Size(806, 280);
  292. this.dgvStaff.SortOrderColumnName = null;
  293. this.dgvStaff.TabIndex = 62;
  294. this.dgvStaff.Tag = true;
  295. this.dgvStaff.TotalSumColumns = null;
  296. this.dgvStaff.ViewRowFilter = "";
  297. this.dgvStaff.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvStaff_CellDoubleClick);
  298. //
  299. // chkChooseAll
  300. //
  301. this.chkChooseAll.AutoSize = true;
  302. this.chkChooseAll.BackColor = System.Drawing.Color.Transparent;
  303. this.chkChooseAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. this.chkChooseAll.Location = new System.Drawing.Point(5, 385);
  305. this.chkChooseAll.Name = "chkChooseAll";
  306. this.chkChooseAll.Size = new System.Drawing.Size(48, 16);
  307. this.chkChooseAll.TabIndex = 63;
  308. this.chkChooseAll.Text = "全选";
  309. this.chkChooseAll.UseVisualStyleBackColor = false;
  310. this.chkChooseAll.CheckedChanged += new System.EventHandler(this.chkChooseAll_CheckedChanged);
  311. //
  312. // Sel
  313. //
  314. this.Sel.DataPropertyName = "Sel";
  315. this.Sel.FalseValue = "0";
  316. this.Sel.FillWeight = 50F;
  317. this.Sel.HeaderText = "选择";
  318. this.Sel.IndeterminateValue = "0";
  319. this.Sel.Name = "Sel";
  320. this.Sel.TrueValue = "1";
  321. this.Sel.Width = 50;
  322. //
  323. // StaffCode
  324. //
  325. this.StaffCode.DataPropertyName = "StaffCode";
  326. this.StaffCode.HeaderText = "员工编号";
  327. this.StaffCode.Name = "StaffCode";
  328. this.StaffCode.ReadOnly = true;
  329. this.StaffCode.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  330. //
  331. // Staffname
  332. //
  333. this.Staffname.DataPropertyName = "Staffname";
  334. this.Staffname.HeaderText = "员工姓名";
  335. this.Staffname.Name = "Staffname";
  336. this.Staffname.ReadOnly = true;
  337. //
  338. // Organizationname
  339. //
  340. this.Organizationname.DataPropertyName = "OrganizationFullName";
  341. this.Organizationname.HeaderText = "组织机构";
  342. this.Organizationname.Name = "Organizationname";
  343. this.Organizationname.ReadOnly = true;
  344. this.Organizationname.Width = 200;
  345. //
  346. // Jobsname
  347. //
  348. this.Jobsname.DataPropertyName = "Jobsname";
  349. this.Jobsname.HeaderText = "工种";
  350. this.Jobsname.Name = "Jobsname";
  351. this.Jobsname.ReadOnly = true;
  352. //
  353. // postName
  354. //
  355. this.postName.DataPropertyName = "postName";
  356. this.postName.HeaderText = "职务";
  357. this.postName.Name = "postName";
  358. this.postName.ReadOnly = true;
  359. //
  360. // staffStatusName
  361. //
  362. this.staffStatusName.DataPropertyName = "staffStatusName";
  363. this.staffStatusName.HeaderText = "员工状态";
  364. this.staffStatusName.Name = "staffStatusName";
  365. this.staffStatusName.ReadOnly = true;
  366. //
  367. // dRemarks
  368. //
  369. this.dRemarks.DataPropertyName = "Remarks";
  370. this.dRemarks.HeaderText = "备注";
  371. this.dRemarks.Name = "dRemarks";
  372. this.dRemarks.ReadOnly = true;
  373. //
  374. // Staffid
  375. //
  376. this.Staffid.DataPropertyName = "Staffid";
  377. this.Staffid.HeaderText = "员工ID";
  378. this.Staffid.Name = "Staffid";
  379. this.Staffid.ReadOnly = true;
  380. this.Staffid.Visible = false;
  381. //
  382. // Jobs
  383. //
  384. this.Jobs.DataPropertyName = "Jobs";
  385. this.Jobs.HeaderText = "Jobs";
  386. this.Jobs.Name = "Jobs";
  387. this.Jobs.ReadOnly = true;
  388. this.Jobs.Visible = false;
  389. //
  390. // Organizationid
  391. //
  392. this.Organizationid.DataPropertyName = "Organizationid";
  393. this.Organizationid.HeaderText = "Organizationid";
  394. this.Organizationid.Name = "Organizationid";
  395. this.Organizationid.ReadOnly = true;
  396. this.Organizationid.Visible = false;
  397. //
  398. // Staffstatus
  399. //
  400. this.Staffstatus.DataPropertyName = "Staffstatus";
  401. this.Staffstatus.HeaderText = "Staffstatus";
  402. this.Staffstatus.Name = "Staffstatus";
  403. this.Staffstatus.ReadOnly = true;
  404. this.Staffstatus.Visible = false;
  405. //
  406. // userid
  407. //
  408. this.userid.DataPropertyName = "userid";
  409. this.userid.HeaderText = "userid";
  410. this.userid.Name = "userid";
  411. this.userid.ReadOnly = true;
  412. this.userid.Visible = false;
  413. //
  414. // UserName
  415. //
  416. this.UserName.DataPropertyName = "UserName";
  417. this.UserName.HeaderText = "UserName";
  418. this.UserName.Name = "UserName";
  419. this.UserName.ReadOnly = true;
  420. this.UserName.Visible = false;
  421. //
  422. // S_CMN_010
  423. //
  424. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  425. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  426. this.ClientSize = new System.Drawing.Size(823, 432);
  427. this.Controls.Add(this.chkChooseAll);
  428. this.Controls.Add(this.dgvStaff);
  429. this.Controls.Add(this.btnOK);
  430. this.Controls.Add(this.btnClose);
  431. this.Controls.Add(this.c_GroupBox1);
  432. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  433. this.IsSaveFormSize = false;
  434. this.MaximizeBox = false;
  435. this.MinimizeBox = false;
  436. this.Name = "S_CMN_010";
  437. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  438. this.StatusSizingGrip = false;
  439. this.Text = "查询员工";
  440. this.Load += new System.EventHandler(this.S_CMN_010_Load);
  441. this.Controls.SetChildIndex(this.c_GroupBox1, 0);
  442. this.Controls.SetChildIndex(this.btnClose, 0);
  443. this.Controls.SetChildIndex(this.btnOK, 0);
  444. this.Controls.SetChildIndex(this.dgvStaff, 0);
  445. this.Controls.SetChildIndex(this.chkChooseAll, 0);
  446. this.c_GroupBox1.ResumeLayout(false);
  447. this.c_GroupBox1.PerformLayout();
  448. ((System.ComponentModel.ISupportInitialize)(this.dgvStaff)).EndInit();
  449. this.ResumeLayout(false);
  450. this.PerformLayout();
  451. }
  452. #endregion
  453. private Basics.BaseControls.C_GroupBox c_GroupBox1;
  454. private Basics.BaseControls.C_Button btnCancel;
  455. private Basics.BaseControls.C_Button btnSearch;
  456. private Basics.BaseControls.C_TextBox txtStaffName;
  457. private Basics.BaseControls.C_Label lblStaffCode;
  458. private Basics.BaseControls.C_TextBox txtStaffCode;
  459. private Basics.BaseControls.C_Label lblStaffName;
  460. private SearchTextBox.dkJobsSearchBox dkTargetobs;
  461. private Basics.BaseControls.C_Button btnOK;
  462. private Basics.BaseControls.C_Button btnClose;
  463. private Basics.BaseControls.C_DataGridView dgvStaff;
  464. private Basics.BaseControls.C_CheckBox chkChooseAll;
  465. private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
  466. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  467. private System.Windows.Forms.DataGridViewTextBoxColumn Staffname;
  468. private System.Windows.Forms.DataGridViewTextBoxColumn Organizationname;
  469. private System.Windows.Forms.DataGridViewTextBoxColumn Jobsname;
  470. private System.Windows.Forms.DataGridViewTextBoxColumn postName;
  471. private System.Windows.Forms.DataGridViewTextBoxColumn staffStatusName;
  472. private System.Windows.Forms.DataGridViewTextBoxColumn dRemarks;
  473. private System.Windows.Forms.DataGridViewTextBoxColumn Staffid;
  474. private System.Windows.Forms.DataGridViewTextBoxColumn Jobs;
  475. private System.Windows.Forms.DataGridViewTextBoxColumn Organizationid;
  476. private System.Windows.Forms.DataGridViewTextBoxColumn Staffstatus;
  477. private System.Windows.Forms.DataGridViewTextBoxColumn userid;
  478. private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
  479. }
  480. }