S_CMN_007.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. namespace Dongke.IBOSS.PRD.Client.Controls
  2. {
  3. partial class S_CMN_007
  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_007));
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  35. this.lblUserName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.txtUserName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  38. this.dgvUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  39. this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.chkChooseAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  42. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  43. this.USERID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  45. this.USERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.USERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // lblUserCode
  51. //
  52. this.lblUserCode.AutoSize = true;
  53. this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
  54. this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  55. this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  56. this.lblUserCode.Image = ((System.Drawing.Image)(resources.GetObject("lblUserCode.Image")));
  57. this.lblUserCode.Location = new System.Drawing.Point(12, 15);
  58. this.lblUserCode.Name = "lblUserCode";
  59. this.lblUserCode.Size = new System.Drawing.Size(53, 12);
  60. this.lblUserCode.TabIndex = 0;
  61. this.lblUserCode.Text = "用户编码";
  62. //
  63. // txtUserCode
  64. //
  65. this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
  66. this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  67. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  68. this.txtUserCode.ErrorMessage = "";
  69. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.txtUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  71. this.txtUserCode.Location = new System.Drawing.Point(71, 11);
  72. this.txtUserCode.Name = "txtUserCode";
  73. this.txtUserCode.Size = new System.Drawing.Size(120, 21);
  74. this.txtUserCode.TabIndex = 1;
  75. //
  76. // lblUserName
  77. //
  78. this.lblUserName.AutoSize = true;
  79. this.lblUserName.BackColor = System.Drawing.Color.Transparent;
  80. this.lblUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.lblUserName.ForeColor = System.Drawing.SystemColors.ControlText;
  82. this.lblUserName.Image = ((System.Drawing.Image)(resources.GetObject("lblUserName.Image")));
  83. this.lblUserName.Location = new System.Drawing.Point(197, 15);
  84. this.lblUserName.Name = "lblUserName";
  85. this.lblUserName.Size = new System.Drawing.Size(53, 12);
  86. this.lblUserName.TabIndex = 2;
  87. this.lblUserName.Text = "用户名称";
  88. //
  89. // txtUserName
  90. //
  91. this.txtUserName.BackColor = System.Drawing.SystemColors.Window;
  92. this.txtUserName.BackgroundColor = System.Drawing.SystemColors.Window;
  93. this.txtUserName.ErrorMessage = "";
  94. this.txtUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.txtUserName.Location = new System.Drawing.Point(256, 11);
  96. this.txtUserName.Name = "txtUserName";
  97. this.txtUserName.Size = new System.Drawing.Size(120, 21);
  98. this.txtUserName.TabIndex = 3;
  99. //
  100. // btnSearch
  101. //
  102. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  103. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  104. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F);
  105. this.btnSearch.ForeColor = System.Drawing.Color.White;
  106. this.btnSearch.Location = new System.Drawing.Point(481, 6);
  107. this.btnSearch.Name = "btnSearch";
  108. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  109. this.btnSearch.TabIndex = 4;
  110. this.btnSearch.Text = "查询";
  111. this.btnSearch.UseVisualStyleBackColor = true;
  112. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  113. //
  114. // dgvUser
  115. //
  116. this.dgvUser.AllowUserToAddRows = false;
  117. this.dgvUser.AllowUserToDeleteRows = false;
  118. this.dgvUser.AllowUserToModifyRows = true;
  119. this.dgvUser.AllowUserToOrderColumns = true;
  120. this.dgvUser.AllowUserToResizeRows = false;
  121. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  122. this.dgvUser.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  123. this.dgvUser.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  124. this.dgvUser.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  125. this.dgvUser.CellHeight = 23;
  126. this.dgvUser.ChildNodeColumnName = null;
  127. this.dgvUser.ChildNodeColumnText = null;
  128. this.dgvUser.ColumnDeep = 1;
  129. this.dgvUser.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  130. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  131. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  132. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  134. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  135. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  136. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  137. this.dgvUser.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  138. this.dgvUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  139. this.dgvUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  140. this.USERID,
  141. this.sel,
  142. this.USERCODE,
  143. this.USERNAME});
  144. this.dgvUser.ColumnTreeView = null;
  145. this.dgvUser.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
  146. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  147. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  148. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  150. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  151. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  152. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  153. this.dgvUser.DefaultCellStyle = dataGridViewCellStyle3;
  154. this.dgvUser.DynamicColumnName = "";
  155. this.dgvUser.EnableHeadersVisualStyles = false;
  156. this.dgvUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.dgvUser.HorizontalMergeColumn = null;
  158. this.dgvUser.IsAutoCountSum = true;
  159. this.dgvUser.IsAutoResizeColumns = false;
  160. this.dgvUser.IsClickF12 = false;
  161. this.dgvUser.IsOpenMergeCellFlag = false;
  162. this.dgvUser.IsSubTotalFlag = false;
  163. this.dgvUser.IsTopDeep = false;
  164. this.dgvUser.Location = new System.Drawing.Point(12, 41);
  165. this.dgvUser.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  166. this.dgvUser.MergeColumnNames = null;
  167. this.dgvUser.MergeDetailColumnNames = null;
  168. this.dgvUser.MergeDetailOnlyColumn = null;
  169. this.dgvUser.MergeOnlyColumn = null;
  170. this.dgvUser.MultiSelect = false;
  171. this.dgvUser.Name = "dgvUser";
  172. this.dgvUser.RefreshAtHscroll = false;
  173. this.dgvUser.RowHeadersWidth = 50;
  174. this.dgvUser.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  175. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  176. this.dgvUser.RowsDefaultCellStyle = dataGridViewCellStyle4;
  177. this.dgvUser.RowTemplate.Height = 21;
  178. this.dgvUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  179. this.dgvUser.Size = new System.Drawing.Size(645, 387);
  180. this.dgvUser.SortOrderColumnName = null;
  181. this.dgvUser.TabIndex = 6;
  182. this.dgvUser.Tag = true;
  183. this.dgvUser.TotalSumColumns = null;
  184. this.dgvUser.ViewRowFilter = "";
  185. this.dgvUser.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvOrganization_CellMouseDoubleClick);
  186. //
  187. // btnOK
  188. //
  189. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  190. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  191. this.btnOK.Font = new System.Drawing.Font("宋体", 9F);
  192. this.btnOK.ForeColor = System.Drawing.Color.White;
  193. this.btnOK.Location = new System.Drawing.Point(481, 433);
  194. this.btnOK.Name = "btnOK";
  195. this.btnOK.Size = new System.Drawing.Size(85, 30);
  196. this.btnOK.TabIndex = 8;
  197. this.btnOK.Text = "确定";
  198. this.btnOK.UseVisualStyleBackColor = true;
  199. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  200. //
  201. // btnClose
  202. //
  203. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  204. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  205. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  206. this.btnClose.Font = new System.Drawing.Font("宋体", 9F);
  207. this.btnClose.ForeColor = System.Drawing.Color.White;
  208. this.btnClose.Location = new System.Drawing.Point(572, 433);
  209. this.btnClose.Name = "btnClose";
  210. this.btnClose.Size = new System.Drawing.Size(85, 30);
  211. this.btnClose.TabIndex = 9;
  212. this.btnClose.Text = "取消";
  213. this.btnClose.UseVisualStyleBackColor = true;
  214. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  215. //
  216. // chkChooseAll
  217. //
  218. this.chkChooseAll.AutoSize = true;
  219. this.chkChooseAll.BackColor = System.Drawing.Color.Transparent;
  220. this.chkChooseAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.chkChooseAll.Location = new System.Drawing.Point(12, 433);
  222. this.chkChooseAll.Name = "chkChooseAll";
  223. this.chkChooseAll.Size = new System.Drawing.Size(48, 16);
  224. this.chkChooseAll.TabIndex = 7;
  225. this.chkChooseAll.Text = "全选";
  226. this.chkChooseAll.UseVisualStyleBackColor = false;
  227. this.chkChooseAll.CheckedChanged += new System.EventHandler(this.chkChooseAll_CheckedChanged);
  228. //
  229. // btnClearCondition
  230. //
  231. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  232. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  233. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  234. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  236. this.btnClearCondition.Location = new System.Drawing.Point(572, 6);
  237. this.btnClearCondition.Name = "btnClearCondition";
  238. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  239. this.btnClearCondition.TabIndex = 5;
  240. this.btnClearCondition.Text = "清空条件";
  241. this.btnClearCondition.UseVisualStyleBackColor = false;
  242. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  243. //
  244. // USERID
  245. //
  246. this.USERID.DataPropertyName = "USERID";
  247. this.USERID.HeaderText = "USERID";
  248. this.USERID.Name = "USERID";
  249. this.USERID.ReadOnly = true;
  250. this.USERID.Visible = false;
  251. //
  252. // sel
  253. //
  254. this.sel.DataPropertyName = "Sel";
  255. this.sel.FalseValue = "0";
  256. this.sel.HeaderText = "选择";
  257. this.sel.Name = "sel";
  258. this.sel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  259. this.sel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  260. this.sel.TrueValue = "1";
  261. this.sel.Visible = false;
  262. //
  263. // USERCODE
  264. //
  265. this.USERCODE.DataPropertyName = "USERCODE";
  266. this.USERCODE.HeaderText = "工号编码";
  267. this.USERCODE.Name = "USERCODE";
  268. this.USERCODE.ReadOnly = true;
  269. this.USERCODE.Width = 200;
  270. //
  271. // USERNAME
  272. //
  273. this.USERNAME.DataPropertyName = "USERNAME";
  274. this.USERNAME.HeaderText = "工号名称";
  275. this.USERNAME.Name = "USERNAME";
  276. this.USERNAME.ReadOnly = true;
  277. this.USERNAME.Width = 200;
  278. //
  279. // S_CMN_007
  280. //
  281. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  282. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  283. this.CancelButton = this.btnClose;
  284. this.ClientSize = new System.Drawing.Size(672, 498);
  285. this.Controls.Add(this.btnClearCondition);
  286. this.Controls.Add(this.chkChooseAll);
  287. this.Controls.Add(this.btnClose);
  288. this.Controls.Add(this.btnOK);
  289. this.Controls.Add(this.dgvUser);
  290. this.Controls.Add(this.btnSearch);
  291. this.Controls.Add(this.txtUserName);
  292. this.Controls.Add(this.lblUserName);
  293. this.Controls.Add(this.txtUserCode);
  294. this.Controls.Add(this.lblUserCode);
  295. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  296. this.IsSaveFormSize = false;
  297. this.MaximizeBox = false;
  298. this.MinimizeBox = false;
  299. this.Name = "S_CMN_007";
  300. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  301. this.StatusSizingGrip = false;
  302. this.Text = "选择工号";
  303. this.Controls.SetChildIndex(this.lblUserCode, 0);
  304. this.Controls.SetChildIndex(this.txtUserCode, 0);
  305. this.Controls.SetChildIndex(this.lblUserName, 0);
  306. this.Controls.SetChildIndex(this.txtUserName, 0);
  307. this.Controls.SetChildIndex(this.btnSearch, 0);
  308. this.Controls.SetChildIndex(this.dgvUser, 0);
  309. this.Controls.SetChildIndex(this.btnOK, 0);
  310. this.Controls.SetChildIndex(this.btnClose, 0);
  311. this.Controls.SetChildIndex(this.chkChooseAll, 0);
  312. this.Controls.SetChildIndex(this.btnClearCondition, 0);
  313. ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).EndInit();
  314. this.ResumeLayout(false);
  315. this.PerformLayout();
  316. }
  317. #endregion
  318. private Basics.BaseControls.C_Label lblUserCode;
  319. private Basics.BaseControls.C_TextBox txtUserCode;
  320. private Basics.BaseControls.C_Label lblUserName;
  321. private Basics.BaseControls.C_TextBox txtUserName;
  322. private Basics.BaseControls.C_Button btnSearch;
  323. private Basics.BaseControls.C_DataGridView dgvUser;
  324. private Basics.BaseControls.C_Button btnOK;
  325. private Basics.BaseControls.C_Button btnClose;
  326. private Basics.BaseControls.C_CheckBox chkChooseAll;
  327. private Basics.BaseControls.C_Button btnClearCondition;
  328. private System.Windows.Forms.DataGridViewTextBoxColumn USERID;
  329. private System.Windows.Forms.DataGridViewCheckBoxColumn sel;
  330. private System.Windows.Forms.DataGridViewTextBoxColumn USERCODE;
  331. private System.Windows.Forms.DataGridViewTextBoxColumn USERNAME;
  332. }
  333. }