frmtimeRecording.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. namespace LYFZ.Software.UI.TimeAndAttendance
  2. {
  3. partial class frmtimeRecording
  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(frmtimeRecording));
  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.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  34. this.txtUserName = new LYFZ.ComponentLibrary.TextBoxEx();
  35. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.dtDateTime = new LYFZ.ComponentLibrary.DateYearMonth();
  38. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  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(910, 505);
  52. //
  53. // plFormMainContent
  54. //
  55. this.plFormMainContent.Controls.Add(this.labelEx2);
  56. this.plFormMainContent.Controls.Add(this.txtUserName);
  57. this.plFormMainContent.Controls.Add(this.btnQuery);
  58. this.plFormMainContent.Controls.Add(this.labelEx1);
  59. this.plFormMainContent.Controls.Add(this.btnDelete);
  60. this.plFormMainContent.Controls.Add(this.dtDateTime);
  61. this.plFormMainContent.Controls.Add(this.btnClose);
  62. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  63. this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
  64. this.plFormMainContent.Controls.SetChildIndex(this.dtDateTime, 0);
  65. this.plFormMainContent.Controls.SetChildIndex(this.btnDelete, 0);
  66. this.plFormMainContent.Controls.SetChildIndex(this.labelEx1, 0);
  67. this.plFormMainContent.Controls.SetChildIndex(this.btnQuery, 0);
  68. this.plFormMainContent.Controls.SetChildIndex(this.txtUserName, 0);
  69. this.plFormMainContent.Controls.SetChildIndex(this.labelEx2, 0);
  70. //
  71. // btnAppFormMaximize
  72. //
  73. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  74. this.btnAppFormMaximize.Location = new System.Drawing.Point(779, 0);
  75. //
  76. // btnAppFormExit
  77. //
  78. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  79. //
  80. // btnAppFormMinimize
  81. //
  82. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  83. this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 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.Dock = System.Windows.Forms.DockStyle.Fill;
  92. this.panelEx1.Location = new System.Drawing.Point(5, 10);
  93. this.panelEx1.Name = "panelEx1";
  94. this.panelEx1.Padding = new System.Windows.Forms.Padding(2);
  95. this.panelEx1.Size = new System.Drawing.Size(900, 485);
  96. this.panelEx1.TabIndex = 0;
  97. //
  98. // dgvData
  99. //
  100. this.dgvData.AllowUserToAddRows = false;
  101. this.dgvData.AllowUserToDeleteRows = false;
  102. this.dgvData.AllowUserToResizeRows = false;
  103. this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  104. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  105. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  106. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  107. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  108. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  110. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  111. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  112. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  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 = null;
  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 = false;
  129. this.dgvData.IsCompleteBonding = false;
  130. this.dgvData.IsCopyCellValue = true;
  131. this.dgvData.IsShowSerialNumber = false;
  132. this.dgvData.IsSortedRedraw = true;
  133. this.dgvData.IsSortMode = false;
  134. this.dgvData.Location = new System.Drawing.Point(2, 2);
  135. this.dgvData.Name = "dgvData";
  136. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  137. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  138. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  140. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  141. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  142. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  143. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  144. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  145. this.dgvData.RowHeadersWidth = 25;
  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(896, 481);
  150. this.dgvData.StrSecondStageNull = "";
  151. this.dgvData.StrValueNullColumn = "";
  152. this.dgvData.TabIndex = 0;
  153. this.dgvData.ViceCount = 1;
  154. //
  155. // labelEx2
  156. //
  157. this.labelEx2.AutoSize = true;
  158. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  159. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  160. this.labelEx2.Location = new System.Drawing.Point(344, 13);
  161. this.labelEx2.Name = "labelEx2";
  162. this.labelEx2.Size = new System.Drawing.Size(68, 17);
  163. this.labelEx2.TabIndex = 15;
  164. this.labelEx2.Text = "员工查询:";
  165. //
  166. // txtUserName
  167. //
  168. this.txtUserName.BackColor = System.Drawing.Color.Transparent;
  169. this.txtUserName.Icon = null;
  170. this.txtUserName.IconIsButton = false;
  171. this.txtUserName.IsPasswordChat = '\0';
  172. this.txtUserName.IsSystemPasswordChar = false;
  173. this.txtUserName.Lines = new string[0];
  174. this.txtUserName.Location = new System.Drawing.Point(411, 9);
  175. this.txtUserName.Margin = new System.Windows.Forms.Padding(0);
  176. this.txtUserName.MaxLength = 32767;
  177. this.txtUserName.MinimumSize = new System.Drawing.Size(0, 26);
  178. this.txtUserName.MouseBack = null;
  179. this.txtUserName.Multiline = false;
  180. this.txtUserName.Name = "txtUserName";
  181. this.txtUserName.NormlBack = null;
  182. this.txtUserName.Padding = new System.Windows.Forms.Padding(5);
  183. this.txtUserName.ReadOnly = false;
  184. this.txtUserName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  185. this.txtUserName.Size = new System.Drawing.Size(130, 26);
  186. this.txtUserName.TabIndex = 14;
  187. this.txtUserName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  188. this.txtUserName.WaterColor = System.Drawing.Color.DarkGray;
  189. this.txtUserName.WaterText = "员工姓名、拼音";
  190. this.txtUserName.WordWrap = true;
  191. //
  192. // btnQuery
  193. //
  194. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  195. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  196. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  197. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  198. this.btnQuery.ForeColor = System.Drawing.Color.White;
  199. this.btnQuery.IsCustomBackImg = false;
  200. this.btnQuery.IsShowText = true;
  201. this.btnQuery.Location = new System.Drawing.Point(548, 7);
  202. this.btnQuery.Name = "btnQuery";
  203. this.btnQuery.Size = new System.Drawing.Size(85, 28);
  204. this.btnQuery.TabIndex = 13;
  205. this.btnQuery.Text = " 员工查询";
  206. this.btnQuery.UseVisualStyleBackColor = false;
  207. //
  208. // labelEx1
  209. //
  210. this.labelEx1.AutoSize = true;
  211. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  212. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  213. this.labelEx1.Location = new System.Drawing.Point(174, 13);
  214. this.labelEx1.Name = "labelEx1";
  215. this.labelEx1.Size = new System.Drawing.Size(68, 17);
  216. this.labelEx1.TabIndex = 12;
  217. this.labelEx1.Text = "月份查询:";
  218. //
  219. // dtDateTime
  220. //
  221. this.dtDateTime.BackColor = System.Drawing.Color.Transparent;
  222. this.dtDateTime.IsReadOnly = true;
  223. this.dtDateTime.Location = new System.Drawing.Point(243, 9);
  224. this.dtDateTime.Name = "dtDateTime";
  225. this.dtDateTime.Size = new System.Drawing.Size(90, 25);
  226. this.dtDateTime.StrDateValue = "";
  227. this.dtDateTime.TabIndex = 11;
  228. //
  229. // btnClose
  230. //
  231. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  232. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  233. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  234. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  235. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  236. this.btnClose.ForeColor = System.Drawing.Color.White;
  237. this.btnClose.IsCustomBackImg = false;
  238. this.btnClose.IsShowText = true;
  239. this.btnClose.Location = new System.Drawing.Point(817, 7);
  240. this.btnClose.Name = "btnClose";
  241. this.btnClose.Size = new System.Drawing.Size(85, 28);
  242. this.btnClose.TabIndex = 10;
  243. this.btnClose.Text = " 关 闭";
  244. this.btnClose.UseVisualStyleBackColor = false;
  245. //
  246. // btnDelete
  247. //
  248. this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  249. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  250. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  251. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  252. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  253. this.btnDelete.ForeColor = System.Drawing.Color.White;
  254. this.btnDelete.IsCustomBackImg = false;
  255. this.btnDelete.IsShowText = true;
  256. this.btnDelete.Location = new System.Drawing.Point(724, 7);
  257. this.btnDelete.Name = "btnDelete";
  258. this.btnDelete.Size = new System.Drawing.Size(85, 28);
  259. this.btnDelete.TabIndex = 9;
  260. this.btnDelete.Text = " 删除记录";
  261. this.btnDelete.UseVisualStyleBackColor = false;
  262. //
  263. // frmtimeRecording
  264. //
  265. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  266. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  267. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  268. this.ClientSize = new System.Drawing.Size(910, 610);
  269. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  270. this.IsShowUcNavigationTool = true;
  271. this.MaximizeBox = false;
  272. this.Name = "frmtimeRecording";
  273. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  274. this.Text = "签单记录";
  275. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  276. this.plExMainContainer.ResumeLayout(false);
  277. this.plFormMainContent.ResumeLayout(false);
  278. this.plFormMainContent.PerformLayout();
  279. this.panelEx1.ResumeLayout(false);
  280. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  281. this.ResumeLayout(false);
  282. }
  283. #endregion
  284. private ComponentLibrary.PanelEx panelEx1;
  285. public ComponentLibrary.LabelEx labelEx2;
  286. public ComponentLibrary.LabelEx labelEx1;
  287. protected internal ComponentLibrary.TextBoxEx txtUserName;
  288. protected internal ComponentLibrary.ButtonEx btnQuery;
  289. protected internal ComponentLibrary.DateYearMonth dtDateTime;
  290. protected internal ComponentLibrary.ButtonEx btnClose;
  291. protected internal ComponentLibrary.ButtonEx btnDelete;
  292. protected internal ComponentLibrary.DataGridViewEc dgvData;
  293. }
  294. }