F_PC_0402.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_0402
  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(F_PC_0402));
  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.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  35. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  36. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  37. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  39. this.dtpAccountDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  40. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  41. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.dkUserInfo = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkUserInfoSearchBox();
  43. this.dgvClassesDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  44. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  45. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  46. this.UJobsId = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox();
  47. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Staffname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Jobsname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.Organizationname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.staffStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.dRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.Staffid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Jobs = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Organizationid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Staffstatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.userid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Usercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.tsrOperate.SuspendLayout();
  60. this.gbxCondition.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.dgvClassesDetail)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // tsrOperate
  65. //
  66. this.tsrOperate.AutoSize = false;
  67. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  68. this.tsrOperate.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tsrOperate.BackgroundImage")));
  69. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  71. this.tsbtnAdaptive,
  72. this.tsbtnClose});
  73. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  74. this.tsrOperate.Name = "tsrOperate";
  75. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  76. this.tsrOperate.ShowItemToolTips = false;
  77. this.tsrOperate.Size = new System.Drawing.Size(894, 35);
  78. this.tsrOperate.TabIndex = 0;
  79. this.tsrOperate.Text = "toolStrip1";
  80. //
  81. // tsbtnAdaptive
  82. //
  83. this.tsbtnAdaptive.AutoSize = false;
  84. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  86. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  87. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  88. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  89. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  90. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  91. //
  92. // tsbtnClose
  93. //
  94. this.tsbtnClose.AutoSize = false;
  95. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  97. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  98. this.tsbtnClose.Name = "tsbtnClose";
  99. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  100. this.tsbtnClose.Text = "关闭(&X)";
  101. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  102. //
  103. // c_Label2
  104. //
  105. this.c_Label2.AutoSize = true;
  106. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  107. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  109. this.c_Label2.Location = new System.Drawing.Point(258, 24);
  110. this.c_Label2.Name = "c_Label2";
  111. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  112. this.c_Label2.TabIndex = 1;
  113. this.c_Label2.Text = "配置日期";
  114. //
  115. // gbxCondition
  116. //
  117. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  118. | System.Windows.Forms.AnchorStyles.Right)));
  119. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  120. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  121. this.gbxCondition.Controls.Add(this.dtpAccountDate);
  122. this.gbxCondition.Controls.Add(this.txtRemarks);
  123. this.gbxCondition.Controls.Add(this.c_Label3);
  124. this.gbxCondition.Controls.Add(this.dkUserInfo);
  125. this.gbxCondition.Controls.Add(this.c_Label2);
  126. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  128. this.gbxCondition.IsMustInput = false;
  129. this.gbxCondition.Location = new System.Drawing.Point(12, 38);
  130. this.gbxCondition.Name = "gbxCondition";
  131. this.gbxCondition.OriginalHeight = -1;
  132. this.gbxCondition.Size = new System.Drawing.Size(870, 128);
  133. this.gbxCondition.TabIndex = 1;
  134. this.gbxCondition.TabStop = false;
  135. this.gbxCondition.Text = "工号信息 ▼";
  136. //
  137. // dtpAccountDate
  138. //
  139. this.dtpAccountDate.CustomFormat = "yyyy-MM-dd";
  140. this.dtpAccountDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.dtpAccountDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  142. this.dtpAccountDate.Location = new System.Drawing.Point(317, 20);
  143. this.dtpAccountDate.Name = "dtpAccountDate";
  144. this.dtpAccountDate.Size = new System.Drawing.Size(172, 21);
  145. this.dtpAccountDate.TabIndex = 2;
  146. //
  147. // txtRemarks
  148. //
  149. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  150. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  151. this.txtRemarks.ErrorMessage = "";
  152. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.txtRemarks.Location = new System.Drawing.Point(53, 47);
  154. this.txtRemarks.MaxLength = 500;
  155. this.txtRemarks.Multiline = true;
  156. this.txtRemarks.Name = "txtRemarks";
  157. this.txtRemarks.Size = new System.Drawing.Size(436, 67);
  158. this.txtRemarks.TabIndex = 4;
  159. //
  160. // c_Label3
  161. //
  162. this.c_Label3.AutoSize = true;
  163. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  164. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  166. this.c_Label3.Location = new System.Drawing.Point(18, 53);
  167. this.c_Label3.Name = "c_Label3";
  168. this.c_Label3.Size = new System.Drawing.Size(29, 12);
  169. this.c_Label3.TabIndex = 3;
  170. this.c_Label3.Text = "备注";
  171. //
  172. // dkUserInfo
  173. //
  174. this.dkUserInfo.DataSource = null;
  175. this.dkUserInfo.Enabled = true;
  176. this.dkUserInfo.IsMustInput = true;
  177. this.dkUserInfo.IsWorker = false;
  178. this.dkUserInfo.Location = new System.Drawing.Point(18, 20);
  179. this.dkUserInfo.Name = "dkUserInfo";
  180. this.dkUserInfo.PurviewType = ((byte)(0));
  181. this.dkUserInfo.Size = new System.Drawing.Size(234, 21);
  182. this.dkUserInfo.TabIndex = 0;
  183. this.dkUserInfo.Title = "工号";
  184. this.dkUserInfo.TxtUserBackColor = System.Drawing.SystemColors.Control;
  185. this.dkUserInfo.UserCode = "";
  186. this.dkUserInfo.UserID = null;
  187. this.dkUserInfo.UserIDS = null;
  188. this.dkUserInfo.UserName = null;
  189. this.dkUserInfo.UserValueChanged += new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkUserInfoSearchBox.TextBoxChangedHandle(this.dkUserInfo_UserValueChanged);
  190. //
  191. // dgvClassesDetail
  192. //
  193. this.dgvClassesDetail.AllowUserToAddRows = false;
  194. this.dgvClassesDetail.AllowUserToModifyRows = true;
  195. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  196. this.dgvClassesDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  197. this.dgvClassesDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  198. | System.Windows.Forms.AnchorStyles.Left)
  199. | System.Windows.Forms.AnchorStyles.Right)));
  200. this.dgvClassesDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  201. this.dgvClassesDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  202. this.dgvClassesDetail.CellHeight = 23;
  203. this.dgvClassesDetail.ChildNodeColumnName = null;
  204. this.dgvClassesDetail.ChildNodeColumnText = null;
  205. this.dgvClassesDetail.ColumnDeep = 1;
  206. this.dgvClassesDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  207. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  208. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  209. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  211. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  212. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  213. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  214. this.dgvClassesDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  215. this.dgvClassesDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  216. this.dgvClassesDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  217. this.UJobsId,
  218. this.StaffCode,
  219. this.Staffname,
  220. this.Jobsname,
  221. this.Organizationname,
  222. this.staffStatusName,
  223. this.dRemarks,
  224. this.Staffid,
  225. this.Jobs,
  226. this.Organizationid,
  227. this.Staffstatus,
  228. this.userid,
  229. this.Usercode});
  230. this.dgvClassesDetail.ColumnTreeView = null;
  231. this.dgvClassesDetail.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)));
  232. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  233. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  234. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  236. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  237. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  238. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  239. this.dgvClassesDetail.DefaultCellStyle = dataGridViewCellStyle3;
  240. this.dgvClassesDetail.DynamicColumnName = "";
  241. this.dgvClassesDetail.EnableHeadersVisualStyles = false;
  242. this.dgvClassesDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.dgvClassesDetail.IsAutoCountSum = true;
  244. this.dgvClassesDetail.IsAutoResizeColumns = false;
  245. this.dgvClassesDetail.IsClickF12 = false;
  246. this.dgvClassesDetail.IsSubTotalFlag = false;
  247. this.dgvClassesDetail.Location = new System.Drawing.Point(12, 171);
  248. this.dgvClassesDetail.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  249. this.dgvClassesDetail.MultiSelect = false;
  250. this.dgvClassesDetail.Name = "dgvClassesDetail";
  251. this.dgvClassesDetail.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.dgvClassesDetail.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  260. this.dgvClassesDetail.RowHeadersWidth = 50;
  261. this.dgvClassesDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  262. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  263. this.dgvClassesDetail.RowsDefaultCellStyle = dataGridViewCellStyle5;
  264. this.dgvClassesDetail.RowTemplate.Height = 21;
  265. this.dgvClassesDetail.Size = new System.Drawing.Size(870, 295);
  266. this.dgvClassesDetail.SortOrderColumnName = null;
  267. this.dgvClassesDetail.TabIndex = 2;
  268. this.dgvClassesDetail.Tag = true;
  269. this.dgvClassesDetail.TotalSumColumns = null;
  270. this.dgvClassesDetail.ViewRowFilter = "";
  271. this.dgvClassesDetail.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvClassesDetail_CellBeginEdit);
  272. this.dgvClassesDetail.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvClassesDetail_CellValueChanged);
  273. //
  274. // btnCancel
  275. //
  276. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  277. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  278. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  279. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  280. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.btnCancel.ForeColor = System.Drawing.Color.White;
  282. this.btnCancel.Location = new System.Drawing.Point(797, 471);
  283. this.btnCancel.Name = "btnCancel";
  284. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  285. this.btnCancel.TabIndex = 33;
  286. this.btnCancel.Text = "取消";
  287. this.btnCancel.UseVisualStyleBackColor = false;
  288. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  289. //
  290. // btnSave
  291. //
  292. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  293. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  294. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  295. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  296. this.btnSave.ForeColor = System.Drawing.Color.White;
  297. this.btnSave.Location = new System.Drawing.Point(706, 471);
  298. this.btnSave.Name = "btnSave";
  299. this.btnSave.Size = new System.Drawing.Size(85, 30);
  300. this.btnSave.TabIndex = 32;
  301. this.btnSave.Text = "保存";
  302. this.btnSave.UseVisualStyleBackColor = false;
  303. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  304. //
  305. // UJobsId
  306. //
  307. this.UJobsId.DataPropertyName = "UJobsId";
  308. this.UJobsId.HeaderText = "工号工种";
  309. this.UJobsId.Name = "UJobsId";
  310. //
  311. // StaffCode
  312. //
  313. this.StaffCode.DataPropertyName = "StaffCode";
  314. this.StaffCode.HeaderText = "员工编号";
  315. this.StaffCode.MaxInputLength = 20;
  316. this.StaffCode.Name = "StaffCode";
  317. //
  318. // Staffname
  319. //
  320. this.Staffname.DataPropertyName = "Staffname";
  321. this.Staffname.HeaderText = "员工姓名";
  322. this.Staffname.Name = "Staffname";
  323. this.Staffname.ReadOnly = true;
  324. //
  325. // Jobsname
  326. //
  327. this.Jobsname.DataPropertyName = "JobsName";
  328. this.Jobsname.HeaderText = "员工工种";
  329. this.Jobsname.Name = "Jobsname";
  330. this.Jobsname.ReadOnly = true;
  331. //
  332. // Organizationname
  333. //
  334. this.Organizationname.DataPropertyName = "Organizationname";
  335. this.Organizationname.HeaderText = "组织机构";
  336. this.Organizationname.Name = "Organizationname";
  337. this.Organizationname.ReadOnly = true;
  338. //
  339. // staffStatusName
  340. //
  341. this.staffStatusName.DataPropertyName = "staffStatusName";
  342. this.staffStatusName.HeaderText = "员工状态";
  343. this.staffStatusName.Name = "staffStatusName";
  344. this.staffStatusName.ReadOnly = true;
  345. //
  346. // dRemarks
  347. //
  348. this.dRemarks.DataPropertyName = "Remarks";
  349. this.dRemarks.HeaderText = "备注";
  350. this.dRemarks.MaxInputLength = 500;
  351. this.dRemarks.Name = "dRemarks";
  352. //
  353. // Staffid
  354. //
  355. this.Staffid.DataPropertyName = "Staffid";
  356. this.Staffid.HeaderText = "员工ID";
  357. this.Staffid.Name = "Staffid";
  358. this.Staffid.ReadOnly = true;
  359. this.Staffid.Visible = false;
  360. //
  361. // Jobs
  362. //
  363. this.Jobs.DataPropertyName = "Jobs";
  364. this.Jobs.HeaderText = "Jobs";
  365. this.Jobs.Name = "Jobs";
  366. this.Jobs.ReadOnly = true;
  367. this.Jobs.Visible = false;
  368. //
  369. // Organizationid
  370. //
  371. this.Organizationid.DataPropertyName = "Organizationid";
  372. this.Organizationid.HeaderText = "Organizationid";
  373. this.Organizationid.Name = "Organizationid";
  374. this.Organizationid.ReadOnly = true;
  375. this.Organizationid.Visible = false;
  376. //
  377. // Staffstatus
  378. //
  379. this.Staffstatus.DataPropertyName = "Staffstatus";
  380. this.Staffstatus.HeaderText = "Staffstatus";
  381. this.Staffstatus.Name = "Staffstatus";
  382. this.Staffstatus.ReadOnly = true;
  383. this.Staffstatus.Visible = false;
  384. //
  385. // userid
  386. //
  387. this.userid.DataPropertyName = "userid";
  388. this.userid.HeaderText = "userid";
  389. this.userid.Name = "userid";
  390. this.userid.ReadOnly = true;
  391. this.userid.Visible = false;
  392. //
  393. // Usercode
  394. //
  395. this.Usercode.DataPropertyName = "Usercode";
  396. this.Usercode.HeaderText = "Usercode";
  397. this.Usercode.Name = "Usercode";
  398. this.Usercode.ReadOnly = true;
  399. this.Usercode.Visible = false;
  400. //
  401. // F_PC_0402
  402. //
  403. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  404. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  405. this.CancelButton = this.btnCancel;
  406. this.ClientSize = new System.Drawing.Size(894, 527);
  407. this.Controls.Add(this.btnCancel);
  408. this.Controls.Add(this.btnSave);
  409. this.Controls.Add(this.dgvClassesDetail);
  410. this.Controls.Add(this.gbxCondition);
  411. this.Controls.Add(this.tsrOperate);
  412. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  413. this.IsSaveFormSize = false;
  414. this.MaximizeBox = false;
  415. this.Name = "F_PC_0402";
  416. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  417. this.StatusSizingGrip = false;
  418. this.Text = "F_PC_0402";
  419. this.Load += new System.EventHandler(this.F_PC_0402_Load);
  420. this.Controls.SetChildIndex(this.tsrOperate, 0);
  421. this.Controls.SetChildIndex(this.gbxCondition, 0);
  422. this.Controls.SetChildIndex(this.dgvClassesDetail, 0);
  423. this.Controls.SetChildIndex(this.btnSave, 0);
  424. this.Controls.SetChildIndex(this.btnCancel, 0);
  425. this.tsrOperate.ResumeLayout(false);
  426. this.tsrOperate.PerformLayout();
  427. this.gbxCondition.ResumeLayout(false);
  428. this.gbxCondition.PerformLayout();
  429. ((System.ComponentModel.ISupportInitialize)(this.dgvClassesDetail)).EndInit();
  430. this.ResumeLayout(false);
  431. this.PerformLayout();
  432. }
  433. #endregion
  434. private Basics.BaseControls.C_ToolStrip tsrOperate;
  435. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  436. private System.Windows.Forms.ToolStripButton tsbtnClose;
  437. private Controls.SearchTextBox.dkUserInfoSearchBox dkUserInfo;
  438. private Basics.BaseControls.C_Label c_Label2;
  439. private Basics.BaseControls.C_GroupBox gbxCondition;
  440. private Basics.BaseControls.C_TextBox txtRemarks;
  441. private Basics.BaseControls.C_Label c_Label3;
  442. private Basics.BaseControls.C_DataGridView dgvClassesDetail;
  443. private Basics.BaseControls.C_Button btnCancel;
  444. private Basics.BaseControls.C_Button btnSave;
  445. private Basics.BaseControls.C_DateTimePicker dtpAccountDate;
  446. private Basics.BaseControls.C_DGV_Column_ListBoxComboBox UJobsId;
  447. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  448. private System.Windows.Forms.DataGridViewTextBoxColumn Staffname;
  449. private System.Windows.Forms.DataGridViewTextBoxColumn Jobsname;
  450. private System.Windows.Forms.DataGridViewTextBoxColumn Organizationname;
  451. private System.Windows.Forms.DataGridViewTextBoxColumn staffStatusName;
  452. private System.Windows.Forms.DataGridViewTextBoxColumn dRemarks;
  453. private System.Windows.Forms.DataGridViewTextBoxColumn Staffid;
  454. private System.Windows.Forms.DataGridViewTextBoxColumn Jobs;
  455. private System.Windows.Forms.DataGridViewTextBoxColumn Organizationid;
  456. private System.Windows.Forms.DataGridViewTextBoxColumn Staffstatus;
  457. private System.Windows.Forms.DataGridViewTextBoxColumn userid;
  458. private System.Windows.Forms.DataGridViewTextBoxColumn Usercode;
  459. }
  460. }