123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217 |
- namespace LYFZ.Software.UI.DecisionAssistant
- {
- partial class AnalyzedScenerys
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AnalyzedScenerys));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.dt_start = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.dt_end = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.flowLayoutPanel1.SuspendLayout();
- this.panelEx1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Controls.Add(this.flowLayoutPanel1);
- this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
- this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- //
- // btnAppFormMenu
- //
- this.btnAppFormMenu.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMenu.BackImg")));
- this.btnAppFormMenu.Location = new System.Drawing.Point(797, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(240)))), ((int)(((byte)(241)))));
- this.flowLayoutPanel1.Controls.Add(this.dt_start);
- this.flowLayoutPanel1.Controls.Add(this.labelEx1);
- this.flowLayoutPanel1.Controls.Add(this.dt_end);
- this.flowLayoutPanel1.Controls.Add(this.btnQuery);
- this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.flowLayoutPanel1.Location = new System.Drawing.Point(5, 10);
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(1, 5, 0, 0);
- this.flowLayoutPanel1.Size = new System.Drawing.Size(900, 39);
- this.flowLayoutPanel1.TabIndex = 9;
- //
- // btnQuery
- //
- this.btnQuery.BackColor = System.Drawing.Color.Transparent;
- this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
- this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnQuery.ForeColor = System.Drawing.Color.White;
- this.btnQuery.IsCustomBackImg = false;
- this.btnQuery.IsShowText = true;
- this.btnQuery.Location = new System.Drawing.Point(319, 5);
- this.btnQuery.Margin = new System.Windows.Forms.Padding(20, 0, 3, 3);
- this.btnQuery.Name = "btnQuery";
- this.btnQuery.Size = new System.Drawing.Size(85, 28);
- this.btnQuery.TabIndex = 2;
- this.btnQuery.Text = "查询";
- this.btnQuery.UseVisualStyleBackColor = false;
- //
- // panelEx1
- //
- this.panelEx1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(240)))), ((int)(((byte)(241)))));
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.dgv);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx1.Location = new System.Drawing.Point(5, 49);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Padding = new System.Windows.Forms.Padding(5, 10, 5, 5);
- this.panelEx1.Size = new System.Drawing.Size(900, 446);
- this.panelEx1.TabIndex = 10;
- //
- // dgv
- //
- this.dgv.AllowUserToAddRows = false;
- this.dgv.AllowUserToDeleteRows = false;
- this.dgv.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
- this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgv.BackgroundColor = System.Drawing.Color.White;
- this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgv.EnableHeadersVisualStyles = false;
- this.dgv.EraseCell = false;
- this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgv.GridViewUniquelyIdentify = "_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1";
- this.dgv.IsCompleteBonding = false;
- this.dgv.IsCopyCellValue = true;
- this.dgv.Location = new System.Drawing.Point(5, 10);
- this.dgv.Name = "dgv";
- this.dgv.RowHeadersVisible = false;
- this.dgv.RowTemplate.Height = 23;
- this.dgv.RowTemplate.ReadOnly = true;
- this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgv.Size = new System.Drawing.Size(890, 431);
- this.dgv.TabIndex = 0;
- //
- // dt_start
- //
- this.dt_start.CustomFormat = " ";
- this.dt_start.DateValue = "";
- this.dt_start.IsShowTime = false;
- this.dt_start.Location = new System.Drawing.Point(4, 8);
- this.dt_start.Name = "dt_start";
- this.dt_start.Size = new System.Drawing.Size(130, 21);
- this.dt_start.TabIndex = 4;
- //
- // dt_end
- //
- this.dt_end.CustomFormat = " ";
- this.dt_end.DateValue = "";
- this.dt_end.IsShowTime = false;
- this.dt_end.Location = new System.Drawing.Point(166, 8);
- this.dt_end.Name = "dt_end";
- this.dt_end.Size = new System.Drawing.Size(130, 21);
- this.dt_end.TabIndex = 4;
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx1.Location = new System.Drawing.Point(140, 5);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Padding = new System.Windows.Forms.Padding(0, 4, 0, 0);
- this.labelEx1.Size = new System.Drawing.Size(20, 21);
- this.labelEx1.TabIndex = 5;
- this.labelEx1.Text = "到";
- //
- // AnalyzedScenerys
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(910, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsShowUcNavigationTool = true;
- this.Name = "AnalyzedScenerys";
- this.Text = "景点使用统计";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
- this.Controls.SetChildIndex(this.btnAppFormExit, 0);
- this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
- this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
- this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
- this.Controls.SetChildIndex(this.plFormMainContent, 0);
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.flowLayoutPanel1.ResumeLayout(false);
- this.flowLayoutPanel1.PerformLayout();
- this.panelEx1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- private ComponentLibrary.PanelEx panelEx1;
- protected internal ComponentLibrary.ButtonEx btnQuery;
- protected internal ComponentLibrary.DataGridViewEx dgv;
- private ComponentLibrary.LabelEx labelEx1;
- protected internal ComponentLibrary.DateTimePickerEx dt_start;
- protected internal ComponentLibrary.DateTimePickerEx dt_end;
- }
- }
|