F_MST_0208.designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0208
  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_MST_0208));
  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 dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  37. this.txtUserCode = new System.Windows.Forms.TextBox();
  38. this.txtUserName = new System.Windows.Forms.TextBox();
  39. this.lblMAC = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.lblUserName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  43. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  44. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  45. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.cbActionType = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  47. this.scbOrganization = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbOrganization();
  48. this.dgvUserLogin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  49. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.opentime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  51. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.closetime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  53. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.OrganizationFullName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.limitMAC = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.设备名 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.动作类型 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.IP地址 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.IMEI = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.PostName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.ACTIONTIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.gbxCondition.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.dgvUserLogin)).BeginInit();
  67. this.SuspendLayout();
  68. //
  69. // txtUserCode
  70. //
  71. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  72. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.txtUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  74. this.txtUserCode.Location = new System.Drawing.Point(70, 20);
  75. this.txtUserCode.MaxLength = 20;
  76. this.txtUserCode.Name = "txtUserCode";
  77. this.txtUserCode.Size = new System.Drawing.Size(97, 21);
  78. this.txtUserCode.TabIndex = 2;
  79. //
  80. // txtUserName
  81. //
  82. this.txtUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.txtUserName.Location = new System.Drawing.Point(220, 21);
  84. this.txtUserName.MaxLength = 20;
  85. this.txtUserName.Name = "txtUserName";
  86. this.txtUserName.Size = new System.Drawing.Size(97, 21);
  87. this.txtUserName.TabIndex = 4;
  88. //
  89. // lblMAC
  90. //
  91. this.lblMAC.AutoSize = true;
  92. this.lblMAC.BackColor = System.Drawing.Color.Transparent;
  93. this.lblMAC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.lblMAC.ForeColor = System.Drawing.SystemColors.ControlText;
  95. this.lblMAC.Location = new System.Drawing.Point(509, 24);
  96. this.lblMAC.Name = "lblMAC";
  97. this.lblMAC.Size = new System.Drawing.Size(53, 12);
  98. this.lblMAC.TabIndex = 17;
  99. this.lblMAC.Text = "动作类型";
  100. //
  101. // lblUserCode
  102. //
  103. this.lblUserCode.AutoSize = true;
  104. this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
  105. this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  107. this.lblUserCode.Location = new System.Drawing.Point(11, 24);
  108. this.lblUserCode.Name = "lblUserCode";
  109. this.lblUserCode.Size = new System.Drawing.Size(53, 12);
  110. this.lblUserCode.TabIndex = 1;
  111. this.lblUserCode.Text = "用户编码";
  112. //
  113. // lblUserName
  114. //
  115. this.lblUserName.AutoSize = true;
  116. this.lblUserName.BackColor = System.Drawing.Color.Transparent;
  117. this.lblUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.lblUserName.ForeColor = System.Drawing.SystemColors.ControlText;
  119. this.lblUserName.Location = new System.Drawing.Point(173, 24);
  120. this.lblUserName.Name = "lblUserName";
  121. this.lblUserName.Size = new System.Drawing.Size(41, 12);
  122. this.lblUserName.TabIndex = 3;
  123. this.lblUserName.Text = "用户名";
  124. //
  125. // btnClearCondition
  126. //
  127. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  128. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  129. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  130. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  132. this.btnClearCondition.Location = new System.Drawing.Point(856, 20);
  133. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  134. this.btnClearCondition.Name = "btnClearCondition";
  135. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  136. this.btnClearCondition.TabIndex = 10;
  137. this.btnClearCondition.Text = "清空条件(&C)";
  138. this.btnClearCondition.UseVisualStyleBackColor = false;
  139. this.btnClearCondition.Click += new System.EventHandler(this.btnClear_Click);
  140. //
  141. // btnSearch
  142. //
  143. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  144. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  145. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  146. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.btnSearch.ForeColor = System.Drawing.Color.White;
  148. this.btnSearch.Location = new System.Drawing.Point(732, 20);
  149. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  150. this.btnSearch.Name = "btnSearch";
  151. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  152. this.btnSearch.TabIndex = 9;
  153. this.btnSearch.Text = "查询(&Q)";
  154. this.btnSearch.UseVisualStyleBackColor = false;
  155. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  156. //
  157. // gbxCondition
  158. //
  159. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  160. | System.Windows.Forms.AnchorStyles.Right)));
  161. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  162. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  163. this.gbxCondition.Controls.Add(this.closetime);
  164. this.gbxCondition.Controls.Add(this.c_Label3);
  165. this.gbxCondition.Controls.Add(this.opentime);
  166. this.gbxCondition.Controls.Add(this.c_Label2);
  167. this.gbxCondition.Controls.Add(this.c_Label1);
  168. this.gbxCondition.Controls.Add(this.cbActionType);
  169. this.gbxCondition.Controls.Add(this.scbOrganization);
  170. this.gbxCondition.Controls.Add(this.lblMAC);
  171. this.gbxCondition.Controls.Add(this.txtUserCode);
  172. this.gbxCondition.Controls.Add(this.btnClearCondition);
  173. this.gbxCondition.Controls.Add(this.btnSearch);
  174. this.gbxCondition.Controls.Add(this.txtUserName);
  175. this.gbxCondition.Controls.Add(this.lblUserName);
  176. this.gbxCondition.Controls.Add(this.lblUserCode);
  177. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  179. this.gbxCondition.IsMustInput = false;
  180. this.gbxCondition.Location = new System.Drawing.Point(12, 12);
  181. this.gbxCondition.Name = "gbxCondition";
  182. this.gbxCondition.OriginalHeight = -1;
  183. this.gbxCondition.Size = new System.Drawing.Size(1007, 78);
  184. this.gbxCondition.TabIndex = 20;
  185. this.gbxCondition.TabStop = false;
  186. this.gbxCondition.Text = "查询条件 ▼";
  187. //
  188. // c_Label1
  189. //
  190. this.c_Label1.AutoSize = true;
  191. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  192. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  194. this.c_Label1.Location = new System.Drawing.Point(323, 24);
  195. this.c_Label1.Name = "c_Label1";
  196. this.c_Label1.Size = new System.Drawing.Size(29, 12);
  197. this.c_Label1.TabIndex = 111;
  198. this.c_Label1.Text = "部门";
  199. //
  200. // cbActionType
  201. //
  202. this.cbActionType.BackColor = System.Drawing.SystemColors.Window;
  203. this.cbActionType.BackgroundColor = System.Drawing.SystemColors.Window;
  204. this.cbActionType.DataSource = null;
  205. this.cbActionType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.cbActionType.FormattingEnabled = true;
  207. //
  208. //
  209. //
  210. this.cbActionType.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  211. this.cbActionType.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.cbActionType.ListBox.Location = new System.Drawing.Point(0, 0);
  213. this.cbActionType.ListBox.Name = "";
  214. this.cbActionType.ListBox.Size = new System.Drawing.Size(132, 136);
  215. this.cbActionType.ListBox.TabIndex = 0;
  216. this.cbActionType.Location = new System.Drawing.Point(568, 21);
  217. this.cbActionType.Name = "cbActionType";
  218. this.cbActionType.Size = new System.Drawing.Size(134, 20);
  219. this.cbActionType.TabIndex = 110;
  220. //
  221. // scbOrganization
  222. //
  223. this.scbOrganization.CheckedData = null;
  224. this.scbOrganization.IsOnlyDisplayEnd = false;
  225. this.scbOrganization.Location = new System.Drawing.Point(358, 21);
  226. this.scbOrganization.Name = "scbOrganization";
  227. this.scbOrganization.Size = new System.Drawing.Size(145, 21);
  228. this.scbOrganization.TabIndex = 29;
  229. //
  230. // dgvUserLogin
  231. //
  232. this.dgvUserLogin.AllowUserToAddRows = false;
  233. this.dgvUserLogin.AllowUserToDeleteRows = false;
  234. this.dgvUserLogin.AllowUserToModifyRows = true;
  235. this.dgvUserLogin.AllowUserToOrderColumns = true;
  236. this.dgvUserLogin.AllowUserToResizeRows = false;
  237. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  238. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.dgvUserLogin.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  240. this.dgvUserLogin.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  241. | System.Windows.Forms.AnchorStyles.Left)
  242. | System.Windows.Forms.AnchorStyles.Right)));
  243. this.dgvUserLogin.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  244. this.dgvUserLogin.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  245. this.dgvUserLogin.CellHeight = 23;
  246. this.dgvUserLogin.ChildNodeColumnName = null;
  247. this.dgvUserLogin.ChildNodeColumnText = null;
  248. this.dgvUserLogin.ColumnDeep = 1;
  249. this.dgvUserLogin.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  250. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  251. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  252. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  254. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  255. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  256. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  257. this.dgvUserLogin.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  258. this.dgvUserLogin.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  259. this.dgvUserLogin.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  260. this.UserCode,
  261. this.UserName,
  262. this.OrganizationName,
  263. this.OrganizationFullName,
  264. this.limitMAC,
  265. this.设备名,
  266. this.动作类型,
  267. this.IP地址,
  268. this.IMEI,
  269. this.PostName,
  270. this.UserID,
  271. this.ACTIONTIME});
  272. this.dgvUserLogin.ColumnTreeView = null;
  273. this.dgvUserLogin.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)));
  274. this.dgvUserLogin.DynamicColumnName = "";
  275. this.dgvUserLogin.EnableHeadersVisualStyles = false;
  276. this.dgvUserLogin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. this.dgvUserLogin.FormatQuantityColumns = null;
  278. this.dgvUserLogin.HorizontalMergeColumn = null;
  279. this.dgvUserLogin.IsAutoCountSum = true;
  280. this.dgvUserLogin.IsAutoResizeColumns = false;
  281. this.dgvUserLogin.IsClickF12 = false;
  282. this.dgvUserLogin.IsOpenMergeCellFlag = false;
  283. this.dgvUserLogin.IsSubTotalFlag = false;
  284. this.dgvUserLogin.IsTopDeep = false;
  285. this.dgvUserLogin.Location = new System.Drawing.Point(12, 95);
  286. this.dgvUserLogin.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  287. this.dgvUserLogin.MergeColumnNames = null;
  288. this.dgvUserLogin.MergeDetailColumnNames = null;
  289. this.dgvUserLogin.MergeDetailOnlyColumn = null;
  290. this.dgvUserLogin.MergeOnlyColumn = null;
  291. this.dgvUserLogin.MultiSelect = false;
  292. this.dgvUserLogin.Name = "dgvUserLogin";
  293. this.dgvUserLogin.ReadOnly = true;
  294. this.dgvUserLogin.RefreshAtHscroll = false;
  295. this.dgvUserLogin.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  296. this.dgvUserLogin.RowHeadersWidth = 50;
  297. this.dgvUserLogin.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  298. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  299. this.dgvUserLogin.RowsDefaultCellStyle = dataGridViewCellStyle8;
  300. this.dgvUserLogin.RowTemplate.Height = 21;
  301. this.dgvUserLogin.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  302. this.dgvUserLogin.Size = new System.Drawing.Size(1007, 310);
  303. this.dgvUserLogin.SortOrderColumnName = null;
  304. this.dgvUserLogin.TabIndex = 21;
  305. this.dgvUserLogin.Tag = true;
  306. this.dgvUserLogin.TotalSumColumns = null;
  307. this.dgvUserLogin.ViewRowFilter = "";
  308. //
  309. // c_Label2
  310. //
  311. this.c_Label2.AutoSize = true;
  312. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  313. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  314. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  315. this.c_Label2.Location = new System.Drawing.Point(11, 56);
  316. this.c_Label2.Name = "c_Label2";
  317. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  318. this.c_Label2.TabIndex = 112;
  319. this.c_Label2.Text = "操作时间";
  320. //
  321. // opentime
  322. //
  323. this.opentime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  324. this.opentime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  325. this.opentime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  326. this.opentime.Location = new System.Drawing.Point(70, 52);
  327. this.opentime.Name = "opentime";
  328. this.opentime.Size = new System.Drawing.Size(154, 21);
  329. this.opentime.TabIndex = 113;
  330. //
  331. // c_Label3
  332. //
  333. this.c_Label3.AutoSize = true;
  334. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  335. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  336. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  337. this.c_Label3.Location = new System.Drawing.Point(230, 56);
  338. this.c_Label3.Name = "c_Label3";
  339. this.c_Label3.Size = new System.Drawing.Size(11, 12);
  340. this.c_Label3.TabIndex = 114;
  341. this.c_Label3.Text = "-";
  342. //
  343. // closetime
  344. //
  345. this.closetime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  346. this.closetime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.closetime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  348. this.closetime.Location = new System.Drawing.Point(247, 52);
  349. this.closetime.Name = "closetime";
  350. this.closetime.Size = new System.Drawing.Size(153, 21);
  351. this.closetime.TabIndex = 115;
  352. //
  353. // UserCode
  354. //
  355. this.UserCode.DataPropertyName = "UserCode";
  356. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  357. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  358. this.UserCode.DefaultCellStyle = dataGridViewCellStyle3;
  359. this.UserCode.HeaderText = "用户编码";
  360. this.UserCode.MaxInputLength = 20;
  361. this.UserCode.Name = "UserCode";
  362. this.UserCode.ReadOnly = true;
  363. this.UserCode.Width = 80;
  364. //
  365. // UserName
  366. //
  367. this.UserName.DataPropertyName = "UserName";
  368. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  369. dataGridViewCellStyle4.BackColor = System.Drawing.Color.White;
  370. this.UserName.DefaultCellStyle = dataGridViewCellStyle4;
  371. this.UserName.HeaderText = "用户姓名";
  372. this.UserName.MaxInputLength = 20;
  373. this.UserName.Name = "UserName";
  374. this.UserName.ReadOnly = true;
  375. this.UserName.Width = 80;
  376. //
  377. // OrganizationName
  378. //
  379. this.OrganizationName.DataPropertyName = "OrganizationName";
  380. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  381. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  382. this.OrganizationName.DefaultCellStyle = dataGridViewCellStyle5;
  383. this.OrganizationName.HeaderText = "所属部门";
  384. this.OrganizationName.MaxInputLength = 20;
  385. this.OrganizationName.Name = "OrganizationName";
  386. this.OrganizationName.ReadOnly = true;
  387. this.OrganizationName.Width = 80;
  388. //
  389. // OrganizationFullName
  390. //
  391. this.OrganizationFullName.DataPropertyName = "OrganizationFullName";
  392. this.OrganizationFullName.HeaderText = "部门全称";
  393. this.OrganizationFullName.Name = "OrganizationFullName";
  394. this.OrganizationFullName.ReadOnly = true;
  395. this.OrganizationFullName.Width = 200;
  396. //
  397. // limitMAC
  398. //
  399. this.limitMAC.DataPropertyName = "MAC";
  400. dataGridViewCellStyle6.BackColor = System.Drawing.Color.White;
  401. this.limitMAC.DefaultCellStyle = dataGridViewCellStyle6;
  402. this.limitMAC.HeaderText = "MAC地址";
  403. this.limitMAC.MaxInputLength = 17;
  404. this.limitMAC.Name = "limitMAC";
  405. this.limitMAC.ReadOnly = true;
  406. //
  407. // 设备名
  408. //
  409. this.设备名.DataPropertyName = "COMPUTERNAME";
  410. this.设备名.HeaderText = "设备名";
  411. this.设备名.Name = "设备名";
  412. this.设备名.ReadOnly = true;
  413. //
  414. // 动作类型
  415. //
  416. this.动作类型.DataPropertyName = "ACTIONTYPE";
  417. this.动作类型.HeaderText = "动作类型";
  418. this.动作类型.Name = "动作类型";
  419. this.动作类型.ReadOnly = true;
  420. //
  421. // IP地址
  422. //
  423. this.IP地址.DataPropertyName = "IP";
  424. this.IP地址.HeaderText = "IP地址";
  425. this.IP地址.Name = "IP地址";
  426. this.IP地址.ReadOnly = true;
  427. //
  428. // IMEI
  429. //
  430. this.IMEI.DataPropertyName = "IMEI";
  431. this.IMEI.HeaderText = "IMEI";
  432. this.IMEI.Name = "IMEI";
  433. this.IMEI.ReadOnly = true;
  434. //
  435. // PostName
  436. //
  437. this.PostName.DataPropertyName = "PostName";
  438. this.PostName.HeaderText = "职务";
  439. this.PostName.Name = "PostName";
  440. this.PostName.ReadOnly = true;
  441. this.PostName.Visible = false;
  442. //
  443. // UserID
  444. //
  445. this.UserID.DataPropertyName = "UserID";
  446. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  447. dataGridViewCellStyle7.BackColor = System.Drawing.Color.White;
  448. this.UserID.DefaultCellStyle = dataGridViewCellStyle7;
  449. this.UserID.HeaderText = "用户ID";
  450. this.UserID.MaxInputLength = 4;
  451. this.UserID.Name = "UserID";
  452. this.UserID.ReadOnly = true;
  453. this.UserID.Visible = false;
  454. //
  455. // ACTIONTIME
  456. //
  457. this.ACTIONTIME.DataPropertyName = "ACTIONTIME";
  458. this.ACTIONTIME.HeaderText = "操作时间";
  459. this.ACTIONTIME.Name = "ACTIONTIME";
  460. this.ACTIONTIME.ReadOnly = true;
  461. //
  462. // F_MST_0208
  463. //
  464. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  465. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  466. this.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.bg;
  467. this.ClientSize = new System.Drawing.Size(1031, 416);
  468. this.Controls.Add(this.dgvUserLogin);
  469. this.Controls.Add(this.gbxCondition);
  470. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  471. this.Name = "F_MST_0208";
  472. this.Text = " 登录记录";
  473. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  474. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0203_FormClosed);
  475. this.Load += new System.EventHandler(this.FrmUser_Load);
  476. this.gbxCondition.ResumeLayout(false);
  477. this.gbxCondition.PerformLayout();
  478. ((System.ComponentModel.ISupportInitialize)(this.dgvUserLogin)).EndInit();
  479. this.ResumeLayout(false);
  480. }
  481. #endregion
  482. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSearch;
  483. private System.Windows.Forms.TextBox txtUserCode;
  484. private System.Windows.Forms.TextBox txtUserName;
  485. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblUserCode;
  486. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblUserName;
  487. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblMAC;
  488. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnClearCondition;
  489. private Basics.BaseControls.C_GroupBox gbxCondition;
  490. private Basics.BaseControls.C_DataGridView dgvUserLogin;
  491. private Controls.SearchBox.ScbOrganization scbOrganization;
  492. private Basics.BaseControls.C_Label c_Label1;
  493. private Basics.BaseControls.DKListBoxComboBox cbActionType;
  494. private Basics.BaseControls.C_Label c_Label2;
  495. private Basics.BaseControls.C_DateTimePicker opentime;
  496. private Basics.BaseControls.C_DateTimePicker closetime;
  497. private Basics.BaseControls.C_Label c_Label3;
  498. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  499. private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
  500. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
  501. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationFullName;
  502. private System.Windows.Forms.DataGridViewTextBoxColumn limitMAC;
  503. private System.Windows.Forms.DataGridViewTextBoxColumn 设备名;
  504. private System.Windows.Forms.DataGridViewTextBoxColumn 动作类型;
  505. private System.Windows.Forms.DataGridViewTextBoxColumn IP地址;
  506. private System.Windows.Forms.DataGridViewTextBoxColumn IMEI;
  507. private System.Windows.Forms.DataGridViewTextBoxColumn PostName;
  508. private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
  509. private System.Windows.Forms.DataGridViewTextBoxColumn ACTIONTIME;
  510. }
  511. }