F_PC_0401_1.Designer.cs 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_0401_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_0401_1));
  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 dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  41. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  42. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  43. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  44. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  45. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  46. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  47. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  48. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  50. this.lblTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.dtpDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  53. this.dtpDateBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  54. this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  55. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  56. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  57. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  58. this.dgvClassesSet = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  59. this.dgvClassesDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  60. this.ClassesDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.UJobsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.UJobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.SORGCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.SORGName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.SJobsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.SJobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.StaffStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.DRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  72. this.ClassesSettingID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.AccountDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.CSUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.CSUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.ORGCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.ORGName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  79. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.CreateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.tsrOperate.SuspendLayout();
  84. this.gbxCondition.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.dgvClassesSet)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.dgvClassesDetail)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  88. this.splitContainer1.Panel1.SuspendLayout();
  89. this.splitContainer1.Panel2.SuspendLayout();
  90. this.splitContainer1.SuspendLayout();
  91. this.SuspendLayout();
  92. //
  93. // tsrOperate
  94. //
  95. this.tsrOperate.AutoSize = false;
  96. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  97. this.tsrOperate.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tsrOperate.BackgroundImage")));
  98. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  100. this.tsbtnAdd,
  101. this.tsbtnEdit,
  102. this.toolStripSeparator1,
  103. this.tsbtnAdaptive,
  104. this.tsbtnClose});
  105. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  106. this.tsrOperate.Name = "tsrOperate";
  107. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  108. this.tsrOperate.ShowItemToolTips = false;
  109. this.tsrOperate.Size = new System.Drawing.Size(894, 35);
  110. this.tsrOperate.TabIndex = 0;
  111. this.tsrOperate.Text = "toolStrip1";
  112. //
  113. // tsbtnAdd
  114. //
  115. this.tsbtnAdd.AutoSize = false;
  116. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  118. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  119. this.tsbtnAdd.Name = "tsbtnAdd";
  120. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  121. this.tsbtnAdd.Text = "新建(&N)";
  122. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  123. //
  124. // tsbtnEdit
  125. //
  126. this.tsbtnEdit.AutoSize = 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.c_Label2);
  170. this.gbxCondition.Controls.Add(this.txtRemarks);
  171. this.gbxCondition.Controls.Add(this.lblTo);
  172. this.gbxCondition.Controls.Add(this.c_Label3);
  173. this.gbxCondition.Controls.Add(this.dtpDateEnd);
  174. this.gbxCondition.Controls.Add(this.dtpDateBegin);
  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, 76);
  186. this.gbxCondition.TabIndex = 1;
  187. this.gbxCondition.TabStop = false;
  188. this.gbxCondition.Text = "查询条件 ▼";
  189. //
  190. // c_Label2
  191. //
  192. this.c_Label2.AutoSize = true;
  193. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  194. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  196. this.c_Label2.Location = new System.Drawing.Point(164, 24);
  197. this.c_Label2.Name = "c_Label2";
  198. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  199. this.c_Label2.TabIndex = 2;
  200. this.c_Label2.Text = "配置日期";
  201. //
  202. // txtRemarks
  203. //
  204. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  205. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  206. this.txtRemarks.ErrorMessage = "";
  207. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.txtRemarks.Location = new System.Drawing.Point(72, 47);
  209. this.txtRemarks.MaxLength = 500;
  210. this.txtRemarks.Name = "txtRemarks";
  211. this.txtRemarks.Size = new System.Drawing.Size(352, 21);
  212. this.txtRemarks.TabIndex = 7;
  213. //
  214. // lblTo
  215. //
  216. this.lblTo.AutoSize = true;
  217. this.lblTo.BackColor = System.Drawing.Color.Transparent;
  218. this.lblTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.lblTo.ForeColor = System.Drawing.SystemColors.ControlText;
  220. this.lblTo.Location = new System.Drawing.Point(315, 24);
  221. this.lblTo.Name = "lblTo";
  222. this.lblTo.Size = new System.Drawing.Size(17, 12);
  223. this.lblTo.TabIndex = 4;
  224. this.lblTo.Text = "至";
  225. //
  226. // c_Label3
  227. //
  228. this.c_Label3.AutoSize = true;
  229. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  230. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  231. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  232. this.c_Label3.Location = new System.Drawing.Point(37, 50);
  233. this.c_Label3.Name = "c_Label3";
  234. this.c_Label3.Size = new System.Drawing.Size(29, 12);
  235. this.c_Label3.TabIndex = 6;
  236. this.c_Label3.Text = "备注";
  237. //
  238. // dtpDateEnd
  239. //
  240. this.dtpDateEnd.CustomFormat = "yyyy-MM-dd";
  241. this.dtpDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. this.dtpDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  243. this.dtpDateEnd.Location = new System.Drawing.Point(338, 20);
  244. this.dtpDateEnd.Name = "dtpDateEnd";
  245. this.dtpDateEnd.Size = new System.Drawing.Size(86, 21);
  246. this.dtpDateEnd.TabIndex = 5;
  247. //
  248. // dtpDateBegin
  249. //
  250. this.dtpDateBegin.CustomFormat = "yyyy-MM-dd";
  251. this.dtpDateBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.dtpDateBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  253. this.dtpDateBegin.Location = new System.Drawing.Point(223, 20);
  254. this.dtpDateBegin.Name = "dtpDateBegin";
  255. this.dtpDateBegin.Size = new System.Drawing.Size(86, 21);
  256. this.dtpDateBegin.TabIndex = 3;
  257. //
  258. // txtUserCode
  259. //
  260. this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
  261. this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  262. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  263. this.txtUserCode.ErrorMessage = "";
  264. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.txtUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  266. this.txtUserCode.Location = new System.Drawing.Point(72, 20);
  267. this.txtUserCode.MaxLength = 20;
  268. this.txtUserCode.Name = "txtUserCode";
  269. this.txtUserCode.RejectCharsPattern = "";
  270. this.txtUserCode.Size = new System.Drawing.Size(86, 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, 40);
  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, 40);
  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. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  323. this.dgvClassesSet.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  324. this.dgvClassesSet.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  325. this.dgvClassesSet.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  326. this.dgvClassesSet.CellHeight = 23;
  327. this.dgvClassesSet.ChildNodeColumnName = null;
  328. this.dgvClassesSet.ChildNodeColumnText = null;
  329. this.dgvClassesSet.ColumnDeep = 1;
  330. this.dgvClassesSet.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  331. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  332. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  333. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  335. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  336. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  337. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  338. this.dgvClassesSet.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  339. this.dgvClassesSet.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  340. this.dgvClassesSet.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  341. this.ClassesSettingID,
  342. this.AccountDate,
  343. this.CSUserCode,
  344. this.CSUserName,
  345. this.ORGCode,
  346. this.ORGName,
  347. this.ValueFlag,
  348. this.Remarks,
  349. this.CreateTime,
  350. this.CreateUserName,
  351. this.UserID});
  352. this.dgvClassesSet.ColumnTreeView = null;
  353. 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)));
  354. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  355. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
  356. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  357. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
  358. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  359. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  360. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  361. this.dgvClassesSet.DefaultCellStyle = dataGridViewCellStyle5;
  362. this.dgvClassesSet.Dock = System.Windows.Forms.DockStyle.Fill;
  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(0, 0);
  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(882, 300);
  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.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvClassesSet_CellDoubleClick);
  398. this.dgvClassesSet.SelectionChanged += new System.EventHandler(this.dgvClassesSet_SelectionChanged);
  399. //
  400. // dgvClassesDetail
  401. //
  402. this.dgvClassesDetail.AllowUserToAddRows = false;
  403. this.dgvClassesDetail.AllowUserToDeleteRows = false;
  404. this.dgvClassesDetail.AllowUserToModifyRows = true;
  405. this.dgvClassesDetail.AllowUserToOrderColumns = true;
  406. this.dgvClassesDetail.AllowUserToResizeRows = false;
  407. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  408. this.dgvClassesDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
  409. this.dgvClassesDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  410. this.dgvClassesDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  411. this.dgvClassesDetail.CellHeight = 23;
  412. this.dgvClassesDetail.ChildNodeColumnName = null;
  413. this.dgvClassesDetail.ChildNodeColumnText = null;
  414. this.dgvClassesDetail.ColumnDeep = 1;
  415. this.dgvClassesDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  416. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  417. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  418. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  419. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
  420. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  421. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  422. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  423. this.dgvClassesDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
  424. this.dgvClassesDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  425. this.dgvClassesDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  426. this.ClassesDetailID,
  427. this.UJobsCode,
  428. this.UJobsName,
  429. this.StaffCode,
  430. this.StaffName,
  431. this.SORGCode,
  432. this.SORGName,
  433. this.SJobsCode,
  434. this.SJobsName,
  435. this.StaffStatusName,
  436. this.DRemarks});
  437. this.dgvClassesDetail.ColumnTreeView = null;
  438. 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)));
  439. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  440. dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window;
  441. dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  442. dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText;
  443. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  444. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  445. dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  446. this.dgvClassesDetail.DefaultCellStyle = dataGridViewCellStyle10;
  447. this.dgvClassesDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  448. this.dgvClassesDetail.DynamicColumnName = "";
  449. this.dgvClassesDetail.EnableHeadersVisualStyles = false;
  450. this.dgvClassesDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  451. this.dgvClassesDetail.IsAutoCountSum = true;
  452. this.dgvClassesDetail.IsAutoResizeColumns = false;
  453. this.dgvClassesDetail.IsClickF12 = false;
  454. this.dgvClassesDetail.IsSubTotalFlag = false;
  455. this.dgvClassesDetail.Location = new System.Drawing.Point(0, 0);
  456. this.dgvClassesDetail.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  457. this.dgvClassesDetail.MultiSelect = false;
  458. this.dgvClassesDetail.Name = "dgvClassesDetail";
  459. this.dgvClassesDetail.ReadOnly = true;
  460. this.dgvClassesDetail.RefreshAtHscroll = false;
  461. this.dgvClassesDetail.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  462. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  463. dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control;
  464. dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  465. dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText;
  466. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  467. dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  468. dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  469. this.dgvClassesDetail.RowHeadersDefaultCellStyle = dataGridViewCellStyle11;
  470. this.dgvClassesDetail.RowHeadersWidth = 50;
  471. this.dgvClassesDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  472. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  473. this.dgvClassesDetail.RowsDefaultCellStyle = dataGridViewCellStyle12;
  474. this.dgvClassesDetail.RowTemplate.Height = 21;
  475. this.dgvClassesDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  476. this.dgvClassesDetail.Size = new System.Drawing.Size(882, 194);
  477. this.dgvClassesDetail.SortOrderColumnName = null;
  478. this.dgvClassesDetail.TabIndex = 0;
  479. this.dgvClassesDetail.Tag = true;
  480. this.dgvClassesDetail.TotalSumColumns = null;
  481. this.dgvClassesDetail.ViewRowFilter = "";
  482. //
  483. // ClassesDetailID
  484. //
  485. this.ClassesDetailID.DataPropertyName = "ClassesDetailID";
  486. this.ClassesDetailID.HeaderText = "班次配置明细ID";
  487. this.ClassesDetailID.Name = "ClassesDetailID";
  488. this.ClassesDetailID.ReadOnly = true;
  489. this.ClassesDetailID.Visible = false;
  490. //
  491. // UJobsCode
  492. //
  493. this.UJobsCode.DataPropertyName = "UJobsCode";
  494. this.UJobsCode.HeaderText = "工号工种编码";
  495. this.UJobsCode.Name = "UJobsCode";
  496. this.UJobsCode.ReadOnly = true;
  497. //
  498. // UJobsName
  499. //
  500. this.UJobsName.DataPropertyName = "UJobsName";
  501. this.UJobsName.HeaderText = "工号工种名称";
  502. this.UJobsName.Name = "UJobsName";
  503. this.UJobsName.ReadOnly = true;
  504. //
  505. // StaffCode
  506. //
  507. this.StaffCode.DataPropertyName = "StaffCode";
  508. this.StaffCode.HeaderText = "员工编号";
  509. this.StaffCode.Name = "StaffCode";
  510. this.StaffCode.ReadOnly = true;
  511. //
  512. // StaffName
  513. //
  514. this.StaffName.DataPropertyName = "StaffName";
  515. this.StaffName.HeaderText = "员工姓名";
  516. this.StaffName.Name = "StaffName";
  517. this.StaffName.ReadOnly = true;
  518. //
  519. // SORGCode
  520. //
  521. this.SORGCode.DataPropertyName = "SOrganizationCode";
  522. this.SORGCode.HeaderText = "员工所属部门编码";
  523. this.SORGCode.Name = "SORGCode";
  524. this.SORGCode.ReadOnly = true;
  525. this.SORGCode.Width = 150;
  526. //
  527. // SORGName
  528. //
  529. this.SORGName.DataPropertyName = "SOrganizationName";
  530. this.SORGName.HeaderText = "员工所属部门名称";
  531. this.SORGName.Name = "SORGName";
  532. this.SORGName.ReadOnly = true;
  533. this.SORGName.Width = 150;
  534. //
  535. // SJobsCode
  536. //
  537. this.SJobsCode.DataPropertyName = "SJobsCode";
  538. this.SJobsCode.HeaderText = "员工工种编码";
  539. this.SJobsCode.Name = "SJobsCode";
  540. this.SJobsCode.ReadOnly = true;
  541. //
  542. // SJobsName
  543. //
  544. this.SJobsName.DataPropertyName = "SJobsName";
  545. this.SJobsName.HeaderText = "员工工种名称";
  546. this.SJobsName.Name = "SJobsName";
  547. this.SJobsName.ReadOnly = true;
  548. //
  549. // StaffStatusName
  550. //
  551. this.StaffStatusName.DataPropertyName = "StaffStatusName";
  552. this.StaffStatusName.HeaderText = "员工状态";
  553. this.StaffStatusName.Name = "StaffStatusName";
  554. this.StaffStatusName.ReadOnly = true;
  555. //
  556. // DRemarks
  557. //
  558. this.DRemarks.DataPropertyName = "Remarks";
  559. this.DRemarks.HeaderText = "备注";
  560. this.DRemarks.Name = "DRemarks";
  561. this.DRemarks.ReadOnly = true;
  562. //
  563. // splitContainer1
  564. //
  565. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  566. | System.Windows.Forms.AnchorStyles.Left)
  567. | System.Windows.Forms.AnchorStyles.Right)));
  568. this.splitContainer1.Location = new System.Drawing.Point(0, 120);
  569. this.splitContainer1.Name = "splitContainer1";
  570. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  571. //
  572. // splitContainer1.Panel1
  573. //
  574. this.splitContainer1.Panel1.Controls.Add(this.dgvClassesSet);
  575. //
  576. // splitContainer1.Panel2
  577. //
  578. this.splitContainer1.Panel2.Controls.Add(this.dgvClassesDetail);
  579. this.splitContainer1.Size = new System.Drawing.Size(882, 498);
  580. this.splitContainer1.SplitterDistance = 300;
  581. this.splitContainer1.TabIndex = 16;
  582. //
  583. // ClassesSettingID
  584. //
  585. this.ClassesSettingID.DataPropertyName = "ClassesSettingID";
  586. this.ClassesSettingID.HeaderText = "班次配置ID";
  587. this.ClassesSettingID.Name = "ClassesSettingID";
  588. this.ClassesSettingID.ReadOnly = true;
  589. this.ClassesSettingID.Visible = false;
  590. //
  591. // AccountDate
  592. //
  593. this.AccountDate.DataPropertyName = "AccountDate";
  594. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
  595. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  596. this.AccountDate.DefaultCellStyle = dataGridViewCellStyle3;
  597. this.AccountDate.HeaderText = "配置日期";
  598. this.AccountDate.Name = "AccountDate";
  599. this.AccountDate.ReadOnly = true;
  600. //
  601. // CSUserCode
  602. //
  603. this.CSUserCode.DataPropertyName = "UserCode";
  604. this.CSUserCode.HeaderText = "工号编码";
  605. this.CSUserCode.Name = "CSUserCode";
  606. this.CSUserCode.ReadOnly = true;
  607. //
  608. // CSUserName
  609. //
  610. this.CSUserName.DataPropertyName = "UserName";
  611. this.CSUserName.HeaderText = "工号名称";
  612. this.CSUserName.Name = "CSUserName";
  613. this.CSUserName.ReadOnly = true;
  614. //
  615. // ORGCode
  616. //
  617. this.ORGCode.DataPropertyName = "OrganizationCode";
  618. this.ORGCode.HeaderText = "工号所属部门编码";
  619. this.ORGCode.Name = "ORGCode";
  620. this.ORGCode.ReadOnly = true;
  621. this.ORGCode.Width = 150;
  622. //
  623. // ORGName
  624. //
  625. this.ORGName.DataPropertyName = "OrganizationName";
  626. this.ORGName.HeaderText = "工号所属部门名称";
  627. this.ORGName.Name = "ORGName";
  628. this.ORGName.ReadOnly = true;
  629. this.ORGName.Width = 150;
  630. //
  631. // ValueFlag
  632. //
  633. this.ValueFlag.DataPropertyName = "ValueFlag";
  634. this.ValueFlag.FalseValue = "0";
  635. this.ValueFlag.HeaderText = "有效标识";
  636. this.ValueFlag.IndeterminateValue = "0";
  637. this.ValueFlag.Name = "ValueFlag";
  638. this.ValueFlag.ReadOnly = true;
  639. this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  640. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  641. this.ValueFlag.TrueValue = "1";
  642. //
  643. // Remarks
  644. //
  645. this.Remarks.DataPropertyName = "Remarks";
  646. this.Remarks.HeaderText = "备注";
  647. this.Remarks.Name = "Remarks";
  648. this.Remarks.ReadOnly = true;
  649. //
  650. // CreateTime
  651. //
  652. this.CreateTime.DataPropertyName = "CreateTime";
  653. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
  654. dataGridViewCellStyle4.Format = "yyyy-MM-dd HH:mm:ss";
  655. this.CreateTime.DefaultCellStyle = dataGridViewCellStyle4;
  656. this.CreateTime.HeaderText = "创建时间";
  657. this.CreateTime.Name = "CreateTime";
  658. this.CreateTime.ReadOnly = true;
  659. //
  660. // CreateUserName
  661. //
  662. this.CreateUserName.DataPropertyName = "CreateUserName";
  663. this.CreateUserName.HeaderText = "创建者";
  664. this.CreateUserName.Name = "CreateUserName";
  665. this.CreateUserName.ReadOnly = true;
  666. //
  667. // UserID
  668. //
  669. this.UserID.DataPropertyName = "UserID";
  670. this.UserID.HeaderText = "工号ID";
  671. this.UserID.Name = "UserID";
  672. this.UserID.ReadOnly = true;
  673. //
  674. // F_PC_0401_1
  675. //
  676. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  677. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  678. this.ClientSize = new System.Drawing.Size(894, 618);
  679. this.Controls.Add(this.splitContainer1);
  680. this.Controls.Add(this.gbxCondition);
  681. this.Controls.Add(this.tsrOperate);
  682. this.MaximizeBox = false;
  683. this.MinimizeBox = false;
  684. this.Name = "F_PC_0401_1";
  685. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  686. this.Text = "班次配置";
  687. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_0401_FormClosed);
  688. this.Load += new System.EventHandler(this.F_PC_0401_Load);
  689. this.tsrOperate.ResumeLayout(false);
  690. this.tsrOperate.PerformLayout();
  691. this.gbxCondition.ResumeLayout(false);
  692. this.gbxCondition.PerformLayout();
  693. ((System.ComponentModel.ISupportInitialize)(this.dgvClassesSet)).EndInit();
  694. ((System.ComponentModel.ISupportInitialize)(this.dgvClassesDetail)).EndInit();
  695. this.splitContainer1.Panel1.ResumeLayout(false);
  696. this.splitContainer1.Panel2.ResumeLayout(false);
  697. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  698. this.splitContainer1.ResumeLayout(false);
  699. this.ResumeLayout(false);
  700. }
  701. #endregion
  702. private Basics.BaseControls.C_ToolStrip tsrOperate;
  703. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  704. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  705. private System.Windows.Forms.ToolStripButton tsbtnClose;
  706. private Basics.BaseControls.C_GroupBox gbxCondition;
  707. private Basics.BaseControls.C_TextBox txtUserCode;
  708. private Basics.BaseControls.C_Button btnSearch;
  709. private Basics.BaseControls.C_Button btnClearCondition;
  710. private Basics.BaseControls.C_Label c_Label1;
  711. private Basics.BaseControls.C_DateTimePicker dtpDateBegin;
  712. private Basics.BaseControls.C_TextBox txtRemarks;
  713. private Basics.BaseControls.C_Label c_Label3;
  714. private Basics.BaseControls.C_DataGridView dgvClassesSet;
  715. private Basics.BaseControls.C_DataGridView dgvClassesDetail;
  716. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  717. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  718. private System.Windows.Forms.SplitContainer splitContainer1;
  719. private Basics.BaseControls.C_Label c_Label2;
  720. private Basics.BaseControls.C_Label lblTo;
  721. private Basics.BaseControls.C_DateTimePicker dtpDateEnd;
  722. private System.Windows.Forms.DataGridViewTextBoxColumn ClassesDetailID;
  723. private System.Windows.Forms.DataGridViewTextBoxColumn UJobsCode;
  724. private System.Windows.Forms.DataGridViewTextBoxColumn UJobsName;
  725. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  726. private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
  727. private System.Windows.Forms.DataGridViewTextBoxColumn SORGCode;
  728. private System.Windows.Forms.DataGridViewTextBoxColumn SORGName;
  729. private System.Windows.Forms.DataGridViewTextBoxColumn SJobsCode;
  730. private System.Windows.Forms.DataGridViewTextBoxColumn SJobsName;
  731. private System.Windows.Forms.DataGridViewTextBoxColumn StaffStatusName;
  732. private System.Windows.Forms.DataGridViewTextBoxColumn DRemarks;
  733. private System.Windows.Forms.DataGridViewTextBoxColumn ClassesSettingID;
  734. private System.Windows.Forms.DataGridViewTextBoxColumn AccountDate;
  735. private System.Windows.Forms.DataGridViewTextBoxColumn CSUserCode;
  736. private System.Windows.Forms.DataGridViewTextBoxColumn CSUserName;
  737. private System.Windows.Forms.DataGridViewTextBoxColumn ORGCode;
  738. private System.Windows.Forms.DataGridViewTextBoxColumn ORGName;
  739. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  740. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  741. private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
  742. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserName;
  743. private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
  744. }
  745. }