F_PC_0401.Designer.cs 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_0401
  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_0401));
  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 dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  42. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  43. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  44. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  45. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  46. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  47. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  48. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  49. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  50. this.lblTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  53. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.dtpEndSetDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  55. this.dtpStartSetDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  56. this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  57. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  58. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  59. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  60. this.dgvClassesSet = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  61. this.AccountDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.userName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.CreateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.ClassesSettingID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.dgvClassesDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  70. this.UJobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.Staffname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.Organizationname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.Jobsname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.staffStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.dRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.dCreatetime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.dcreateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.dUpdateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.dClassesSettingID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  82. this.tsrOperate.SuspendLayout();
  83. this.gbxCondition.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.dgvClassesSet)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.dgvClassesDetail)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  87. this.splitContainer1.Panel1.SuspendLayout();
  88. this.splitContainer1.Panel2.SuspendLayout();
  89. this.splitContainer1.SuspendLayout();
  90. this.SuspendLayout();
  91. //
  92. // tsrOperate
  93. //
  94. this.tsrOperate.AutoSize = false;
  95. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  96. this.tsrOperate.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tsrOperate.BackgroundImage")));
  97. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  99. this.tsbtnAdd,
  100. this.tsbtnEdit,
  101. this.toolStripSeparator1,
  102. this.tsbtnAdaptive,
  103. this.tsbtnClose});
  104. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  105. this.tsrOperate.Name = "tsrOperate";
  106. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  107. this.tsrOperate.ShowItemToolTips = false;
  108. this.tsrOperate.Size = new System.Drawing.Size(894, 35);
  109. this.tsrOperate.TabIndex = 0;
  110. this.tsrOperate.Text = "toolStrip1";
  111. //
  112. // tsbtnAdd
  113. //
  114. this.tsbtnAdd.AutoSize = false;
  115. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  117. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  118. this.tsbtnAdd.Name = "tsbtnAdd";
  119. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  120. this.tsbtnAdd.Text = "新建(&N)";
  121. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  122. //
  123. // tsbtnEdit
  124. //
  125. this.tsbtnEdit.AutoSize = false;
  126. this.tsbtnEdit.Enabled = false;
  127. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  129. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  130. this.tsbtnEdit.Name = "tsbtnEdit";
  131. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  132. this.tsbtnEdit.Text = "编辑(&E)";
  133. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  134. //
  135. // toolStripSeparator1
  136. //
  137. this.toolStripSeparator1.AutoSize = false;
  138. this.toolStripSeparator1.Name = "toolStripSeparator1";
  139. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  140. //
  141. // tsbtnAdaptive
  142. //
  143. this.tsbtnAdaptive.AutoSize = false;
  144. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  146. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  147. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  148. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  149. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  150. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  151. //
  152. // tsbtnClose
  153. //
  154. this.tsbtnClose.AutoSize = false;
  155. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  157. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  158. this.tsbtnClose.Name = "tsbtnClose";
  159. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  160. this.tsbtnClose.Text = "关闭(&X)";
  161. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  162. //
  163. // gbxCondition
  164. //
  165. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  166. | System.Windows.Forms.AnchorStyles.Right)));
  167. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  168. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  169. this.gbxCondition.Controls.Add(this.lblTo);
  170. this.gbxCondition.Controls.Add(this.c_Label2);
  171. this.gbxCondition.Controls.Add(this.txtRemarks);
  172. this.gbxCondition.Controls.Add(this.c_Label3);
  173. this.gbxCondition.Controls.Add(this.dtpEndSetDate);
  174. this.gbxCondition.Controls.Add(this.dtpStartSetDate);
  175. this.gbxCondition.Controls.Add(this.txtUserCode);
  176. this.gbxCondition.Controls.Add(this.btnSearch);
  177. this.gbxCondition.Controls.Add(this.btnClearCondition);
  178. this.gbxCondition.Controls.Add(this.c_Label1);
  179. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  181. this.gbxCondition.IsMustInput = false;
  182. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  183. this.gbxCondition.Name = "gbxCondition";
  184. this.gbxCondition.OriginalHeight = -1;
  185. this.gbxCondition.Size = new System.Drawing.Size(882, 128);
  186. this.gbxCondition.TabIndex = 1;
  187. this.gbxCondition.TabStop = false;
  188. this.gbxCondition.Text = "查询条件 ▼";
  189. //
  190. // lblTo
  191. //
  192. this.lblTo.AutoSize = true;
  193. this.lblTo.BackColor = System.Drawing.Color.Transparent;
  194. this.lblTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.lblTo.ForeColor = System.Drawing.SystemColors.ControlText;
  196. this.lblTo.Location = new System.Drawing.Point(423, 24);
  197. this.lblTo.Name = "lblTo";
  198. this.lblTo.Size = new System.Drawing.Size(17, 12);
  199. this.lblTo.TabIndex = 4;
  200. this.lblTo.Text = "至";
  201. //
  202. // c_Label2
  203. //
  204. this.c_Label2.AutoSize = true;
  205. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  206. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  208. this.c_Label2.Location = new System.Drawing.Point(241, 24);
  209. this.c_Label2.Name = "c_Label2";
  210. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  211. this.c_Label2.TabIndex = 2;
  212. this.c_Label2.Text = "配置日期";
  213. //
  214. // txtRemarks
  215. //
  216. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  217. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  218. this.txtRemarks.ErrorMessage = "";
  219. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.txtRemarks.Location = new System.Drawing.Point(72, 47);
  221. this.txtRemarks.MaxLength = 500;
  222. this.txtRemarks.Multiline = true;
  223. this.txtRemarks.Name = "txtRemarks";
  224. this.txtRemarks.Size = new System.Drawing.Size(510, 67);
  225. this.txtRemarks.TabIndex = 7;
  226. //
  227. // c_Label3
  228. //
  229. this.c_Label3.AutoSize = true;
  230. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  231. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  233. this.c_Label3.Location = new System.Drawing.Point(38, 53);
  234. this.c_Label3.Name = "c_Label3";
  235. this.c_Label3.Size = new System.Drawing.Size(29, 12);
  236. this.c_Label3.TabIndex = 6;
  237. this.c_Label3.Text = "备注";
  238. //
  239. // dtpEndSetDate
  240. //
  241. this.dtpEndSetDate.CustomFormat = "yyyy-MM-dd";
  242. this.dtpEndSetDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.dtpEndSetDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  244. this.dtpEndSetDate.Location = new System.Drawing.Point(446, 20);
  245. this.dtpEndSetDate.Name = "dtpEndSetDate";
  246. this.dtpEndSetDate.Size = new System.Drawing.Size(117, 21);
  247. this.dtpEndSetDate.TabIndex = 5;
  248. //
  249. // dtpStartSetDate
  250. //
  251. this.dtpStartSetDate.CustomFormat = "yyyy-MM-dd";
  252. this.dtpStartSetDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.dtpStartSetDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  254. this.dtpStartSetDate.Location = new System.Drawing.Point(300, 20);
  255. this.dtpStartSetDate.Name = "dtpStartSetDate";
  256. this.dtpStartSetDate.Size = new System.Drawing.Size(117, 21);
  257. this.dtpStartSetDate.TabIndex = 3;
  258. //
  259. // txtUserCode
  260. //
  261. this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
  262. this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  263. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  264. this.txtUserCode.ErrorMessage = "";
  265. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.txtUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  267. this.txtUserCode.Location = new System.Drawing.Point(72, 20);
  268. this.txtUserCode.MaxLength = 20;
  269. this.txtUserCode.Name = "txtUserCode";
  270. this.txtUserCode.Size = new System.Drawing.Size(163, 21);
  271. this.txtUserCode.TabIndex = 1;
  272. this.txtUserCode.TextValue = "";
  273. //
  274. // btnSearch
  275. //
  276. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  277. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  278. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  279. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.btnSearch.ForeColor = System.Drawing.Color.White;
  281. this.btnSearch.Location = new System.Drawing.Point(700, 92);
  282. this.btnSearch.Name = "btnSearch";
  283. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  284. this.btnSearch.TabIndex = 8;
  285. this.btnSearch.Text = "查询(&Q)";
  286. this.btnSearch.UseVisualStyleBackColor = false;
  287. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  288. //
  289. // btnClearCondition
  290. //
  291. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  292. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  293. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  294. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  296. this.btnClearCondition.Location = new System.Drawing.Point(791, 92);
  297. this.btnClearCondition.Name = "btnClearCondition";
  298. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  299. this.btnClearCondition.TabIndex = 9;
  300. this.btnClearCondition.Text = "清空条件(&C)";
  301. this.btnClearCondition.UseVisualStyleBackColor = false;
  302. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  303. //
  304. // c_Label1
  305. //
  306. this.c_Label1.AutoSize = true;
  307. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  308. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  309. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  310. this.c_Label1.Location = new System.Drawing.Point(15, 24);
  311. this.c_Label1.Name = "c_Label1";
  312. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  313. this.c_Label1.TabIndex = 0;
  314. this.c_Label1.Text = "工号编码";
  315. //
  316. // dgvClassesSet
  317. //
  318. this.dgvClassesSet.AllowUserToAddRows = false;
  319. this.dgvClassesSet.AllowUserToDeleteRows = false;
  320. this.dgvClassesSet.AllowUserToModifyRows = true;
  321. this.dgvClassesSet.AllowUserToOrderColumns = true;
  322. this.dgvClassesSet.AllowUserToResizeRows = false;
  323. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  324. this.dgvClassesSet.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  325. this.dgvClassesSet.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  326. | System.Windows.Forms.AnchorStyles.Left)
  327. | System.Windows.Forms.AnchorStyles.Right)));
  328. this.dgvClassesSet.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  329. this.dgvClassesSet.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  330. this.dgvClassesSet.CellHeight = 23;
  331. this.dgvClassesSet.ChildNodeColumnName = null;
  332. this.dgvClassesSet.ChildNodeColumnText = null;
  333. this.dgvClassesSet.ColumnDeep = 1;
  334. this.dgvClassesSet.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  335. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  336. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  337. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  339. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  340. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  341. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  342. this.dgvClassesSet.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  343. this.dgvClassesSet.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  344. this.dgvClassesSet.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  345. this.AccountDate,
  346. this.UserCode,
  347. this.userName,
  348. this.Remarks,
  349. this.CreateTime,
  350. this.CreateUserName,
  351. this.ClassesSettingID,
  352. this.UserID});
  353. this.dgvClassesSet.ColumnTreeView = null;
  354. this.dgvClassesSet.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)));
  355. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  356. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
  357. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
  359. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  360. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  361. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  362. this.dgvClassesSet.DefaultCellStyle = dataGridViewCellStyle5;
  363. this.dgvClassesSet.DynamicColumnName = "";
  364. this.dgvClassesSet.EnableHeadersVisualStyles = false;
  365. this.dgvClassesSet.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  366. this.dgvClassesSet.IsAutoCountSum = true;
  367. this.dgvClassesSet.IsAutoResizeColumns = false;
  368. this.dgvClassesSet.IsClickF12 = false;
  369. this.dgvClassesSet.IsSubTotalFlag = false;
  370. this.dgvClassesSet.Location = new System.Drawing.Point(3, 2);
  371. this.dgvClassesSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  372. this.dgvClassesSet.MultiSelect = false;
  373. this.dgvClassesSet.Name = "dgvClassesSet";
  374. this.dgvClassesSet.ReadOnly = true;
  375. this.dgvClassesSet.RefreshAtHscroll = false;
  376. this.dgvClassesSet.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  377. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  378. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
  379. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  380. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
  381. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  382. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  383. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  384. this.dgvClassesSet.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
  385. this.dgvClassesSet.RowHeadersWidth = 50;
  386. this.dgvClassesSet.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  387. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  388. this.dgvClassesSet.RowsDefaultCellStyle = dataGridViewCellStyle7;
  389. this.dgvClassesSet.RowTemplate.Height = 21;
  390. this.dgvClassesSet.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  391. this.dgvClassesSet.Size = new System.Drawing.Size(873, 213);
  392. this.dgvClassesSet.SortOrderColumnName = null;
  393. this.dgvClassesSet.TabIndex = 0;
  394. this.dgvClassesSet.Tag = true;
  395. this.dgvClassesSet.TotalSumColumns = null;
  396. this.dgvClassesSet.ViewRowFilter = "";
  397. this.dgvClassesSet.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvClassesSet_CellEnter);
  398. this.dgvClassesSet.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvClassesSet_CellMouseDoubleClick);
  399. this.dgvClassesSet.SelectionChanged += new System.EventHandler(this.dgvClassesSet_SelectionChanged);
  400. //
  401. // AccountDate
  402. //
  403. this.AccountDate.DataPropertyName = "AccountDate";
  404. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  405. dataGridViewCellStyle3.NullValue = null;
  406. this.AccountDate.DefaultCellStyle = dataGridViewCellStyle3;
  407. this.AccountDate.HeaderText = "配置日期";
  408. this.AccountDate.Name = "AccountDate";
  409. this.AccountDate.ReadOnly = true;
  410. //
  411. // UserCode
  412. //
  413. this.UserCode.DataPropertyName = "UserCode";
  414. this.UserCode.HeaderText = "工号编码";
  415. this.UserCode.Name = "UserCode";
  416. this.UserCode.ReadOnly = true;
  417. //
  418. // userName
  419. //
  420. this.userName.DataPropertyName = "userName";
  421. this.userName.HeaderText = "工号名称";
  422. this.userName.Name = "userName";
  423. this.userName.ReadOnly = true;
  424. //
  425. // Remarks
  426. //
  427. this.Remarks.DataPropertyName = "Remarks";
  428. this.Remarks.HeaderText = "备注";
  429. this.Remarks.Name = "Remarks";
  430. this.Remarks.ReadOnly = true;
  431. //
  432. // CreateTime
  433. //
  434. this.CreateTime.DataPropertyName = "CreateTime";
  435. dataGridViewCellStyle4.Format = "yyyy-MM-dd HH:mm:ss";
  436. dataGridViewCellStyle4.NullValue = null;
  437. this.CreateTime.DefaultCellStyle = dataGridViewCellStyle4;
  438. this.CreateTime.HeaderText = "创建时间";
  439. this.CreateTime.Name = "CreateTime";
  440. this.CreateTime.ReadOnly = true;
  441. //
  442. // CreateUserName
  443. //
  444. this.CreateUserName.DataPropertyName = "CreateUserName";
  445. this.CreateUserName.HeaderText = "创建人";
  446. this.CreateUserName.Name = "CreateUserName";
  447. this.CreateUserName.ReadOnly = true;
  448. //
  449. // ClassesSettingID
  450. //
  451. this.ClassesSettingID.DataPropertyName = "ClassesSettingID";
  452. this.ClassesSettingID.HeaderText = "班次配置ID";
  453. this.ClassesSettingID.Name = "ClassesSettingID";
  454. this.ClassesSettingID.ReadOnly = true;
  455. this.ClassesSettingID.Visible = false;
  456. //
  457. // UserID
  458. //
  459. this.UserID.DataPropertyName = "UserID";
  460. this.UserID.HeaderText = "UserID";
  461. this.UserID.Name = "UserID";
  462. this.UserID.ReadOnly = true;
  463. this.UserID.Visible = false;
  464. //
  465. // dgvClassesDetail
  466. //
  467. this.dgvClassesDetail.AllowUserToAddRows = false;
  468. this.dgvClassesDetail.AllowUserToDeleteRows = false;
  469. this.dgvClassesDetail.AllowUserToModifyRows = true;
  470. this.dgvClassesDetail.AllowUserToOrderColumns = true;
  471. this.dgvClassesDetail.AllowUserToResizeRows = false;
  472. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  473. this.dgvClassesDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
  474. this.dgvClassesDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  475. | System.Windows.Forms.AnchorStyles.Left)
  476. | System.Windows.Forms.AnchorStyles.Right)));
  477. this.dgvClassesDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  478. this.dgvClassesDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  479. this.dgvClassesDetail.CellHeight = 23;
  480. this.dgvClassesDetail.ChildNodeColumnName = null;
  481. this.dgvClassesDetail.ChildNodeColumnText = null;
  482. this.dgvClassesDetail.ColumnDeep = 1;
  483. this.dgvClassesDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  484. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  485. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  486. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  487. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
  488. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  489. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  490. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  491. this.dgvClassesDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
  492. this.dgvClassesDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  493. this.dgvClassesDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  494. this.UJobsName,
  495. this.StaffCode,
  496. this.Staffname,
  497. this.Organizationname,
  498. this.Jobsname,
  499. this.staffStatusName,
  500. this.dRemarks,
  501. this.dCreatetime,
  502. this.dcreateUserName,
  503. this.dUpdateTime,
  504. this.dClassesSettingID});
  505. this.dgvClassesDetail.ColumnTreeView = null;
  506. 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)));
  507. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  508. dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Window;
  509. dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  510. dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.ControlText;
  511. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  512. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  513. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  514. this.dgvClassesDetail.DefaultCellStyle = dataGridViewCellStyle12;
  515. this.dgvClassesDetail.DynamicColumnName = "";
  516. this.dgvClassesDetail.EnableHeadersVisualStyles = false;
  517. this.dgvClassesDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  518. this.dgvClassesDetail.IsAutoCountSum = true;
  519. this.dgvClassesDetail.IsAutoResizeColumns = false;
  520. this.dgvClassesDetail.IsClickF12 = false;
  521. this.dgvClassesDetail.IsSubTotalFlag = false;
  522. this.dgvClassesDetail.Location = new System.Drawing.Point(3, 2);
  523. this.dgvClassesDetail.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  524. this.dgvClassesDetail.MultiSelect = false;
  525. this.dgvClassesDetail.Name = "dgvClassesDetail";
  526. this.dgvClassesDetail.ReadOnly = true;
  527. this.dgvClassesDetail.RefreshAtHscroll = false;
  528. this.dgvClassesDetail.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  529. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  530. dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Control;
  531. dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  532. dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.WindowText;
  533. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  534. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  535. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  536. this.dgvClassesDetail.RowHeadersDefaultCellStyle = dataGridViewCellStyle13;
  537. this.dgvClassesDetail.RowHeadersWidth = 50;
  538. this.dgvClassesDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  539. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  540. this.dgvClassesDetail.RowsDefaultCellStyle = dataGridViewCellStyle14;
  541. this.dgvClassesDetail.RowTemplate.Height = 21;
  542. this.dgvClassesDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  543. this.dgvClassesDetail.Size = new System.Drawing.Size(873, 209);
  544. this.dgvClassesDetail.SortOrderColumnName = null;
  545. this.dgvClassesDetail.TabIndex = 0;
  546. this.dgvClassesDetail.Tag = true;
  547. this.dgvClassesDetail.TotalSumColumns = null;
  548. this.dgvClassesDetail.ViewRowFilter = "";
  549. //
  550. // UJobsName
  551. //
  552. this.UJobsName.DataPropertyName = "UJobsName";
  553. this.UJobsName.HeaderText = "工号工种";
  554. this.UJobsName.Name = "UJobsName";
  555. this.UJobsName.ReadOnly = true;
  556. //
  557. // StaffCode
  558. //
  559. this.StaffCode.DataPropertyName = "StaffCode";
  560. this.StaffCode.HeaderText = "员工编号";
  561. this.StaffCode.Name = "StaffCode";
  562. this.StaffCode.ReadOnly = true;
  563. //
  564. // Staffname
  565. //
  566. this.Staffname.DataPropertyName = "Staffname";
  567. this.Staffname.HeaderText = "员工姓名";
  568. this.Staffname.Name = "Staffname";
  569. this.Staffname.ReadOnly = true;
  570. //
  571. // Organizationname
  572. //
  573. this.Organizationname.DataPropertyName = "Organizationname";
  574. this.Organizationname.HeaderText = "组织机构";
  575. this.Organizationname.Name = "Organizationname";
  576. this.Organizationname.ReadOnly = true;
  577. //
  578. // Jobsname
  579. //
  580. this.Jobsname.DataPropertyName = "Jobsname";
  581. this.Jobsname.HeaderText = "员工工种";
  582. this.Jobsname.Name = "Jobsname";
  583. this.Jobsname.ReadOnly = true;
  584. //
  585. // staffStatusName
  586. //
  587. this.staffStatusName.DataPropertyName = "staffStatusName";
  588. this.staffStatusName.HeaderText = "员工状态";
  589. this.staffStatusName.Name = "staffStatusName";
  590. this.staffStatusName.ReadOnly = true;
  591. //
  592. // dRemarks
  593. //
  594. this.dRemarks.DataPropertyName = "Remarks";
  595. this.dRemarks.HeaderText = "备注";
  596. this.dRemarks.Name = "dRemarks";
  597. this.dRemarks.ReadOnly = true;
  598. //
  599. // dCreatetime
  600. //
  601. this.dCreatetime.DataPropertyName = "CreateTime";
  602. dataGridViewCellStyle10.Format = "yyyy-MM-dd HH:mm:ss";
  603. dataGridViewCellStyle10.NullValue = null;
  604. this.dCreatetime.DefaultCellStyle = dataGridViewCellStyle10;
  605. this.dCreatetime.HeaderText = "创建时间";
  606. this.dCreatetime.Name = "dCreatetime";
  607. this.dCreatetime.ReadOnly = true;
  608. //
  609. // dcreateUserName
  610. //
  611. this.dcreateUserName.DataPropertyName = "createUserName";
  612. this.dcreateUserName.HeaderText = "创建人";
  613. this.dcreateUserName.Name = "dcreateUserName";
  614. this.dcreateUserName.ReadOnly = true;
  615. //
  616. // dUpdateTime
  617. //
  618. this.dUpdateTime.DataPropertyName = "UpdateTime";
  619. dataGridViewCellStyle11.Format = "yyyy-MM-dd HH:mm:ss";
  620. dataGridViewCellStyle11.NullValue = null;
  621. this.dUpdateTime.DefaultCellStyle = dataGridViewCellStyle11;
  622. this.dUpdateTime.HeaderText = "修改时间";
  623. this.dUpdateTime.Name = "dUpdateTime";
  624. this.dUpdateTime.ReadOnly = true;
  625. //
  626. // dClassesSettingID
  627. //
  628. this.dClassesSettingID.DataPropertyName = "ClassesSettingID";
  629. this.dClassesSettingID.HeaderText = "班次配置ID";
  630. this.dClassesSettingID.Name = "dClassesSettingID";
  631. this.dClassesSettingID.ReadOnly = true;
  632. this.dClassesSettingID.Visible = false;
  633. //
  634. // splitContainer1
  635. //
  636. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  637. | System.Windows.Forms.AnchorStyles.Left)
  638. | System.Windows.Forms.AnchorStyles.Right)));
  639. this.splitContainer1.Location = new System.Drawing.Point(0, 172);
  640. this.splitContainer1.Name = "splitContainer1";
  641. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  642. //
  643. // splitContainer1.Panel1
  644. //
  645. this.splitContainer1.Panel1.Controls.Add(this.dgvClassesSet);
  646. //
  647. // splitContainer1.Panel2
  648. //
  649. this.splitContainer1.Panel2.Controls.Add(this.dgvClassesDetail);
  650. this.splitContainer1.Size = new System.Drawing.Size(882, 434);
  651. this.splitContainer1.SplitterDistance = 217;
  652. this.splitContainer1.TabIndex = 16;
  653. //
  654. // F_PC_0401
  655. //
  656. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  657. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  658. this.ClientSize = new System.Drawing.Size(894, 618);
  659. this.Controls.Add(this.splitContainer1);
  660. this.Controls.Add(this.gbxCondition);
  661. this.Controls.Add(this.tsrOperate);
  662. this.MaximizeBox = false;
  663. this.MinimizeBox = false;
  664. this.Name = "F_PC_0401";
  665. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  666. this.Text = "班次配置";
  667. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_0401_FormClosed);
  668. this.Load += new System.EventHandler(this.F_PC_0401_Load);
  669. this.tsrOperate.ResumeLayout(false);
  670. this.tsrOperate.PerformLayout();
  671. this.gbxCondition.ResumeLayout(false);
  672. this.gbxCondition.PerformLayout();
  673. ((System.ComponentModel.ISupportInitialize)(this.dgvClassesSet)).EndInit();
  674. ((System.ComponentModel.ISupportInitialize)(this.dgvClassesDetail)).EndInit();
  675. this.splitContainer1.Panel1.ResumeLayout(false);
  676. this.splitContainer1.Panel2.ResumeLayout(false);
  677. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  678. this.splitContainer1.ResumeLayout(false);
  679. this.ResumeLayout(false);
  680. }
  681. #endregion
  682. private Basics.BaseControls.C_ToolStrip tsrOperate;
  683. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  684. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  685. private System.Windows.Forms.ToolStripButton tsbtnClose;
  686. private Basics.BaseControls.C_GroupBox gbxCondition;
  687. private Basics.BaseControls.C_TextBox txtUserCode;
  688. private Basics.BaseControls.C_Button btnSearch;
  689. private Basics.BaseControls.C_Button btnClearCondition;
  690. private Basics.BaseControls.C_Label c_Label1;
  691. private Basics.BaseControls.C_DateTimePicker dtpStartSetDate;
  692. private Basics.BaseControls.C_TextBox txtRemarks;
  693. private Basics.BaseControls.C_Label c_Label3;
  694. private Basics.BaseControls.C_DataGridView dgvClassesSet;
  695. private Basics.BaseControls.C_DataGridView dgvClassesDetail;
  696. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  697. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  698. private System.Windows.Forms.SplitContainer splitContainer1;
  699. private Basics.BaseControls.C_Label c_Label2;
  700. private System.Windows.Forms.DataGridViewTextBoxColumn UJobsName;
  701. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  702. private System.Windows.Forms.DataGridViewTextBoxColumn Staffname;
  703. private System.Windows.Forms.DataGridViewTextBoxColumn Organizationname;
  704. private System.Windows.Forms.DataGridViewTextBoxColumn Jobsname;
  705. private System.Windows.Forms.DataGridViewTextBoxColumn staffStatusName;
  706. private System.Windows.Forms.DataGridViewTextBoxColumn dRemarks;
  707. private System.Windows.Forms.DataGridViewTextBoxColumn dCreatetime;
  708. private System.Windows.Forms.DataGridViewTextBoxColumn dcreateUserName;
  709. private System.Windows.Forms.DataGridViewTextBoxColumn dUpdateTime;
  710. private System.Windows.Forms.DataGridViewTextBoxColumn dClassesSettingID;
  711. private System.Windows.Forms.DataGridViewTextBoxColumn AccountDate;
  712. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  713. private System.Windows.Forms.DataGridViewTextBoxColumn userName;
  714. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  715. private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
  716. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserName;
  717. private System.Windows.Forms.DataGridViewTextBoxColumn ClassesSettingID;
  718. private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
  719. private Basics.BaseControls.C_Label lblTo;
  720. private Basics.BaseControls.C_DateTimePicker dtpEndSetDate;
  721. }
  722. }