FrmStatisticalInquiryEmployees.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. namespace LYFZ.Software.UI.StatisticalInquiry
  2. {
  3. partial class FrmStatisticalInquiryEmployees
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmStatisticalInquiryEmployees));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  33. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.txtTsorder_OpenSingle = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  35. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.plExMainContainer.SuspendLayout();
  37. this.plFormMainContent.SuspendLayout();
  38. this.panelEx2.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  40. this.panelEx3.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // plExMainContainer
  44. //
  45. this.plExMainContainer.Controls.Add(this.panelEx2);
  46. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  47. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  48. this.plExMainContainer.Size = new System.Drawing.Size(919, 505);
  49. //
  50. // plFormMainContent
  51. //
  52. this.plFormMainContent.Size = new System.Drawing.Size(919, 545);
  53. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  54. //
  55. // btnAppFormMaximize
  56. //
  57. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  58. this.btnAppFormMaximize.Location = new System.Drawing.Point(860, 0);
  59. //
  60. // btnAppFormExit
  61. //
  62. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  63. this.btnAppFormExit.Location = new System.Drawing.Point(887, 0);
  64. //
  65. // btnAppFormMinimize
  66. //
  67. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  68. this.btnAppFormMinimize.Location = new System.Drawing.Point(833, 0);
  69. //
  70. // panelEx2
  71. //
  72. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  73. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  74. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  75. this.panelEx2.BorderWidth = 1;
  76. this.panelEx2.Controls.Add(this.dgvData);
  77. this.panelEx2.Controls.Add(this.panelEx3);
  78. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  79. this.panelEx2.Location = new System.Drawing.Point(5, 10);
  80. this.panelEx2.Name = "panelEx2";
  81. this.panelEx2.Padding = new System.Windows.Forms.Padding(3);
  82. this.panelEx2.Size = new System.Drawing.Size(909, 485);
  83. this.panelEx2.TabIndex = 194;
  84. //
  85. // dgvData
  86. //
  87. this.dgvData.AllowUserToAddRows = false;
  88. this.dgvData.AllowUserToDeleteRows = false;
  89. this.dgvData.AllowUserToResizeRows = false;
  90. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  91. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  92. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  93. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  94. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  96. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  97. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  98. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  99. this.dgvData.ColumnHeadersHeight = 24;
  100. this.dgvData.dgvColumnHeadersHeight = 24;
  101. this.dgvData.dgvCurrentColumnOriginalSet = "";
  102. this.dgvData.dgvCurrentColumnWidth = "";
  103. this.dgvData.dgvCurrentHideColumn = null;
  104. this.dgvData.dgvFixedHideColumn = "";
  105. this.dgvData.dgvGuidName = null;
  106. this.dgvData.dgvUserEmployeeID = null;
  107. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  108. this.dgvData.EnableHeadersVisualStyles = false;
  109. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  110. this.dgvData.ImageHeight = 15;
  111. this.dgvData.ImageWidth = 15;
  112. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  113. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  114. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
  115. this.dgvData.IsCompleteBonding = false;
  116. this.dgvData.IsCopyCellValue = true;
  117. this.dgvData.IsShowSerialNumber = true;
  118. this.dgvData.IsSortedRedraw = true;
  119. this.dgvData.IsSortMode = false;
  120. this.dgvData.Location = new System.Drawing.Point(3, 43);
  121. this.dgvData.Name = "dgvData";
  122. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  123. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  124. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  126. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  127. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  128. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  129. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  130. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  131. this.dgvData.RowHeadersWidth = 40;
  132. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  133. this.dgvData.RowTemplate.Height = 23;
  134. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  135. this.dgvData.Size = new System.Drawing.Size(901, 437);
  136. this.dgvData.StrSecondStageNull = "";
  137. this.dgvData.StrValueNullColumn = "";
  138. this.dgvData.TabIndex = 233;
  139. this.dgvData.ViceCount = 1;
  140. //
  141. // panelEx3
  142. //
  143. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  144. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  145. this.panelEx3.BorderWidth = 1;
  146. this.panelEx3.Controls.Add(this.txtTsorder_OpenSingle);
  147. this.panelEx3.Controls.Add(this.btnClose);
  148. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
  149. this.panelEx3.Location = new System.Drawing.Point(3, 3);
  150. this.panelEx3.Name = "panelEx3";
  151. this.panelEx3.Size = new System.Drawing.Size(901, 40);
  152. this.panelEx3.TabIndex = 197;
  153. //
  154. // txtTsorder_OpenSingle
  155. //
  156. this.txtTsorder_OpenSingle.AfterSelectLevelFirstNode = false;
  157. this.txtTsorder_OpenSingle.DropDownHeight = 220;
  158. this.txtTsorder_OpenSingle.DropDownShow = false;
  159. this.txtTsorder_OpenSingle.FormattingEnabled = true;
  160. this.txtTsorder_OpenSingle.IntegralHeight = false;
  161. this.txtTsorder_OpenSingle.IsNodeMouseClick = true;
  162. this.txtTsorder_OpenSingle.IsSelectParentNode = false;
  163. this.txtTsorder_OpenSingle.Location = new System.Drawing.Point(8, 9);
  164. this.txtTsorder_OpenSingle.Name = "txtTsorder_OpenSingle";
  165. this.txtTsorder_OpenSingle.ReadOnly = true;
  166. this.txtTsorder_OpenSingle.SelectedNode = null;
  167. this.txtTsorder_OpenSingle.Size = new System.Drawing.Size(167, 20);
  168. this.txtTsorder_OpenSingle.StrGetName = "";
  169. this.txtTsorder_OpenSingle.StrGetTagName = "";
  170. this.txtTsorder_OpenSingle.StrKey = null;
  171. this.txtTsorder_OpenSingle.TabIndex = 206;
  172. //
  173. // btnClose
  174. //
  175. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  176. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  177. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  178. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  179. this.btnClose.ForeColor = System.Drawing.Color.White;
  180. this.btnClose.IsCustomBackImg = false;
  181. this.btnClose.IsShowText = true;
  182. this.btnClose.Location = new System.Drawing.Point(181, 6);
  183. this.btnClose.Name = "btnClose";
  184. this.btnClose.Size = new System.Drawing.Size(87, 26);
  185. this.btnClose.TabIndex = 204;
  186. this.btnClose.Text = " 关 闭";
  187. this.btnClose.UseVisualStyleBackColor = false;
  188. //
  189. // FrmStatisticalInquiryEmployees
  190. //
  191. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  192. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  193. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  194. this.ClientSize = new System.Drawing.Size(919, 610);
  195. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  196. this.IsShowUcNavigationTool = true;
  197. this.Name = "FrmStatisticalInquiryEmployees";
  198. this.Text = "员工资料";
  199. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  200. this.plExMainContainer.ResumeLayout(false);
  201. this.plFormMainContent.ResumeLayout(false);
  202. this.panelEx2.ResumeLayout(false);
  203. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  204. this.panelEx3.ResumeLayout(false);
  205. this.ResumeLayout(false);
  206. }
  207. #endregion
  208. private ComponentLibrary.PanelEx panelEx2;
  209. protected ComponentLibrary.ButtonEx btnClose;
  210. private ComponentLibrary.PanelEx panelEx3;
  211. protected ComponentLibrary.ComboBoxTreeViewEx txtTsorder_OpenSingle;
  212. protected internal ComponentLibrary.DataGridViewEc dgvData;
  213. }
  214. }