TAT_CMN_001.Designer.cs 27 KB

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