namespace DataCollectionSystem { partial class NewShow_FIFO_Line_Form { /// /// 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(NewShow_FIFO_Line_Form)); this.label2 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.comboBox3 = new System.Windows.Forms.ComboBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.BtnExport = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.colorDialog1 = new System.Windows.Forms.ColorDialog(); this.treeView1 = new System.Windows.Forms.TreeView(); this.zedGraphControl1 = new ZedGraph.ZedGraphControl(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.dateTimePickerEnd = new System.Windows.Forms.DateTimePicker(); this.label6 = new System.Windows.Forms.Label(); this.numericUpDownMinutsEnd = new System.Windows.Forms.NumericUpDown(); this.numericUpDownSecondEnd = new System.Windows.Forms.NumericUpDown(); this.numericUpDownHour = new System.Windows.Forms.NumericUpDown(); this.label3 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.dateTimePickerStart = new System.Windows.Forms.DateTimePicker(); this.numericUpDownSecondStart = new System.Windows.Forms.NumericUpDown(); this.label4 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.numericUpDownMinutsStart = new System.Windows.Forms.NumericUpDown(); this.numericUpDownHourStart = new System.Windows.Forms.NumericUpDown(); this.label10 = new System.Windows.Forms.Label(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.BtnBatchExport = new System.Windows.Forms.Button(); this.groupBox3.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMinutsEnd)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSecondEnd)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownHour)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSecondStart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMinutsStart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownHourStart)).BeginInit(); this.SuspendLayout(); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(173, 20); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(23, 14); this.label2.TabIndex = 52; this.label2.Text = "ms"; // // button1 // this.button1.Location = new System.Drawing.Point(212, 16); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 51; this.button1.Text = "查看波形"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // comboBox3 // this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox3.FlatStyle = System.Windows.Forms.FlatStyle.System; this.comboBox3.FormattingEnabled = true; this.comboBox3.ImeMode = System.Windows.Forms.ImeMode.On; this.comboBox3.Items.AddRange(new object[] { "10", "20", "50", "100", "200", "500", "1000", "2000", "5000", "10000", "60000"}); this.comboBox3.Location = new System.Drawing.Point(76, 16); this.comboBox3.Name = "comboBox3"; this.comboBox3.Size = new System.Drawing.Size(91, 20); this.comboBox3.TabIndex = 50; // // groupBox3 // this.groupBox3.Controls.Add(this.BtnBatchExport); this.groupBox3.Controls.Add(this.BtnExport); this.groupBox3.Location = new System.Drawing.Point(197, 754); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(481, 38); this.groupBox3.TabIndex = 57; this.groupBox3.TabStop = false; // // BtnExport // this.BtnExport.Image = ((System.Drawing.Image)(resources.GetObject("BtnExport.Image"))); this.BtnExport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.BtnExport.Location = new System.Drawing.Point(15, 13); this.BtnExport.Name = "BtnExport"; this.BtnExport.Size = new System.Drawing.Size(77, 23); this.BtnExport.TabIndex = 63; this.BtnExport.Text = "导出(&I)"; this.BtnExport.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.BtnExport.UseVisualStyleBackColor = true; this.BtnExport.Click += new System.EventHandler(this.BtnExport_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 49; this.label1.Text = "每格时间:"; // // groupBox2 // this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.button1); this.groupBox2.Controls.Add(this.comboBox3); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Location = new System.Drawing.Point(367, 22); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(292, 42); this.groupBox2.TabIndex = 56; this.groupBox2.TabStop = false; // // treeView1 // this.treeView1.Location = new System.Drawing.Point(5, 6); this.treeView1.Name = "treeView1"; this.treeView1.Size = new System.Drawing.Size(186, 787); this.treeView1.TabIndex = 54; this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect); // // zedGraphControl1 // this.zedGraphControl1.EditButtons = System.Windows.Forms.MouseButtons.Left; this.zedGraphControl1.EditModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.None))); this.zedGraphControl1.IsAutoScrollRange = false; this.zedGraphControl1.IsEnableHEdit = false; this.zedGraphControl1.IsEnableHPan = true; this.zedGraphControl1.IsEnableHZoom = true; this.zedGraphControl1.IsEnableVEdit = false; this.zedGraphControl1.IsEnableVPan = true; this.zedGraphControl1.IsEnableVZoom = true; this.zedGraphControl1.IsPrintFillPage = true; this.zedGraphControl1.IsPrintKeepAspectRatio = true; this.zedGraphControl1.IsScrollY2 = false; this.zedGraphControl1.IsShowContextMenu = true; this.zedGraphControl1.IsShowCopyMessage = true; this.zedGraphControl1.IsShowCursorValues = false; this.zedGraphControl1.IsShowHScrollBar = false; this.zedGraphControl1.IsShowPointValues = false; this.zedGraphControl1.IsShowVScrollBar = false; this.zedGraphControl1.IsSynchronizeXAxes = false; this.zedGraphControl1.IsSynchronizeYAxes = false; this.zedGraphControl1.IsZoomOnMouseCenter = false; this.zedGraphControl1.LinkButtons = System.Windows.Forms.MouseButtons.Left; this.zedGraphControl1.LinkModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.None))); this.zedGraphControl1.Location = new System.Drawing.Point(197, 100); this.zedGraphControl1.Name = "zedGraphControl1"; this.zedGraphControl1.PanButtons = System.Windows.Forms.MouseButtons.Left; this.zedGraphControl1.PanButtons2 = System.Windows.Forms.MouseButtons.Middle; this.zedGraphControl1.PanModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.None))); this.zedGraphControl1.PanModifierKeys2 = System.Windows.Forms.Keys.None; this.zedGraphControl1.PointDateFormat = "g"; this.zedGraphControl1.PointValueFormat = "G"; this.zedGraphControl1.ScrollMaxX = 0D; this.zedGraphControl1.ScrollMaxY = 0D; this.zedGraphControl1.ScrollMaxY2 = 0D; this.zedGraphControl1.ScrollMinX = 0D; this.zedGraphControl1.ScrollMinY = 0D; this.zedGraphControl1.ScrollMinY2 = 0D; this.zedGraphControl1.Size = new System.Drawing.Size(944, 646); this.zedGraphControl1.TabIndex = 53; this.zedGraphControl1.ZoomButtons = System.Windows.Forms.MouseButtons.Left; this.zedGraphControl1.ZoomButtons2 = System.Windows.Forms.MouseButtons.None; this.zedGraphControl1.ZoomModifierKeys = System.Windows.Forms.Keys.None; this.zedGraphControl1.ZoomModifierKeys2 = System.Windows.Forms.Keys.None; this.zedGraphControl1.ZoomStepFraction = 0.1D; // // groupBox4 // this.groupBox4.Controls.Add(this.groupBox2); this.groupBox4.Controls.Add(this.dateTimePickerEnd); this.groupBox4.Controls.Add(this.label6); this.groupBox4.Controls.Add(this.numericUpDownMinutsEnd); this.groupBox4.Controls.Add(this.numericUpDownSecondEnd); this.groupBox4.Controls.Add(this.numericUpDownHour); this.groupBox4.Controls.Add(this.label3); this.groupBox4.Controls.Add(this.label5); this.groupBox4.Controls.Add(this.dateTimePickerStart); this.groupBox4.Controls.Add(this.numericUpDownSecondStart); this.groupBox4.Controls.Add(this.label4); this.groupBox4.Controls.Add(this.label7); this.groupBox4.Controls.Add(this.numericUpDownMinutsStart); this.groupBox4.Controls.Add(this.numericUpDownHourStart); this.groupBox4.Controls.Add(this.label10); this.groupBox4.Location = new System.Drawing.Point(202, 6); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(939, 88); this.groupBox4.TabIndex = 58; this.groupBox4.TabStop = false; this.groupBox4.Enter += new System.EventHandler(this.groupBox4_Enter); // // dateTimePickerEnd // this.dateTimePickerEnd.CustomFormat = "yyyy-MM-dd"; this.dateTimePickerEnd.Font = new System.Drawing.Font("宋体", 9F); this.dateTimePickerEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dateTimePickerEnd.Location = new System.Drawing.Point(70, 53); this.dateTimePickerEnd.Name = "dateTimePickerEnd"; this.dateTimePickerEnd.Size = new System.Drawing.Size(89, 21); this.dateTimePickerEnd.TabIndex = 3; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("宋体", 9F); this.label6.Location = new System.Drawing.Point(213, 59); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(11, 12); this.label6.TabIndex = 10; this.label6.Text = ":"; // // numericUpDownMinutsEnd // this.numericUpDownMinutsEnd.Font = new System.Drawing.Font("宋体", 9F); this.numericUpDownMinutsEnd.Location = new System.Drawing.Point(226, 53); this.numericUpDownMinutsEnd.Maximum = new decimal(new int[] { 59, 0, 0, 0}); this.numericUpDownMinutsEnd.Name = "numericUpDownMinutsEnd"; this.numericUpDownMinutsEnd.Size = new System.Drawing.Size(45, 21); this.numericUpDownMinutsEnd.TabIndex = 11; // // numericUpDownSecondEnd // this.numericUpDownSecondEnd.Font = new System.Drawing.Font("宋体", 9F); this.numericUpDownSecondEnd.Location = new System.Drawing.Point(285, 53); this.numericUpDownSecondEnd.Maximum = new decimal(new int[] { 59, 0, 0, 0}); this.numericUpDownSecondEnd.Name = "numericUpDownSecondEnd"; this.numericUpDownSecondEnd.Size = new System.Drawing.Size(45, 21); this.numericUpDownSecondEnd.TabIndex = 13; // // numericUpDownHour // this.numericUpDownHour.Font = new System.Drawing.Font("宋体", 9F); this.numericUpDownHour.Location = new System.Drawing.Point(167, 53); this.numericUpDownHour.Maximum = new decimal(new int[] { 23, 0, 0, 0}); this.numericUpDownHour.Name = "numericUpDownHour"; this.numericUpDownHour.Size = new System.Drawing.Size(45, 21); this.numericUpDownHour.TabIndex = 9; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 9F); this.label3.Location = new System.Drawing.Point(5, 15); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(59, 12); this.label3.TabIndex = 0; this.label3.Text = "开始时间:"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("宋体", 9F); this.label5.Location = new System.Drawing.Point(272, 59); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(11, 12); this.label5.TabIndex = 12; this.label5.Text = ":"; // // dateTimePickerStart // this.dateTimePickerStart.CustomFormat = "yyyy-MM-dd"; this.dateTimePickerStart.Font = new System.Drawing.Font("宋体", 9F); this.dateTimePickerStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dateTimePickerStart.Location = new System.Drawing.Point(70, 12); this.dateTimePickerStart.Name = "dateTimePickerStart"; this.dateTimePickerStart.Size = new System.Drawing.Size(89, 21); this.dateTimePickerStart.TabIndex = 1; // // numericUpDownSecondStart // this.numericUpDownSecondStart.Font = new System.Drawing.Font("宋体", 9F); this.numericUpDownSecondStart.Location = new System.Drawing.Point(285, 12); this.numericUpDownSecondStart.Maximum = new decimal(new int[] { 59, 0, 0, 0}); this.numericUpDownSecondStart.Name = "numericUpDownSecondStart"; this.numericUpDownSecondStart.Size = new System.Drawing.Size(45, 21); this.numericUpDownSecondStart.TabIndex = 8; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("宋体", 9F); this.label4.Location = new System.Drawing.Point(5, 57); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(59, 12); this.label4.TabIndex = 2; this.label4.Text = "结束时间:"; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("宋体", 9F); this.label7.Location = new System.Drawing.Point(272, 18); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(11, 12); this.label7.TabIndex = 7; this.label7.Text = ":"; // // numericUpDownMinutsStart // this.numericUpDownMinutsStart.Font = new System.Drawing.Font("宋体", 9F); this.numericUpDownMinutsStart.Location = new System.Drawing.Point(226, 12); this.numericUpDownMinutsStart.Maximum = new decimal(new int[] { 59, 0, 0, 0}); this.numericUpDownMinutsStart.Name = "numericUpDownMinutsStart"; this.numericUpDownMinutsStart.Size = new System.Drawing.Size(45, 21); this.numericUpDownMinutsStart.TabIndex = 6; // // numericUpDownHourStart // this.numericUpDownHourStart.Font = new System.Drawing.Font("宋体", 9F); this.numericUpDownHourStart.Location = new System.Drawing.Point(167, 12); this.numericUpDownHourStart.Maximum = new decimal(new int[] { 23, 0, 0, 0}); this.numericUpDownHourStart.Name = "numericUpDownHourStart"; this.numericUpDownHourStart.Size = new System.Drawing.Size(45, 21); this.numericUpDownHourStart.TabIndex = 4; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("宋体", 9F); this.label10.Location = new System.Drawing.Point(213, 18); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(11, 12); this.label10.TabIndex = 5; this.label10.Text = ":"; // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "图片1.png"); // // BtnBatchExport // this.BtnBatchExport.Image = ((System.Drawing.Image)(resources.GetObject("BtnBatchExport.Image"))); this.BtnBatchExport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.BtnBatchExport.Location = new System.Drawing.Point(112, 13); this.BtnBatchExport.Name = "BtnBatchExport"; this.BtnBatchExport.Size = new System.Drawing.Size(77, 23); this.BtnBatchExport.TabIndex = 64; this.BtnBatchExport.Text = "批量导出(&E)"; this.BtnBatchExport.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.BtnBatchExport.UseVisualStyleBackColor = true; this.BtnBatchExport.Click += new System.EventHandler(this.BtnBatchExport_Click); // // NewShow_FIFO_Line_Form // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1153, 805); this.Controls.Add(this.groupBox4); this.Controls.Add(this.groupBox3); this.Controls.Add(this.treeView1); this.Controls.Add(this.zedGraphControl1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "NewShow_FIFO_Line_Form"; this.Text = "历史记录回放与导出"; this.Load += new System.EventHandler(this.NewShow_FIFO_Line_Form_Load); this.SizeChanged += new System.EventHandler(this.NewShow_FIFO_Line_Form_SizeChanged); this.groupBox3.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMinutsEnd)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSecondEnd)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownHour)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSecondStart)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMinutsStart)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownHourStart)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label2; private System.Windows.Forms.Button button1; private System.Windows.Forms.ComboBox comboBox3; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Button BtnExport; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.ColorDialog colorDialog1; private System.Windows.Forms.TreeView treeView1; private ZedGraph.ZedGraphControl zedGraphControl1; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.DateTimePicker dateTimePickerEnd; private System.Windows.Forms.Label label6; private System.Windows.Forms.NumericUpDown numericUpDownMinutsEnd; private System.Windows.Forms.NumericUpDown numericUpDownSecondEnd; private System.Windows.Forms.NumericUpDown numericUpDownHour; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label5; private System.Windows.Forms.DateTimePicker dateTimePickerStart; private System.Windows.Forms.NumericUpDown numericUpDownSecondStart; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label7; private System.Windows.Forms.NumericUpDown numericUpDownMinutsStart; private System.Windows.Forms.NumericUpDown numericUpDownHourStart; private System.Windows.Forms.Label label10; private System.Windows.Forms.ImageList imageList1; private System.Windows.Forms.Button BtnBatchExport; } }