F_PC_0402_1.Designer.cs 28 KB

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