namespace DynStatDisk.App { partial class frmHistoryData { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmHistoryData)); this.listView1 = new System.Windows.Forms.ListView(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.btnClose = new System.Windows.Forms.Button(); this.btnSearch = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.dtpEnd = new System.Windows.Forms.DateTimePicker(); this.label1 = new System.Windows.Forms.Label(); this.dtpStart = new System.Windows.Forms.DateTimePicker(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // listView1 // this.listView1.Dock = System.Windows.Forms.DockStyle.Bottom; this.listView1.FullRowSelect = true; this.listView1.GridLines = true; this.listView1.HideSelection = false; this.listView1.Location = new System.Drawing.Point(0, 118); this.listView1.Name = "listView1"; this.listView1.Size = new System.Drawing.Size(884, 543); this.listView1.SmallImageList = this.imageList1; this.listView1.TabIndex = 3; this.listView1.UseCompatibleStateImageBehavior = false; // // groupBox1 // this.groupBox1.Controls.Add(this.btnClose); this.groupBox1.Controls.Add(this.btnSearch); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.dtpEnd); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.dtpStart); this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox1.Location = new System.Drawing.Point(3, 1); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(878, 111); this.groupBox1.TabIndex = 2; this.groupBox1.TabStop = false; this.groupBox1.Text = "条件设置"; // // btnClose // this.btnClose.Font = new System.Drawing.Font("微软雅黑", 18F); this.btnClose.Location = new System.Drawing.Point(743, 28); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(106, 62); this.btnClose.TabIndex = 6; this.btnClose.Text = "关闭"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnSearch // this.btnSearch.Font = new System.Drawing.Font("微软雅黑", 18F); this.btnSearch.Location = new System.Drawing.Point(613, 28); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(106, 62); this.btnSearch.TabIndex = 4; this.btnSearch.Text = "搜索"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(263, 28); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(88, 26); this.label2.TabIndex = 3; this.label2.Text = "结束时间"; // // dtpEnd // this.dtpEnd.CustomFormat = "yyyy-MM-dd HH:mm"; this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpEnd.Location = new System.Drawing.Point(224, 62); this.dtpEnd.Name = "dtpEnd"; this.dtpEnd.Size = new System.Drawing.Size(169, 29); this.dtpEnd.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(71, 29); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(88, 26); this.label1.TabIndex = 1; this.label1.Text = "开始时间"; // // dtpStart // this.dtpStart.CustomFormat = "yyyy-MM-dd HH:mm"; this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpStart.Location = new System.Drawing.Point(32, 63); this.dtpStart.Name = "dtpStart"; this.dtpStart.Size = new System.Drawing.Size(169, 29); this.dtpStart.TabIndex = 0; // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "About.png"); // // frmHistoryData // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(884, 661); this.Controls.Add(this.listView1); this.Controls.Add(this.groupBox1); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmHistoryData"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "历史数据"; this.Load += new System.EventHandler(this.frmHistoryData_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListView listView1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Button btnSearch; private System.Windows.Forms.Label label2; private System.Windows.Forms.DateTimePicker dtpEnd; private System.Windows.Forms.Label label1; private System.Windows.Forms.DateTimePicker dtpStart; private System.Windows.Forms.ImageList imageList1; } }