jj: add comment field to connections
This commit is contained in:
parent
37cdf2a1ff
commit
23ee0056ff
35
app/DD_PM_WINDREAM/frmConnection.Designer.vb
generated
35
app/DD_PM_WINDREAM/frmConnection.Designer.vb
generated
@ -27,7 +27,8 @@ Partial Class frmConnection
|
||||
Dim GEAENDERTWANNLabel As System.Windows.Forms.Label
|
||||
Dim GUIDLabel As System.Windows.Forms.Label
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmConnection))
|
||||
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim BEMERKUNGLabel As System.Windows.Forms.Label
|
||||
Me.chkOR_ohne_TNS = New System.Windows.Forms.CheckBox()
|
||||
Me.Chckwin_aut = New System.Windows.Forms.CheckBox()
|
||||
Me.txtBezeichnung = New System.Windows.Forms.TextBox()
|
||||
@ -75,9 +76,11 @@ Partial Class frmConnection
|
||||
Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager()
|
||||
Me.TBDD_CONNECTIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter()
|
||||
Me.DATENBANKComboBox = New System.Windows.Forms.ComboBox()
|
||||
Me.BEMERKUNGTextBox = New System.Windows.Forms.TextBox()
|
||||
GEANDERTWERLabel = New System.Windows.Forms.Label()
|
||||
GEAENDERTWANNLabel = New System.Windows.Forms.Label()
|
||||
GUIDLabel = New System.Windows.Forms.Label()
|
||||
BEMERKUNGLabel = New System.Windows.Forms.Label()
|
||||
CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBDD_CONNECTIONBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@ -312,7 +315,7 @@ Partial Class frmConnection
|
||||
Me.TBDD_CONNECTIONBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
|
||||
Me.TBDD_CONNECTIONBindingNavigator.Name = "TBDD_CONNECTIONBindingNavigator"
|
||||
Me.TBDD_CONNECTIONBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
|
||||
Me.TBDD_CONNECTIONBindingNavigator.Size = New System.Drawing.Size(1165, 25)
|
||||
Me.TBDD_CONNECTIONBindingNavigator.Size = New System.Drawing.Size(1176, 25)
|
||||
Me.TBDD_CONNECTIONBindingNavigator.TabIndex = 53
|
||||
Me.TBDD_CONNECTIONBindingNavigator.Text = "BindingNavigator1"
|
||||
'
|
||||
@ -421,8 +424,8 @@ Partial Class frmConnection
|
||||
'
|
||||
Me.TBDD_CONNECTIONDataGridView.AllowUserToAddRows = False
|
||||
Me.TBDD_CONNECTIONDataGridView.AllowUserToDeleteRows = False
|
||||
DataGridViewCellStyle2.BackColor = System.Drawing.Color.Aqua
|
||||
Me.TBDD_CONNECTIONDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
|
||||
DataGridViewCellStyle1.BackColor = System.Drawing.Color.Aqua
|
||||
Me.TBDD_CONNECTIONDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
||||
Me.TBDD_CONNECTIONDataGridView.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||||
Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
@ -433,7 +436,7 @@ Partial Class frmConnection
|
||||
Me.TBDD_CONNECTIONDataGridView.Location = New System.Drawing.Point(12, 276)
|
||||
Me.TBDD_CONNECTIONDataGridView.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
||||
Me.TBDD_CONNECTIONDataGridView.Name = "TBDD_CONNECTIONDataGridView"
|
||||
Me.TBDD_CONNECTIONDataGridView.Size = New System.Drawing.Size(1144, 316)
|
||||
Me.TBDD_CONNECTIONDataGridView.Size = New System.Drawing.Size(1155, 316)
|
||||
Me.TBDD_CONNECTIONDataGridView.TabIndex = 53
|
||||
'
|
||||
'DataGridViewTextBoxColumn1
|
||||
@ -550,11 +553,30 @@ Partial Class frmConnection
|
||||
Me.DATENBANKComboBox.Size = New System.Drawing.Size(259, 24)
|
||||
Me.DATENBANKComboBox.TabIndex = 66
|
||||
'
|
||||
'BEMERKUNGLabel
|
||||
'
|
||||
BEMERKUNGLabel.AutoSize = True
|
||||
BEMERKUNGLabel.Location = New System.Drawing.Point(532, 83)
|
||||
BEMERKUNGLabel.Name = "BEMERKUNGLabel"
|
||||
BEMERKUNGLabel.Size = New System.Drawing.Size(82, 16)
|
||||
BEMERKUNGLabel.TabIndex = 66
|
||||
BEMERKUNGLabel.Text = "Bermerkung:"
|
||||
'
|
||||
'BEMERKUNGTextBox
|
||||
'
|
||||
Me.BEMERKUNGTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "BEMERKUNG", True))
|
||||
Me.BEMERKUNGTextBox.Location = New System.Drawing.Point(535, 102)
|
||||
Me.BEMERKUNGTextBox.Name = "BEMERKUNGTextBox"
|
||||
Me.BEMERKUNGTextBox.Size = New System.Drawing.Size(219, 23)
|
||||
Me.BEMERKUNGTextBox.TabIndex = 67
|
||||
'
|
||||
'frmConnection
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(1165, 619)
|
||||
Me.ClientSize = New System.Drawing.Size(1176, 619)
|
||||
Me.Controls.Add(BEMERKUNGLabel)
|
||||
Me.Controls.Add(Me.BEMERKUNGTextBox)
|
||||
Me.Controls.Add(Me.DATENBANKComboBox)
|
||||
Me.Controls.Add(GUIDLabel)
|
||||
Me.Controls.Add(Me.GUIDTextBox)
|
||||
@ -641,4 +663,5 @@ Partial Class frmConnection
|
||||
Friend WithEvents ToolStripButton3 As ToolStripButton
|
||||
Friend WithEvents GUIDTextBox As TextBox
|
||||
Friend WithEvents DATENBANKComboBox As ComboBox
|
||||
Friend WithEvents BEMERKUNGTextBox As TextBox
|
||||
End Class
|
||||
|
||||
@ -129,12 +129,6 @@
|
||||
<metadata name="TBDD_CONNECTIONBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>179, 17</value>
|
||||
</metadata>
|
||||
<metadata name="TBDD_CONNECTIONBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>179, 17</value>
|
||||
</metadata>
|
||||
<metadata name="DD_DMSLiteDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<metadata name="DD_DMSLiteDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
@ -219,4 +213,7 @@
|
||||
<metadata name="TBDD_CONNECTIONTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>858, 17</value>
|
||||
</metadata>
|
||||
<metadata name="BEMERKUNGLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
</root>
|
||||
Loading…
x
Reference in New Issue
Block a user