WorkStatisticalRepairPiece.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. namespace LYFZ.Software.UI.StatisticalEmployeeWork
  2. {
  3. partial class WorkStatisticalRepairPiece
  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(WorkStatisticalRepairPiece));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  33. this.txtStatisticalText = new LYFZ.ComponentLibrary.TextBoxEx();
  34. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.cmbtreevperson = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  37. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.dtDataTimeStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
  39. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.dtDataTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  41. this.plExMainContainer.SuspendLayout();
  42. this.plFormMainContent.SuspendLayout();
  43. this.panelEx1.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // plExMainContainer
  48. //
  49. this.plExMainContainer.Controls.Add(this.panelEx1);
  50. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  51. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  52. this.plExMainContainer.Size = new System.Drawing.Size(950, 505);
  53. //
  54. // plFormMainContent
  55. //
  56. this.plFormMainContent.Controls.Add(this.btnExport);
  57. this.plFormMainContent.Controls.Add(this.btnClose);
  58. this.plFormMainContent.Controls.Add(this.cmbtreevperson);
  59. this.plFormMainContent.Controls.Add(this.btnQuery);
  60. this.plFormMainContent.Controls.Add(this.dtDataTimeEnd);
  61. this.plFormMainContent.Controls.Add(this.dtDataTimeStart);
  62. this.plFormMainContent.Controls.Add(this.labelEx1);
  63. this.plFormMainContent.Size = new System.Drawing.Size(950, 545);
  64. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  65. this.plFormMainContent.Controls.SetChildIndex(this.labelEx1, 0);
  66. this.plFormMainContent.Controls.SetChildIndex(this.dtDataTimeStart, 0);
  67. this.plFormMainContent.Controls.SetChildIndex(this.dtDataTimeEnd, 0);
  68. this.plFormMainContent.Controls.SetChildIndex(this.btnQuery, 0);
  69. this.plFormMainContent.Controls.SetChildIndex(this.cmbtreevperson, 0);
  70. this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
  71. this.plFormMainContent.Controls.SetChildIndex(this.btnExport, 0);
  72. //
  73. // btnAppFormMaximize
  74. //
  75. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  76. this.btnAppFormMaximize.Location = new System.Drawing.Point(891, 0);
  77. //
  78. // btnAppFormExit
  79. //
  80. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  81. this.btnAppFormExit.Location = new System.Drawing.Point(918, 0);
  82. //
  83. // btnAppFormMinimize
  84. //
  85. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  86. this.btnAppFormMinimize.Location = new System.Drawing.Point(864, 0);
  87. //
  88. // panelEx1
  89. //
  90. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  91. this.panelEx1.BorderWidth = 1;
  92. this.panelEx1.Controls.Add(this.dgvData);
  93. this.panelEx1.Controls.Add(this.txtStatisticalText);
  94. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  95. this.panelEx1.Location = new System.Drawing.Point(5, 10);
  96. this.panelEx1.Name = "panelEx1";
  97. this.panelEx1.Padding = new System.Windows.Forms.Padding(3);
  98. this.panelEx1.Size = new System.Drawing.Size(940, 485);
  99. this.panelEx1.TabIndex = 2;
  100. //
  101. // dgvData
  102. //
  103. this.dgvData.AllowUserToAddRows = false;
  104. this.dgvData.AllowUserToDeleteRows = false;
  105. this.dgvData.AllowUserToOrderColumns = true;
  106. this.dgvData.AllowUserToResizeRows = false;
  107. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  108. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  109. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  110. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  111. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  113. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  114. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  115. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  116. this.dgvData.ColumnHeadersHeight = 24;
  117. this.dgvData.dgvColumnHeadersHeight = 24;
  118. this.dgvData.dgvCurrentColumnOriginalSet = "";
  119. this.dgvData.dgvCurrentColumnWidth = "";
  120. this.dgvData.dgvCurrentHideColumn = null;
  121. this.dgvData.dgvFixedHideColumn = null;
  122. this.dgvData.dgvGuidName = null;
  123. this.dgvData.dgvUserEmployeeID = null;
  124. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  125. this.dgvData.EnableHeadersVisualStyles = false;
  126. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  127. this.dgvData.ImageHeight = 15;
  128. this.dgvData.ImageWidth = 15;
  129. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  130. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  131. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
  132. this.dgvData.IsCopyCellValue = true;
  133. this.dgvData.IsShowSerialNumber = true;
  134. this.dgvData.IsSortedRedraw = true;
  135. this.dgvData.IsSortMode = false;
  136. this.dgvData.Location = new System.Drawing.Point(3, 3);
  137. this.dgvData.Name = "dgvData";
  138. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  139. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  140. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  142. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  143. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  144. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  145. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  146. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  147. this.dgvData.RowHeadersWidth = 30;
  148. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  149. this.dgvData.RowTemplate.Height = 23;
  150. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  151. this.dgvData.Size = new System.Drawing.Size(934, 454);
  152. this.dgvData.TabIndex = 25;
  153. this.dgvData.ViceCount = 1;
  154. //
  155. // txtStatisticalText
  156. //
  157. this.txtStatisticalText.BackColor = System.Drawing.Color.Transparent;
  158. this.txtStatisticalText.Dock = System.Windows.Forms.DockStyle.Bottom;
  159. this.txtStatisticalText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  160. this.txtStatisticalText.Icon = null;
  161. this.txtStatisticalText.IconIsButton = false;
  162. this.txtStatisticalText.IsPasswordChat = '\0';
  163. this.txtStatisticalText.IsSystemPasswordChar = false;
  164. this.txtStatisticalText.Lines = new string[0];
  165. this.txtStatisticalText.Location = new System.Drawing.Point(3, 457);
  166. this.txtStatisticalText.Margin = new System.Windows.Forms.Padding(0);
  167. this.txtStatisticalText.MaxLength = 32767;
  168. this.txtStatisticalText.MinimumSize = new System.Drawing.Size(0, 24);
  169. this.txtStatisticalText.MouseBack = null;
  170. this.txtStatisticalText.Multiline = false;
  171. this.txtStatisticalText.Name = "txtStatisticalText";
  172. this.txtStatisticalText.NormlBack = null;
  173. this.txtStatisticalText.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  174. this.txtStatisticalText.ReadOnly = true;
  175. this.txtStatisticalText.ScrollBars = System.Windows.Forms.ScrollBars.None;
  176. this.txtStatisticalText.Size = new System.Drawing.Size(934, 25);
  177. this.txtStatisticalText.TabIndex = 2232;
  178. this.txtStatisticalText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  179. this.txtStatisticalText.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  180. this.txtStatisticalText.WaterText = "";
  181. this.txtStatisticalText.WordWrap = true;
  182. //
  183. // btnExport
  184. //
  185. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  186. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  187. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  188. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  189. this.btnExport.ForeColor = System.Drawing.Color.White;
  190. this.btnExport.IsCustomBackImg = false;
  191. this.btnExport.IsShowText = true;
  192. this.btnExport.Location = new System.Drawing.Point(766, 6);
  193. this.btnExport.Name = "btnExport";
  194. this.btnExport.Size = new System.Drawing.Size(85, 28);
  195. this.btnExport.TabIndex = 2240;
  196. this.btnExport.Text = " 导 出";
  197. this.btnExport.UseVisualStyleBackColor = false;
  198. //
  199. // btnClose
  200. //
  201. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  202. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  203. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  204. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  205. this.btnClose.ForeColor = System.Drawing.Color.White;
  206. this.btnClose.IsCustomBackImg = false;
  207. this.btnClose.IsShowText = true;
  208. this.btnClose.Location = new System.Drawing.Point(857, 6);
  209. this.btnClose.Name = "btnClose";
  210. this.btnClose.Size = new System.Drawing.Size(85, 28);
  211. this.btnClose.TabIndex = 2238;
  212. this.btnClose.Text = " 关 闭";
  213. this.btnClose.UseVisualStyleBackColor = false;
  214. //
  215. // cmbtreevperson
  216. //
  217. this.cmbtreevperson.AfterSelectLevelFirstNode = true;
  218. this.cmbtreevperson.DropDownHeight = 220;
  219. this.cmbtreevperson.DropDownShow = false;
  220. this.cmbtreevperson.FormattingEnabled = true;
  221. this.cmbtreevperson.IntegralHeight = false;
  222. this.cmbtreevperson.IsNodeMouseClick = true;
  223. this.cmbtreevperson.IsSelectParentNode = false;
  224. this.cmbtreevperson.Location = new System.Drawing.Point(508, 11);
  225. this.cmbtreevperson.Name = "cmbtreevperson";
  226. this.cmbtreevperson.ReadOnly = true;
  227. this.cmbtreevperson.SelectedNode = null;
  228. this.cmbtreevperson.Size = new System.Drawing.Size(159, 20);
  229. this.cmbtreevperson.StrGetName = "";
  230. this.cmbtreevperson.StrGetTagName = "";
  231. this.cmbtreevperson.StrKey = null;
  232. this.cmbtreevperson.TabIndex = 2239;
  233. //
  234. // btnQuery
  235. //
  236. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  237. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  238. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  239. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  240. this.btnQuery.ForeColor = System.Drawing.Color.White;
  241. this.btnQuery.IsCustomBackImg = false;
  242. this.btnQuery.IsShowText = true;
  243. this.btnQuery.Location = new System.Drawing.Point(675, 6);
  244. this.btnQuery.Name = "btnQuery";
  245. this.btnQuery.Size = new System.Drawing.Size(85, 28);
  246. this.btnQuery.TabIndex = 2237;
  247. this.btnQuery.Text = " 查 询";
  248. this.btnQuery.UseVisualStyleBackColor = false;
  249. //
  250. // dtDataTimeStart
  251. //
  252. this.dtDataTimeStart.CustomFormat = " ";
  253. this.dtDataTimeStart.DateValue = "";
  254. this.dtDataTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  255. this.dtDataTimeStart.IsShowTime = false;
  256. this.dtDataTimeStart.Location = new System.Drawing.Point(271, 11);
  257. this.dtDataTimeStart.Name = "dtDataTimeStart";
  258. this.dtDataTimeStart.Size = new System.Drawing.Size(100, 21);
  259. this.dtDataTimeStart.TabIndex = 2234;
  260. //
  261. // labelEx1
  262. //
  263. this.labelEx1.AutoSize = true;
  264. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  265. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  266. this.labelEx1.Location = new System.Drawing.Point(372, 12);
  267. this.labelEx1.Name = "labelEx1";
  268. this.labelEx1.Size = new System.Drawing.Size(21, 17);
  269. this.labelEx1.TabIndex = 2236;
  270. this.labelEx1.Text = "—";
  271. //
  272. // dtDataTimeEnd
  273. //
  274. this.dtDataTimeEnd.CustomFormat = " ";
  275. this.dtDataTimeEnd.DateValue = "";
  276. this.dtDataTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  277. this.dtDataTimeEnd.IsShowTime = false;
  278. this.dtDataTimeEnd.Location = new System.Drawing.Point(394, 11);
  279. this.dtDataTimeEnd.Name = "dtDataTimeEnd";
  280. this.dtDataTimeEnd.Size = new System.Drawing.Size(100, 21);
  281. this.dtDataTimeEnd.TabIndex = 2235;
  282. //
  283. // WorkStatisticalRepairPiece
  284. //
  285. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  286. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  287. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  288. this.ClientSize = new System.Drawing.Size(950, 610);
  289. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  290. this.IsShowUcNavigationTool = true;
  291. this.IsUserControlsSize = false;
  292. this.Name = "WorkStatisticalRepairPiece";
  293. this.Text = "工作统计—初修师";
  294. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  295. this.plExMainContainer.ResumeLayout(false);
  296. this.plFormMainContent.ResumeLayout(false);
  297. this.plFormMainContent.PerformLayout();
  298. this.panelEx1.ResumeLayout(false);
  299. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  300. this.ResumeLayout(false);
  301. }
  302. #endregion
  303. private ComponentLibrary.PanelEx panelEx1;
  304. protected internal ComponentLibrary.DataGridViewEc dgvData;
  305. protected internal ComponentLibrary.TextBoxEx txtStatisticalText;
  306. protected internal ComponentLibrary.ButtonEx btnExport;
  307. protected internal ComponentLibrary.ButtonEx btnClose;
  308. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevperson;
  309. protected internal ComponentLibrary.ButtonEx btnQuery;
  310. protected internal ComponentLibrary.DateTimePickerEx dtDataTimeEnd;
  311. protected internal ComponentLibrary.DateTimePickerEx dtDataTimeStart;
  312. private ComponentLibrary.LabelEx labelEx1;
  313. }
  314. }