cbam
This commit is contained in:
175
SDL/kunden/usrCntlCBAM.Designer.vb
generated
175
SDL/kunden/usrCntlCBAM.Designer.vb
generated
@@ -68,18 +68,18 @@ Partial Class usrCntlCBAM
|
||||
Me.Button3 = New System.Windows.Forms.Button()
|
||||
Me.lblKafkaCnt = New System.Windows.Forms.Label()
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
Me.Label7 = New System.Windows.Forms.Label()
|
||||
Me.Label8 = New System.Windows.Forms.Label()
|
||||
Me.Label9 = New System.Windows.Forms.Label()
|
||||
Me.Label10 = New System.Windows.Forms.Label()
|
||||
Me.Label11 = New System.Windows.Forms.Label()
|
||||
Me.Button4 = New System.Windows.Forms.Button()
|
||||
Me.txtCalcLand = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.txtCalcErg = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.Button4 = New System.Windows.Forms.Button()
|
||||
Me.txtCalcJahr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.Label11 = New System.Windows.Forms.Label()
|
||||
Me.txtCalcEmission = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.Label10 = New System.Windows.Forms.Label()
|
||||
Me.Label9 = New System.Windows.Forms.Label()
|
||||
Me.txtCalcGewicht = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.Label8 = New System.Windows.Forms.Label()
|
||||
Me.txtCalcKN8 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.Label7 = New System.Windows.Forms.Label()
|
||||
Me.MyPanel1 = New VERAG_PROG_ALLGEMEIN.MyPanel(Me.components)
|
||||
Me.cbxUNISPED = New System.Windows.Forms.CheckBox()
|
||||
Me.cbxIMEX = New System.Windows.Forms.CheckBox()
|
||||
@@ -89,6 +89,8 @@ Partial Class usrCntlCBAM
|
||||
Me.txtVon = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.txtBis = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.txtEori = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.txtBenchmark = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.Label12 = New System.Windows.Forms.Label()
|
||||
Me.cntxtAddSdl.SuspendLayout()
|
||||
Me.Panel1.SuspendLayout()
|
||||
Me.MyPanel1.SuspendLayout()
|
||||
@@ -610,6 +612,8 @@ Partial Class usrCntlCBAM
|
||||
'
|
||||
Me.Panel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.Panel1.BackColor = System.Drawing.Color.FloralWhite
|
||||
Me.Panel1.Controls.Add(Me.txtBenchmark)
|
||||
Me.Panel1.Controls.Add(Me.Label12)
|
||||
Me.Panel1.Controls.Add(Me.txtCalcLand)
|
||||
Me.Panel1.Controls.Add(Me.txtCalcErg)
|
||||
Me.Panel1.Controls.Add(Me.Button4)
|
||||
@@ -622,67 +626,11 @@ Partial Class usrCntlCBAM
|
||||
Me.Panel1.Controls.Add(Me.Label8)
|
||||
Me.Panel1.Controls.Add(Me.txtCalcKN8)
|
||||
Me.Panel1.Controls.Add(Me.Label7)
|
||||
Me.Panel1.Location = New System.Drawing.Point(818, 317)
|
||||
Me.Panel1.Location = New System.Drawing.Point(818, 301)
|
||||
Me.Panel1.Name = "Panel1"
|
||||
Me.Panel1.Size = New System.Drawing.Size(223, 315)
|
||||
Me.Panel1.Size = New System.Drawing.Size(223, 331)
|
||||
Me.Panel1.TabIndex = 52
|
||||
'
|
||||
'Label7
|
||||
'
|
||||
Me.Label7.AutoSize = True
|
||||
Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label7.Location = New System.Drawing.Point(3, 3)
|
||||
Me.Label7.Name = "Label7"
|
||||
Me.Label7.Size = New System.Drawing.Size(84, 13)
|
||||
Me.Label7.TabIndex = 53
|
||||
Me.Label7.Text = "CBAM-Rechner:"
|
||||
'
|
||||
'Label8
|
||||
'
|
||||
Me.Label8.AutoSize = True
|
||||
Me.Label8.Location = New System.Drawing.Point(3, 25)
|
||||
Me.Label8.Name = "Label8"
|
||||
Me.Label8.Size = New System.Drawing.Size(59, 13)
|
||||
Me.Label8.TabIndex = 55
|
||||
Me.Label8.Text = "Tarif (8 St.)"
|
||||
'
|
||||
'Label9
|
||||
'
|
||||
Me.Label9.AutoSize = True
|
||||
Me.Label9.Location = New System.Drawing.Point(3, 45)
|
||||
Me.Label9.Name = "Label9"
|
||||
Me.Label9.Size = New System.Drawing.Size(64, 13)
|
||||
Me.Label9.TabIndex = 57
|
||||
Me.Label9.Text = "Gewicht(to):"
|
||||
'
|
||||
'Label10
|
||||
'
|
||||
Me.Label10.AutoSize = True
|
||||
Me.Label10.Location = New System.Drawing.Point(3, 65)
|
||||
Me.Label10.Name = "Label10"
|
||||
Me.Label10.Size = New System.Drawing.Size(67, 13)
|
||||
Me.Label10.TabIndex = 59
|
||||
Me.Label10.Text = "(Emis.CO2/t)"
|
||||
'
|
||||
'Label11
|
||||
'
|
||||
Me.Label11.AutoSize = True
|
||||
Me.Label11.Location = New System.Drawing.Point(3, 85)
|
||||
Me.Label11.Name = "Label11"
|
||||
Me.Label11.Size = New System.Drawing.Size(68, 13)
|
||||
Me.Label11.TabIndex = 61
|
||||
Me.Label11.Text = "(Jahr)/(Land)"
|
||||
'
|
||||
'Button4
|
||||
'
|
||||
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button4.Location = New System.Drawing.Point(3, 106)
|
||||
Me.Button4.Name = "Button4"
|
||||
Me.Button4.Size = New System.Drawing.Size(217, 28)
|
||||
Me.Button4.TabIndex = 53
|
||||
Me.Button4.Text = "Berechnen"
|
||||
Me.Button4.UseVisualStyleBackColor = True
|
||||
'
|
||||
'txtCalcLand
|
||||
'
|
||||
Me.txtCalcLand._DateTimeOnly = False
|
||||
@@ -699,7 +647,7 @@ Partial Class usrCntlCBAM
|
||||
Me.txtCalcLand._WaehrungZeichen = True
|
||||
Me.txtCalcLand.Enabled = False
|
||||
Me.txtCalcLand.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtCalcLand.Location = New System.Drawing.Point(149, 82)
|
||||
Me.txtCalcLand.Location = New System.Drawing.Point(149, 101)
|
||||
Me.txtCalcLand.MaxLength = 2
|
||||
Me.txtCalcLand.MaxLineLength = -1
|
||||
Me.txtCalcLand.MaxLines_Warning = ""
|
||||
@@ -727,7 +675,7 @@ Partial Class usrCntlCBAM
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.txtCalcErg.BackColor = System.Drawing.Color.FloralWhite
|
||||
Me.txtCalcErg.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtCalcErg.Location = New System.Drawing.Point(6, 134)
|
||||
Me.txtCalcErg.Location = New System.Drawing.Point(3, 154)
|
||||
Me.txtCalcErg.MaxLength = 3000
|
||||
Me.txtCalcErg.MaxLineLength = -1
|
||||
Me.txtCalcErg.MaxLines_Warning = ""
|
||||
@@ -735,9 +683,19 @@ Partial Class usrCntlCBAM
|
||||
Me.txtCalcErg.Multiline = True
|
||||
Me.txtCalcErg.Name = "txtCalcErg"
|
||||
Me.txtCalcErg.ReadOnly = True
|
||||
Me.txtCalcErg.Size = New System.Drawing.Size(214, 181)
|
||||
Me.txtCalcErg.Size = New System.Drawing.Size(217, 177)
|
||||
Me.txtCalcErg.TabIndex = 64
|
||||
'
|
||||
'Button4
|
||||
'
|
||||
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button4.Location = New System.Drawing.Point(3, 126)
|
||||
Me.Button4.Name = "Button4"
|
||||
Me.Button4.Size = New System.Drawing.Size(217, 28)
|
||||
Me.Button4.TabIndex = 53
|
||||
Me.Button4.Text = "Berechnen"
|
||||
Me.Button4.UseVisualStyleBackColor = True
|
||||
'
|
||||
'txtCalcJahr
|
||||
'
|
||||
Me.txtCalcJahr._DateTimeOnly = False
|
||||
@@ -753,7 +711,7 @@ Partial Class usrCntlCBAM
|
||||
Me.txtCalcJahr._Waehrung = False
|
||||
Me.txtCalcJahr._WaehrungZeichen = True
|
||||
Me.txtCalcJahr.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtCalcJahr.Location = New System.Drawing.Point(73, 82)
|
||||
Me.txtCalcJahr.Location = New System.Drawing.Point(73, 101)
|
||||
Me.txtCalcJahr.MaxLength = 4
|
||||
Me.txtCalcJahr.MaxLineLength = -1
|
||||
Me.txtCalcJahr.MaxLines_Warning = ""
|
||||
@@ -762,6 +720,15 @@ Partial Class usrCntlCBAM
|
||||
Me.txtCalcJahr.Size = New System.Drawing.Size(70, 20)
|
||||
Me.txtCalcJahr.TabIndex = 60
|
||||
'
|
||||
'Label11
|
||||
'
|
||||
Me.Label11.AutoSize = True
|
||||
Me.Label11.Location = New System.Drawing.Point(3, 104)
|
||||
Me.Label11.Name = "Label11"
|
||||
Me.Label11.Size = New System.Drawing.Size(68, 13)
|
||||
Me.Label11.TabIndex = 61
|
||||
Me.Label11.Text = "(Jahr)/(Land)"
|
||||
'
|
||||
'txtCalcEmission
|
||||
'
|
||||
Me.txtCalcEmission._DateTimeOnly = False
|
||||
@@ -786,6 +753,24 @@ Partial Class usrCntlCBAM
|
||||
Me.txtCalcEmission.Size = New System.Drawing.Size(147, 20)
|
||||
Me.txtCalcEmission.TabIndex = 58
|
||||
'
|
||||
'Label10
|
||||
'
|
||||
Me.Label10.AutoSize = True
|
||||
Me.Label10.Location = New System.Drawing.Point(3, 65)
|
||||
Me.Label10.Name = "Label10"
|
||||
Me.Label10.Size = New System.Drawing.Size(67, 13)
|
||||
Me.Label10.TabIndex = 59
|
||||
Me.Label10.Text = "(Emis.CO2/t)"
|
||||
'
|
||||
'Label9
|
||||
'
|
||||
Me.Label9.AutoSize = True
|
||||
Me.Label9.Location = New System.Drawing.Point(3, 45)
|
||||
Me.Label9.Name = "Label9"
|
||||
Me.Label9.Size = New System.Drawing.Size(64, 13)
|
||||
Me.Label9.TabIndex = 57
|
||||
Me.Label9.Text = "Gewicht(to):"
|
||||
'
|
||||
'txtCalcGewicht
|
||||
'
|
||||
Me.txtCalcGewicht._DateTimeOnly = False
|
||||
@@ -810,6 +795,15 @@ Partial Class usrCntlCBAM
|
||||
Me.txtCalcGewicht.Size = New System.Drawing.Size(147, 20)
|
||||
Me.txtCalcGewicht.TabIndex = 56
|
||||
'
|
||||
'Label8
|
||||
'
|
||||
Me.Label8.AutoSize = True
|
||||
Me.Label8.Location = New System.Drawing.Point(3, 25)
|
||||
Me.Label8.Name = "Label8"
|
||||
Me.Label8.Size = New System.Drawing.Size(59, 13)
|
||||
Me.Label8.TabIndex = 55
|
||||
Me.Label8.Text = "Tarif (8 St.)"
|
||||
'
|
||||
'txtCalcKN8
|
||||
'
|
||||
Me.txtCalcKN8._DateTimeOnly = False
|
||||
@@ -834,6 +828,16 @@ Partial Class usrCntlCBAM
|
||||
Me.txtCalcKN8.Size = New System.Drawing.Size(147, 20)
|
||||
Me.txtCalcKN8.TabIndex = 54
|
||||
'
|
||||
'Label7
|
||||
'
|
||||
Me.Label7.AutoSize = True
|
||||
Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label7.Location = New System.Drawing.Point(3, 3)
|
||||
Me.Label7.Name = "Label7"
|
||||
Me.Label7.Size = New System.Drawing.Size(84, 13)
|
||||
Me.Label7.TabIndex = 53
|
||||
Me.Label7.Text = "CBAM-Rechner:"
|
||||
'
|
||||
'MyPanel1
|
||||
'
|
||||
Me.MyPanel1.Controls.Add(Me.cbxUNISPED)
|
||||
@@ -978,6 +982,39 @@ Partial Class usrCntlCBAM
|
||||
Me.txtEori.Size = New System.Drawing.Size(341, 20)
|
||||
Me.txtEori.TabIndex = 1
|
||||
'
|
||||
'txtBenchmark
|
||||
'
|
||||
Me.txtBenchmark._DateTimeOnly = False
|
||||
Me.txtBenchmark._numbersOnly = True
|
||||
Me.txtBenchmark._numbersOnlyKommastellen = ""
|
||||
Me.txtBenchmark._numbersOnlyTrennzeichen = True
|
||||
Me.txtBenchmark._Prozent = False
|
||||
Me.txtBenchmark._ShortDateNew = False
|
||||
Me.txtBenchmark._ShortDateOnly = False
|
||||
Me.txtBenchmark._TimeOnly = False
|
||||
Me.txtBenchmark._TimeOnly_Seconds = False
|
||||
Me.txtBenchmark._value = ""
|
||||
Me.txtBenchmark._Waehrung = False
|
||||
Me.txtBenchmark._WaehrungZeichen = True
|
||||
Me.txtBenchmark.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtBenchmark.Location = New System.Drawing.Point(73, 82)
|
||||
Me.txtBenchmark.MaxLength = 10
|
||||
Me.txtBenchmark.MaxLineLength = -1
|
||||
Me.txtBenchmark.MaxLines_Warning = ""
|
||||
Me.txtBenchmark.MaxLines_Warning_Label = Nothing
|
||||
Me.txtBenchmark.Name = "txtBenchmark"
|
||||
Me.txtBenchmark.Size = New System.Drawing.Size(147, 20)
|
||||
Me.txtBenchmark.TabIndex = 66
|
||||
'
|
||||
'Label12
|
||||
'
|
||||
Me.Label12.AutoSize = True
|
||||
Me.Label12.Location = New System.Drawing.Point(3, 85)
|
||||
Me.Label12.Name = "Label12"
|
||||
Me.Label12.Size = New System.Drawing.Size(67, 13)
|
||||
Me.Label12.TabIndex = 67
|
||||
Me.Label12.Text = "(Benchmark)"
|
||||
'
|
||||
'usrCntlCBAM
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -1110,4 +1147,6 @@ Partial Class usrCntlCBAM
|
||||
Friend WithEvents txtCalcJahr As VERAG_PROG_ALLGEMEIN.MyTextBox
|
||||
Friend WithEvents Label11 As Label
|
||||
Friend WithEvents txtCalcLand As VERAG_PROG_ALLGEMEIN.MyTextBox
|
||||
Friend WithEvents txtBenchmark As VERAG_PROG_ALLGEMEIN.MyTextBox
|
||||
Friend WithEvents Label12 As Label
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user