AnalyzedScenerys.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. namespace LYFZ.Software.UI.DecisionAssistant
  2. {
  3. partial class AnalyzedScenerys
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AnalyzedScenerys));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  32. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  35. this.dt_start = new LYFZ.ComponentLibrary.DateTimePickerEx();
  36. this.dt_end = new LYFZ.ComponentLibrary.DateTimePickerEx();
  37. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.plExMainContainer.SuspendLayout();
  39. this.plFormMainContent.SuspendLayout();
  40. this.flowLayoutPanel1.SuspendLayout();
  41. this.panelEx1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // plExMainContainer
  46. //
  47. this.plExMainContainer.Controls.Add(this.panelEx1);
  48. this.plExMainContainer.Controls.Add(this.flowLayoutPanel1);
  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. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  53. //
  54. // btnAppFormMenu
  55. //
  56. this.btnAppFormMenu.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMenu.BackImg")));
  57. this.btnAppFormMenu.Location = new System.Drawing.Point(797, 0);
  58. //
  59. // btnAppFormExit
  60. //
  61. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  62. //
  63. // btnAppFormMinimize
  64. //
  65. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  66. //
  67. // flowLayoutPanel1
  68. //
  69. this.flowLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(240)))), ((int)(((byte)(241)))));
  70. this.flowLayoutPanel1.Controls.Add(this.dt_start);
  71. this.flowLayoutPanel1.Controls.Add(this.labelEx1);
  72. this.flowLayoutPanel1.Controls.Add(this.dt_end);
  73. this.flowLayoutPanel1.Controls.Add(this.btnQuery);
  74. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  75. this.flowLayoutPanel1.Location = new System.Drawing.Point(5, 10);
  76. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  77. this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(1, 5, 0, 0);
  78. this.flowLayoutPanel1.Size = new System.Drawing.Size(900, 39);
  79. this.flowLayoutPanel1.TabIndex = 9;
  80. //
  81. // btnQuery
  82. //
  83. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  84. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  85. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  86. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  87. this.btnQuery.ForeColor = System.Drawing.Color.White;
  88. this.btnQuery.IsCustomBackImg = false;
  89. this.btnQuery.IsShowText = true;
  90. this.btnQuery.Location = new System.Drawing.Point(319, 5);
  91. this.btnQuery.Margin = new System.Windows.Forms.Padding(20, 0, 3, 3);
  92. this.btnQuery.Name = "btnQuery";
  93. this.btnQuery.Size = new System.Drawing.Size(85, 28);
  94. this.btnQuery.TabIndex = 2;
  95. this.btnQuery.Text = "查询";
  96. this.btnQuery.UseVisualStyleBackColor = false;
  97. //
  98. // panelEx1
  99. //
  100. this.panelEx1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(240)))), ((int)(((byte)(241)))));
  101. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  102. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  103. this.panelEx1.BorderWidth = 1;
  104. this.panelEx1.Controls.Add(this.dgv);
  105. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.panelEx1.Location = new System.Drawing.Point(5, 49);
  107. this.panelEx1.Name = "panelEx1";
  108. this.panelEx1.Padding = new System.Windows.Forms.Padding(5, 10, 5, 5);
  109. this.panelEx1.Size = new System.Drawing.Size(900, 446);
  110. this.panelEx1.TabIndex = 10;
  111. //
  112. // dgv
  113. //
  114. this.dgv.AllowUserToAddRows = false;
  115. this.dgv.AllowUserToDeleteRows = false;
  116. this.dgv.AllowUserToResizeRows = false;
  117. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  118. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  119. this.dgv.BackgroundColor = System.Drawing.Color.White;
  120. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  121. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  122. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  123. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  125. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  126. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  127. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  128. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  129. this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
  130. this.dgv.EnableHeadersVisualStyles = false;
  131. this.dgv.EraseCell = false;
  132. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  133. this.dgv.GridViewUniquelyIdentify = "_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1";
  134. this.dgv.IsCompleteBonding = false;
  135. this.dgv.IsCopyCellValue = true;
  136. this.dgv.Location = new System.Drawing.Point(5, 10);
  137. this.dgv.Name = "dgv";
  138. this.dgv.RowHeadersVisible = false;
  139. this.dgv.RowTemplate.Height = 23;
  140. this.dgv.RowTemplate.ReadOnly = true;
  141. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  142. this.dgv.Size = new System.Drawing.Size(890, 431);
  143. this.dgv.TabIndex = 0;
  144. //
  145. // dt_start
  146. //
  147. this.dt_start.CustomFormat = " ";
  148. this.dt_start.DateValue = "";
  149. this.dt_start.IsShowTime = false;
  150. this.dt_start.Location = new System.Drawing.Point(4, 8);
  151. this.dt_start.Name = "dt_start";
  152. this.dt_start.Size = new System.Drawing.Size(130, 21);
  153. this.dt_start.TabIndex = 4;
  154. //
  155. // dt_end
  156. //
  157. this.dt_end.CustomFormat = " ";
  158. this.dt_end.DateValue = "";
  159. this.dt_end.IsShowTime = false;
  160. this.dt_end.Location = new System.Drawing.Point(166, 8);
  161. this.dt_end.Name = "dt_end";
  162. this.dt_end.Size = new System.Drawing.Size(130, 21);
  163. this.dt_end.TabIndex = 4;
  164. //
  165. // labelEx1
  166. //
  167. this.labelEx1.AutoSize = true;
  168. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  169. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  170. this.labelEx1.Location = new System.Drawing.Point(140, 5);
  171. this.labelEx1.Name = "labelEx1";
  172. this.labelEx1.Padding = new System.Windows.Forms.Padding(0, 4, 0, 0);
  173. this.labelEx1.Size = new System.Drawing.Size(20, 21);
  174. this.labelEx1.TabIndex = 5;
  175. this.labelEx1.Text = "到";
  176. //
  177. // AnalyzedScenerys
  178. //
  179. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  180. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  181. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  182. this.ClientSize = new System.Drawing.Size(910, 610);
  183. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  184. this.IsShowUcNavigationTool = true;
  185. this.Name = "AnalyzedScenerys";
  186. this.Text = "景点使用统计";
  187. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  188. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  189. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  190. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  191. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  192. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  193. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  194. this.plExMainContainer.ResumeLayout(false);
  195. this.plFormMainContent.ResumeLayout(false);
  196. this.flowLayoutPanel1.ResumeLayout(false);
  197. this.flowLayoutPanel1.PerformLayout();
  198. this.panelEx1.ResumeLayout(false);
  199. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  200. this.ResumeLayout(false);
  201. }
  202. #endregion
  203. protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  204. private ComponentLibrary.PanelEx panelEx1;
  205. protected internal ComponentLibrary.ButtonEx btnQuery;
  206. protected internal ComponentLibrary.DataGridViewEx dgv;
  207. private ComponentLibrary.LabelEx labelEx1;
  208. protected internal ComponentLibrary.DateTimePickerEx dt_start;
  209. protected internal ComponentLibrary.DateTimePickerEx dt_end;
  210. }
  211. }