A_EmployeeScheduleSmallFlighting.Designer.cs 13 KB

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