S_CMN_003.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. namespace Dongke.IBOSS.PRD.Client.Controls
  2. {
  3. partial class S_CMN_003
  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_003));
  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.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.txtStaffCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  35. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.txtStaffName = 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.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  42. this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.IDCardNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Birthday = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // c_Label1
  51. //
  52. this.c_Label1.AutoSize = true;
  53. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  54. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  55. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  56. this.c_Label1.Location = new System.Drawing.Point(12, 15);
  57. this.c_Label1.Name = "c_Label1";
  58. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  59. this.c_Label1.TabIndex = 0;
  60. this.c_Label1.Text = "员工编号";
  61. //
  62. // txtStaffCode
  63. //
  64. this.txtStaffCode.BackColor = System.Drawing.SystemColors.Window;
  65. this.txtStaffCode.BackgroundColor = System.Drawing.SystemColors.Window;
  66. this.txtStaffCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  67. this.txtStaffCode.ErrorMessage = "";
  68. this.txtStaffCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.txtStaffCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  70. this.txtStaffCode.Location = new System.Drawing.Point(71, 11);
  71. this.txtStaffCode.MaxLength = 20;
  72. this.txtStaffCode.Name = "txtStaffCode";
  73. this.txtStaffCode.Size = new System.Drawing.Size(100, 21);
  74. this.txtStaffCode.TabIndex = 1;
  75. //
  76. // c_Label2
  77. //
  78. this.c_Label2.AutoSize = true;
  79. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  80. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  82. this.c_Label2.Location = new System.Drawing.Point(177, 15);
  83. this.c_Label2.Name = "c_Label2";
  84. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  85. this.c_Label2.TabIndex = 2;
  86. this.c_Label2.Text = "员工姓名";
  87. //
  88. // txtStaffName
  89. //
  90. this.txtStaffName.BackColor = System.Drawing.SystemColors.Window;
  91. this.txtStaffName.BackgroundColor = System.Drawing.SystemColors.Window;
  92. this.txtStaffName.ErrorMessage = "";
  93. this.txtStaffName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.txtStaffName.Location = new System.Drawing.Point(236, 11);
  95. this.txtStaffName.MaxLength = 20;
  96. this.txtStaffName.Name = "txtStaffName";
  97. this.txtStaffName.Size = new System.Drawing.Size(100, 21);
  98. this.txtStaffName.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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.btnSearch.ForeColor = System.Drawing.Color.White;
  106. this.btnSearch.Location = new System.Drawing.Point(361, 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 = false;
  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.StaffID,
  141. this.StaffCode,
  142. this.StaffName,
  143. this.IDCardNo,
  144. this.Birthday});
  145. this.dgvUser.ColumnTreeView = null;
  146. this.dgvUser.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
  147. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  148. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  149. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  151. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  152. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  153. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  154. this.dgvUser.DefaultCellStyle = dataGridViewCellStyle3;
  155. this.dgvUser.DynamicColumnName = "";
  156. this.dgvUser.EnableHeadersVisualStyles = false;
  157. this.dgvUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.dgvUser.HorizontalMergeColumn = null;
  159. this.dgvUser.IsAutoCountSum = true;
  160. this.dgvUser.IsAutoResizeColumns = false;
  161. this.dgvUser.IsClickF12 = false;
  162. this.dgvUser.IsOpenMergeCellFlag = false;
  163. this.dgvUser.IsSubTotalFlag = false;
  164. this.dgvUser.IsTopDeep = false;
  165. this.dgvUser.Location = new System.Drawing.Point(14, 40);
  166. this.dgvUser.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  167. this.dgvUser.MergeColumnNames = null;
  168. this.dgvUser.MergeDetailColumnNames = null;
  169. this.dgvUser.MergeDetailOnlyColumn = null;
  170. this.dgvUser.MergeOnlyColumn = null;
  171. this.dgvUser.MultiSelect = false;
  172. this.dgvUser.Name = "dgvUser";
  173. this.dgvUser.ReadOnly = true;
  174. this.dgvUser.RefreshAtHscroll = false;
  175. this.dgvUser.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
  176. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  177. this.dgvUser.RowsDefaultCellStyle = dataGridViewCellStyle4;
  178. this.dgvUser.RowTemplate.Height = 21;
  179. this.dgvUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  180. this.dgvUser.Size = new System.Drawing.Size(523, 387);
  181. this.dgvUser.SortOrderColumnName = null;
  182. this.dgvUser.TabIndex = 6;
  183. this.dgvUser.Tag = true;
  184. this.dgvUser.TotalSumColumns = null;
  185. this.dgvUser.ViewRowFilter = "";
  186. this.dgvUser.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvUser_CellMouseDoubleClick);
  187. this.dgvUser.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvUser_KeyDown);
  188. //
  189. // btnOK
  190. //
  191. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  192. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  193. this.btnOK.Font = new System.Drawing.Font("宋体", 9F);
  194. this.btnOK.ForeColor = System.Drawing.Color.White;
  195. this.btnOK.Location = new System.Drawing.Point(359, 433);
  196. this.btnOK.Name = "btnOK";
  197. this.btnOK.Size = new System.Drawing.Size(85, 30);
  198. this.btnOK.TabIndex = 7;
  199. this.btnOK.Text = "确定";
  200. this.btnOK.UseVisualStyleBackColor = true;
  201. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  202. //
  203. // btnClose
  204. //
  205. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  206. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  207. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  208. this.btnClose.Font = new System.Drawing.Font("宋体", 9F);
  209. this.btnClose.ForeColor = System.Drawing.Color.White;
  210. this.btnClose.Location = new System.Drawing.Point(452, 433);
  211. this.btnClose.Name = "btnClose";
  212. this.btnClose.Size = new System.Drawing.Size(85, 30);
  213. this.btnClose.TabIndex = 8;
  214. this.btnClose.Text = "取消";
  215. this.btnClose.UseVisualStyleBackColor = true;
  216. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  217. //
  218. // btnClearCondition
  219. //
  220. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  221. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  222. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  223. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  225. this.btnClearCondition.Location = new System.Drawing.Point(452, 6);
  226. this.btnClearCondition.Name = "btnClearCondition";
  227. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  228. this.btnClearCondition.TabIndex = 5;
  229. this.btnClearCondition.Text = "清空条件";
  230. this.btnClearCondition.UseVisualStyleBackColor = false;
  231. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  232. //
  233. // StaffID
  234. //
  235. this.StaffID.DataPropertyName = "StaffID";
  236. this.StaffID.HeaderText = "StaffID";
  237. this.StaffID.Name = "StaffID";
  238. this.StaffID.ReadOnly = true;
  239. this.StaffID.Visible = false;
  240. //
  241. // StaffCode
  242. //
  243. this.StaffCode.DataPropertyName = "StaffCode";
  244. this.StaffCode.HeaderText = "员工编码";
  245. this.StaffCode.Name = "StaffCode";
  246. this.StaffCode.ReadOnly = true;
  247. //
  248. // StaffName
  249. //
  250. this.StaffName.DataPropertyName = "StaffName";
  251. this.StaffName.HeaderText = "员工姓名";
  252. this.StaffName.Name = "StaffName";
  253. this.StaffName.ReadOnly = true;
  254. //
  255. // IDCardNo
  256. //
  257. this.IDCardNo.DataPropertyName = "IDCardNo";
  258. this.IDCardNo.HeaderText = "身份证号码";
  259. this.IDCardNo.Name = "IDCardNo";
  260. this.IDCardNo.ReadOnly = true;
  261. //
  262. // Birthday
  263. //
  264. this.Birthday.DataPropertyName = "Birthday";
  265. this.Birthday.HeaderText = "生日";
  266. this.Birthday.Name = "Birthday";
  267. this.Birthday.ReadOnly = true;
  268. //
  269. // S_CMN_003
  270. //
  271. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  272. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  273. this.CancelButton = this.btnClose;
  274. this.ClientSize = new System.Drawing.Size(549, 484);
  275. this.Controls.Add(this.btnClearCondition);
  276. this.Controls.Add(this.btnOK);
  277. this.Controls.Add(this.btnClose);
  278. this.Controls.Add(this.dgvUser);
  279. this.Controls.Add(this.btnSearch);
  280. this.Controls.Add(this.txtStaffName);
  281. this.Controls.Add(this.c_Label2);
  282. this.Controls.Add(this.txtStaffCode);
  283. this.Controls.Add(this.c_Label1);
  284. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  285. this.IsSaveFormSize = false;
  286. this.MaximizeBox = false;
  287. this.MinimizeBox = false;
  288. this.Name = "S_CMN_003";
  289. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  290. this.StatusSizingGrip = false;
  291. this.Text = "选择员工";
  292. this.Load += new System.EventHandler(this.S_CMN_003_Load);
  293. this.Controls.SetChildIndex(this.c_Label1, 0);
  294. this.Controls.SetChildIndex(this.txtStaffCode, 0);
  295. this.Controls.SetChildIndex(this.c_Label2, 0);
  296. this.Controls.SetChildIndex(this.txtStaffName, 0);
  297. this.Controls.SetChildIndex(this.btnSearch, 0);
  298. this.Controls.SetChildIndex(this.dgvUser, 0);
  299. this.Controls.SetChildIndex(this.btnClose, 0);
  300. this.Controls.SetChildIndex(this.btnOK, 0);
  301. this.Controls.SetChildIndex(this.btnClearCondition, 0);
  302. ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).EndInit();
  303. this.ResumeLayout(false);
  304. this.PerformLayout();
  305. }
  306. #endregion
  307. private Basics.BaseControls.C_Label c_Label1;
  308. private Basics.BaseControls.C_TextBox txtStaffCode;
  309. private Basics.BaseControls.C_Label c_Label2;
  310. private Basics.BaseControls.C_TextBox txtStaffName;
  311. private Basics.BaseControls.C_Button btnSearch;
  312. private Basics.BaseControls.C_DataGridView dgvUser;
  313. private Basics.BaseControls.C_Button btnOK;
  314. private Basics.BaseControls.C_Button btnClose;
  315. private Basics.BaseControls.C_Button btnClearCondition;
  316. private System.Windows.Forms.DataGridViewTextBoxColumn StaffID;
  317. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  318. private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
  319. private System.Windows.Forms.DataGridViewTextBoxColumn IDCardNo;
  320. private System.Windows.Forms.DataGridViewTextBoxColumn Birthday;
  321. }
  322. }