S_CMN_004.Designer.cs 18 KB

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