WorkStatisticalDayFilmSelectionToProductComplete.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  1. namespace LYFZ.Software.UI.StatisticalEmployeeWork
  2. {
  3. partial class WorkStatisticalDayFilmSelectionToProductComplete
  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 dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WorkStatisticalDayFilmSelectionToProductComplete));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = 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.dtDateTimeStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
  35. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.dtDateTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  37. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.cbxTreeViewDepartment = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  40. this.plExMainContainer.SuspendLayout();
  41. this.plFormMainContent.SuspendLayout();
  42. this.panelEx1.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // plExMainContainer
  47. //
  48. this.plExMainContainer.Controls.Add(this.panelEx1);
  49. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  50. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  51. this.plExMainContainer.Size = new System.Drawing.Size(1012, 556);
  52. //
  53. // plFormMainContent
  54. //
  55. this.plFormMainContent.Controls.Add(this.cbxTreeViewDepartment);
  56. this.plFormMainContent.Controls.Add(this.btnClose);
  57. this.plFormMainContent.Controls.Add(this.btnQuery);
  58. this.plFormMainContent.Controls.Add(this.dtDateTimeEnd);
  59. this.plFormMainContent.Controls.Add(this.labelEx1);
  60. this.plFormMainContent.Controls.Add(this.dtDateTimeStart);
  61. this.plFormMainContent.Size = new System.Drawing.Size(1012, 596);
  62. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  63. this.plFormMainContent.Controls.SetChildIndex(this.dtDateTimeStart, 0);
  64. this.plFormMainContent.Controls.SetChildIndex(this.labelEx1, 0);
  65. this.plFormMainContent.Controls.SetChildIndex(this.dtDateTimeEnd, 0);
  66. this.plFormMainContent.Controls.SetChildIndex(this.btnQuery, 0);
  67. this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
  68. this.plFormMainContent.Controls.SetChildIndex(this.cbxTreeViewDepartment, 0);
  69. //
  70. // btnAppFormMaximize
  71. //
  72. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  73. this.btnAppFormMaximize.Location = new System.Drawing.Point(953, 0);
  74. //
  75. // btnAppFormExit
  76. //
  77. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  78. this.btnAppFormExit.Location = new System.Drawing.Point(980, 0);
  79. //
  80. // btnAppFormMinimize
  81. //
  82. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  83. this.btnAppFormMinimize.Location = new System.Drawing.Point(926, 0);
  84. //
  85. // panelEx1
  86. //
  87. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  88. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  89. this.panelEx1.BorderWidth = 1;
  90. this.panelEx1.Controls.Add(this.dgvData);
  91. this.panelEx1.Controls.Add(this.txtStatisticalText);
  92. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  93. this.panelEx1.Location = new System.Drawing.Point(5, 10);
  94. this.panelEx1.Name = "panelEx1";
  95. this.panelEx1.Padding = new System.Windows.Forms.Padding(5);
  96. this.panelEx1.Size = new System.Drawing.Size(1002, 536);
  97. this.panelEx1.TabIndex = 0;
  98. //
  99. // dgvData
  100. //
  101. this.dgvData.AllowUserToAddRows = false;
  102. this.dgvData.AllowUserToDeleteRows = false;
  103. this.dgvData.AllowUserToResizeRows = false;
  104. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  105. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  106. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  107. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  108. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  110. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  111. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  112. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  113. this.dgvData.ColumnHeadersHeight = 24;
  114. this.dgvData.dgvColumnHeadersHeight = 24;
  115. this.dgvData.dgvCurrentColumnOriginalSet = "";
  116. this.dgvData.dgvCurrentColumnWidth = "";
  117. this.dgvData.dgvCurrentHideColumn = null;
  118. this.dgvData.dgvFixedHideColumn = "";
  119. this.dgvData.dgvGuidName = null;
  120. this.dgvData.dgvUserEmployeeID = null;
  121. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  122. this.dgvData.EnableHeadersVisualStyles = false;
  123. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  124. this.dgvData.ImageHeight = 15;
  125. this.dgvData.ImageWidth = 15;
  126. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  127. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  128. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
  129. this.dgvData.IsCompleteBonding = false;
  130. this.dgvData.IsCopyCellValue = true;
  131. this.dgvData.IsShowSerialNumber = true;
  132. this.dgvData.IsSortedRedraw = true;
  133. this.dgvData.IsSortMode = false;
  134. this.dgvData.Location = new System.Drawing.Point(5, 5);
  135. this.dgvData.Name = "dgvData";
  136. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  137. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
  138. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
  140. dataGridViewCellStyle6.Padding = new System.Windows.Forms.Padding(41);
  141. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  142. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  143. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  144. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
  145. this.dgvData.RowHeadersWidth = 40;
  146. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  147. this.dgvData.RowTemplate.Height = 23;
  148. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  149. this.dgvData.Size = new System.Drawing.Size(992, 497);
  150. this.dgvData.StrSecondStageNull = "";
  151. this.dgvData.StrValueNullColumn = "";
  152. this.dgvData.TabIndex = 0;
  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(5, 502);
  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 = true;
  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(992, 29);
  177. this.txtStatisticalText.TabIndex = 2233;
  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. // dtDateTimeStart
  184. //
  185. this.dtDateTimeStart.CustomFormat = " ";
  186. this.dtDateTimeStart.DateValue = "";
  187. this.dtDateTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  188. this.dtDateTimeStart.IsShowTime = false;
  189. this.dtDateTimeStart.Location = new System.Drawing.Point(294, 10);
  190. this.dtDateTimeStart.Name = "dtDateTimeStart";
  191. this.dtDateTimeStart.Size = new System.Drawing.Size(100, 21);
  192. this.dtDateTimeStart.TabIndex = 3;
  193. //
  194. // labelEx1
  195. //
  196. this.labelEx1.AutoSize = true;
  197. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  198. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  199. this.labelEx1.Location = new System.Drawing.Point(399, 12);
  200. this.labelEx1.Name = "labelEx1";
  201. this.labelEx1.Size = new System.Drawing.Size(21, 17);
  202. this.labelEx1.TabIndex = 4;
  203. this.labelEx1.Text = "—";
  204. //
  205. // dtDateTimeEnd
  206. //
  207. this.dtDateTimeEnd.CustomFormat = " ";
  208. this.dtDateTimeEnd.DateValue = "";
  209. this.dtDateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  210. this.dtDateTimeEnd.IsShowTime = false;
  211. this.dtDateTimeEnd.Location = new System.Drawing.Point(425, 10);
  212. this.dtDateTimeEnd.Name = "dtDateTimeEnd";
  213. this.dtDateTimeEnd.Size = new System.Drawing.Size(100, 21);
  214. this.dtDateTimeEnd.TabIndex = 5;
  215. //
  216. // btnQuery
  217. //
  218. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  219. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  220. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  221. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  222. this.btnQuery.ForeColor = System.Drawing.Color.White;
  223. this.btnQuery.IsCustomBackImg = false;
  224. this.btnQuery.IsShowText = true;
  225. this.btnQuery.Location = new System.Drawing.Point(728, 7);
  226. this.btnQuery.Name = "btnQuery";
  227. this.btnQuery.Size = new System.Drawing.Size(85, 28);
  228. this.btnQuery.TabIndex = 6;
  229. this.btnQuery.Text = " 查 询";
  230. this.btnQuery.UseVisualStyleBackColor = false;
  231. //
  232. // btnClose
  233. //
  234. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  235. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  236. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  237. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  238. this.btnClose.ForeColor = System.Drawing.Color.White;
  239. this.btnClose.IsCustomBackImg = false;
  240. this.btnClose.IsShowText = true;
  241. this.btnClose.Location = new System.Drawing.Point(822, 7);
  242. this.btnClose.Name = "btnClose";
  243. this.btnClose.Size = new System.Drawing.Size(85, 28);
  244. this.btnClose.TabIndex = 8;
  245. this.btnClose.Text = " 关 闭";
  246. this.btnClose.UseVisualStyleBackColor = false;
  247. //
  248. // cbxTreeViewDepartment
  249. //
  250. this.cbxTreeViewDepartment.AfterSelectLevelFirstNode = true;
  251. this.cbxTreeViewDepartment.DropDownHeight = 220;
  252. this.cbxTreeViewDepartment.DropDownShow = false;
  253. this.cbxTreeViewDepartment.FormattingEnabled = true;
  254. this.cbxTreeViewDepartment.IntegralHeight = false;
  255. this.cbxTreeViewDepartment.IsNodeMouseClick = true;
  256. this.cbxTreeViewDepartment.IsSelectParentNode = true;
  257. this.cbxTreeViewDepartment.Location = new System.Drawing.Point(541, 11);
  258. this.cbxTreeViewDepartment.Name = "cbxTreeViewDepartment";
  259. this.cbxTreeViewDepartment.ReadOnly = true;
  260. this.cbxTreeViewDepartment.SelectedNode = null;
  261. this.cbxTreeViewDepartment.Size = new System.Drawing.Size(174, 20);
  262. this.cbxTreeViewDepartment.StrGetName = "";
  263. this.cbxTreeViewDepartment.StrGetTagName = "";
  264. this.cbxTreeViewDepartment.StrKey = null;
  265. this.cbxTreeViewDepartment.TabIndex = 10;
  266. //
  267. // WorkStatisticalDayFilmSelectionToProductComplete
  268. //
  269. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  270. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  271. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  272. this.ClientSize = new System.Drawing.Size(1012, 661);
  273. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  274. this.IsShowUcNavigationTool = true;
  275. this.IsUserControlsSize = false;
  276. this.Name = "WorkStatisticalDayFilmSelectionToProductComplete";
  277. this.Text = "选片完成至商品完成天数统计";
  278. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  279. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  280. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  281. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  282. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  283. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  284. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  285. this.plExMainContainer.ResumeLayout(false);
  286. this.plFormMainContent.ResumeLayout(false);
  287. this.plFormMainContent.PerformLayout();
  288. this.panelEx1.ResumeLayout(false);
  289. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  290. this.ResumeLayout(false);
  291. }
  292. #endregion
  293. private ComponentLibrary.PanelEx panelEx1;
  294. private ComponentLibrary.LabelEx labelEx1;
  295. protected internal ComponentLibrary.ButtonEx btnQuery;
  296. protected internal ComponentLibrary.DateTimePickerEx dtDateTimeEnd;
  297. protected internal ComponentLibrary.DateTimePickerEx dtDateTimeStart;
  298. protected internal ComponentLibrary.DataGridViewEc dgvData;
  299. protected internal ComponentLibrary.ButtonEx btnClose;
  300. protected internal ComponentLibrary.TextBoxEx txtStatisticalText;
  301. protected ComponentLibrary.ComboBoxTreeViewEx cbxTreeViewDepartment;
  302. }
  303. }