| | |
| | | label36 = new Label(); |
| | | label35 = new Label(); |
| | | tpFormation = new TabPage(); |
| | | nudReserviorSalinity = new NumericUpDown(); |
| | | nudReservoirSalinity = new NumericUpDown(); |
| | | label40 = new Label(); |
| | | label41 = new Label(); |
| | | label43 = new Label(); |
| | |
| | | ((System.ComponentModel.ISupportInitialize)nudGravelFIllPercent).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)nudCementBond).BeginInit(); |
| | | tpFormation.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)nudReserviorSalinity).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)nudReservoirSalinity).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)nudVSH).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)nudSw).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)nudPorosity).BeginInit(); |
| | |
| | | btnAnalysis.TabIndex = 0; |
| | | btnAnalysis.Text = "Analysis"; |
| | | btnAnalysis.UseVisualStyleBackColor = true; |
| | | btnAnalysis.Click += btnGetAllPipe_Click; |
| | | btnAnalysis.Click += btnAnalysis_Click; |
| | | // |
| | | // label9 |
| | | // |
| | |
| | | cmbScreenHoldUp.Name = "cmbScreenHoldUp"; |
| | | cmbScreenHoldUp.Size = new Size(59, 25); |
| | | cmbScreenHoldUp.TabIndex = 1; |
| | | cmbScreenHoldUp.Tag = "ScreenFluid"; |
| | | cmbScreenHoldUp.SelectedIndexChanged += holdUp_cmb_SelectedIndexChanged; |
| | | // |
| | | // label44 |
| | | // |
| | |
| | | cmbTubeHoldUp.Name = "cmbTubeHoldUp"; |
| | | cmbTubeHoldUp.Size = new Size(59, 25); |
| | | cmbTubeHoldUp.TabIndex = 1; |
| | | cmbTubeHoldUp.Tag = "TubeFluid"; |
| | | cmbTubeHoldUp.SelectedIndexChanged += holdUp_cmb_SelectedIndexChanged; |
| | | // |
| | | // cmbCasingHoldUp |
| | | // |
| | |
| | | cmbCasingHoldUp.Name = "cmbCasingHoldUp"; |
| | | cmbCasingHoldUp.Size = new Size(58, 25); |
| | | cmbCasingHoldUp.TabIndex = 1; |
| | | cmbCasingHoldUp.Tag = "CasingFluid"; |
| | | cmbCasingHoldUp.SelectedIndexChanged += holdUp_cmb_SelectedIndexChanged; |
| | | // |
| | | // label38 |
| | | // |
| | |
| | | nudCementBond.Name = "nudCementBond"; |
| | | nudCementBond.Size = new Size(55, 23); |
| | | nudCementBond.TabIndex = 26; |
| | | nudCementBond.Value = new decimal(new int[] { 100, 0, 0, 0 }); |
| | | // |
| | | // cmbTubeOD |
| | | // |
| | |
| | | // |
| | | // tpFormation |
| | | // |
| | | tpFormation.Controls.Add(nudReserviorSalinity); |
| | | tpFormation.Controls.Add(nudReservoirSalinity); |
| | | tpFormation.Controls.Add(label40); |
| | | tpFormation.Controls.Add(label41); |
| | | tpFormation.Controls.Add(label43); |
| | |
| | | tpFormation.Text = "Formation"; |
| | | tpFormation.UseVisualStyleBackColor = true; |
| | | // |
| | | // nudReserviorSalinity |
| | | // nudReservoirSalinity |
| | | // |
| | | nudReserviorSalinity.DecimalPlaces = 1; |
| | | nudReserviorSalinity.Increment = new decimal(new int[] { 5, 0, 0, 65536 }); |
| | | nudReserviorSalinity.Location = new Point(146, 118); |
| | | nudReserviorSalinity.Name = "nudReserviorSalinity"; |
| | | nudReserviorSalinity.Size = new Size(71, 23); |
| | | nudReserviorSalinity.TabIndex = 34; |
| | | nudReservoirSalinity.DecimalPlaces = 1; |
| | | nudReservoirSalinity.Increment = new decimal(new int[] { 5, 0, 0, 65536 }); |
| | | nudReservoirSalinity.Location = new Point(146, 118); |
| | | nudReservoirSalinity.Name = "nudReservoirSalinity"; |
| | | nudReservoirSalinity.Size = new Size(71, 23); |
| | | nudReservoirSalinity.TabIndex = 34; |
| | | // |
| | | // label40 |
| | | // |
| | |
| | | cmbLithology.Name = "cmbLithology"; |
| | | cmbLithology.Size = new Size(119, 25); |
| | | cmbLithology.TabIndex = 25; |
| | | cmbLithology.Tag = "Lithology"; |
| | | cmbLithology.SelectedIndexChanged += cmbLithology_SelectedIndexChanged; |
| | | // |
| | | // label16 |
| | | // |
| | |
| | | ((System.ComponentModel.ISupportInitialize)nudCementBond).EndInit(); |
| | | tpFormation.ResumeLayout(false); |
| | | tpFormation.PerformLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)nudReserviorSalinity).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)nudReservoirSalinity).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)nudVSH).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)nudSw).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)nudPorosity).EndInit(); |
| | |
| | | private Label label39; |
| | | private Label label38; |
| | | private ComboBox cmbCasingHoldUp; |
| | | private NumericUpDown nudReserviorSalinity; |
| | | private NumericUpDown nudReservoirSalinity; |
| | | private Label label40; |
| | | private Label label41; |
| | | private Label label43; |