示例#1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Reclamation.Core.MonthDayRange monthDayRange1 = new Reclamation.Core.MonthDayRange();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.multiWaterYearSelector1 = new HydrometTools.Stats.MultiWaterYearSelector();
     this.monthDayRangePicker1    = new Reclamation.TimeSeries.Forms.MonthDayRangePicker();
     this.buttonGo = new System.Windows.Forms.Button();
     this.panel1   = new System.Windows.Forms.Panel();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.multiWaterYearSelector1);
     this.groupBox1.Controls.Add(this.monthDayRangePicker1);
     this.groupBox1.Controls.Add(this.buttonGo);
     this.groupBox1.Location = new System.Drawing.Point(4, 3);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(235, 322);
     this.groupBox1.TabIndex = 37;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Listing of Max and MIN";
     //
     // multiWaterYearSelector1
     //
     this.multiWaterYearSelector1.Location         = new System.Drawing.Point(15, 80);
     this.multiWaterYearSelector1.Margin           = new System.Windows.Forms.Padding(2);
     this.multiWaterYearSelector1.Name             = "multiWaterYearSelector1";
     this.multiWaterYearSelector1.SetGroupBoxTitle = "compute multi year average";
     this.multiWaterYearSelector1.Size             = new System.Drawing.Size(212, 158);
     this.multiWaterYearSelector1.TabIndex         = 0;
     //
     // monthDayRangePicker1
     //
     this.monthDayRangePicker1.BeginningMonth = 10;
     this.monthDayRangePicker1.BorderStyle    = System.Windows.Forms.BorderStyle.FixedSingle;
     this.monthDayRangePicker1.Location       = new System.Drawing.Point(9, 19);
     this.monthDayRangePicker1.MonthDayRange  = monthDayRange1;
     this.monthDayRangePicker1.Name           = "monthDayRangePicker1";
     this.monthDayRangePicker1.Size           = new System.Drawing.Size(157, 52);
     this.monthDayRangePicker1.TabIndex       = 0;
     //
     // buttonGo
     //
     this.buttonGo.Location = new System.Drawing.Point(154, 265);
     this.buttonGo.Name     = "buttonGo";
     this.buttonGo.Size     = new System.Drawing.Size(75, 23);
     this.buttonGo.TabIndex = 35;
     this.buttonGo.Text     = "Refresh";
     this.buttonGo.UseVisualStyleBackColor = true;
     this.buttonGo.Click += new System.EventHandler(this.buttonGo_Click);
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.Location = new System.Drawing.Point(245, 3);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(481, 331);
     this.panel1.TabIndex = 38;
     //
     // MaxStat
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.groupBox1);
     this.Name = "MaxStat";
     this.Size = new System.Drawing.Size(749, 358);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Reclamation.Core.MonthDayRange monthDayRange1 = new Reclamation.Core.MonthDayRange();
     Reclamation.Core.MonthDayRange monthDayRange2 = new Reclamation.Core.MonthDayRange();
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.radioButtonMonthDay  = new System.Windows.Forms.RadioButton();
     this.radioButtonMonths    = new System.Windows.Forms.RadioButton();
     this.monthRangePicker1    = new Reclamation.TimeSeries.Forms.MonthRangePicker();
     this.monthDayRangePicker1 = new Reclamation.TimeSeries.Forms.MonthDayRangePicker();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.monthRangePicker1);
     this.groupBox1.Controls.Add(this.radioButtonMonthDay);
     this.groupBox1.Controls.Add(this.radioButtonMonths);
     this.groupBox1.Controls.Add(this.monthDayRangePicker1);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(386, 125);
     this.groupBox1.TabIndex = 14;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "range";
     this.groupBox1.Enter   += new System.EventHandler(this.groupBox1_Enter);
     //
     // radioButtonMonthDay
     //
     this.radioButtonMonthDay.AutoSize = true;
     this.radioButtonMonthDay.Checked  = true;
     this.radioButtonMonthDay.Location = new System.Drawing.Point(20, 77);
     this.radioButtonMonthDay.Name     = "radioButtonMonthDay";
     this.radioButtonMonthDay.Size     = new System.Drawing.Size(14, 13);
     this.radioButtonMonthDay.TabIndex = 14;
     this.radioButtonMonthDay.TabStop  = true;
     this.radioButtonMonthDay.UseVisualStyleBackColor = true;
     this.radioButtonMonthDay.CheckedChanged         += new System.EventHandler(this.Enabling);
     //
     // radioButtonMonths
     //
     this.radioButtonMonths.AutoSize = true;
     this.radioButtonMonths.Location = new System.Drawing.Point(20, 30);
     this.radioButtonMonths.Name     = "radioButtonMonths";
     this.radioButtonMonths.Size     = new System.Drawing.Size(14, 13);
     this.radioButtonMonths.TabIndex = 13;
     this.radioButtonMonths.UseVisualStyleBackColor = true;
     this.radioButtonMonths.CheckedChanged         += new System.EventHandler(this.Enabling);
     //
     // monthRangePicker1
     //
     this.monthRangePicker1.BeginningMonth = 10;
     this.monthRangePicker1.Location       = new System.Drawing.Point(43, 24);
     this.monthRangePicker1.MonthDayRange  = monthDayRange1;
     this.monthRangePicker1.Name           = "monthRangePicker1";
     this.monthRangePicker1.Size           = new System.Drawing.Size(318, 26);
     this.monthRangePicker1.TabIndex       = 15;
     //
     // monthDayRangePicker1
     //
     this.monthDayRangePicker1.Location      = new System.Drawing.Point(48, 58);
     this.monthDayRangePicker1.MonthDayRange = monthDayRange2;
     this.monthDayRangePicker1.Name          = "monthDayRangePicker1";
     this.monthDayRangePicker1.Size          = new System.Drawing.Size(159, 50);
     this.monthDayRangePicker1.TabIndex      = 12;
     //
     // RangePicker
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupBox1);
     this.Name = "RangePicker";
     this.Size = new System.Drawing.Size(386, 125);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#3
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Reclamation.Core.MonthDayRange monthDayRange1 = new Reclamation.Core.MonthDayRange();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.label1 = new System.Windows.Forms.Label();
            this.textBoxSiteName = new System.Windows.Forms.TextBox();
            this.buttonCancel = new System.Windows.Forms.Button();
            this.buttonOK = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.monthDayRangePicker1 = new Reclamation.TimeSeries.Forms.MonthDayRangePicker();
            this.SuspendLayout();
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.FileName = "openFileDialog1";
            this.openFileDialog1.Filter = "text files (*.txt)|*.txt|All files (*.*)|*.*";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(13, 134);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(208, 13);
            this.label1.TabIndex = 2;
            this.label1.Text = "name of series to use in volume summation";
            // 
            // textBoxSiteName
            // 
            this.textBoxSiteName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxSiteName.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Reclamation.TimeSeries.Forms.Properties.Settings.Default, "SumVolumeSiteName", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
            this.textBoxSiteName.Location = new System.Drawing.Point(16, 150);
            this.textBoxSiteName.Name = "textBoxSiteName";
            this.textBoxSiteName.Size = new System.Drawing.Size(180, 20);
            this.textBoxSiteName.TabIndex = 1;
            this.textBoxSiteName.Text = global::Reclamation.TimeSeries.Forms.Properties.Settings.Default.SumVolumeSiteName;
            // 
            // buttonCancel
            // 
            this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.buttonCancel.Location = new System.Drawing.Point(261, 187);
            this.buttonCancel.Name = "buttonCancel";
            this.buttonCancel.Size = new System.Drawing.Size(75, 23);
            this.buttonCancel.TabIndex = 4;
            this.buttonCancel.Text = "Cancel";
            this.buttonCancel.UseVisualStyleBackColor = true;
            // 
            // buttonOK
            // 
            this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.buttonOK.Location = new System.Drawing.Point(171, 187);
            this.buttonOK.Name = "buttonOK";
            this.buttonOK.Size = new System.Drawing.Size(75, 23);
            this.buttonOK.TabIndex = 5;
            this.buttonOK.Text = "OK";
            this.buttonOK.UseVisualStyleBackColor = true;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(13, 13);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(0, 13);
            this.label2.TabIndex = 6;
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(12, 13);
            this.textBox2.Multiline = true;
            this.textBox2.Name = "textBox2";
            this.textBox2.ReadOnly = true;
            this.textBox2.Size = new System.Drawing.Size(324, 47);
            this.textBox2.TabIndex = 7;
            this.textBox2.Text = "Select a range of dates and a series to sum during a period of the year. This can" +
    " be used to rank and compare scenarios to a volume forecast. Summing is done on " +
    "a water year (october-september)";
            // 
            // monthDayRangePicker1
            // 
            this.monthDayRangePicker1.BeginningMonth = 10;
            this.monthDayRangePicker1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.monthDayRangePicker1.Location = new System.Drawing.Point(16, 66);
            this.monthDayRangePicker1.MonthDayRange = monthDayRange1;
            this.monthDayRangePicker1.Name = "monthDayRangePicker1";
            this.monthDayRangePicker1.Size = new System.Drawing.Size(182, 65);
            this.monthDayRangePicker1.TabIndex = 0;
            // 
            // FormSumRange
            // 
            this.AcceptButton = this.buttonOK;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.buttonCancel;
            this.ClientSize = new System.Drawing.Size(342, 216);
            this.Controls.Add(this.textBox2);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.buttonOK);
            this.Controls.Add(this.buttonCancel);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.textBoxSiteName);
            this.Controls.Add(this.monthDayRangePicker1);
            this.Name = "FormSumRange";
            this.Text = "Select Series and Range ";
            this.ResumeLayout(false);
            this.PerformLayout();

        }
示例#4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Reclamation.Core.MonthDayRange monthDayRange1 = new Reclamation.Core.MonthDayRange();
     this.openFileDialog1      = new System.Windows.Forms.OpenFileDialog();
     this.label1               = new System.Windows.Forms.Label();
     this.textBoxSiteName      = new System.Windows.Forms.TextBox();
     this.buttonCancel         = new System.Windows.Forms.Button();
     this.buttonOK             = new System.Windows.Forms.Button();
     this.label2               = new System.Windows.Forms.Label();
     this.textBox2             = new System.Windows.Forms.TextBox();
     this.monthDayRangePicker1 = new Reclamation.TimeSeries.Forms.MonthDayRangePicker();
     this.SuspendLayout();
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     this.openFileDialog1.Filter   = "text files (*.txt)|*.txt|All files (*.*)|*.*";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(13, 134);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(208, 13);
     this.label1.TabIndex = 2;
     this.label1.Text     = "name of series to use in volume summation";
     //
     // textBoxSiteName
     //
     this.textBoxSiteName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxSiteName.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Reclamation.TimeSeries.Forms.Properties.Settings.Default, "SumVolumeSiteName", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.textBoxSiteName.Location = new System.Drawing.Point(16, 150);
     this.textBoxSiteName.Name     = "textBoxSiteName";
     this.textBoxSiteName.Size     = new System.Drawing.Size(180, 20);
     this.textBoxSiteName.TabIndex = 1;
     this.textBoxSiteName.Text     = global::Reclamation.TimeSeries.Forms.Properties.Settings.Default.SumVolumeSiteName;
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.Location                = new System.Drawing.Point(261, 187);
     this.buttonCancel.Name                    = "buttonCancel";
     this.buttonCancel.Size                    = new System.Drawing.Size(75, 23);
     this.buttonCancel.TabIndex                = 4;
     this.buttonCancel.Text                    = "Cancel";
     this.buttonCancel.UseVisualStyleBackColor = true;
     //
     // buttonOK
     //
     this.buttonOK.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOK.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.buttonOK.Location                = new System.Drawing.Point(171, 187);
     this.buttonOK.Name                    = "buttonOK";
     this.buttonOK.Size                    = new System.Drawing.Size(75, 23);
     this.buttonOK.TabIndex                = 5;
     this.buttonOK.Text                    = "OK";
     this.buttonOK.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(13, 13);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(0, 13);
     this.label2.TabIndex = 6;
     //
     // textBox2
     //
     this.textBox2.Location  = new System.Drawing.Point(12, 13);
     this.textBox2.Multiline = true;
     this.textBox2.Name      = "textBox2";
     this.textBox2.ReadOnly  = true;
     this.textBox2.Size      = new System.Drawing.Size(324, 47);
     this.textBox2.TabIndex  = 7;
     this.textBox2.Text      = "Select a range of dates and a series to sum during a period of the year. This can" +
                               " be used to rank and compare scenarios to a volume forecast. Summing is done on " +
                               "a water year (october-september)";
     //
     // monthDayRangePicker1
     //
     this.monthDayRangePicker1.BeginningMonth = 10;
     this.monthDayRangePicker1.BorderStyle    = System.Windows.Forms.BorderStyle.FixedSingle;
     this.monthDayRangePicker1.Location       = new System.Drawing.Point(16, 66);
     this.monthDayRangePicker1.MonthDayRange  = monthDayRange1;
     this.monthDayRangePicker1.Name           = "monthDayRangePicker1";
     this.monthDayRangePicker1.Size           = new System.Drawing.Size(182, 65);
     this.monthDayRangePicker1.TabIndex       = 0;
     //
     // FormSumRange
     //
     this.AcceptButton        = this.buttonOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.buttonCancel;
     this.ClientSize          = new System.Drawing.Size(342, 216);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.buttonOK);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textBoxSiteName);
     this.Controls.Add(this.monthDayRangePicker1);
     this.Name = "FormSumRange";
     this.Text = "Select Series and Range ";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Reclamation.Core.MonthDayRange monthDayRange1 = new Reclamation.Core.MonthDayRange();
     this.panel1 = new System.Windows.Forms.Panel();
     this.checkBoxShowElevation    = new System.Windows.Forms.CheckBox();
     this.checkBoxShowInstantAF    = new System.Windows.Forms.CheckBox();
     this.buttonOpsMenu            = new System.Windows.Forms.Button();
     this.checkBoxOverrideFcast    = new System.Windows.Forms.CheckBox();
     this.textBoxOverrideFcast     = new System.Windows.Forms.TextBox();
     this.checkBoxDashed           = new System.Windows.Forms.CheckBox();
     this.textBoxTargetPercentages = new System.Windows.Forms.TextBox();
     this.compareData               = new System.Windows.Forms.Label();
     this.dataInitial               = new System.Windows.Forms.Label();
     this.showGreenLines            = new System.Windows.Forms.CheckBox();
     this.showTarget                = new System.Windows.Forms.CheckBox();
     this.pcodeComparison           = new System.Windows.Forms.TextBox();
     this.pcodeInitial              = new System.Windows.Forms.TextBox();
     this.waterYearLabel            = new System.Windows.Forms.Label();
     this.label1                    = new System.Windows.Forms.Label();
     this.textBoxAlternateWaterYear = new System.Windows.Forms.TextBox();
     this.buttonRefresh             = new System.Windows.Forms.Button();
     this.monthRangePicker1         = new Reclamation.TimeSeries.Forms.MonthRangePicker();
     this.textBoxWaterYear          = new System.Windows.Forms.TextBox();
     this.comboBoxSite              = new System.Windows.Forms.ComboBox();
     this.linkLabelReport           = new System.Windows.Forms.LinkLabel();
     this.tabControl1               = new System.Windows.Forms.TabControl();
     this.tabPageGraph              = new System.Windows.Forms.TabPage();
     this.hydrometChart1            = new FcPlot.HydrometTeeChart();
     this.tabPageReport             = new System.Windows.Forms.TabPage();
     this.dataGridView1             = new System.Windows.Forms.DataGridView();
     this.panel2                    = new System.Windows.Forms.Panel();
     this.labelFlagLegend           = new System.Windows.Forms.Label();
     this.toolTip1                  = new System.Windows.Forms.ToolTip(this.components);
     this.panel1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPageGraph.SuspendLayout();
     this.tabPageReport.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.checkBoxShowElevation);
     this.panel1.Controls.Add(this.checkBoxShowInstantAF);
     this.panel1.Controls.Add(this.buttonOpsMenu);
     this.panel1.Controls.Add(this.checkBoxOverrideFcast);
     this.panel1.Controls.Add(this.textBoxOverrideFcast);
     this.panel1.Controls.Add(this.checkBoxDashed);
     this.panel1.Controls.Add(this.textBoxTargetPercentages);
     this.panel1.Controls.Add(this.compareData);
     this.panel1.Controls.Add(this.dataInitial);
     this.panel1.Controls.Add(this.showGreenLines);
     this.panel1.Controls.Add(this.showTarget);
     this.panel1.Controls.Add(this.pcodeComparison);
     this.panel1.Controls.Add(this.pcodeInitial);
     this.panel1.Controls.Add(this.waterYearLabel);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.textBoxAlternateWaterYear);
     this.panel1.Controls.Add(this.buttonRefresh);
     this.panel1.Controls.Add(this.monthRangePicker1);
     this.panel1.Controls.Add(this.textBoxWaterYear);
     this.panel1.Controls.Add(this.comboBoxSite);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Margin   = new System.Windows.Forms.Padding(4);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1402, 103);
     this.panel1.TabIndex = 2;
     //
     // checkBoxShowElevation
     //
     this.checkBoxShowElevation.AutoSize = true;
     this.checkBoxShowElevation.Location = new System.Drawing.Point(739, 36);
     this.checkBoxShowElevation.Margin   = new System.Windows.Forms.Padding(4);
     this.checkBoxShowElevation.Name     = "checkBoxShowElevation";
     this.checkBoxShowElevation.Size     = new System.Drawing.Size(126, 21);
     this.checkBoxShowElevation.TabIndex = 19;
     this.checkBoxShowElevation.Text     = "Show Elevation";
     this.checkBoxShowElevation.UseVisualStyleBackColor = true;
     //
     // checkBoxShowInstantAF
     //
     this.checkBoxShowInstantAF.AutoSize = true;
     this.checkBoxShowInstantAF.Location = new System.Drawing.Point(739, 7);
     this.checkBoxShowInstantAF.Margin   = new System.Windows.Forms.Padding(4);
     this.checkBoxShowInstantAF.Name     = "checkBoxShowInstantAF";
     this.checkBoxShowInstantAF.Size     = new System.Drawing.Size(187, 21);
     this.checkBoxShowInstantAF.TabIndex = 18;
     this.checkBoxShowInstantAF.Text     = "Show Instant on Left Axis";
     this.checkBoxShowInstantAF.UseVisualStyleBackColor = true;
     //
     // buttonOpsMenu
     //
     this.buttonOpsMenu.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonOpsMenu.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.buttonOpsMenu.Location  = new System.Drawing.Point(4, 66);
     this.buttonOpsMenu.Name      = "buttonOpsMenu";
     this.buttonOpsMenu.Size      = new System.Drawing.Size(111, 32);
     this.buttonOpsMenu.TabIndex  = 17;
     this.buttonOpsMenu.Text      = "Ops Menu";
     this.buttonOpsMenu.UseVisualStyleBackColor = true;
     this.buttonOpsMenu.Click += new System.EventHandler(this.buttonOpsMenu_Click);
     //
     // checkBoxOverrideFcast
     //
     this.checkBoxOverrideFcast.AutoSize = true;
     this.checkBoxOverrideFcast.Location = new System.Drawing.Point(943, 7);
     this.checkBoxOverrideFcast.Margin   = new System.Windows.Forms.Padding(2);
     this.checkBoxOverrideFcast.Name     = "checkBoxOverrideFcast";
     this.checkBoxOverrideFcast.Size     = new System.Drawing.Size(144, 21);
     this.checkBoxOverrideFcast.TabIndex = 16;
     this.checkBoxOverrideFcast.Text     = "Override Forecast";
     this.toolTip1.SetToolTip(this.checkBoxOverrideFcast, "when checked, will use a user-input forecast volume");
     this.checkBoxOverrideFcast.UseVisualStyleBackColor = true;
     //
     // textBoxOverrideFcast
     //
     this.textBoxOverrideFcast.Location = new System.Drawing.Point(1101, 5);
     this.textBoxOverrideFcast.Margin   = new System.Windows.Forms.Padding(2);
     this.textBoxOverrideFcast.Name     = "textBoxOverrideFcast";
     this.textBoxOverrideFcast.Size     = new System.Drawing.Size(119, 22);
     this.textBoxOverrideFcast.TabIndex = 15;
     this.toolTip1.SetToolTip(this.textBoxOverrideFcast, "forecast volume in AF");
     //
     // checkBoxDashed
     //
     this.checkBoxDashed.AutoSize   = true;
     this.checkBoxDashed.Checked    = true;
     this.checkBoxDashed.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxDashed.Location   = new System.Drawing.Point(1101, 69);
     this.checkBoxDashed.Margin     = new System.Windows.Forms.Padding(4);
     this.checkBoxDashed.Name       = "checkBoxDashed";
     this.checkBoxDashed.Size       = new System.Drawing.Size(119, 21);
     this.checkBoxDashed.TabIndex   = 14;
     this.checkBoxDashed.Text       = "SRD - dashed";
     this.toolTip1.SetToolTip(this.checkBoxDashed, "when checked, use dashed (alternate) flood curve");
     this.checkBoxDashed.UseVisualStyleBackColor = true;
     //
     // textBoxTargetPercentages
     //
     this.textBoxTargetPercentages.Location = new System.Drawing.Point(1101, 36);
     this.textBoxTargetPercentages.Margin   = new System.Windows.Forms.Padding(4);
     this.textBoxTargetPercentages.Name     = "textBoxTargetPercentages";
     this.textBoxTargetPercentages.Size     = new System.Drawing.Size(119, 22);
     this.textBoxTargetPercentages.TabIndex = 13;
     this.toolTip1.SetToolTip(this.textBoxTargetPercentages, "space separated %-target levels: 100 120 ...");
     //
     // compareData
     //
     this.compareData.AutoSize = true;
     this.compareData.Location = new System.Drawing.Point(363, 77);
     this.compareData.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.compareData.Name     = "compareData";
     this.compareData.Size     = new System.Drawing.Size(113, 17);
     this.compareData.TabIndex = 12;
     this.compareData.Text     = "comparison data";
     //
     // dataInitial
     //
     this.dataInitial.AutoSize = true;
     this.dataInitial.Location = new System.Drawing.Point(123, 77);
     this.dataInitial.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.dataInitial.Name     = "dataInitial";
     this.dataInitial.Size     = new System.Drawing.Size(72, 17);
     this.dataInitial.TabIndex = 11;
     this.dataInitial.Text     = "initial data";
     //
     // showGreenLines
     //
     this.showGreenLines.AutoSize   = true;
     this.showGreenLines.Checked    = true;
     this.showGreenLines.CheckState = System.Windows.Forms.CheckState.Checked;
     this.showGreenLines.Location   = new System.Drawing.Point(943, 69);
     this.showGreenLines.Margin     = new System.Windows.Forms.Padding(4);
     this.showGreenLines.Name       = "showGreenLines";
     this.showGreenLines.Size       = new System.Drawing.Size(138, 21);
     this.showGreenLines.TabIndex   = 10;
     this.showGreenLines.Text       = "Show Rule Curve";
     this.showGreenLines.UseVisualStyleBackColor = true;
     //
     // showTarget
     //
     this.showTarget.AutoSize = true;
     this.showTarget.Location = new System.Drawing.Point(943, 38);
     this.showTarget.Margin   = new System.Windows.Forms.Padding(4);
     this.showTarget.Name     = "showTarget";
     this.showTarget.Size     = new System.Drawing.Size(110, 21);
     this.showTarget.TabIndex = 9;
     this.showTarget.Text     = "Show Target";
     this.showTarget.UseVisualStyleBackColor = true;
     //
     // pcodeComparison
     //
     this.pcodeComparison.Location = new System.Drawing.Point(484, 74);
     this.pcodeComparison.Margin   = new System.Windows.Forms.Padding(4);
     this.pcodeComparison.Name     = "pcodeComparison";
     this.pcodeComparison.Size     = new System.Drawing.Size(152, 22);
     this.pcodeComparison.TabIndex = 8;
     this.toolTip1.SetToolTip(this.pcodeComparison, "comparision series such as:  luc qu");
     //
     // pcodeInitial
     //
     this.pcodeInitial.Location = new System.Drawing.Point(203, 74);
     this.pcodeInitial.Margin   = new System.Windows.Forms.Padding(4);
     this.pcodeInitial.Name     = "pcodeInitial";
     this.pcodeInitial.Size     = new System.Drawing.Size(152, 22);
     this.pcodeInitial.TabIndex = 7;
     this.toolTip1.SetToolTip(this.pcodeInitial, "additional series such as:   bigi qd");
     //
     // waterYearLabel
     //
     this.waterYearLabel.AutoSize = true;
     this.waterYearLabel.Location = new System.Drawing.Point(123, 47);
     this.waterYearLabel.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.waterYearLabel.Name     = "waterYearLabel";
     this.waterYearLabel.Size     = new System.Drawing.Size(72, 17);
     this.waterYearLabel.TabIndex = 6;
     this.waterYearLabel.Text     = "initial year";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(363, 47);
     this.label1.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(113, 17);
     this.label1.TabIndex = 5;
     this.label1.Text     = "comparison year";
     //
     // textBoxAlternateWaterYear
     //
     this.textBoxAlternateWaterYear.Location = new System.Drawing.Point(484, 44);
     this.textBoxAlternateWaterYear.Margin   = new System.Windows.Forms.Padding(4);
     this.textBoxAlternateWaterYear.Name     = "textBoxAlternateWaterYear";
     this.textBoxAlternateWaterYear.Size     = new System.Drawing.Size(152, 22);
     this.textBoxAlternateWaterYear.TabIndex = 4;
     this.toolTip1.SetToolTip(this.textBoxAlternateWaterYear, "comparision year such as: 1997");
     //
     // buttonRefresh
     //
     this.buttonRefresh.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonRefresh.ForeColor = System.Drawing.SystemColors.Highlight;
     this.buttonRefresh.Location  = new System.Drawing.Point(4, 31);
     this.buttonRefresh.Margin    = new System.Windows.Forms.Padding(4);
     this.buttonRefresh.Name      = "buttonRefresh";
     this.buttonRefresh.Size      = new System.Drawing.Size(111, 31);
     this.buttonRefresh.TabIndex  = 2;
     this.buttonRefresh.Text      = "Refresh";
     this.buttonRefresh.UseVisualStyleBackColor = true;
     this.buttonRefresh.Click += new System.EventHandler(this.buttonRefresh_Click);
     //
     // monthRangePicker1
     //
     this.monthRangePicker1.AutoSize       = true;
     this.monthRangePicker1.BeginningMonth = 10;
     this.monthRangePicker1.Location       = new System.Drawing.Point(296, 0);
     this.monthRangePicker1.Margin         = new System.Windows.Forms.Padding(6, 5, 6, 5);
     this.monthRangePicker1.MonthDayRange  = monthDayRange1;
     this.monthRangePicker1.Name           = "monthRangePicker1";
     this.monthRangePicker1.Size           = new System.Drawing.Size(433, 43);
     this.monthRangePicker1.TabIndex       = 1;
     //
     // textBoxWaterYear
     //
     this.textBoxWaterYear.Location = new System.Drawing.Point(203, 44);
     this.textBoxWaterYear.Margin   = new System.Windows.Forms.Padding(4);
     this.textBoxWaterYear.Name     = "textBoxWaterYear";
     this.textBoxWaterYear.Size     = new System.Drawing.Size(152, 22);
     this.textBoxWaterYear.TabIndex = 1;
     this.toolTip1.SetToolTip(this.textBoxWaterYear, "base year");
     //
     // comboBoxSite
     //
     this.comboBoxSite.FormattingEnabled = true;
     this.comboBoxSite.Items.AddRange(new object[] {
         "AMFI",
         "BEUO",
         "BUL",
         "BUM",
         "CLE",
         "CSCI",
         "DED",
         "GCL",
         "HEII",
         "HGH",
         "HRSI",
         "ISLI",
         "JCK",
         "KAC",
         "KEE",
         "LUC",
         "MCKO",
         "MFDO",
         "NACW",
         "OCHO",
         "OWY",
         "PARW",
         "PHL",
         "PRVO",
         "RIM",
         "RIR",
         "SCOO",
         "TDAO",
         "WARO",
         "WODI",
         "YUMW"
     });
     this.comboBoxSite.Location              = new System.Drawing.Point(4, 4);
     this.comboBoxSite.Margin                = new System.Windows.Forms.Padding(4);
     this.comboBoxSite.Name                  = "comboBoxSite";
     this.comboBoxSite.Size                  = new System.Drawing.Size(282, 24);
     this.comboBoxSite.TabIndex              = 0;
     this.comboBoxSite.DropDown             += new System.EventHandler(this.comboBoxSite_DropDown);
     this.comboBoxSite.SelectedIndexChanged += new System.EventHandler(this.comboBoxSite_SelectedIndexChanged);
     //
     // linkLabelReport
     //
     this.linkLabelReport.AutoSize     = true;
     this.linkLabelReport.Location     = new System.Drawing.Point(4, 8);
     this.linkLabelReport.Margin       = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.linkLabelReport.Name         = "linkLabelReport";
     this.linkLabelReport.Size         = new System.Drawing.Size(104, 17);
     this.linkLabelReport.TabIndex     = 3;
     this.linkLabelReport.TabStop      = true;
     this.linkLabelReport.Text         = "open with excel";
     this.linkLabelReport.Visible      = false;
     this.linkLabelReport.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelReport_LinkClicked);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPageGraph);
     this.tabControl1.Controls.Add(this.tabPageReport);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location      = new System.Drawing.Point(0, 103);
     this.tabControl1.Margin        = new System.Windows.Forms.Padding(4);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(1402, 609);
     this.tabControl1.TabIndex      = 3;
     //
     // tabPageGraph
     //
     this.tabPageGraph.Controls.Add(this.hydrometChart1);
     this.tabPageGraph.Location = new System.Drawing.Point(4, 25);
     this.tabPageGraph.Margin   = new System.Windows.Forms.Padding(4);
     this.tabPageGraph.Name     = "tabPageGraph";
     this.tabPageGraph.Padding  = new System.Windows.Forms.Padding(4);
     this.tabPageGraph.Size     = new System.Drawing.Size(1394, 580);
     this.tabPageGraph.TabIndex = 0;
     this.tabPageGraph.Text     = "Chart";
     this.tabPageGraph.UseVisualStyleBackColor = true;
     //
     // hydrometChart1
     //
     this.hydrometChart1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.hydrometChart1.Location = new System.Drawing.Point(4, 4);
     this.hydrometChart1.Margin   = new System.Windows.Forms.Padding(6, 5, 6, 5);
     this.hydrometChart1.Name     = "hydrometChart1";
     this.hydrometChart1.Size     = new System.Drawing.Size(1386, 572);
     this.hydrometChart1.TabIndex = 1;
     //
     // tabPageReport
     //
     this.tabPageReport.Controls.Add(this.dataGridView1);
     this.tabPageReport.Controls.Add(this.panel2);
     this.tabPageReport.Location = new System.Drawing.Point(4, 25);
     this.tabPageReport.Margin   = new System.Windows.Forms.Padding(4);
     this.tabPageReport.Name     = "tabPageReport";
     this.tabPageReport.Padding  = new System.Windows.Forms.Padding(4);
     this.tabPageReport.Size     = new System.Drawing.Size(1394, 580);
     this.tabPageReport.TabIndex = 1;
     this.tabPageReport.Text     = "Table";
     this.tabPageReport.UseVisualStyleBackColor = true;
     //
     // dataGridView1
     //
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.Location = new System.Drawing.Point(4, 43);
     this.dataGridView1.Margin   = new System.Windows.Forms.Padding(4);
     this.dataGridView1.Name     = "dataGridView1";
     this.dataGridView1.Size     = new System.Drawing.Size(1386, 533);
     this.dataGridView1.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.labelFlagLegend);
     this.panel2.Controls.Add(this.linkLabelReport);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(4, 4);
     this.panel2.Margin   = new System.Windows.Forms.Padding(4);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1386, 39);
     this.panel2.TabIndex = 1;
     //
     // labelFlagLegend
     //
     this.labelFlagLegend.AutoSize = true;
     this.labelFlagLegend.Location = new System.Drawing.Point(116, 8);
     this.labelFlagLegend.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelFlagLegend.Name     = "labelFlagLegend";
     this.labelFlagLegend.Size     = new System.Drawing.Size(46, 17);
     this.labelFlagLegend.TabIndex = 4;
     this.labelFlagLegend.Text     = "label2";
     //
     // FcPlotUI
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.panel1);
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name   = "FcPlotUI";
     this.Size   = new System.Drawing.Size(1402, 712);
     this.Load  += new System.EventHandler(this.FcPlotUI_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPageGraph.ResumeLayout(false);
     this.tabPageReport.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
示例#6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Reclamation.Core.MonthDayRange monthDayRange6 = new Reclamation.Core.MonthDayRange();
     this.panel1 = new System.Windows.Forms.Panel();
     this.buttonIsolateBoldYears = new System.Windows.Forms.Button();
     this.checkBoxUseInstant     = new System.Windows.Forms.CheckBox();
     this.checkBoxSumList        = new System.Windows.Forms.CheckBox();
     this.buttonToggleMonths     = new System.Windows.Forms.Button();
     this.checkBoxUseList        = new System.Windows.Forms.CheckBox();
     this.textBoxMultiple        = new System.Windows.Forms.TextBox();
     this.checkBoxDeltas         = new System.Windows.Forms.CheckBox();
     this.checkBoxAnnotate       = new System.Windows.Forms.CheckBox();
     this.groupBox1             = new System.Windows.Forms.GroupBox();
     this.label3                = new System.Windows.Forms.Label();
     this.label1                = new System.Windows.Forms.Label();
     this.textBoxPctls          = new System.Windows.Forms.TextBox();
     this.checkBoxPctls         = new System.Windows.Forms.CheckBox();
     this.textBoxWY2            = new System.Windows.Forms.TextBox();
     this.label2                = new System.Windows.Forms.Label();
     this.textBoxWY1            = new System.Windows.Forms.TextBox();
     this.checkBoxAvg           = new System.Windows.Forms.CheckBox();
     this.checkBoxMax           = new System.Windows.Forms.CheckBox();
     this.checkBoxMin           = new System.Windows.Forms.CheckBox();
     this.checkBoxGP            = new System.Windows.Forms.CheckBox();
     this.buttonNext            = new System.Windows.Forms.Button();
     this.buttonSelectGroup     = new System.Windows.Forms.Button();
     this.comboBoxCbtt          = new System.Windows.Forms.ComboBox();
     this.buttonRefresh         = new System.Windows.Forms.Button();
     this.comboBoxPcode         = new System.Windows.Forms.ComboBox();
     this.monthRangePicker1     = new Reclamation.TimeSeries.Forms.MonthRangePicker();
     this.yearSelector1         = new Reclamation.TimeSeries.Forms.YearSelector();
     this.toolTip1              = new System.Windows.Forms.ToolTip(this.components);
     this.tabControl1           = new System.Windows.Forms.TabControl();
     this.tabPageChart          = new System.Windows.Forms.TabPage();
     this.tabPageTable          = new System.Windows.Forms.TabPage();
     this.dataGridView1         = new System.Windows.Forms.DataGridView();
     this.panel2                = new System.Windows.Forms.Panel();
     this.linkLabelReport       = new System.Windows.Forms.LinkLabel();
     this.buttonClusterAnalysis = new System.Windows.Forms.Button();
     this.panel3                = new System.Windows.Forms.Panel();
     this.trackBar1             = new System.Windows.Forms.TrackBar();
     this.trackBar2             = new System.Windows.Forms.TrackBar();
     this.label4                = new System.Windows.Forms.Label();
     this.label5                = new System.Windows.Forms.Label();
     this.label6                = new System.Windows.Forms.Label();
     this.textBox1              = new System.Windows.Forms.TextBox();
     this.textBox2              = new System.Windows.Forms.TextBox();
     this.panel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPageTable.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Controls.Add(this.buttonIsolateBoldYears);
     this.panel1.Controls.Add(this.buttonClusterAnalysis);
     this.panel1.Controls.Add(this.checkBoxUseInstant);
     this.panel1.Controls.Add(this.checkBoxSumList);
     this.panel1.Controls.Add(this.buttonToggleMonths);
     this.panel1.Controls.Add(this.checkBoxUseList);
     this.panel1.Controls.Add(this.textBoxMultiple);
     this.panel1.Controls.Add(this.checkBoxDeltas);
     this.panel1.Controls.Add(this.checkBoxAnnotate);
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Controls.Add(this.checkBoxGP);
     this.panel1.Controls.Add(this.buttonNext);
     this.panel1.Controls.Add(this.buttonSelectGroup);
     this.panel1.Controls.Add(this.comboBoxCbtt);
     this.panel1.Controls.Add(this.buttonRefresh);
     this.panel1.Controls.Add(this.comboBoxPcode);
     this.panel1.Controls.Add(this.monthRangePicker1);
     this.panel1.Controls.Add(this.yearSelector1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Margin   = new System.Windows.Forms.Padding(4);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1116, 153);
     this.panel1.TabIndex = 0;
     //
     // buttonIsolateBoldYears
     //
     this.buttonIsolateBoldYears.Location = new System.Drawing.Point(649, 6);
     this.buttonIsolateBoldYears.Name     = "buttonIsolateBoldYears";
     this.buttonIsolateBoldYears.Size     = new System.Drawing.Size(113, 23);
     this.buttonIsolateBoldYears.TabIndex = 21;
     this.buttonIsolateBoldYears.Text     = "Isolate Bold Years";
     this.buttonIsolateBoldYears.UseVisualStyleBackColor = true;
     this.buttonIsolateBoldYears.Click += new System.EventHandler(this.buttonIsolateBoldYears_Click);
     //
     // checkBoxUseInstant
     //
     this.checkBoxUseInstant.AutoSize = true;
     this.checkBoxUseInstant.Location = new System.Drawing.Point(158, 71);
     this.checkBoxUseInstant.Margin   = new System.Windows.Forms.Padding(4);
     this.checkBoxUseInstant.Name     = "checkBoxUseInstant";
     this.checkBoxUseInstant.Size     = new System.Drawing.Size(106, 17);
     this.checkBoxUseInstant.TabIndex = 19;
     this.checkBoxUseInstant.TabStop  = false;
     this.checkBoxUseInstant.Text     = "Use Instant Data";
     this.checkBoxUseInstant.UseVisualStyleBackColor = true;
     //
     // checkBoxSumList
     //
     this.checkBoxSumList.AutoSize = true;
     this.checkBoxSumList.Enabled  = false;
     this.checkBoxSumList.Location = new System.Drawing.Point(7, 117);
     this.checkBoxSumList.Margin   = new System.Windows.Forms.Padding(4);
     this.checkBoxSumList.Name     = "checkBoxSumList";
     this.checkBoxSumList.Size     = new System.Drawing.Size(66, 17);
     this.checkBoxSumList.TabIndex = 18;
     this.checkBoxSumList.TabStop  = false;
     this.checkBoxSumList.Text     = "Sum List";
     this.checkBoxSumList.UseVisualStyleBackColor = true;
     //
     // buttonToggleMonths
     //
     this.buttonToggleMonths.Location = new System.Drawing.Point(710, 35);
     this.buttonToggleMonths.Margin   = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.buttonToggleMonths.Name     = "buttonToggleMonths";
     this.buttonToggleMonths.Size     = new System.Drawing.Size(52, 32);
     this.buttonToggleMonths.TabIndex = 17;
     this.buttonToggleMonths.TabStop  = false;
     this.buttonToggleMonths.Text     = "Use CY";
     this.buttonToggleMonths.UseVisualStyleBackColor = true;
     this.buttonToggleMonths.Click += new System.EventHandler(this.buttonToggleMonths_Click);
     //
     // checkBoxUseList
     //
     this.checkBoxUseList.AutoSize   = true;
     this.checkBoxUseList.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBoxUseList.Location   = new System.Drawing.Point(16, 43);
     this.checkBoxUseList.Margin     = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.checkBoxUseList.Name       = "checkBoxUseList";
     this.checkBoxUseList.Size       = new System.Drawing.Size(64, 17);
     this.checkBoxUseList.TabIndex   = 16;
     this.checkBoxUseList.TabStop    = false;
     this.checkBoxUseList.Text       = "Use List";
     this.checkBoxUseList.UseVisualStyleBackColor = true;
     this.checkBoxUseList.CheckedChanged         += new System.EventHandler(this.useList_CheckedChanged);
     //
     // textBoxMultiple
     //
     this.textBoxMultiple.Enabled      = false;
     this.textBoxMultiple.Location     = new System.Drawing.Point(82, 42);
     this.textBoxMultiple.Margin       = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.textBoxMultiple.Name         = "textBoxMultiple";
     this.textBoxMultiple.Size         = new System.Drawing.Size(216, 20);
     this.textBoxMultiple.TabIndex     = 15;
     this.textBoxMultiple.TabStop      = false;
     this.textBoxMultiple.TextChanged += new System.EventHandler(this.textBoxMultiple_TextChanged);
     //
     // checkBoxDeltas
     //
     this.checkBoxDeltas.AutoSize = true;
     this.checkBoxDeltas.Location = new System.Drawing.Point(7, 95);
     this.checkBoxDeltas.Margin   = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.checkBoxDeltas.Name     = "checkBoxDeltas";
     this.checkBoxDeltas.Size     = new System.Drawing.Size(139, 17);
     this.checkBoxDeltas.TabIndex = 14;
     this.checkBoxDeltas.TabStop  = false;
     this.checkBoxDeltas.Text     = "Apply Deltas to 1st Year";
     this.checkBoxDeltas.UseVisualStyleBackColor = true;
     //
     // checkBoxAnnotate
     //
     this.checkBoxAnnotate.AutoSize   = true;
     this.checkBoxAnnotate.Checked    = true;
     this.checkBoxAnnotate.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxAnnotate.Location   = new System.Drawing.Point(7, 71);
     this.checkBoxAnnotate.Margin     = new System.Windows.Forms.Padding(4);
     this.checkBoxAnnotate.Name       = "checkBoxAnnotate";
     this.checkBoxAnnotate.Size       = new System.Drawing.Size(88, 17);
     this.checkBoxAnnotate.TabIndex   = 13;
     this.checkBoxAnnotate.TabStop    = false;
     this.checkBoxAnnotate.Text       = "Show Tooltip";
     this.checkBoxAnnotate.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.textBoxPctls);
     this.groupBox1.Controls.Add(this.checkBoxPctls);
     this.groupBox1.Controls.Add(this.textBoxWY2);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.textBoxWY1);
     this.groupBox1.Controls.Add(this.checkBoxAvg);
     this.groupBox1.Controls.Add(this.checkBoxMax);
     this.groupBox1.Controls.Add(this.checkBoxMin);
     this.groupBox1.Location = new System.Drawing.Point(382, 73);
     this.groupBox1.Margin   = new System.Windows.Forms.Padding(4);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Padding  = new System.Windows.Forms.Padding(4);
     this.groupBox1.Size     = new System.Drawing.Size(334, 68);
     this.groupBox1.TabIndex = 12;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Statistics";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(153, 19);
     this.label3.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(28, 13);
     this.label3.TabIndex = 9;
     this.label3.Text     = "data";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(8, 19);
     this.label1.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(26, 13);
     this.label1.TabIndex = 8;
     this.label1.Text     = "Use";
     //
     // textBoxPctls
     //
     this.textBoxPctls.Location = new System.Drawing.Point(230, 42);
     this.textBoxPctls.Margin   = new System.Windows.Forms.Padding(4);
     this.textBoxPctls.Name     = "textBoxPctls";
     this.textBoxPctls.Size     = new System.Drawing.Size(92, 20);
     this.textBoxPctls.TabIndex = 7;
     this.textBoxPctls.TabStop  = false;
     this.textBoxPctls.Text     = "10, 50, 90";
     //
     // checkBoxPctls
     //
     this.checkBoxPctls.AutoSize = true;
     this.checkBoxPctls.Location = new System.Drawing.Point(155, 43);
     this.checkBoxPctls.Margin   = new System.Windows.Forms.Padding(4);
     this.checkBoxPctls.Name     = "checkBoxPctls";
     this.checkBoxPctls.Size     = new System.Drawing.Size(78, 17);
     this.checkBoxPctls.TabIndex = 6;
     this.checkBoxPctls.TabStop  = false;
     this.checkBoxPctls.Text     = "Percentiles";
     this.checkBoxPctls.UseVisualStyleBackColor = true;
     //
     // textBoxWY2
     //
     this.textBoxWY2.Location  = new System.Drawing.Point(104, 17);
     this.textBoxWY2.Margin    = new System.Windows.Forms.Padding(4);
     this.textBoxWY2.Name      = "textBoxWY2";
     this.textBoxWY2.Size      = new System.Drawing.Size(42, 20);
     this.textBoxWY2.TabIndex  = 5;
     this.textBoxWY2.TabStop   = false;
     this.textBoxWY2.Text      = "2010";
     this.textBoxWY2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(82, 19);
     this.label2.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(16, 13);
     this.label2.TabIndex = 4;
     this.label2.Text     = "to";
     //
     // textBoxWY1
     //
     this.textBoxWY1.Location  = new System.Drawing.Point(37, 17);
     this.textBoxWY1.Margin    = new System.Windows.Forms.Padding(4);
     this.textBoxWY1.Name      = "textBoxWY1";
     this.textBoxWY1.Size      = new System.Drawing.Size(42, 20);
     this.textBoxWY1.TabIndex  = 3;
     this.textBoxWY1.TabStop   = false;
     this.textBoxWY1.Text      = "1980";
     this.textBoxWY1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // checkBoxAvg
     //
     this.checkBoxAvg.AutoSize = true;
     this.checkBoxAvg.Location = new System.Drawing.Point(12, 43);
     this.checkBoxAvg.Margin   = new System.Windows.Forms.Padding(4);
     this.checkBoxAvg.Name     = "checkBoxAvg";
     this.checkBoxAvg.Size     = new System.Drawing.Size(45, 17);
     this.checkBoxAvg.TabIndex = 2;
     this.checkBoxAvg.TabStop  = false;
     this.checkBoxAvg.Text     = "Avg";
     this.checkBoxAvg.UseVisualStyleBackColor = true;
     //
     // checkBoxMax
     //
     this.checkBoxMax.AutoSize = true;
     this.checkBoxMax.Location = new System.Drawing.Point(60, 42);
     this.checkBoxMax.Margin   = new System.Windows.Forms.Padding(4);
     this.checkBoxMax.Name     = "checkBoxMax";
     this.checkBoxMax.Size     = new System.Drawing.Size(46, 17);
     this.checkBoxMax.TabIndex = 1;
     this.checkBoxMax.TabStop  = false;
     this.checkBoxMax.Text     = "Max";
     this.checkBoxMax.UseVisualStyleBackColor = true;
     //
     // checkBoxMin
     //
     this.checkBoxMin.AutoSize = true;
     this.checkBoxMin.Location = new System.Drawing.Point(109, 42);
     this.checkBoxMin.Margin   = new System.Windows.Forms.Padding(4);
     this.checkBoxMin.Name     = "checkBoxMin";
     this.checkBoxMin.Size     = new System.Drawing.Size(43, 17);
     this.checkBoxMin.TabIndex = 0;
     this.checkBoxMin.TabStop  = false;
     this.checkBoxMin.Text     = "Min";
     this.checkBoxMin.UseVisualStyleBackColor = true;
     //
     // checkBoxGP
     //
     this.checkBoxGP.AutoSize = true;
     this.checkBoxGP.Location = new System.Drawing.Point(158, 95);
     this.checkBoxGP.Margin   = new System.Windows.Forms.Padding(4);
     this.checkBoxGP.Name     = "checkBoxGP";
     this.checkBoxGP.Size     = new System.Drawing.Size(101, 17);
     this.checkBoxGP.TabIndex = 10;
     this.checkBoxGP.TabStop  = false;
     this.checkBoxGP.Text     = "include  se_avg";
     this.checkBoxGP.UseVisualStyleBackColor = true;
     this.checkBoxGP.Visible = false;
     //
     // buttonNext
     //
     this.buttonNext.Location = new System.Drawing.Point(304, 12);
     this.buttonNext.Margin   = new System.Windows.Forms.Padding(4);
     this.buttonNext.Name     = "buttonNext";
     this.buttonNext.Size     = new System.Drawing.Size(69, 19);
     this.buttonNext.TabIndex = 8;
     this.buttonNext.TabStop  = false;
     this.buttonNext.Text     = ">";
     this.toolTip1.SetToolTip(this.buttonNext, "advance to next site");
     this.buttonNext.UseVisualStyleBackColor = true;
     this.buttonNext.Click += new System.EventHandler(this.buttonNext_Click);
     //
     // buttonSelectGroup
     //
     this.buttonSelectGroup.AutoEllipsis = true;
     this.buttonSelectGroup.FlatStyle    = System.Windows.Forms.FlatStyle.Popup;
     this.buttonSelectGroup.Location     = new System.Drawing.Point(7, 13);
     this.buttonSelectGroup.Margin       = new System.Windows.Forms.Padding(4);
     this.buttonSelectGroup.Name         = "buttonSelectGroup";
     this.buttonSelectGroup.Size         = new System.Drawing.Size(70, 19);
     this.buttonSelectGroup.TabIndex     = 7;
     this.buttonSelectGroup.TabStop      = false;
     this.buttonSelectGroup.Text         = "Select...";
     this.toolTip1.SetToolTip(this.buttonSelectGroup, "select basin or group of sites");
     this.buttonSelectGroup.UseVisualStyleBackColor = true;
     this.buttonSelectGroup.Click += new System.EventHandler(this.buttonSelectGroup_Click);
     //
     // comboBoxCbtt
     //
     this.comboBoxCbtt.FormattingEnabled = true;
     this.comboBoxCbtt.Location          = new System.Drawing.Point(82, 13);
     this.comboBoxCbtt.Margin            = new System.Windows.Forms.Padding(4);
     this.comboBoxCbtt.Name     = "comboBoxCbtt";
     this.comboBoxCbtt.Size     = new System.Drawing.Size(104, 21);
     this.comboBoxCbtt.TabIndex = 2;
     this.comboBoxCbtt.Text     = "JKPI";
     this.toolTip1.SetToolTip(this.comboBoxCbtt, "enter cbtt such as \'JKPI\'");
     this.comboBoxCbtt.SelectedIndexChanged += new System.EventHandler(this.comboBoxCbtt_SelectedIndexChanged);
     //
     // buttonRefresh
     //
     this.buttonRefresh.BackColor = System.Drawing.Color.PaleGreen;
     this.buttonRefresh.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonRefresh.ForeColor = System.Drawing.Color.ForestGreen;
     this.buttonRefresh.Location  = new System.Drawing.Point(304, 42);
     this.buttonRefresh.Margin    = new System.Windows.Forms.Padding(4);
     this.buttonRefresh.Name      = "buttonRefresh";
     this.buttonRefresh.Size      = new System.Drawing.Size(69, 54);
     this.buttonRefresh.TabIndex  = 5;
     this.buttonRefresh.Text      = "Query Data";
     this.buttonRefresh.UseVisualStyleBackColor = false;
     this.buttonRefresh.Click += new System.EventHandler(this.buttonRefresh_Click);
     //
     // comboBoxPcode
     //
     this.comboBoxPcode.FormattingEnabled = true;
     this.comboBoxPcode.Items.AddRange(new object[] {
         "Snow",
         "Storage",
         "Flow",
         "Precipitation",
         "AF",
         "QD",
         "QU"
     });
     this.comboBoxPcode.Location = new System.Drawing.Point(193, 13);
     this.comboBoxPcode.Margin   = new System.Windows.Forms.Padding(4);
     this.comboBoxPcode.Name     = "comboBoxPcode";
     this.comboBoxPcode.Size     = new System.Drawing.Size(104, 21);
     this.comboBoxPcode.TabIndex = 4;
     this.comboBoxPcode.Text     = "Snow";
     this.toolTip1.SetToolTip(this.comboBoxPcode, "enter parameter code");
     //
     // monthRangePicker1
     //
     this.monthRangePicker1.AutoSize       = true;
     this.monthRangePicker1.BeginningMonth = 10;
     this.monthRangePicker1.Location       = new System.Drawing.Point(382, 35);
     this.monthRangePicker1.Margin         = new System.Windows.Forms.Padding(5);
     this.monthRangePicker1.MonthDayRange  = monthDayRange6;
     this.monthRangePicker1.Name           = "monthRangePicker1";
     this.monthRangePicker1.Size           = new System.Drawing.Size(650, 68);
     this.monthRangePicker1.TabIndex       = 1;
     this.monthRangePicker1.TabStop        = false;
     //
     // yearSelector1
     //
     this.yearSelector1.Location      = new System.Drawing.Point(382, 7);
     this.yearSelector1.Margin        = new System.Windows.Forms.Padding(5);
     this.yearSelector1.Name          = "yearSelector1";
     this.yearSelector1.SelectedYears = new int[] {
         2001,
         2005
     };
     this.yearSelector1.Size     = new System.Drawing.Size(260, 25);
     this.yearSelector1.TabIndex = 6;
     //
     // tabControl1
     //
     this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl1.Controls.Add(this.tabPageChart);
     this.tabControl1.Controls.Add(this.tabPageTable);
     this.tabControl1.Location      = new System.Drawing.Point(0, 154);
     this.tabControl1.Margin        = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(1114, 435);
     this.tabControl1.TabIndex      = 1;
     this.tabControl1.TabStop       = false;
     //
     // tabPageChart
     //
     this.tabPageChart.Location = new System.Drawing.Point(4, 22);
     this.tabPageChart.Margin   = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.tabPageChart.Name     = "tabPageChart";
     this.tabPageChart.Padding  = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.tabPageChart.Size     = new System.Drawing.Size(1106, 409);
     this.tabPageChart.TabIndex = 1;
     this.tabPageChart.Text     = "Chart";
     this.tabPageChart.UseVisualStyleBackColor = true;
     //
     // tabPageTable
     //
     this.tabPageTable.Controls.Add(this.dataGridView1);
     this.tabPageTable.Controls.Add(this.panel2);
     this.tabPageTable.Location = new System.Drawing.Point(4, 22);
     this.tabPageTable.Margin   = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.tabPageTable.Name     = "tabPageTable";
     this.tabPageTable.Padding  = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.tabPageTable.Size     = new System.Drawing.Size(982, 409);
     this.tabPageTable.TabIndex = 0;
     this.tabPageTable.Text     = "DataTable";
     this.tabPageTable.UseVisualStyleBackColor = true;
     //
     // dataGridView1
     //
     this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location           = new System.Drawing.Point(0, 27);
     this.dataGridView1.Margin             = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.dataGridView1.Name               = "dataGridView1";
     this.dataGridView1.RowTemplate.Height = 24;
     this.dataGridView1.Size               = new System.Drawing.Size(984, 379);
     this.dataGridView1.TabIndex           = 1;
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.Controls.Add(this.linkLabelReport);
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Margin   = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(984, 30);
     this.panel2.TabIndex = 0;
     //
     // linkLabelReport
     //
     this.linkLabelReport.AutoSize     = true;
     this.linkLabelReport.Location     = new System.Drawing.Point(4, 5);
     this.linkLabelReport.Name         = "linkLabelReport";
     this.linkLabelReport.Size         = new System.Drawing.Size(81, 13);
     this.linkLabelReport.TabIndex     = 4;
     this.linkLabelReport.TabStop      = true;
     this.linkLabelReport.Text         = "open with excel";
     this.linkLabelReport.Visible      = false;
     this.linkLabelReport.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelReport_LinkClicked);
     //
     // buttonClusterAnalysis
     //
     this.buttonClusterAnalysis.Location = new System.Drawing.Point(769, 7);
     this.buttonClusterAnalysis.Name     = "buttonClusterAnalysis";
     this.buttonClusterAnalysis.Size     = new System.Drawing.Size(111, 27);
     this.buttonClusterAnalysis.TabIndex = 22;
     this.buttonClusterAnalysis.Text     = "Cluster Analysis";
     this.toolTip1.SetToolTip(this.buttonClusterAnalysis, "Query at least 2 datasets to perform a cluster analysis");
     this.buttonClusterAnalysis.UseVisualStyleBackColor = true;
     this.buttonClusterAnalysis.Click += new System.EventHandler(this.buttonClusterAnalysis_Click);
     //
     // panel3
     //
     this.panel3.AutoScroll  = true;
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel3.Controls.Add(this.textBox2);
     this.panel3.Controls.Add(this.textBox1);
     this.panel3.Controls.Add(this.label6);
     this.panel3.Controls.Add(this.label5);
     this.panel3.Controls.Add(this.label4);
     this.panel3.Controls.Add(this.trackBar2);
     this.panel3.Controls.Add(this.trackBar1);
     this.panel3.Location = new System.Drawing.Point(769, 40);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(308, 101);
     this.panel3.TabIndex = 23;
     this.panel3.Visible  = false;
     //
     // trackBar1
     //
     this.trackBar1.Location = new System.Drawing.Point(144, 23);
     this.trackBar1.Name     = "trackBar1";
     this.trackBar1.Size     = new System.Drawing.Size(117, 45);
     this.trackBar1.TabIndex = 23;
     //
     // trackBar2
     //
     this.trackBar2.Location = new System.Drawing.Point(144, 61);
     this.trackBar2.Name     = "trackBar2";
     this.trackBar2.Size     = new System.Drawing.Size(117, 45);
     this.trackBar2.TabIndex = 24;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(3, 2);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(30, 13);
     this.label4.TabIndex = 25;
     this.label4.Text     = "Data";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(74, 2);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(55, 13);
     this.label5.TabIndex = 26;
     this.label5.Text     = "Tolerance";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(141, 2);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(38, 13);
     this.label6.TabIndex = 27;
     this.label6.Text     = "Target";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(77, 26);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(50, 20);
     this.textBox1.TabIndex = 28;
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(77, 61);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(50, 20);
     this.textBox2.TabIndex = 29;
     //
     // SnowGG
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.panel1);
     this.Name            = "SnowGG";
     this.Size            = new System.Drawing.Size(1116, 592);
     this.Load           += new System.EventHandler(this.SnowGG_Load);
     this.VisibleChanged += new System.EventHandler(this.SnowGG_VisibleChanged);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPageTable.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit();
     this.ResumeLayout(false);
 }
示例#7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Reclamation.Core.MonthDayRange    monthDayRange1 = new Reclamation.Core.MonthDayRange();
     Reclamation.TimeSeries.TimeWindow timeWindow1    = new Reclamation.TimeSeries.TimeWindow();
     this.checkBoxPlotTrace           = new System.Windows.Forms.CheckBox();
     this.groupBoxExtras              = new System.Windows.Forms.GroupBox();
     this.comboBoxSelectedTrace       = new System.Windows.Forms.ComboBox();
     this.checkBoxPlotMax             = new System.Windows.Forms.CheckBox();
     this.checkBoxPlotAvg             = new System.Windows.Forms.CheckBox();
     this.checkBoxPlotMin             = new System.Windows.Forms.CheckBox();
     this.exceedanceAnalysisGroupBox  = new System.Windows.Forms.GroupBox();
     this.exceedanceLevelPicker1      = new Reclamation.TimeSeries.Forms.ExceedanceLevelPicker();
     this.aggregationAnalysisGroupBox = new System.Windows.Forms.GroupBox();
     this.rangePicker1             = new Reclamation.TimeSeries.Forms.RangePicker();
     this.sumRangeRadio            = new System.Windows.Forms.RadioButton();
     this.sumWYRadio               = new System.Windows.Forms.RadioButton();
     this.sumCYRadio               = new System.Windows.Forms.RadioButton();
     this.traceExceedanceCheckBox  = new System.Windows.Forms.RadioButton();
     this.traceAggregationCheckBox = new System.Windows.Forms.RadioButton();
     this.traceAnalysisSelection   = new System.Windows.Forms.GroupBox();
     this.timeWindowOptions1       = new Reclamation.TimeSeries.Forms.TimeWindowSelector();
     this.groupBoxExtras.SuspendLayout();
     this.exceedanceAnalysisGroupBox.SuspendLayout();
     this.aggregationAnalysisGroupBox.SuspendLayout();
     this.traceAnalysisSelection.SuspendLayout();
     this.SuspendLayout();
     //
     // checkBoxPlotTrace
     //
     this.checkBoxPlotTrace.AutoSize = true;
     this.checkBoxPlotTrace.Location = new System.Drawing.Point(11, 19);
     this.checkBoxPlotTrace.Name     = "checkBoxPlotTrace";
     this.checkBoxPlotTrace.Size     = new System.Drawing.Size(70, 17);
     this.checkBoxPlotTrace.TabIndex = 4;
     this.checkBoxPlotTrace.Text     = "plot trace";
     this.checkBoxPlotTrace.UseVisualStyleBackColor = true;
     this.checkBoxPlotTrace.CheckedChanged         += new System.EventHandler(this.checkBoxPlotYear_CheckedChanged);
     //
     // groupBoxExtras
     //
     this.groupBoxExtras.Controls.Add(this.comboBoxSelectedTrace);
     this.groupBoxExtras.Controls.Add(this.checkBoxPlotMax);
     this.groupBoxExtras.Controls.Add(this.checkBoxPlotAvg);
     this.groupBoxExtras.Controls.Add(this.checkBoxPlotMin);
     this.groupBoxExtras.Controls.Add(this.checkBoxPlotTrace);
     this.groupBoxExtras.Location = new System.Drawing.Point(127, 14);
     this.groupBoxExtras.Name     = "groupBoxExtras";
     this.groupBoxExtras.Size     = new System.Drawing.Size(90, 196);
     this.groupBoxExtras.TabIndex = 5;
     this.groupBoxExtras.TabStop  = false;
     this.groupBoxExtras.Text     = "additional lines";
     //
     // comboBoxSelectedTrace
     //
     this.comboBoxSelectedTrace.Enabled           = false;
     this.comboBoxSelectedTrace.FormattingEnabled = true;
     this.comboBoxSelectedTrace.Location          = new System.Drawing.Point(27, 37);
     this.comboBoxSelectedTrace.Name      = "comboBoxSelectedTrace";
     this.comboBoxSelectedTrace.Size      = new System.Drawing.Size(54, 21);
     this.comboBoxSelectedTrace.TabIndex  = 20;
     this.comboBoxSelectedTrace.DropDown += new System.EventHandler(this.comboBoxSelectedTrace_DropDown);
     //
     // checkBoxPlotMax
     //
     this.checkBoxPlotMax.AutoSize = true;
     this.checkBoxPlotMax.Location = new System.Drawing.Point(11, 109);
     this.checkBoxPlotMax.Name     = "checkBoxPlotMax";
     this.checkBoxPlotMax.Size     = new System.Drawing.Size(65, 17);
     this.checkBoxPlotMax.TabIndex = 7;
     this.checkBoxPlotMax.Text     = "plot max";
     this.checkBoxPlotMax.UseVisualStyleBackColor = true;
     //
     // checkBoxPlotAvg
     //
     this.checkBoxPlotAvg.AutoSize = true;
     this.checkBoxPlotAvg.Location = new System.Drawing.Point(11, 86);
     this.checkBoxPlotAvg.Name     = "checkBoxPlotAvg";
     this.checkBoxPlotAvg.Size     = new System.Drawing.Size(64, 17);
     this.checkBoxPlotAvg.TabIndex = 6;
     this.checkBoxPlotAvg.Text     = "plot avg";
     this.checkBoxPlotAvg.UseVisualStyleBackColor = true;
     //
     // checkBoxPlotMin
     //
     this.checkBoxPlotMin.AutoSize = true;
     this.checkBoxPlotMin.Location = new System.Drawing.Point(11, 63);
     this.checkBoxPlotMin.Name     = "checkBoxPlotMin";
     this.checkBoxPlotMin.Size     = new System.Drawing.Size(62, 17);
     this.checkBoxPlotMin.TabIndex = 5;
     this.checkBoxPlotMin.Text     = "plot min";
     this.checkBoxPlotMin.UseVisualStyleBackColor = true;
     //
     // exceedanceAnalysisGroupBox
     //
     this.exceedanceAnalysisGroupBox.Controls.Add(this.groupBoxExtras);
     this.exceedanceAnalysisGroupBox.Controls.Add(this.exceedanceLevelPicker1);
     this.exceedanceAnalysisGroupBox.Location = new System.Drawing.Point(3, 122);
     this.exceedanceAnalysisGroupBox.Name     = "exceedanceAnalysisGroupBox";
     this.exceedanceAnalysisGroupBox.Size     = new System.Drawing.Size(223, 217);
     this.exceedanceAnalysisGroupBox.TabIndex = 15;
     this.exceedanceAnalysisGroupBox.TabStop  = false;
     this.exceedanceAnalysisGroupBox.Text     = "Exceedance Analysis Options";
     //
     // exceedanceLevelPicker1
     //
     this.exceedanceLevelPicker1.ExceedanceLevels = new int[] {
         10,
         50,
         90
     };
     this.exceedanceLevelPicker1.Location = new System.Drawing.Point(7, 14);
     this.exceedanceLevelPicker1.Name     = "exceedanceLevelPicker1";
     this.exceedanceLevelPicker1.Size     = new System.Drawing.Size(114, 196);
     this.exceedanceLevelPicker1.TabIndex = 0;
     //
     // aggregationAnalysisGroupBox
     //
     this.aggregationAnalysisGroupBox.Controls.Add(this.rangePicker1);
     this.aggregationAnalysisGroupBox.Controls.Add(this.sumRangeRadio);
     this.aggregationAnalysisGroupBox.Controls.Add(this.sumWYRadio);
     this.aggregationAnalysisGroupBox.Controls.Add(this.sumCYRadio);
     this.aggregationAnalysisGroupBox.Enabled  = false;
     this.aggregationAnalysisGroupBox.Location = new System.Drawing.Point(232, 122);
     this.aggregationAnalysisGroupBox.Name     = "aggregationAnalysisGroupBox";
     this.aggregationAnalysisGroupBox.Size     = new System.Drawing.Size(387, 217);
     this.aggregationAnalysisGroupBox.TabIndex = 16;
     this.aggregationAnalysisGroupBox.TabStop  = false;
     this.aggregationAnalysisGroupBox.Text     = "Aggregation Options";
     //
     // rangePicker1
     //
     this.rangePicker1.Enabled       = false;
     this.rangePicker1.Location      = new System.Drawing.Point(6, 89);
     this.rangePicker1.MonthDayRange = monthDayRange1;
     this.rangePicker1.Name          = "rangePicker1";
     this.rangePicker1.Size          = new System.Drawing.Size(371, 121);
     this.rangePicker1.TabIndex      = 20;
     this.rangePicker1.Tag           = "1";
     //
     // sumRangeRadio
     //
     this.sumRangeRadio.AutoSize = true;
     this.sumRangeRadio.Location = new System.Drawing.Point(10, 66);
     this.sumRangeRadio.Name     = "sumRangeRadio";
     this.sumRangeRadio.Size     = new System.Drawing.Size(125, 17);
     this.sumRangeRadio.TabIndex = 17;
     this.sumRangeRadio.Text     = "sum by custom range";
     this.sumRangeRadio.UseVisualStyleBackColor = true;
     this.sumRangeRadio.CheckedChanged         += new System.EventHandler(this.sumRangeRadio_CheckedChanged);
     //
     // sumWYRadio
     //
     this.sumWYRadio.AutoSize = true;
     this.sumWYRadio.Location = new System.Drawing.Point(10, 43);
     this.sumWYRadio.Name     = "sumWYRadio";
     this.sumWYRadio.Size     = new System.Drawing.Size(79, 17);
     this.sumWYRadio.TabIndex = 16;
     this.sumWYRadio.Text     = "sum by WY";
     this.sumWYRadio.UseVisualStyleBackColor = true;
     //
     // sumCYRadio
     //
     this.sumCYRadio.AutoSize = true;
     this.sumCYRadio.Checked  = true;
     this.sumCYRadio.Location = new System.Drawing.Point(10, 20);
     this.sumCYRadio.Name     = "sumCYRadio";
     this.sumCYRadio.Size     = new System.Drawing.Size(75, 17);
     this.sumCYRadio.TabIndex = 15;
     this.sumCYRadio.TabStop  = true;
     this.sumCYRadio.Text     = "sum by CY";
     this.sumCYRadio.UseVisualStyleBackColor = true;
     //
     // traceExceedanceCheckBox
     //
     this.traceExceedanceCheckBox.AutoSize = true;
     this.traceExceedanceCheckBox.Checked  = true;
     this.traceExceedanceCheckBox.Location = new System.Drawing.Point(10, 19);
     this.traceExceedanceCheckBox.Name     = "traceExceedanceCheckBox";
     this.traceExceedanceCheckBox.Size     = new System.Drawing.Size(165, 17);
     this.traceExceedanceCheckBox.TabIndex = 17;
     this.traceExceedanceCheckBox.TabStop  = true;
     this.traceExceedanceCheckBox.Text     = "Perform Exceedance Analysis";
     this.traceExceedanceCheckBox.UseVisualStyleBackColor = true;
     this.traceExceedanceCheckBox.CheckedChanged         += new System.EventHandler(this.traceExceedanceCheckBox_CheckedChanged);
     //
     // traceAggregationCheckBox
     //
     this.traceAggregationCheckBox.AutoSize = true;
     this.traceAggregationCheckBox.Location = new System.Drawing.Point(10, 42);
     this.traceAggregationCheckBox.Name     = "traceAggregationCheckBox";
     this.traceAggregationCheckBox.Size     = new System.Drawing.Size(162, 17);
     this.traceAggregationCheckBox.TabIndex = 18;
     this.traceAggregationCheckBox.Text     = "Perform Aggregation Analysis";
     this.traceAggregationCheckBox.UseVisualStyleBackColor = true;
     this.traceAggregationCheckBox.CheckedChanged         += new System.EventHandler(this.traceAggregationCheckBox_CheckedChanged);
     //
     // traceAnalysisSelection
     //
     this.traceAnalysisSelection.Controls.Add(this.traceAggregationCheckBox);
     this.traceAnalysisSelection.Controls.Add(this.traceExceedanceCheckBox);
     this.traceAnalysisSelection.Location = new System.Drawing.Point(3, 3);
     this.traceAnalysisSelection.Name     = "traceAnalysisSelection";
     this.traceAnalysisSelection.Size     = new System.Drawing.Size(257, 113);
     this.traceAnalysisSelection.TabIndex = 19;
     this.traceAnalysisSelection.TabStop  = false;
     this.traceAnalysisSelection.Text     = "Select Trace Analysis";
     //
     // timeWindowOptions1
     //
     this.timeWindowOptions1.Location = new System.Drawing.Point(266, 3);
     this.timeWindowOptions1.Name     = "timeWindowOptions1";
     this.timeWindowOptions1.Size     = new System.Drawing.Size(275, 113);
     this.timeWindowOptions1.TabIndex = 11;
     timeWindow1.FromDateToTodayT1    = new System.DateTime(2010, 11, 16, 10, 55, 11, 261);
     timeWindow1.FromToDatesT1        = new System.DateTime(2010, 11, 16, 10, 55, 11, 261);
     timeWindow1.FromToDatesT2        = new System.DateTime(2010, 11, 16, 10, 55, 11, 261);
     timeWindow1.NumDaysFromToday     = new decimal(new int[] {
         14,
         0,
         0,
         0
     });
     timeWindow1.WindowType             = Reclamation.TimeSeries.TimeWindowType.FullPeriodOfRecord;
     this.timeWindowOptions1.TimeWindow = timeWindow1;
     //
     // TraceOptions
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.traceAnalysisSelection);
     this.Controls.Add(this.aggregationAnalysisGroupBox);
     this.Controls.Add(this.exceedanceAnalysisGroupBox);
     this.Controls.Add(this.timeWindowOptions1);
     this.Name = "TraceOptions";
     this.Size = new System.Drawing.Size(622, 440);
     this.groupBoxExtras.ResumeLayout(false);
     this.groupBoxExtras.PerformLayout();
     this.exceedanceAnalysisGroupBox.ResumeLayout(false);
     this.aggregationAnalysisGroupBox.ResumeLayout(false);
     this.aggregationAnalysisGroupBox.PerformLayout();
     this.traceAnalysisSelection.ResumeLayout(false);
     this.traceAnalysisSelection.PerformLayout();
     this.ResumeLayout(false);
 }
示例#8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Reclamation.Core.MonthDayRange monthDayRange1 = new Reclamation.Core.MonthDayRange();
     this.panel1 = new System.Windows.Forms.Panel();
     this.textBoxTargetPercentages = new System.Windows.Forms.TextBox();
     this.compareData               = new System.Windows.Forms.Label();
     this.dataInitial               = new System.Windows.Forms.Label();
     this.showGreenLines            = new System.Windows.Forms.CheckBox();
     this.showTarget                = new System.Windows.Forms.CheckBox();
     this.pcodeComparison           = new System.Windows.Forms.TextBox();
     this.pcodeInitial              = new System.Windows.Forms.TextBox();
     this.waterYearLabel            = new System.Windows.Forms.Label();
     this.label1                    = new System.Windows.Forms.Label();
     this.textBoxAlternateWaterYear = new System.Windows.Forms.TextBox();
     this.buttonRefresh             = new System.Windows.Forms.Button();
     this.textBoxWaterYear          = new System.Windows.Forms.TextBox();
     this.comboBoxSite              = new System.Windows.Forms.ComboBox();
     this.linkLabelReport           = new System.Windows.Forms.LinkLabel();
     this.tabControl1               = new System.Windows.Forms.TabControl();
     this.tabPageGraph              = new System.Windows.Forms.TabPage();
     this.tabPageReport             = new System.Windows.Forms.TabPage();
     this.dataGridView1             = new System.Windows.Forms.DataGridView();
     this.panel2                    = new System.Windows.Forms.Panel();
     this.labelFlagLegend           = new System.Windows.Forms.Label();
     this.toolTip1                  = new System.Windows.Forms.ToolTip(this.components);
     this.hydrometChart1            = new FcPlot.HydrometTeeChart();
     this.monthRangePicker1         = new Reclamation.TimeSeries.Forms.MonthRangePicker();
     this.panel1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPageGraph.SuspendLayout();
     this.tabPageReport.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.textBoxTargetPercentages);
     this.panel1.Controls.Add(this.compareData);
     this.panel1.Controls.Add(this.dataInitial);
     this.panel1.Controls.Add(this.showGreenLines);
     this.panel1.Controls.Add(this.showTarget);
     this.panel1.Controls.Add(this.pcodeComparison);
     this.panel1.Controls.Add(this.pcodeInitial);
     this.panel1.Controls.Add(this.waterYearLabel);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.textBoxAlternateWaterYear);
     this.panel1.Controls.Add(this.buttonRefresh);
     this.panel1.Controls.Add(this.monthRangePicker1);
     this.panel1.Controls.Add(this.textBoxWaterYear);
     this.panel1.Controls.Add(this.comboBoxSite);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(730, 84);
     this.panel1.TabIndex = 2;
     //
     // textBoxTargetPercentages
     //
     this.textBoxTargetPercentages.Location = new System.Drawing.Point(608, 31);
     this.textBoxTargetPercentages.Name     = "textBoxTargetPercentages";
     this.textBoxTargetPercentages.Size     = new System.Drawing.Size(115, 20);
     this.textBoxTargetPercentages.TabIndex = 13;
     this.toolTip1.SetToolTip(this.textBoxTargetPercentages, "space separated target levels: 100 120");
     //
     // compareData
     //
     this.compareData.AutoSize = true;
     this.compareData.Location = new System.Drawing.Point(308, 62);
     this.compareData.Name     = "compareData";
     this.compareData.Size     = new System.Drawing.Size(85, 13);
     this.compareData.TabIndex = 12;
     this.compareData.Text     = "comparison data";
     //
     // dataInitial
     //
     this.dataInitial.AutoSize = true;
     this.dataInitial.Location = new System.Drawing.Point(4, 52);
     this.dataInitial.Name     = "dataInitial";
     this.dataInitial.Size     = new System.Drawing.Size(54, 13);
     this.dataInitial.TabIndex = 11;
     this.dataInitial.Text     = "initial data";
     //
     // showGreenLines
     //
     this.showGreenLines.AutoSize   = true;
     this.showGreenLines.Checked    = true;
     this.showGreenLines.CheckState = System.Windows.Forms.CheckState.Checked;
     this.showGreenLines.Location   = new System.Drawing.Point(519, 58);
     this.showGreenLines.Name       = "showGreenLines";
     this.showGreenLines.Size       = new System.Drawing.Size(109, 17);
     this.showGreenLines.TabIndex   = 10;
     this.showGreenLines.Text       = "Show Rule Curve";
     this.showGreenLines.UseVisualStyleBackColor = true;
     //
     // showTarget
     //
     this.showTarget.AutoSize = true;
     this.showTarget.Location = new System.Drawing.Point(519, 34);
     this.showTarget.Name     = "showTarget";
     this.showTarget.Size     = new System.Drawing.Size(87, 17);
     this.showTarget.TabIndex = 9;
     this.showTarget.Text     = "Show Target";
     this.showTarget.UseVisualStyleBackColor = true;
     //
     // pcodeComparison
     //
     this.pcodeComparison.Location = new System.Drawing.Point(398, 60);
     this.pcodeComparison.Name     = "pcodeComparison";
     this.pcodeComparison.Size     = new System.Drawing.Size(115, 20);
     this.pcodeComparison.TabIndex = 8;
     this.toolTip1.SetToolTip(this.pcodeComparison, "comparision series such as:  luc qu");
     //
     // pcodeInitial
     //
     this.pcodeInitial.Location = new System.Drawing.Point(63, 51);
     this.pcodeInitial.Name     = "pcodeInitial";
     this.pcodeInitial.Size     = new System.Drawing.Size(142, 20);
     this.pcodeInitial.TabIndex = 7;
     this.toolTip1.SetToolTip(this.pcodeInitial, "additional series such as:   bigi qd");
     //
     // waterYearLabel
     //
     this.waterYearLabel.AutoSize = true;
     this.waterYearLabel.Location = new System.Drawing.Point(4, 28);
     this.waterYearLabel.Name     = "waterYearLabel";
     this.waterYearLabel.Size     = new System.Drawing.Size(53, 13);
     this.waterYearLabel.TabIndex = 6;
     this.waterYearLabel.Text     = "initial year";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(308, 36);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(84, 13);
     this.label1.TabIndex = 5;
     this.label1.Text     = "comparison year";
     //
     // textBoxAlternateWaterYear
     //
     this.textBoxAlternateWaterYear.Location = new System.Drawing.Point(398, 34);
     this.textBoxAlternateWaterYear.Name     = "textBoxAlternateWaterYear";
     this.textBoxAlternateWaterYear.Size     = new System.Drawing.Size(115, 20);
     this.textBoxAlternateWaterYear.TabIndex = 4;
     this.toolTip1.SetToolTip(this.textBoxAlternateWaterYear, "comparision year such as: 1997");
     //
     // buttonRefresh
     //
     this.buttonRefresh.Location = new System.Drawing.Point(222, 36);
     this.buttonRefresh.Name     = "buttonRefresh";
     this.buttonRefresh.Size     = new System.Drawing.Size(75, 23);
     this.buttonRefresh.TabIndex = 2;
     this.buttonRefresh.Text     = "Refresh";
     this.buttonRefresh.UseVisualStyleBackColor = true;
     this.buttonRefresh.Click += new System.EventHandler(this.buttonRefresh_Click);
     //
     // textBoxWaterYear
     //
     this.textBoxWaterYear.Location = new System.Drawing.Point(63, 25);
     this.textBoxWaterYear.Name     = "textBoxWaterYear";
     this.textBoxWaterYear.Size     = new System.Drawing.Size(142, 20);
     this.textBoxWaterYear.TabIndex = 1;
     this.toolTip1.SetToolTip(this.textBoxWaterYear, "base year");
     //
     // comboBoxSite
     //
     this.comboBoxSite.FormattingEnabled = true;
     this.comboBoxSite.Items.AddRange(new object[] {
         "AMFI",
         "BEUO",
         "BUL",
         "BUM",
         "CLE",
         "CSCI",
         "DED",
         "GCL",
         "HEII",
         "HGH",
         "HRSI",
         "ISLI",
         "JCK",
         "KAC",
         "KEE",
         "LUC",
         "MCKO",
         "MFDO",
         "NACW",
         "OCHO",
         "OWY",
         "PARW",
         "PHL",
         "PRVO",
         "RIM",
         "RIR",
         "SCOO",
         "TDAO",
         "WARO",
         "WODI",
         "YUMW"
     });
     this.comboBoxSite.Location              = new System.Drawing.Point(3, 3);
     this.comboBoxSite.Name                  = "comboBoxSite";
     this.comboBoxSite.Size                  = new System.Drawing.Size(213, 21);
     this.comboBoxSite.Sorted                = true;
     this.comboBoxSite.TabIndex              = 0;
     this.comboBoxSite.SelectedIndexChanged += new System.EventHandler(this.comboBoxSite_SelectedIndexChanged);
     //
     // linkLabelReport
     //
     this.linkLabelReport.AutoSize     = true;
     this.linkLabelReport.Location     = new System.Drawing.Point(16, 9);
     this.linkLabelReport.Name         = "linkLabelReport";
     this.linkLabelReport.Size         = new System.Drawing.Size(81, 13);
     this.linkLabelReport.TabIndex     = 3;
     this.linkLabelReport.TabStop      = true;
     this.linkLabelReport.Text         = "open with excel";
     this.linkLabelReport.Visible      = false;
     this.linkLabelReport.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelReport_LinkClicked);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPageGraph);
     this.tabControl1.Controls.Add(this.tabPageReport);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location      = new System.Drawing.Point(0, 84);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(730, 456);
     this.tabControl1.TabIndex      = 3;
     //
     // tabPageGraph
     //
     this.tabPageGraph.Controls.Add(this.hydrometChart1);
     this.tabPageGraph.Location = new System.Drawing.Point(4, 22);
     this.tabPageGraph.Name     = "tabPageGraph";
     this.tabPageGraph.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageGraph.Size     = new System.Drawing.Size(722, 430);
     this.tabPageGraph.TabIndex = 0;
     this.tabPageGraph.Text     = "graph";
     this.tabPageGraph.UseVisualStyleBackColor = true;
     //
     // tabPageReport
     //
     this.tabPageReport.Controls.Add(this.dataGridView1);
     this.tabPageReport.Controls.Add(this.panel2);
     this.tabPageReport.Location = new System.Drawing.Point(4, 22);
     this.tabPageReport.Name     = "tabPageReport";
     this.tabPageReport.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageReport.Size     = new System.Drawing.Size(722, 430);
     this.tabPageReport.TabIndex = 1;
     this.tabPageReport.Text     = "report";
     this.tabPageReport.UseVisualStyleBackColor = true;
     //
     // dataGridView1
     //
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.Location = new System.Drawing.Point(3, 35);
     this.dataGridView1.Name     = "dataGridView1";
     this.dataGridView1.Size     = new System.Drawing.Size(716, 392);
     this.dataGridView1.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.labelFlagLegend);
     this.panel2.Controls.Add(this.linkLabelReport);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(3, 3);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(716, 32);
     this.panel2.TabIndex = 1;
     //
     // labelFlagLegend
     //
     this.labelFlagLegend.AutoSize = true;
     this.labelFlagLegend.Location = new System.Drawing.Point(125, 13);
     this.labelFlagLegend.Name     = "labelFlagLegend";
     this.labelFlagLegend.Size     = new System.Drawing.Size(35, 13);
     this.labelFlagLegend.TabIndex = 4;
     this.labelFlagLegend.Text     = "label2";
     //
     // hydrometChart1
     //
     this.hydrometChart1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.hydrometChart1.Location = new System.Drawing.Point(3, 3);
     this.hydrometChart1.Margin   = new System.Windows.Forms.Padding(4);
     this.hydrometChart1.Name     = "hydrometChart1";
     this.hydrometChart1.Size     = new System.Drawing.Size(716, 424);
     this.hydrometChart1.TabIndex = 1;
     //
     // monthRangePicker1
     //
     this.monthRangePicker1.AutoSize       = true;
     this.monthRangePicker1.BeginningMonth = 10;
     this.monthRangePicker1.Location       = new System.Drawing.Point(222, 0);
     this.monthRangePicker1.Margin         = new System.Windows.Forms.Padding(4);
     this.monthRangePicker1.MonthDayRange  = monthDayRange1;
     this.monthRangePicker1.Name           = "monthRangePicker1";
     this.monthRangePicker1.Size           = new System.Drawing.Size(380, 35);
     this.monthRangePicker1.TabIndex       = 1;
     //
     // FcPlotUI
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.panel1);
     this.Name  = "FcPlotUI";
     this.Size  = new System.Drawing.Size(730, 540);
     this.Load += new System.EventHandler(this.FcPlotUI_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPageGraph.ResumeLayout(false);
     this.tabPageReport.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
示例#9
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Reclamation.Core.MonthDayRange monthDayRange1 = new Reclamation.Core.MonthDayRange();
            Reclamation.Core.MonthDayRange monthDayRange2 = new Reclamation.Core.MonthDayRange();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.radioButtonMonthDay = new System.Windows.Forms.RadioButton();
            this.radioButtonMonths = new System.Windows.Forms.RadioButton();
            this.monthDayRangePicker1 = new Reclamation.TimeSeries.Forms.MonthDayRangePicker();
            this.monthRangePicker1 = new Reclamation.TimeSeries.Forms.MonthRangePicker();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.AutoSize = true;
            this.groupBox1.Controls.Add(this.radioButtonMonthDay);
            this.groupBox1.Controls.Add(this.radioButtonMonths);
            this.groupBox1.Controls.Add(this.monthDayRangePicker1);
            this.groupBox1.Controls.Add(this.monthRangePicker1);
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(420, 127);
            this.groupBox1.TabIndex = 14;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "range";
            // 
            // radioButtonMonthDay
            // 
            this.radioButtonMonthDay.AutoSize = true;
            this.radioButtonMonthDay.Checked = true;
            this.radioButtonMonthDay.Location = new System.Drawing.Point(20, 77);
            this.radioButtonMonthDay.Name = "radioButtonMonthDay";
            this.radioButtonMonthDay.Size = new System.Drawing.Size(14, 13);
            this.radioButtonMonthDay.TabIndex = 14;
            this.radioButtonMonthDay.TabStop = true;
            this.radioButtonMonthDay.UseVisualStyleBackColor = true;
            this.radioButtonMonthDay.CheckedChanged += new System.EventHandler(this.Enabling);
            // 
            // radioButtonMonths
            // 
            this.radioButtonMonths.AutoSize = true;
            this.radioButtonMonths.Location = new System.Drawing.Point(20, 30);
            this.radioButtonMonths.Name = "radioButtonMonths";
            this.radioButtonMonths.Size = new System.Drawing.Size(14, 13);
            this.radioButtonMonths.TabIndex = 13;
            this.radioButtonMonths.UseVisualStyleBackColor = true;
            this.radioButtonMonths.CheckedChanged += new System.EventHandler(this.Enabling);
            // 
            // monthDayRangePicker1
            // 
            this.monthDayRangePicker1.BeginningMonth = 10;
            this.monthDayRangePicker1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.monthDayRangePicker1.Location = new System.Drawing.Point(43, 58);
            this.monthDayRangePicker1.MonthDayRange = monthDayRange1;
            this.monthDayRangePicker1.Name = "monthDayRangePicker1";
            this.monthDayRangePicker1.Size = new System.Drawing.Size(159, 50);
            this.monthDayRangePicker1.TabIndex = 12;
            // 
            // monthRangePicker1
            // 
            this.monthRangePicker1.AutoSize = true;
            this.monthRangePicker1.BeginningMonth = 10;
            this.monthRangePicker1.Location = new System.Drawing.Point(43, 24);
            this.monthRangePicker1.MonthDayRange = monthDayRange2;
            this.monthRangePicker1.Name = "monthRangePicker1";
            this.monthRangePicker1.Size = new System.Drawing.Size(341, 35);
            this.monthRangePicker1.TabIndex = 15;
            // 
            // RangePicker
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.groupBox1);
            this.Name = "RangePicker";
            this.Size = new System.Drawing.Size(386, 125);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
示例#10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Reclamation.Core.MonthDayRange monthDayRange1 = new Reclamation.Core.MonthDayRange();
     this.groupBoxAdvanced   = new System.Windows.Forms.GroupBox();
     this.rangePicker1       = new Reclamation.TimeSeries.Forms.RangePicker();
     this.yearTypeSelector1  = new Reclamation.TimeSeries.Forms.YearTypeSelector();
     this.aggregateOptions1  = new Reclamation.TimeSeries.Forms.SummaryOption();
     this.timeWindowOptions1 = new Reclamation.TimeSeries.Forms.TimeWindowSelector();
     this.groupBoxAdvanced.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBoxAdvanced
     //
     this.groupBoxAdvanced.Controls.Add(this.rangePicker1);
     this.groupBoxAdvanced.Controls.Add(this.yearTypeSelector1);
     this.groupBoxAdvanced.Controls.Add(this.aggregateOptions1);
     this.groupBoxAdvanced.Location = new System.Drawing.Point(12, 140);
     this.groupBoxAdvanced.Name     = "groupBoxAdvanced";
     this.groupBoxAdvanced.Size     = new System.Drawing.Size(586, 267);
     this.groupBoxAdvanced.TabIndex = 11;
     this.groupBoxAdvanced.TabStop  = false;
     this.groupBoxAdvanced.Text     = "advanced";
     //
     // rangePicker1
     //
     this.rangePicker1.Location      = new System.Drawing.Point(177, 135);
     this.rangePicker1.MonthDayRange = monthDayRange1;
     this.rangePicker1.Name          = "rangePicker1";
     this.rangePicker1.Size          = new System.Drawing.Size(396, 113);
     this.rangePicker1.TabIndex      = 12;
     //
     // yearTypeSelector1
     //
     this.yearTypeSelector1.BeginningMonth         = 10;
     this.yearTypeSelector1.Location               = new System.Drawing.Point(177, 19);
     this.yearTypeSelector1.Name                   = "yearTypeSelector1";
     this.yearTypeSelector1.Size                   = new System.Drawing.Size(358, 100);
     this.yearTypeSelector1.TabIndex               = 11;
     this.yearTypeSelector1.BeginningMonthChanged += new System.EventHandler <System.EventArgs>(this.yearTypeSelector1_BeginningMonthChanged);
     //
     // aggregateOptions1
     //
     this.aggregateOptions1.Location           = new System.Drawing.Point(18, 19);
     this.aggregateOptions1.Name               = "aggregateOptions1";
     this.aggregateOptions1.Size               = new System.Drawing.Size(129, 145);
     this.aggregateOptions1.StatisticalMethods = Reclamation.TimeSeries.StatisticalMethods.None;
     this.aggregateOptions1.TabIndex           = 9;
     //
     // periodOfRecordOptions1
     //
     this.timeWindowOptions1.Location = new System.Drawing.Point(12, 13);
     this.timeWindowOptions1.Name     = "timeWindowOptions1";
     this.timeWindowOptions1.Size     = new System.Drawing.Size(275, 111);
     this.timeWindowOptions1.TabIndex = 10;
     //
     // TimeSeriesOptions
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupBoxAdvanced);
     this.Controls.Add(this.timeWindowOptions1);
     this.Name = "TimeSeriesOptions";
     this.Size = new System.Drawing.Size(600, 410);
     this.groupBoxAdvanced.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Reclamation.Core.MonthDayRange monthDayRange1 = new Reclamation.Core.MonthDayRange();
     Reclamation.TimeSeries.Forms.Graphing.GraphSettings graphSettings1 = new Reclamation.TimeSeries.Forms.Graphing.GraphSettings();
     this.panel1            = new System.Windows.Forms.Panel();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.textBoxWY2        = new System.Windows.Forms.TextBox();
     this.label2            = new System.Windows.Forms.Label();
     this.textBoxWY1        = new System.Windows.Forms.TextBox();
     this.checkBoxAvg       = new System.Windows.Forms.CheckBox();
     this.checkBoxMax       = new System.Windows.Forms.CheckBox();
     this.checkBoxMin       = new System.Windows.Forms.CheckBox();
     this.checkBoxGP        = new System.Windows.Forms.CheckBox();
     this.checkBoxMpoll     = new System.Windows.Forms.CheckBox();
     this.buttonNext        = new System.Windows.Forms.Button();
     this.buttonSelectGroup = new System.Windows.Forms.Button();
     this.comboBoxCbtt      = new System.Windows.Forms.ComboBox();
     this.buttonRefresh     = new System.Windows.Forms.Button();
     this.comboBoxPcode     = new System.Windows.Forms.ComboBox();
     this.monthRangePicker1 = new Reclamation.TimeSeries.Forms.MonthRangePicker();
     this.yearSelector1     = new Reclamation.TimeSeries.Forms.YearSelector();
     this.toolTip1          = new System.Windows.Forms.ToolTip(this.components);
     this.timeSeriesGraph1  = new Reclamation.TimeSeries.Graphing.TimeSeriesTeeChartGraph();
     this.checkBoxAnnotate  = new System.Windows.Forms.CheckBox();
     this.panel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.checkBoxAnnotate);
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Controls.Add(this.checkBoxGP);
     this.panel1.Controls.Add(this.checkBoxMpoll);
     this.panel1.Controls.Add(this.buttonNext);
     this.panel1.Controls.Add(this.buttonSelectGroup);
     this.panel1.Controls.Add(this.comboBoxCbtt);
     this.panel1.Controls.Add(this.buttonRefresh);
     this.panel1.Controls.Add(this.comboBoxPcode);
     this.panel1.Controls.Add(this.monthRangePicker1);
     this.panel1.Controls.Add(this.yearSelector1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(732, 131);
     this.panel1.TabIndex = 0;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textBoxWY2);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.textBoxWY1);
     this.groupBox1.Controls.Add(this.checkBoxAvg);
     this.groupBox1.Controls.Add(this.checkBoxMax);
     this.groupBox1.Controls.Add(this.checkBoxMin);
     this.groupBox1.Location = new System.Drawing.Point(348, 71);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(252, 50);
     this.groupBox1.TabIndex = 12;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Statistics";
     //
     // textBoxWY2
     //
     this.textBoxWY2.Location = new System.Drawing.Point(168, 7);
     this.textBoxWY2.Name     = "textBoxWY2";
     this.textBoxWY2.Size     = new System.Drawing.Size(44, 20);
     this.textBoxWY2.TabIndex = 5;
     this.textBoxWY2.Text     = "2010";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(143, 10);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(16, 13);
     this.label2.TabIndex = 4;
     this.label2.Text     = "to";
     //
     // textBoxWY1
     //
     this.textBoxWY1.Location = new System.Drawing.Point(98, 7);
     this.textBoxWY1.Name     = "textBoxWY1";
     this.textBoxWY1.Size     = new System.Drawing.Size(42, 20);
     this.textBoxWY1.TabIndex = 3;
     this.textBoxWY1.Text     = "1981";
     //
     // checkBoxAvg
     //
     this.checkBoxAvg.AutoSize = true;
     this.checkBoxAvg.Location = new System.Drawing.Point(6, 28);
     this.checkBoxAvg.Name     = "checkBoxAvg";
     this.checkBoxAvg.Size     = new System.Drawing.Size(44, 17);
     this.checkBoxAvg.TabIndex = 2;
     this.checkBoxAvg.Text     = "avg";
     this.checkBoxAvg.UseVisualStyleBackColor = true;
     //
     // checkBoxMax
     //
     this.checkBoxMax.AutoSize = true;
     this.checkBoxMax.Location = new System.Drawing.Point(50, 29);
     this.checkBoxMax.Name     = "checkBoxMax";
     this.checkBoxMax.Size     = new System.Drawing.Size(45, 17);
     this.checkBoxMax.TabIndex = 1;
     this.checkBoxMax.Text     = "max";
     this.checkBoxMax.UseVisualStyleBackColor = true;
     //
     // checkBoxMin
     //
     this.checkBoxMin.AutoSize = true;
     this.checkBoxMin.Location = new System.Drawing.Point(98, 28);
     this.checkBoxMin.Name     = "checkBoxMin";
     this.checkBoxMin.Size     = new System.Drawing.Size(42, 17);
     this.checkBoxMin.TabIndex = 0;
     this.checkBoxMin.Text     = "min";
     this.checkBoxMin.UseVisualStyleBackColor = true;
     //
     // checkBoxGP
     //
     this.checkBoxGP.AutoSize = true;
     this.checkBoxGP.Location = new System.Drawing.Point(94, 64);
     this.checkBoxGP.Name     = "checkBoxGP";
     this.checkBoxGP.Size     = new System.Drawing.Size(134, 17);
     this.checkBoxGP.TabIndex = 10;
     this.checkBoxGP.Text     = "include  se_avg (2001)";
     this.checkBoxGP.UseVisualStyleBackColor = true;
     //
     // checkBoxMpoll
     //
     this.checkBoxMpoll.AutoSize = true;
     this.checkBoxMpoll.Location = new System.Drawing.Point(94, 81);
     this.checkBoxMpoll.Name     = "checkBoxMpoll";
     this.checkBoxMpoll.Size     = new System.Drawing.Size(179, 17);
     this.checkBoxMpoll.TabIndex = 9;
     this.checkBoxMpoll.Text     = "include monthly 30 year average";
     this.checkBoxMpoll.UseVisualStyleBackColor = true;
     //
     // buttonNext
     //
     this.buttonNext.Location = new System.Drawing.Point(272, 16);
     this.buttonNext.Name     = "buttonNext";
     this.buttonNext.Size     = new System.Drawing.Size(26, 21);
     this.buttonNext.TabIndex = 8;
     this.buttonNext.Text     = ">";
     this.toolTip1.SetToolTip(this.buttonNext, "advance to next site");
     this.buttonNext.UseVisualStyleBackColor = true;
     this.buttonNext.Click += new System.EventHandler(this.buttonNext_Click);
     //
     // buttonSelectGroup
     //
     this.buttonSelectGroup.AutoEllipsis = true;
     this.buttonSelectGroup.FlatStyle    = System.Windows.Forms.FlatStyle.Popup;
     this.buttonSelectGroup.Location     = new System.Drawing.Point(10, 16);
     this.buttonSelectGroup.Name         = "buttonSelectGroup";
     this.buttonSelectGroup.Size         = new System.Drawing.Size(78, 23);
     this.buttonSelectGroup.TabIndex     = 7;
     this.buttonSelectGroup.Text         = "basin...";
     this.toolTip1.SetToolTip(this.buttonSelectGroup, "select basin or group of sites");
     this.buttonSelectGroup.UseVisualStyleBackColor = true;
     this.buttonSelectGroup.Click += new System.EventHandler(this.buttonSelectGroup_Click);
     //
     // comboBoxCbtt
     //
     this.comboBoxCbtt.FormattingEnabled = true;
     this.comboBoxCbtt.Location          = new System.Drawing.Point(94, 16);
     this.comboBoxCbtt.Name     = "comboBoxCbtt";
     this.comboBoxCbtt.Size     = new System.Drawing.Size(171, 21);
     this.comboBoxCbtt.TabIndex = 6;
     this.comboBoxCbtt.Text     = "JKPI";
     this.toolTip1.SetToolTip(this.comboBoxCbtt, "enter cbtt such as \'JKPI\'");
     this.comboBoxCbtt.SelectedIndexChanged += new System.EventHandler(this.comboBoxCbtt_SelectedIndexChanged);
     //
     // buttonRefresh
     //
     this.buttonRefresh.Location = new System.Drawing.Point(267, 41);
     this.buttonRefresh.Name     = "buttonRefresh";
     this.buttonRefresh.Size     = new System.Drawing.Size(75, 23);
     this.buttonRefresh.TabIndex = 5;
     this.buttonRefresh.Text     = "Refresh";
     this.buttonRefresh.UseVisualStyleBackColor = true;
     this.buttonRefresh.Click += new System.EventHandler(this.buttonRefresh_Click);
     //
     // comboBoxPcode
     //
     this.comboBoxPcode.FormattingEnabled = true;
     this.comboBoxPcode.Items.AddRange(new object[] {
         "Snow",
         "Storage",
         "Flow",
         "Precipitation",
         "AF",
         "QD",
         "QU"
     });
     this.comboBoxPcode.Location = new System.Drawing.Point(94, 43);
     this.comboBoxPcode.Name     = "comboBoxPcode";
     this.comboBoxPcode.Size     = new System.Drawing.Size(167, 21);
     this.comboBoxPcode.TabIndex = 4;
     this.comboBoxPcode.Text     = "Snow";
     this.toolTip1.SetToolTip(this.comboBoxPcode, "enter parameter code");
     //
     // monthRangePicker1
     //
     this.monthRangePicker1.AutoSize       = true;
     this.monthRangePicker1.BeginningMonth = 10;
     this.monthRangePicker1.Location       = new System.Drawing.Point(377, 23);
     this.monthRangePicker1.Margin         = new System.Windows.Forms.Padding(4);
     this.monthRangePicker1.MonthDayRange  = monthDayRange1;
     this.monthRangePicker1.Name           = "monthRangePicker1";
     this.monthRangePicker1.Size           = new System.Drawing.Size(351, 48);
     this.monthRangePicker1.TabIndex       = 1;
     //
     // yearSelector1
     //
     this.yearSelector1.Location      = new System.Drawing.Point(378, 1);
     this.yearSelector1.Margin        = new System.Windows.Forms.Padding(4);
     this.yearSelector1.Name          = "yearSelector1";
     this.yearSelector1.SelectedYears = new int[] {
         2001,
         2005
     };
     this.yearSelector1.Size     = new System.Drawing.Size(311, 20);
     this.yearSelector1.TabIndex = 2;
     //
     // timeSeriesGraph1
     //
     this.timeSeriesGraph1.AnnotationOnMouseMove = false;
     this.timeSeriesGraph1.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.timeSeriesGraph1.GraphSettings           = graphSettings1;
     this.timeSeriesGraph1.Location                = new System.Drawing.Point(0, 131);
     this.timeSeriesGraph1.Margin                  = new System.Windows.Forms.Padding(4);
     this.timeSeriesGraph1.MissingDataValue        = -999D;
     this.timeSeriesGraph1.MonthlySummaryMultiYear = false;
     this.timeSeriesGraph1.MultiLeftAxis           = false;
     this.timeSeriesGraph1.Name                    = "timeSeriesGraph1";
     this.timeSeriesGraph1.Size                    = new System.Drawing.Size(732, 296);
     this.timeSeriesGraph1.SubTitle                = "";
     this.timeSeriesGraph1.TabIndex                = 1;
     this.timeSeriesGraph1.Title                   = "";
     //
     // checkBoxAnnotate
     //
     this.checkBoxAnnotate.AutoSize = true;
     this.checkBoxAnnotate.Location = new System.Drawing.Point(94, 100);
     this.checkBoxAnnotate.Name     = "checkBoxAnnotate";
     this.checkBoxAnnotate.Size     = new System.Drawing.Size(109, 17);
     this.checkBoxAnnotate.TabIndex = 13;
     this.checkBoxAnnotate.Text     = "date/value tooltip";
     this.checkBoxAnnotate.UseVisualStyleBackColor = true;
     //
     // SnowGG
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.timeSeriesGraph1);
     this.Controls.Add(this.panel1);
     this.Name            = "SnowGG";
     this.Size            = new System.Drawing.Size(732, 427);
     this.Load           += new System.EventHandler(this.SnowGG_Load);
     this.VisibleChanged += new System.EventHandler(this.SnowGG_VisibleChanged);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Reclamation.Core.MonthDayRange monthDayRange1 = new Reclamation.Core.MonthDayRange();
     this.panel1 = new System.Windows.Forms.Panel();
     this.monthDayRangePicker1 = new Reclamation.TimeSeries.Forms.MonthDayRangePicker();
     this.buttonRefresh        = new System.Windows.Forms.Button();
     this.timeSeriesGraph1     = new Reclamation.TimeSeries.Graphing.TimeSeriesTeeChartGraph();
     this.graphProperties1     = new HydrometTools.Graphing.DetailsComboBox();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.monthDayRangePicker1);
     this.panel1.Controls.Add(this.graphProperties1);
     this.panel1.Controls.Add(this.buttonRefresh);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(740, 87);
     this.panel1.TabIndex = 1;
     //
     // monthDayRangePicker1
     //
     this.monthDayRangePicker1.BeginningMonth = 10;
     this.monthDayRangePicker1.BorderStyle    = System.Windows.Forms.BorderStyle.FixedSingle;
     this.monthDayRangePicker1.Location       = new System.Drawing.Point(307, 3);
     this.monthDayRangePicker1.MonthDayRange  = monthDayRange1;
     this.monthDayRangePicker1.Name           = "monthDayRangePicker1";
     this.monthDayRangePicker1.Size           = new System.Drawing.Size(157, 52);
     this.monthDayRangePicker1.TabIndex       = 8;
     //
     // buttonRefresh
     //
     this.buttonRefresh.Location = new System.Drawing.Point(216, 58);
     this.buttonRefresh.Name     = "buttonRefresh";
     this.buttonRefresh.Size     = new System.Drawing.Size(75, 23);
     this.buttonRefresh.TabIndex = 5;
     this.buttonRefresh.Text     = "Refresh";
     this.buttonRefresh.UseVisualStyleBackColor = true;
     this.buttonRefresh.Click += new System.EventHandler(this.buttonRefresh_Click);
     //
     // timeSeriesGraph1
     //
     this.timeSeriesGraph1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.timeSeriesGraph1.Location         = new System.Drawing.Point(0, 87);
     this.timeSeriesGraph1.MissingDataValue = -999D;
     this.timeSeriesGraph1.Name             = "timeSeriesGraph1";
     this.timeSeriesGraph1.Size             = new System.Drawing.Size(740, 399);
     this.timeSeriesGraph1.SubTitle         = "";
     this.timeSeriesGraph1.TabIndex         = 2;
     this.timeSeriesGraph1.Title            = "";
     //
     // graphProperties1
     //
     this.graphProperties1.Location = new System.Drawing.Point(3, 25);
     this.graphProperties1.Name     = "graphProperties1";
     this.graphProperties1.Size     = new System.Drawing.Size(214, 30);
     this.graphProperties1.TabIndex = 6;
     //
     // DailyGraphing
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.timeSeriesGraph1);
     this.Controls.Add(this.panel1);
     this.Name = "DailyGraphing";
     this.Size = new System.Drawing.Size(740, 486);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Reclamation.Core.MonthDayRange monthDayRange3 = new Reclamation.Core.MonthDayRange();
     this.panel1             = new System.Windows.Forms.Panel();
     this.checkBoxSumList    = new System.Windows.Forms.CheckBox();
     this.buttonToggleMonths = new System.Windows.Forms.Button();
     this.checkBoxUseList    = new System.Windows.Forms.CheckBox();
     this.textBoxMultiple    = new System.Windows.Forms.TextBox();
     this.checkBoxDeltas     = new System.Windows.Forms.CheckBox();
     this.checkBoxAnnotate   = new System.Windows.Forms.CheckBox();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.label3             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.textBoxPctls       = new System.Windows.Forms.TextBox();
     this.checkBoxPctls      = new System.Windows.Forms.CheckBox();
     this.textBoxWY2         = new System.Windows.Forms.TextBox();
     this.label2             = new System.Windows.Forms.Label();
     this.textBoxWY1         = new System.Windows.Forms.TextBox();
     this.checkBoxAvg        = new System.Windows.Forms.CheckBox();
     this.checkBoxMax        = new System.Windows.Forms.CheckBox();
     this.checkBoxMin        = new System.Windows.Forms.CheckBox();
     this.checkBoxGP         = new System.Windows.Forms.CheckBox();
     this.checkBoxMpoll      = new System.Windows.Forms.CheckBox();
     this.buttonNext         = new System.Windows.Forms.Button();
     this.buttonSelectGroup  = new System.Windows.Forms.Button();
     this.comboBoxCbtt       = new System.Windows.Forms.ComboBox();
     this.buttonRefresh      = new System.Windows.Forms.Button();
     this.comboBoxPcode      = new System.Windows.Forms.ComboBox();
     this.monthRangePicker1  = new Reclamation.TimeSeries.Forms.MonthRangePicker();
     this.yearSelector1      = new Reclamation.TimeSeries.Forms.YearSelector();
     this.toolTip1           = new System.Windows.Forms.ToolTip(this.components);
     this.checkBoxUseInstant = new System.Windows.Forms.CheckBox();
     this.panel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.checkBoxUseInstant);
     this.panel1.Controls.Add(this.checkBoxSumList);
     this.panel1.Controls.Add(this.buttonToggleMonths);
     this.panel1.Controls.Add(this.checkBoxUseList);
     this.panel1.Controls.Add(this.textBoxMultiple);
     this.panel1.Controls.Add(this.checkBoxDeltas);
     this.panel1.Controls.Add(this.checkBoxAnnotate);
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Controls.Add(this.checkBoxGP);
     this.panel1.Controls.Add(this.checkBoxMpoll);
     this.panel1.Controls.Add(this.buttonNext);
     this.panel1.Controls.Add(this.buttonSelectGroup);
     this.panel1.Controls.Add(this.comboBoxCbtt);
     this.panel1.Controls.Add(this.buttonRefresh);
     this.panel1.Controls.Add(this.comboBoxPcode);
     this.panel1.Controls.Add(this.monthRangePicker1);
     this.panel1.Controls.Add(this.yearSelector1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Margin   = new System.Windows.Forms.Padding(5);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1323, 198);
     this.panel1.TabIndex = 0;
     //
     // checkBoxSumList
     //
     this.checkBoxSumList.AutoSize = true;
     this.checkBoxSumList.Enabled  = false;
     this.checkBoxSumList.Location = new System.Drawing.Point(369, 139);
     this.checkBoxSumList.Margin   = new System.Windows.Forms.Padding(5);
     this.checkBoxSumList.Name     = "checkBoxSumList";
     this.checkBoxSumList.Size     = new System.Drawing.Size(84, 21);
     this.checkBoxSumList.TabIndex = 18;
     this.checkBoxSumList.Text     = "Sum List";
     this.checkBoxSumList.UseVisualStyleBackColor = true;
     //
     // buttonToggleMonths
     //
     this.buttonToggleMonths.Location = new System.Drawing.Point(993, 43);
     this.buttonToggleMonths.Name     = "buttonToggleMonths";
     this.buttonToggleMonths.Size     = new System.Drawing.Size(69, 39);
     this.buttonToggleMonths.TabIndex = 17;
     this.buttonToggleMonths.Text     = "Use CY";
     this.buttonToggleMonths.UseVisualStyleBackColor = true;
     this.buttonToggleMonths.Click += new System.EventHandler(this.buttonToggleMonths_Click);
     //
     // checkBoxUseList
     //
     this.checkBoxUseList.AutoSize   = true;
     this.checkBoxUseList.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBoxUseList.Location   = new System.Drawing.Point(67, 84);
     this.checkBoxUseList.Name       = "checkBoxUseList";
     this.checkBoxUseList.Size       = new System.Drawing.Size(81, 21);
     this.checkBoxUseList.TabIndex   = 16;
     this.checkBoxUseList.Text       = "Use List";
     this.checkBoxUseList.UseVisualStyleBackColor = true;
     this.checkBoxUseList.CheckedChanged         += new System.EventHandler(this.useList_CheckedChanged);
     //
     // textBoxMultiple
     //
     this.textBoxMultiple.Enabled  = false;
     this.textBoxMultiple.Location = new System.Drawing.Point(154, 83);
     this.textBoxMultiple.Name     = "textBoxMultiple";
     this.textBoxMultiple.Size     = new System.Drawing.Size(301, 22);
     this.textBoxMultiple.TabIndex = 15;
     //
     // checkBoxDeltas
     //
     this.checkBoxDeltas.AutoSize = true;
     this.checkBoxDeltas.Location = new System.Drawing.Point(154, 140);
     this.checkBoxDeltas.Name     = "checkBoxDeltas";
     this.checkBoxDeltas.Size     = new System.Drawing.Size(182, 21);
     this.checkBoxDeltas.TabIndex = 14;
     this.checkBoxDeltas.Text     = "Apply Deltas to 1st Year";
     this.checkBoxDeltas.UseVisualStyleBackColor = true;
     //
     // checkBoxAnnotate
     //
     this.checkBoxAnnotate.AutoSize   = true;
     this.checkBoxAnnotate.Checked    = true;
     this.checkBoxAnnotate.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxAnnotate.Location   = new System.Drawing.Point(154, 111);
     this.checkBoxAnnotate.Margin     = new System.Windows.Forms.Padding(5);
     this.checkBoxAnnotate.Name       = "checkBoxAnnotate";
     this.checkBoxAnnotate.Size       = new System.Drawing.Size(138, 21);
     this.checkBoxAnnotate.TabIndex   = 13;
     this.checkBoxAnnotate.Text       = "date/value tooltip";
     this.checkBoxAnnotate.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.textBoxPctls);
     this.groupBox1.Controls.Add(this.checkBoxPctls);
     this.groupBox1.Controls.Add(this.textBoxWY2);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.textBoxWY1);
     this.groupBox1.Controls.Add(this.checkBoxAvg);
     this.groupBox1.Controls.Add(this.checkBoxMax);
     this.groupBox1.Controls.Add(this.checkBoxMin);
     this.groupBox1.Location = new System.Drawing.Point(556, 90);
     this.groupBox1.Margin   = new System.Windows.Forms.Padding(5);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Padding  = new System.Windows.Forms.Padding(5);
     this.groupBox1.Size     = new System.Drawing.Size(496, 92);
     this.groupBox1.TabIndex = 12;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Statistics";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(204, 23);
     this.label3.Margin   = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(36, 17);
     this.label3.TabIndex = 9;
     this.label3.Text     = "data";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(10, 23);
     this.label1.Margin   = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(33, 17);
     this.label1.TabIndex = 8;
     this.label1.Text     = "Use";
     //
     // textBoxPctls
     //
     this.textBoxPctls.Location = new System.Drawing.Point(317, 50);
     this.textBoxPctls.Margin   = new System.Windows.Forms.Padding(5);
     this.textBoxPctls.Name     = "textBoxPctls";
     this.textBoxPctls.Size     = new System.Drawing.Size(171, 22);
     this.textBoxPctls.TabIndex = 7;
     this.textBoxPctls.Text     = "10, 50, 90";
     //
     // checkBoxPctls
     //
     this.checkBoxPctls.AutoSize = true;
     this.checkBoxPctls.Location = new System.Drawing.Point(207, 53);
     this.checkBoxPctls.Margin   = new System.Windows.Forms.Padding(5);
     this.checkBoxPctls.Name     = "checkBoxPctls";
     this.checkBoxPctls.Size     = new System.Drawing.Size(100, 21);
     this.checkBoxPctls.TabIndex = 6;
     this.checkBoxPctls.Text     = "Percentiles";
     this.checkBoxPctls.UseVisualStyleBackColor = true;
     //
     // textBoxWY2
     //
     this.textBoxWY2.Location  = new System.Drawing.Point(139, 21);
     this.textBoxWY2.Margin    = new System.Windows.Forms.Padding(5);
     this.textBoxWY2.Name      = "textBoxWY2";
     this.textBoxWY2.Size      = new System.Drawing.Size(54, 22);
     this.textBoxWY2.TabIndex  = 5;
     this.textBoxWY2.Text      = "2010";
     this.textBoxWY2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(109, 24);
     this.label2.Margin   = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(20, 17);
     this.label2.TabIndex = 4;
     this.label2.Text     = "to";
     //
     // textBoxWY1
     //
     this.textBoxWY1.Location  = new System.Drawing.Point(49, 21);
     this.textBoxWY1.Margin    = new System.Windows.Forms.Padding(5);
     this.textBoxWY1.Name      = "textBoxWY1";
     this.textBoxWY1.Size      = new System.Drawing.Size(54, 22);
     this.textBoxWY1.TabIndex  = 3;
     this.textBoxWY1.Text      = "1981";
     this.textBoxWY1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // checkBoxAvg
     //
     this.checkBoxAvg.AutoSize = true;
     this.checkBoxAvg.Location = new System.Drawing.Point(10, 52);
     this.checkBoxAvg.Margin   = new System.Windows.Forms.Padding(5);
     this.checkBoxAvg.Name     = "checkBoxAvg";
     this.checkBoxAvg.Size     = new System.Drawing.Size(54, 21);
     this.checkBoxAvg.TabIndex = 2;
     this.checkBoxAvg.Text     = "Avg";
     this.checkBoxAvg.UseVisualStyleBackColor = true;
     //
     // checkBoxMax
     //
     this.checkBoxMax.AutoSize = true;
     this.checkBoxMax.Location = new System.Drawing.Point(74, 52);
     this.checkBoxMax.Margin   = new System.Windows.Forms.Padding(5);
     this.checkBoxMax.Name     = "checkBoxMax";
     this.checkBoxMax.Size     = new System.Drawing.Size(55, 21);
     this.checkBoxMax.TabIndex = 1;
     this.checkBoxMax.Text     = "Max";
     this.checkBoxMax.UseVisualStyleBackColor = true;
     //
     // checkBoxMin
     //
     this.checkBoxMin.AutoSize = true;
     this.checkBoxMin.Location = new System.Drawing.Point(145, 52);
     this.checkBoxMin.Margin   = new System.Windows.Forms.Padding(5);
     this.checkBoxMin.Name     = "checkBoxMin";
     this.checkBoxMin.Size     = new System.Drawing.Size(52, 21);
     this.checkBoxMin.TabIndex = 0;
     this.checkBoxMin.Text     = "Min";
     this.checkBoxMin.UseVisualStyleBackColor = true;
     //
     // checkBoxGP
     //
     this.checkBoxGP.AutoSize = true;
     this.checkBoxGP.Location = new System.Drawing.Point(400, 169);
     this.checkBoxGP.Margin   = new System.Windows.Forms.Padding(5);
     this.checkBoxGP.Name     = "checkBoxGP";
     this.checkBoxGP.Size     = new System.Drawing.Size(129, 21);
     this.checkBoxGP.TabIndex = 10;
     this.checkBoxGP.Text     = "include  se_avg";
     this.checkBoxGP.UseVisualStyleBackColor = true;
     this.checkBoxGP.Visible = false;
     //
     // checkBoxMpoll
     //
     this.checkBoxMpoll.AutoSize = true;
     this.checkBoxMpoll.Location = new System.Drawing.Point(154, 169);
     this.checkBoxMpoll.Margin   = new System.Windows.Forms.Padding(5);
     this.checkBoxMpoll.Name     = "checkBoxMpoll";
     this.checkBoxMpoll.Size     = new System.Drawing.Size(236, 21);
     this.checkBoxMpoll.TabIndex = 9;
     this.checkBoxMpoll.Text     = "include monthly 30 year average";
     this.checkBoxMpoll.UseVisualStyleBackColor = true;
     this.checkBoxMpoll.Visible = false;
     //
     // buttonNext
     //
     this.buttonNext.Location = new System.Drawing.Point(465, 15);
     this.buttonNext.Margin   = new System.Windows.Forms.Padding(5);
     this.buttonNext.Name     = "buttonNext";
     this.buttonNext.Size     = new System.Drawing.Size(79, 24);
     this.buttonNext.TabIndex = 8;
     this.buttonNext.Text     = ">";
     this.toolTip1.SetToolTip(this.buttonNext, "advance to next site");
     this.buttonNext.UseVisualStyleBackColor = true;
     this.buttonNext.Click += new System.EventHandler(this.buttonNext_Click);
     //
     // buttonSelectGroup
     //
     this.buttonSelectGroup.AutoEllipsis = true;
     this.buttonSelectGroup.FlatStyle    = System.Windows.Forms.FlatStyle.Popup;
     this.buttonSelectGroup.Location     = new System.Drawing.Point(9, 16);
     this.buttonSelectGroup.Margin       = new System.Windows.Forms.Padding(5);
     this.buttonSelectGroup.Name         = "buttonSelectGroup";
     this.buttonSelectGroup.Size         = new System.Drawing.Size(139, 24);
     this.buttonSelectGroup.TabIndex     = 7;
     this.buttonSelectGroup.Text         = "Select...";
     this.toolTip1.SetToolTip(this.buttonSelectGroup, "select basin or group of sites");
     this.buttonSelectGroup.UseVisualStyleBackColor = true;
     this.buttonSelectGroup.Click += new System.EventHandler(this.buttonSelectGroup_Click);
     //
     // comboBoxCbtt
     //
     this.comboBoxCbtt.FormattingEnabled = true;
     this.comboBoxCbtt.Location          = new System.Drawing.Point(154, 16);
     this.comboBoxCbtt.Margin            = new System.Windows.Forms.Padding(5);
     this.comboBoxCbtt.Name     = "comboBoxCbtt";
     this.comboBoxCbtt.Size     = new System.Drawing.Size(301, 24);
     this.comboBoxCbtt.TabIndex = 6;
     this.comboBoxCbtt.Text     = "JKPI";
     this.toolTip1.SetToolTip(this.comboBoxCbtt, "enter cbtt such as \'JKPI\'");
     this.comboBoxCbtt.SelectedIndexChanged += new System.EventHandler(this.comboBoxCbtt_SelectedIndexChanged);
     //
     // buttonRefresh
     //
     this.buttonRefresh.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonRefresh.ForeColor = System.Drawing.SystemColors.Highlight;
     this.buttonRefresh.Location  = new System.Drawing.Point(465, 50);
     this.buttonRefresh.Margin    = new System.Windows.Forms.Padding(5);
     this.buttonRefresh.Name      = "buttonRefresh";
     this.buttonRefresh.Size      = new System.Drawing.Size(79, 55);
     this.buttonRefresh.TabIndex  = 5;
     this.buttonRefresh.Text      = "Refresh";
     this.buttonRefresh.UseVisualStyleBackColor = true;
     this.buttonRefresh.Click += new System.EventHandler(this.buttonRefresh_Click);
     //
     // comboBoxPcode
     //
     this.comboBoxPcode.FormattingEnabled = true;
     this.comboBoxPcode.Items.AddRange(new object[] {
         "Snow",
         "Storage",
         "Flow",
         "Precipitation",
         "AF",
         "QD",
         "QU"
     });
     this.comboBoxPcode.Location = new System.Drawing.Point(154, 50);
     this.comboBoxPcode.Margin   = new System.Windows.Forms.Padding(5);
     this.comboBoxPcode.Name     = "comboBoxPcode";
     this.comboBoxPcode.Size     = new System.Drawing.Size(301, 24);
     this.comboBoxPcode.TabIndex = 4;
     this.comboBoxPcode.Text     = "Snow";
     this.toolTip1.SetToolTip(this.comboBoxPcode, "enter parameter code");
     //
     // monthRangePicker1
     //
     this.monthRangePicker1.AutoSize       = true;
     this.monthRangePicker1.BeginningMonth = 10;
     this.monthRangePicker1.Location       = new System.Drawing.Point(556, 43);
     this.monthRangePicker1.Margin         = new System.Windows.Forms.Padding(7, 6, 7, 6);
     this.monthRangePicker1.MonthDayRange  = monthDayRange3;
     this.monthRangePicker1.Name           = "monthRangePicker1";
     this.monthRangePicker1.Size           = new System.Drawing.Size(445, 43);
     this.monthRangePicker1.TabIndex       = 1;
     //
     // yearSelector1
     //
     this.yearSelector1.Location      = new System.Drawing.Point(556, 9);
     this.yearSelector1.Margin        = new System.Windows.Forms.Padding(7, 6, 7, 6);
     this.yearSelector1.Name          = "yearSelector1";
     this.yearSelector1.SelectedYears = new int[] {
         2001,
         2005
     };
     this.yearSelector1.Size     = new System.Drawing.Size(428, 31);
     this.yearSelector1.TabIndex = 2;
     //
     // checkBoxUseInstant
     //
     this.checkBoxUseInstant.AutoSize = true;
     this.checkBoxUseInstant.Location = new System.Drawing.Point(369, 111);
     this.checkBoxUseInstant.Margin   = new System.Windows.Forms.Padding(5);
     this.checkBoxUseInstant.Name     = "checkBoxUseInstant";
     this.checkBoxUseInstant.Size     = new System.Drawing.Size(135, 21);
     this.checkBoxUseInstant.TabIndex = 19;
     this.checkBoxUseInstant.Text     = "Use Instant Data";
     this.checkBoxUseInstant.UseVisualStyleBackColor = true;
     //
     // SnowGG
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panel1);
     this.Margin          = new System.Windows.Forms.Padding(4);
     this.Name            = "SnowGG";
     this.Size            = new System.Drawing.Size(1323, 729);
     this.Load           += new System.EventHandler(this.SnowGG_Load);
     this.VisibleChanged += new System.EventHandler(this.SnowGG_VisibleChanged);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#14
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Reclamation.Core.MonthDayRange monthDayRange1 = new Reclamation.Core.MonthDayRange();
            Reclamation.TimeSeries.Forms.Graphing.GraphSettings graphSettings2 = new Reclamation.TimeSeries.Forms.Graphing.GraphSettings();
            this.panel1 = new System.Windows.Forms.Panel();

            this.checkBoxDeltas   = new System.Windows.Forms.CheckBox();
            this.checkBoxAnnotate = new System.Windows.Forms.CheckBox();

            this.groupBox1         = new System.Windows.Forms.GroupBox();
            this.textBoxPctls      = new System.Windows.Forms.TextBox();
            this.checkBoxPctls     = new System.Windows.Forms.CheckBox();
            this.textBoxWY2        = new System.Windows.Forms.TextBox();
            this.label2            = new System.Windows.Forms.Label();
            this.textBoxWY1        = new System.Windows.Forms.TextBox();
            this.checkBoxAvg       = new System.Windows.Forms.CheckBox();
            this.checkBoxMax       = new System.Windows.Forms.CheckBox();
            this.checkBoxMin       = new System.Windows.Forms.CheckBox();
            this.checkBoxGP        = new System.Windows.Forms.CheckBox();
            this.checkBoxMpoll     = new System.Windows.Forms.CheckBox();
            this.buttonNext        = new System.Windows.Forms.Button();
            this.buttonSelectGroup = new System.Windows.Forms.Button();
            this.comboBoxCbtt      = new System.Windows.Forms.ComboBox();
            this.buttonRefresh     = new System.Windows.Forms.Button();
            this.comboBoxPcode     = new System.Windows.Forms.ComboBox();
            this.monthRangePicker1 = new Reclamation.TimeSeries.Forms.MonthRangePicker();
            this.yearSelector1     = new Reclamation.TimeSeries.Forms.YearSelector();
            this.toolTip1          = new System.Windows.Forms.ToolTip(this.components);
            this.textBoxMultiple   = new System.Windows.Forms.TextBox();
            this.checkBoxUseList   = new System.Windows.Forms.CheckBox();
            this.timeSeriesGraph1  = new Reclamation.TimeSeries.Graphing.TimeSeriesTeeChartGraph();
            this.panel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            //
            // panel1
            //
            this.panel1.Controls.Add(this.checkBoxUseList);
            this.panel1.Controls.Add(this.textBoxMultiple);
            this.panel1.Controls.Add(this.checkBoxDeltas);
            this.panel1.Controls.Add(this.checkBoxAnnotate);
            this.panel1.Controls.Add(this.groupBox1);
            this.panel1.Controls.Add(this.checkBoxGP);
            this.panel1.Controls.Add(this.checkBoxMpoll);
            this.panel1.Controls.Add(this.buttonNext);
            this.panel1.Controls.Add(this.buttonSelectGroup);
            this.panel1.Controls.Add(this.comboBoxCbtt);
            this.panel1.Controls.Add(this.buttonRefresh);
            this.panel1.Controls.Add(this.comboBoxPcode);
            this.panel1.Controls.Add(this.monthRangePicker1);
            this.panel1.Controls.Add(this.yearSelector1);
            this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Margin   = new System.Windows.Forms.Padding(5);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(1323, 198);
            this.panel1.TabIndex = 0;
            //
            // checkBoxAnnotate
            //
            this.checkBoxAnnotate.AutoSize   = true;
            this.checkBoxAnnotate.Checked    = true;
            this.checkBoxAnnotate.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBoxAnnotate.Location   = new System.Drawing.Point(154, 174);
            this.checkBoxAnnotate.Margin     = new System.Windows.Forms.Padding(5);
            this.checkBoxAnnotate.Name       = "checkBoxAnnotate";
            this.checkBoxAnnotate.Size       = new System.Drawing.Size(138, 21);
            this.checkBoxAnnotate.TabIndex   = 13;
            this.checkBoxAnnotate.Text       = "date/value tooltip";
            this.checkBoxAnnotate.UseVisualStyleBackColor = true;
            //
            // checkBoxDeltas
            //
            this.checkBoxDeltas.AutoSize = true;
            this.checkBoxDeltas.Location = new System.Drawing.Point(339, 172);
            this.checkBoxDeltas.Name     = "checkBoxDeltas";
            this.checkBoxDeltas.Size     = new System.Drawing.Size(182, 21);
            this.checkBoxDeltas.TabIndex = 14;
            this.checkBoxDeltas.Text     = "Apply Deltas to 1st Year";
            this.checkBoxDeltas.UseVisualStyleBackColor = true;
            //
            // groupBox1
            //
            this.groupBox1.Controls.Add(this.textBoxPctls);
            this.groupBox1.Controls.Add(this.checkBoxPctls);
            this.groupBox1.Controls.Add(this.textBoxWY2);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.textBoxWY1);
            this.groupBox1.Controls.Add(this.checkBoxAvg);
            this.groupBox1.Controls.Add(this.checkBoxMax);
            this.groupBox1.Controls.Add(this.checkBoxMin);
            this.groupBox1.Location = new System.Drawing.Point(621, 97);
            this.groupBox1.Margin   = new System.Windows.Forms.Padding(5);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Padding  = new System.Windows.Forms.Padding(5);
            this.groupBox1.Size     = new System.Drawing.Size(580, 92);
            this.groupBox1.TabIndex = 12;
            this.groupBox1.TabStop  = false;
            this.groupBox1.Text     = "Statistics";
            //
            // textBoxPctls
            //
            this.textBoxPctls.Location = new System.Drawing.Point(345, 52);
            this.textBoxPctls.Margin   = new System.Windows.Forms.Padding(5);
            this.textBoxPctls.Name     = "textBoxPctls";
            this.textBoxPctls.Size     = new System.Drawing.Size(171, 22);
            this.textBoxPctls.TabIndex = 7;
            this.textBoxPctls.Text     = "10, 50, 90";
            //
            // checkBoxPctls
            //
            this.checkBoxPctls.AutoSize = true;
            this.checkBoxPctls.Location = new System.Drawing.Point(235, 54);
            this.checkBoxPctls.Margin   = new System.Windows.Forms.Padding(5);
            this.checkBoxPctls.Name     = "checkBoxPctls";
            this.checkBoxPctls.Size     = new System.Drawing.Size(100, 21);
            this.checkBoxPctls.TabIndex = 6;
            this.checkBoxPctls.Text     = "Percentiles";
            this.checkBoxPctls.UseVisualStyleBackColor = true;
            //
            // textBoxWY2
            //
            this.textBoxWY2.Location = new System.Drawing.Point(122, 24);
            this.textBoxWY2.Margin   = new System.Windows.Forms.Padding(5);
            this.textBoxWY2.Name     = "textBoxWY2";
            this.textBoxWY2.Size     = new System.Drawing.Size(75, 22);
            this.textBoxWY2.TabIndex = 5;
            this.textBoxWY2.Text     = "2010";
            //
            // label2
            //
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(92, 27);
            this.label2.Margin   = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.label2.Name     = "label2";
            this.label2.Size     = new System.Drawing.Size(20, 17);
            this.label2.TabIndex = 4;
            this.label2.Text     = "to";
            //
            // textBoxWY1
            //
            this.textBoxWY1.Location = new System.Drawing.Point(10, 24);
            this.textBoxWY1.Margin   = new System.Windows.Forms.Padding(5);
            this.textBoxWY1.Name     = "textBoxWY1";
            this.textBoxWY1.Size     = new System.Drawing.Size(72, 22);
            this.textBoxWY1.TabIndex = 3;
            this.textBoxWY1.Text     = "1981";
            //
            // checkBoxAvg
            //
            this.checkBoxAvg.AutoSize = true;
            this.checkBoxAvg.Location = new System.Drawing.Point(10, 54);
            this.checkBoxAvg.Margin   = new System.Windows.Forms.Padding(5);
            this.checkBoxAvg.Name     = "checkBoxAvg";
            this.checkBoxAvg.Size     = new System.Drawing.Size(54, 21);
            this.checkBoxAvg.TabIndex = 2;
            this.checkBoxAvg.Text     = "Avg";
            this.checkBoxAvg.UseVisualStyleBackColor = true;
            //
            // checkBoxMax
            //
            this.checkBoxMax.AutoSize = true;
            this.checkBoxMax.Location = new System.Drawing.Point(86, 54);
            this.checkBoxMax.Margin   = new System.Windows.Forms.Padding(5);
            this.checkBoxMax.Name     = "checkBoxMax";
            this.checkBoxMax.Size     = new System.Drawing.Size(55, 21);
            this.checkBoxMax.TabIndex = 1;
            this.checkBoxMax.Text     = "Max";
            this.checkBoxMax.UseVisualStyleBackColor = true;
            //
            // checkBoxMin
            //
            this.checkBoxMin.AutoSize = true;
            this.checkBoxMin.Location = new System.Drawing.Point(163, 54);
            this.checkBoxMin.Margin   = new System.Windows.Forms.Padding(5);
            this.checkBoxMin.Name     = "checkBoxMin";
            this.checkBoxMin.Size     = new System.Drawing.Size(52, 21);
            this.checkBoxMin.TabIndex = 0;
            this.checkBoxMin.Text     = "Min";
            this.checkBoxMin.UseVisualStyleBackColor = true;
            //
            // checkBoxGP
            //
            this.checkBoxGP.AutoSize = true;
            this.checkBoxGP.Location = new System.Drawing.Point(154, 120);
            this.checkBoxGP.Margin   = new System.Windows.Forms.Padding(5);
            this.checkBoxGP.Name     = "checkBoxGP";
            this.checkBoxGP.Size     = new System.Drawing.Size(175, 21);
            this.checkBoxGP.TabIndex = 10;
            this.checkBoxGP.Text     = "include  se_avg (2001)";
            this.checkBoxGP.UseVisualStyleBackColor = true;
            //
            // checkBoxMpoll
            //
            this.checkBoxMpoll.AutoSize = true;
            this.checkBoxMpoll.Location = new System.Drawing.Point(154, 146);
            this.checkBoxMpoll.Margin   = new System.Windows.Forms.Padding(5);
            this.checkBoxMpoll.Name     = "checkBoxMpoll";
            this.checkBoxMpoll.Size     = new System.Drawing.Size(236, 21);
            this.checkBoxMpoll.TabIndex = 9;
            this.checkBoxMpoll.Text     = "include monthly 30 year average";
            this.checkBoxMpoll.UseVisualStyleBackColor = true;
            //
            // buttonNext
            //
            this.buttonNext.Location = new System.Drawing.Point(465, 15);
            this.buttonNext.Margin   = new System.Windows.Forms.Padding(5);
            this.buttonNext.Name     = "buttonNext";
            this.buttonNext.Size     = new System.Drawing.Size(47, 24);
            this.buttonNext.TabIndex = 8;
            this.buttonNext.Text     = ">";
            this.toolTip1.SetToolTip(this.buttonNext, "advance to next site");
            this.buttonNext.UseVisualStyleBackColor = true;
            this.buttonNext.Click += new System.EventHandler(this.buttonNext_Click);
            //
            // buttonSelectGroup
            //
            this.buttonSelectGroup.AutoEllipsis = true;
            this.buttonSelectGroup.FlatStyle    = System.Windows.Forms.FlatStyle.Popup;
            this.buttonSelectGroup.Location     = new System.Drawing.Point(9, 16);
            this.buttonSelectGroup.Margin       = new System.Windows.Forms.Padding(5);
            this.buttonSelectGroup.Name         = "buttonSelectGroup";
            this.buttonSelectGroup.Size         = new System.Drawing.Size(139, 24);
            this.buttonSelectGroup.TabIndex     = 7;
            this.buttonSelectGroup.Text         = "basin...";
            this.toolTip1.SetToolTip(this.buttonSelectGroup, "select basin or group of sites");
            this.buttonSelectGroup.UseVisualStyleBackColor = true;
            this.buttonSelectGroup.Click += new System.EventHandler(this.buttonSelectGroup_Click);
            //
            // comboBoxCbtt
            //
            this.comboBoxCbtt.FormattingEnabled = true;
            this.comboBoxCbtt.Location          = new System.Drawing.Point(154, 16);
            this.comboBoxCbtt.Margin            = new System.Windows.Forms.Padding(5);
            this.comboBoxCbtt.Name     = "comboBoxCbtt";
            this.comboBoxCbtt.Size     = new System.Drawing.Size(301, 24);
            this.comboBoxCbtt.TabIndex = 6;
            this.comboBoxCbtt.Text     = "JKPI";
            this.toolTip1.SetToolTip(this.comboBoxCbtt, "enter cbtt such as \'JKPI\'");
            this.comboBoxCbtt.SelectedIndexChanged += new System.EventHandler(this.comboBoxCbtt_SelectedIndexChanged);
            //
            // buttonRefresh
            //
            this.buttonRefresh.Location = new System.Drawing.Point(465, 50);
            this.buttonRefresh.Margin   = new System.Windows.Forms.Padding(5);
            this.buttonRefresh.Name     = "buttonRefresh";
            this.buttonRefresh.Size     = new System.Drawing.Size(79, 55);
            this.buttonRefresh.TabIndex = 5;
            this.buttonRefresh.Text     = "Refresh";
            this.buttonRefresh.UseVisualStyleBackColor = true;
            this.buttonRefresh.Click += new System.EventHandler(this.buttonRefresh_Click);
            //
            // comboBoxPcode
            //
            this.comboBoxPcode.FormattingEnabled = true;
            this.comboBoxPcode.Items.AddRange(new object[] {
                "Snow",
                "Storage",
                "Flow",
                "Precipitation",
                "AF",
                "QD",
                "QU"
            });
            this.comboBoxPcode.Location = new System.Drawing.Point(154, 50);
            this.comboBoxPcode.Margin   = new System.Windows.Forms.Padding(5);
            this.comboBoxPcode.Name     = "comboBoxPcode";
            this.comboBoxPcode.Size     = new System.Drawing.Size(301, 24);
            this.comboBoxPcode.TabIndex = 4;
            this.comboBoxPcode.Text     = "Snow";
            this.toolTip1.SetToolTip(this.comboBoxPcode, "enter parameter code");
            //
            // monthRangePicker1
            //
            this.monthRangePicker1.AutoSize       = true;
            this.monthRangePicker1.BeginningMonth = 10;
            this.monthRangePicker1.Location       = new System.Drawing.Point(620, 43);
            this.monthRangePicker1.Margin         = new System.Windows.Forms.Padding(7, 6, 7, 6);
            this.monthRangePicker1.MonthDayRange  = monthDayRange1;
            this.monthRangePicker1.Name           = "monthRangePicker1";
            this.monthRangePicker1.Size           = new System.Drawing.Size(769, 73);
            this.monthRangePicker1.TabIndex       = 1;
            //
            // yearSelector1
            //
            this.yearSelector1.Location      = new System.Drawing.Point(621, 10);
            this.yearSelector1.Margin        = new System.Windows.Forms.Padding(7, 6, 7, 6);
            this.yearSelector1.Name          = "yearSelector1";
            this.yearSelector1.SelectedYears = new int[] { 2001, 2005 };


            this.yearSelector1.Size     = new System.Drawing.Size(428, 31);
            this.yearSelector1.TabIndex = 2;
            //
            // timeSeriesGraph1
            //
            this.timeSeriesGraph1.AnnotationOnMouseMove = false;
            this.timeSeriesGraph1.Dock                    = System.Windows.Forms.DockStyle.Fill;
            this.timeSeriesGraph1.GraphSettings           = graphSettings2;
            this.timeSeriesGraph1.Location                = new System.Drawing.Point(0, 131);
            this.timeSeriesGraph1.Margin                  = new System.Windows.Forms.Padding(4);
            this.timeSeriesGraph1.MissingDataValue        = -999D;
            this.timeSeriesGraph1.MonthlySummaryMultiYear = false;
            this.timeSeriesGraph1.MultiLeftAxis           = false;
            this.timeSeriesGraph1.Name                    = "timeSeriesGraph1";
            this.timeSeriesGraph1.Size                    = new System.Drawing.Size(732, 296);
            this.timeSeriesGraph1.SubTitle                = "";
            this.timeSeriesGraph1.TabIndex                = 1;
            this.timeSeriesGraph1.Title                   = "";
            //
            // textBoxMultiple
            //
            this.textBoxMultiple.Location = new System.Drawing.Point(154, 83);
            this.textBoxMultiple.Name     = "textBoxMultiple";
            this.textBoxMultiple.Size     = new System.Drawing.Size(301, 22);
            this.textBoxMultiple.TabIndex = 15;
            this.textBoxMultiple.Enabled  = false;
            //
            // checkBoxUseList
            //
            this.checkBoxUseList.AutoSize   = true;
            this.checkBoxUseList.Location   = new System.Drawing.Point(49, 83);
            this.checkBoxUseList.Name       = "checkBoxUseList";
            this.checkBoxUseList.Size       = new System.Drawing.Size(81, 21);
            this.checkBoxUseList.TabIndex   = 16;
            this.checkBoxUseList.Text       = "Use List";
            this.checkBoxUseList.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.checkBoxUseList.UseVisualStyleBackColor = true;
            this.checkBoxUseList.CheckedChanged         += new System.EventHandler(this.useList_CheckedChanged);
            //
            // SnowGG
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.timeSeriesGraph1);
            this.Controls.Add(this.panel1);
            this.Margin          = new System.Windows.Forms.Padding(4);
            this.Name            = "SnowGG";
            this.Size            = new System.Drawing.Size(1323, 729);
            this.Load           += new System.EventHandler(this.SnowGG_Load);
            this.VisibleChanged += new System.EventHandler(this.SnowGG_VisibleChanged);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
        }