S_CMN_013.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556
  1. namespace Dongke.IBOSS.PRD.Client.Controls
  2. {
  3. partial class S_CMN_013
  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(S_CMN_013));
  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 dataGridViewCellStyle10 = 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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  39. this.txtUserCode = new System.Windows.Forms.TextBox();
  40. this.txtUserName = new System.Windows.Forms.TextBox();
  41. this.lblMAC = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.txtMAC = new System.Windows.Forms.TextBox();
  43. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.txtRemarks = new System.Windows.Forms.TextBox();
  45. this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.lblUserName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  48. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  49. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  50. this.dgvUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  51. this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  52. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.StaffNames = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.OrganizationFullName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.limitMAC = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Telephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  61. this.ValueFlag = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.chkChooseAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  64. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  65. this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  66. this.lblOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  67. this.scbOrganization = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbOrganization();
  68. this.gbxCondition.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit();
  70. this.SuspendLayout();
  71. //
  72. // txtUserCode
  73. //
  74. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  75. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.txtUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  77. this.txtUserCode.Location = new System.Drawing.Point(70, 20);
  78. this.txtUserCode.MaxLength = 20;
  79. this.txtUserCode.Name = "txtUserCode";
  80. this.txtUserCode.Size = new System.Drawing.Size(97, 21);
  81. this.txtUserCode.TabIndex = 2;
  82. //
  83. // txtUserName
  84. //
  85. this.txtUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.txtUserName.Location = new System.Drawing.Point(258, 20);
  87. this.txtUserName.MaxLength = 20;
  88. this.txtUserName.Name = "txtUserName";
  89. this.txtUserName.Size = new System.Drawing.Size(97, 21);
  90. this.txtUserName.TabIndex = 4;
  91. //
  92. // lblMAC
  93. //
  94. this.lblMAC.AutoSize = true;
  95. this.lblMAC.BackColor = System.Drawing.Color.Transparent;
  96. this.lblMAC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.lblMAC.ForeColor = System.Drawing.SystemColors.ControlText;
  98. this.lblMAC.Location = new System.Drawing.Point(179, 51);
  99. this.lblMAC.Name = "lblMAC";
  100. this.lblMAC.Size = new System.Drawing.Size(71, 12);
  101. this.lblMAC.TabIndex = 17;
  102. this.lblMAC.Text = "限制MAC地址";
  103. //
  104. // txtMAC
  105. //
  106. this.txtMAC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.txtMAC.Location = new System.Drawing.Point(258, 47);
  108. this.txtMAC.MaxLength = 20;
  109. this.txtMAC.Name = "txtMAC";
  110. this.txtMAC.Size = new System.Drawing.Size(289, 21);
  111. this.txtMAC.TabIndex = 18;
  112. //
  113. // lblRemarks
  114. //
  115. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  116. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  118. this.lblRemarks.Location = new System.Drawing.Point(33, 51);
  119. this.lblRemarks.Name = "lblRemarks";
  120. this.lblRemarks.Size = new System.Drawing.Size(31, 13);
  121. this.lblRemarks.TabIndex = 7;
  122. this.lblRemarks.Text = "备注";
  123. //
  124. // txtRemarks
  125. //
  126. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.txtRemarks.Location = new System.Drawing.Point(70, 47);
  128. this.txtRemarks.MaxLength = 500;
  129. this.txtRemarks.Name = "txtRemarks";
  130. this.txtRemarks.Size = new System.Drawing.Size(97, 21);
  131. this.txtRemarks.TabIndex = 8;
  132. //
  133. // lblUserCode
  134. //
  135. this.lblUserCode.AutoSize = true;
  136. this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
  137. this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  139. this.lblUserCode.Location = new System.Drawing.Point(11, 24);
  140. this.lblUserCode.Name = "lblUserCode";
  141. this.lblUserCode.Size = new System.Drawing.Size(53, 12);
  142. this.lblUserCode.TabIndex = 1;
  143. this.lblUserCode.Text = "工号编码";
  144. //
  145. // lblUserName
  146. //
  147. this.lblUserName.AutoSize = true;
  148. this.lblUserName.BackColor = System.Drawing.Color.Transparent;
  149. this.lblUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.lblUserName.ForeColor = System.Drawing.SystemColors.ControlText;
  151. this.lblUserName.Location = new System.Drawing.Point(199, 24);
  152. this.lblUserName.Name = "lblUserName";
  153. this.lblUserName.Size = new System.Drawing.Size(53, 12);
  154. this.lblUserName.TabIndex = 3;
  155. this.lblUserName.Text = "工号姓名";
  156. //
  157. // btnClearCondition
  158. //
  159. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  160. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  161. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  162. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  164. this.btnClearCondition.Location = new System.Drawing.Point(882, 47);
  165. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  166. this.btnClearCondition.Name = "btnClearCondition";
  167. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  168. this.btnClearCondition.TabIndex = 10;
  169. this.btnClearCondition.Text = "清空条件";
  170. this.btnClearCondition.UseVisualStyleBackColor = false;
  171. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  172. //
  173. // btnSearch
  174. //
  175. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  176. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  177. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  178. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.btnSearch.ForeColor = System.Drawing.Color.White;
  180. this.btnSearch.Location = new System.Drawing.Point(791, 47);
  181. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  182. this.btnSearch.Name = "btnSearch";
  183. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  184. this.btnSearch.TabIndex = 9;
  185. this.btnSearch.Text = "查询";
  186. this.btnSearch.UseVisualStyleBackColor = false;
  187. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  188. //
  189. // gbxCondition
  190. //
  191. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  192. | System.Windows.Forms.AnchorStyles.Right)));
  193. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  194. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  195. this.gbxCondition.Controls.Add(this.lblOrganization);
  196. this.gbxCondition.Controls.Add(this.scbOrganization);
  197. this.gbxCondition.Controls.Add(this.lblMAC);
  198. this.gbxCondition.Controls.Add(this.txtUserCode);
  199. this.gbxCondition.Controls.Add(this.btnClearCondition);
  200. this.gbxCondition.Controls.Add(this.txtMAC);
  201. this.gbxCondition.Controls.Add(this.btnSearch);
  202. this.gbxCondition.Controls.Add(this.txtUserName);
  203. this.gbxCondition.Controls.Add(this.lblRemarks);
  204. this.gbxCondition.Controls.Add(this.lblUserName);
  205. this.gbxCondition.Controls.Add(this.txtRemarks);
  206. this.gbxCondition.Controls.Add(this.lblUserCode);
  207. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  209. this.gbxCondition.IsMustInput = false;
  210. this.gbxCondition.Location = new System.Drawing.Point(12, 12);
  211. this.gbxCondition.Name = "gbxCondition";
  212. this.gbxCondition.OriginalHeight = -1;
  213. this.gbxCondition.Size = new System.Drawing.Size(973, 83);
  214. this.gbxCondition.TabIndex = 20;
  215. this.gbxCondition.TabStop = false;
  216. this.gbxCondition.Text = "查询条件 ▼";
  217. //
  218. // dgvUser
  219. //
  220. this.dgvUser.AllowUserToAddRows = false;
  221. this.dgvUser.AllowUserToDeleteRows = false;
  222. this.dgvUser.AllowUserToModifyRows = true;
  223. this.dgvUser.AllowUserToOrderColumns = true;
  224. this.dgvUser.AllowUserToResizeRows = false;
  225. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  226. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.dgvUser.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  228. this.dgvUser.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  229. | System.Windows.Forms.AnchorStyles.Left)
  230. | System.Windows.Forms.AnchorStyles.Right)));
  231. this.dgvUser.BorderStyle = System.Windows.Forms.BorderStyle.None;
  232. this.dgvUser.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  233. this.dgvUser.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  234. this.dgvUser.CellHeight = 23;
  235. this.dgvUser.ChildNodeColumnName = null;
  236. this.dgvUser.ChildNodeColumnText = null;
  237. this.dgvUser.ColumnDeep = 1;
  238. this.dgvUser.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  239. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  240. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  241. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  243. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  244. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  245. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  246. this.dgvUser.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  247. this.dgvUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  248. this.dgvUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  249. this.Sel,
  250. this.UserCode,
  251. this.UserName,
  252. this.OrganizationName,
  253. this.StaffNames,
  254. this.OrganizationFullName,
  255. this.limitMAC,
  256. this.Telephone,
  257. this.Remarks,
  258. this.Column1,
  259. this.ValueFlag,
  260. this.UserID});
  261. this.dgvUser.ColumnTreeView = null;
  262. this.dgvUser.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)));
  263. this.dgvUser.DynamicColumnName = "";
  264. this.dgvUser.EnableHeadersVisualStyles = false;
  265. this.dgvUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.dgvUser.FormatQuantityColumns = null;
  267. this.dgvUser.HorizontalMergeColumn = null;
  268. this.dgvUser.IsAutoCountSum = true;
  269. this.dgvUser.IsAutoResizeColumns = false;
  270. this.dgvUser.IsClickF12 = false;
  271. this.dgvUser.IsOpenMergeCellFlag = false;
  272. this.dgvUser.IsSubTotalFlag = false;
  273. this.dgvUser.IsTopDeep = false;
  274. this.dgvUser.Location = new System.Drawing.Point(12, 100);
  275. this.dgvUser.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  276. this.dgvUser.MergeColumnNames = null;
  277. this.dgvUser.MergeDetailColumnNames = null;
  278. this.dgvUser.MergeDetailOnlyColumn = null;
  279. this.dgvUser.MergeOnlyColumn = null;
  280. this.dgvUser.MultiSelect = false;
  281. this.dgvUser.Name = "dgvUser";
  282. this.dgvUser.RefreshAtHscroll = false;
  283. this.dgvUser.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  284. this.dgvUser.RowHeadersWidth = 50;
  285. this.dgvUser.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  286. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  287. this.dgvUser.RowsDefaultCellStyle = dataGridViewCellStyle10;
  288. this.dgvUser.RowTemplate.Height = 21;
  289. this.dgvUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
  290. this.dgvUser.Size = new System.Drawing.Size(973, 326);
  291. this.dgvUser.SortOrderColumnName = null;
  292. this.dgvUser.TabIndex = 21;
  293. this.dgvUser.Tag = true;
  294. this.dgvUser.TotalSumColumns = null;
  295. this.dgvUser.ViewRowFilter = "";
  296. //
  297. // Sel
  298. //
  299. this.Sel.DataPropertyName = "Sel";
  300. this.Sel.FalseValue = "0";
  301. this.Sel.FillWeight = 50F;
  302. this.Sel.HeaderText = "选择";
  303. this.Sel.IndeterminateValue = "0";
  304. this.Sel.Name = "Sel";
  305. this.Sel.ReadOnly = true;
  306. this.Sel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  307. this.Sel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  308. this.Sel.TrueValue = "1";
  309. this.Sel.Width = 50;
  310. //
  311. // UserCode
  312. //
  313. this.UserCode.DataPropertyName = "UserCode";
  314. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  315. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  316. this.UserCode.DefaultCellStyle = dataGridViewCellStyle3;
  317. this.UserCode.HeaderText = "工号编号";
  318. this.UserCode.MaxInputLength = 20;
  319. this.UserCode.Name = "UserCode";
  320. this.UserCode.ReadOnly = true;
  321. this.UserCode.Width = 80;
  322. //
  323. // UserName
  324. //
  325. this.UserName.DataPropertyName = "UserName";
  326. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  327. dataGridViewCellStyle4.BackColor = System.Drawing.Color.White;
  328. this.UserName.DefaultCellStyle = dataGridViewCellStyle4;
  329. this.UserName.HeaderText = "工号姓名";
  330. this.UserName.MaxInputLength = 20;
  331. this.UserName.Name = "UserName";
  332. this.UserName.ReadOnly = true;
  333. this.UserName.Width = 80;
  334. //
  335. // OrganizationName
  336. //
  337. this.OrganizationName.DataPropertyName = "OrganizationName";
  338. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  339. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  340. this.OrganizationName.DefaultCellStyle = dataGridViewCellStyle5;
  341. this.OrganizationName.HeaderText = "所属部门";
  342. this.OrganizationName.MaxInputLength = 20;
  343. this.OrganizationName.Name = "OrganizationName";
  344. this.OrganizationName.ReadOnly = true;
  345. this.OrganizationName.Width = 80;
  346. //
  347. // StaffNames
  348. //
  349. this.StaffNames.DataPropertyName = "StaffNames";
  350. this.StaffNames.HeaderText = "关联员工";
  351. this.StaffNames.Name = "StaffNames";
  352. this.StaffNames.ReadOnly = true;
  353. //
  354. // OrganizationFullName
  355. //
  356. this.OrganizationFullName.DataPropertyName = "OrganizationFullName";
  357. this.OrganizationFullName.HeaderText = "部门全称";
  358. this.OrganizationFullName.Name = "OrganizationFullName";
  359. this.OrganizationFullName.ReadOnly = true;
  360. //
  361. // limitMAC
  362. //
  363. this.limitMAC.DataPropertyName = "limitMAC";
  364. dataGridViewCellStyle6.BackColor = System.Drawing.Color.White;
  365. this.limitMAC.DefaultCellStyle = dataGridViewCellStyle6;
  366. this.limitMAC.HeaderText = "MAC地址";
  367. this.limitMAC.MaxInputLength = 17;
  368. this.limitMAC.Name = "limitMAC";
  369. this.limitMAC.ReadOnly = true;
  370. //
  371. // Telephone
  372. //
  373. this.Telephone.DataPropertyName = "Telephone";
  374. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  375. dataGridViewCellStyle7.BackColor = System.Drawing.Color.White;
  376. this.Telephone.DefaultCellStyle = dataGridViewCellStyle7;
  377. this.Telephone.HeaderText = "联系电话";
  378. this.Telephone.MaxInputLength = 50;
  379. this.Telephone.Name = "Telephone";
  380. this.Telephone.ReadOnly = true;
  381. //
  382. // Remarks
  383. //
  384. this.Remarks.DataPropertyName = "Remarks";
  385. dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
  386. this.Remarks.DefaultCellStyle = dataGridViewCellStyle8;
  387. this.Remarks.HeaderText = "备注";
  388. this.Remarks.MaxInputLength = 255;
  389. this.Remarks.Name = "Remarks";
  390. this.Remarks.ReadOnly = true;
  391. this.Remarks.Width = 120;
  392. //
  393. // Column1
  394. //
  395. this.Column1.DataPropertyName = "ValueFlag";
  396. this.Column1.FalseValue = "0";
  397. this.Column1.HeaderText = "有效标识";
  398. this.Column1.Name = "Column1";
  399. this.Column1.ReadOnly = true;
  400. this.Column1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  401. this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  402. this.Column1.TrueValue = "1";
  403. //
  404. // ValueFlag
  405. //
  406. this.ValueFlag.DataPropertyName = "ValueFlag";
  407. this.ValueFlag.HeaderText = "有效标识值";
  408. this.ValueFlag.Name = "ValueFlag";
  409. this.ValueFlag.ReadOnly = true;
  410. this.ValueFlag.Visible = false;
  411. //
  412. // UserID
  413. //
  414. this.UserID.DataPropertyName = "UserID";
  415. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  416. dataGridViewCellStyle9.BackColor = System.Drawing.Color.White;
  417. this.UserID.DefaultCellStyle = dataGridViewCellStyle9;
  418. this.UserID.HeaderText = "用户ID";
  419. this.UserID.MaxInputLength = 4;
  420. this.UserID.Name = "UserID";
  421. this.UserID.ReadOnly = true;
  422. this.UserID.Visible = false;
  423. //
  424. // chkChooseAll
  425. //
  426. this.chkChooseAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  427. this.chkChooseAll.AutoSize = true;
  428. this.chkChooseAll.BackColor = System.Drawing.Color.Transparent;
  429. this.chkChooseAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  430. this.chkChooseAll.Location = new System.Drawing.Point(12, 439);
  431. this.chkChooseAll.Name = "chkChooseAll";
  432. this.chkChooseAll.Size = new System.Drawing.Size(48, 16);
  433. this.chkChooseAll.TabIndex = 59;
  434. this.chkChooseAll.Text = "全选";
  435. this.chkChooseAll.UseVisualStyleBackColor = false;
  436. this.chkChooseAll.CheckedChanged += new System.EventHandler(this.chkChooseAll_CheckedChanged);
  437. //
  438. // btnClose
  439. //
  440. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  441. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  442. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  443. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  444. this.btnClose.ForeColor = System.Drawing.Color.White;
  445. this.btnClose.Location = new System.Drawing.Point(894, 431);
  446. this.btnClose.Name = "btnClose";
  447. this.btnClose.Size = new System.Drawing.Size(85, 30);
  448. this.btnClose.TabIndex = 60;
  449. this.btnClose.Text = "取消";
  450. this.btnClose.UseVisualStyleBackColor = false;
  451. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  452. //
  453. // btnOK
  454. //
  455. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  456. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  457. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  458. this.btnOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  459. this.btnOK.ForeColor = System.Drawing.Color.White;
  460. this.btnOK.Location = new System.Drawing.Point(803, 431);
  461. this.btnOK.Name = "btnOK";
  462. this.btnOK.Size = new System.Drawing.Size(85, 30);
  463. this.btnOK.TabIndex = 61;
  464. this.btnOK.Text = "确定";
  465. this.btnOK.UseVisualStyleBackColor = false;
  466. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  467. //
  468. // lblOrganization
  469. //
  470. this.lblOrganization.AutoSize = true;
  471. this.lblOrganization.BackColor = System.Drawing.Color.Transparent;
  472. this.lblOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  473. this.lblOrganization.ForeColor = System.Drawing.SystemColors.ControlText;
  474. this.lblOrganization.Location = new System.Drawing.Point(361, 24);
  475. this.lblOrganization.Name = "lblOrganization";
  476. this.lblOrganization.Size = new System.Drawing.Size(53, 12);
  477. this.lblOrganization.TabIndex = 27;
  478. this.lblOrganization.Text = "所属组织";
  479. //
  480. // scbOrganization
  481. //
  482. this.scbOrganization.CheckedData = null;
  483. this.scbOrganization.IsOnlyDisplayEnd = false;
  484. this.scbOrganization.Location = new System.Drawing.Point(420, 21);
  485. this.scbOrganization.MultiSelect = false;
  486. this.scbOrganization.Name = "scbOrganization";
  487. this.scbOrganization.Size = new System.Drawing.Size(127, 21);
  488. this.scbOrganization.TabIndex = 26;
  489. //
  490. // S_CMN_013
  491. //
  492. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  493. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  494. this.ClientSize = new System.Drawing.Size(997, 486);
  495. this.Controls.Add(this.btnClose);
  496. this.Controls.Add(this.btnOK);
  497. this.Controls.Add(this.chkChooseAll);
  498. this.Controls.Add(this.dgvUser);
  499. this.Controls.Add(this.gbxCondition);
  500. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  501. this.IsSaveFormSize = false;
  502. this.Name = "S_CMN_013";
  503. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  504. this.Text = "工号选择";
  505. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  506. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0203_FormClosed);
  507. this.Load += new System.EventHandler(this.FrmUser_Load);
  508. this.Controls.SetChildIndex(this.gbxCondition, 0);
  509. this.Controls.SetChildIndex(this.dgvUser, 0);
  510. this.Controls.SetChildIndex(this.chkChooseAll, 0);
  511. this.Controls.SetChildIndex(this.btnOK, 0);
  512. this.Controls.SetChildIndex(this.btnClose, 0);
  513. this.gbxCondition.ResumeLayout(false);
  514. this.gbxCondition.PerformLayout();
  515. ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).EndInit();
  516. this.ResumeLayout(false);
  517. this.PerformLayout();
  518. }
  519. #endregion
  520. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSearch;
  521. private System.Windows.Forms.TextBox txtUserCode;
  522. private System.Windows.Forms.TextBox txtUserName;
  523. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblUserCode;
  524. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblUserName;
  525. private System.Windows.Forms.TextBox txtMAC;
  526. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblMAC;
  527. private System.Windows.Forms.TextBox txtRemarks;
  528. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblRemarks;
  529. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnClearCondition;
  530. private Basics.BaseControls.C_GroupBox gbxCondition;
  531. private Basics.BaseControls.C_DataGridView dgvUser;
  532. private Basics.BaseControls.C_CheckBox chkChooseAll;
  533. private Basics.BaseControls.C_Button btnClose;
  534. private Basics.BaseControls.C_Button btnOK;
  535. private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
  536. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  537. private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
  538. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
  539. private System.Windows.Forms.DataGridViewTextBoxColumn StaffNames;
  540. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationFullName;
  541. private System.Windows.Forms.DataGridViewTextBoxColumn limitMAC;
  542. private System.Windows.Forms.DataGridViewTextBoxColumn Telephone;
  543. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  544. private System.Windows.Forms.DataGridViewCheckBoxColumn Column1;
  545. private System.Windows.Forms.DataGridViewTextBoxColumn ValueFlag;
  546. private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
  547. private Basics.BaseControls.C_Label lblOrganization;
  548. private SearchBox.ScbOrganization scbOrganization;
  549. }
  550. }