Final fixes before vacation \o/
This commit is contained in:
40
app/DD_Clipboard_Searcher/frmConnection.Designer.vb
generated
40
app/DD_Clipboard_Searcher/frmConnection.Designer.vb
generated
@@ -43,6 +43,8 @@ Partial Class frmConnection
|
||||
Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.colBEZEICHNUNG = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colSQL_PROVIDER = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.ODBCServerTextBox = New System.Windows.Forms.ComboBox()
|
||||
Me.chkWinAuth = New System.Windows.Forms.CheckBox()
|
||||
Me.GUIDTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.DATENBANKComboBox = New System.Windows.Forms.ComboBox()
|
||||
@@ -67,8 +69,6 @@ Partial Class frmConnection
|
||||
Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||
Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar()
|
||||
Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
||||
Me.ODBCServerTextBox = New System.Windows.Forms.ComboBox()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
BEZEICHNUNGLabel = New System.Windows.Forms.Label()
|
||||
SQL_PROVIDERLabel = New System.Windows.Forms.Label()
|
||||
SERVERLabel = New System.Windows.Forms.Label()
|
||||
@@ -283,6 +283,23 @@ Partial Class frmConnection
|
||||
Me.colSQL_PROVIDER.Visible = True
|
||||
Me.colSQL_PROVIDER.VisibleIndex = 1
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.Location = New System.Drawing.Point(220, 3)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(101, 13)
|
||||
Me.Label1.TabIndex = 33
|
||||
Me.Label1.Text = "ODBC Verbindung *"
|
||||
'
|
||||
'ODBCServerTextBox
|
||||
'
|
||||
Me.ODBCServerTextBox.FormattingEnabled = True
|
||||
Me.ODBCServerTextBox.Location = New System.Drawing.Point(223, 19)
|
||||
Me.ODBCServerTextBox.Name = "ODBCServerTextBox"
|
||||
Me.ODBCServerTextBox.Size = New System.Drawing.Size(200, 21)
|
||||
Me.ODBCServerTextBox.TabIndex = 32
|
||||
'
|
||||
'chkWinAuth
|
||||
'
|
||||
Me.chkWinAuth.AutoSize = True
|
||||
@@ -352,6 +369,7 @@ Partial Class frmConnection
|
||||
Me.PASSWORDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "PASSWORD", True))
|
||||
Me.PASSWORDTextBox.Location = New System.Drawing.Point(223, 139)
|
||||
Me.PASSWORDTextBox.Name = "PASSWORDTextBox"
|
||||
Me.PASSWORDTextBox.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
|
||||
Me.PASSWORDTextBox.Size = New System.Drawing.Size(200, 21)
|
||||
Me.PASSWORDTextBox.TabIndex = 13
|
||||
'
|
||||
@@ -413,6 +431,7 @@ Partial Class frmConnection
|
||||
Me.TableAdapterManager.TBCW_GROUP_PROFILETableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBCW_PROF_DATA_SEARCHTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBCW_PROF_DOC_SEARCHTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBCW_PROF_REL_CONTROLTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBCW_PROF_REL_WINDOWTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBCW_PROFILE_PROCESSTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBCW_PROFILESTableAdapter = Nothing
|
||||
@@ -492,23 +511,6 @@ Partial Class frmConnection
|
||||
Me.RibbonPage2.Name = "RibbonPage2"
|
||||
Me.RibbonPage2.Text = "RibbonPage2"
|
||||
'
|
||||
'ODBCServerTextBox
|
||||
'
|
||||
Me.ODBCServerTextBox.FormattingEnabled = True
|
||||
Me.ODBCServerTextBox.Location = New System.Drawing.Point(223, 19)
|
||||
Me.ODBCServerTextBox.Name = "ODBCServerTextBox"
|
||||
Me.ODBCServerTextBox.Size = New System.Drawing.Size(200, 21)
|
||||
Me.ODBCServerTextBox.TabIndex = 32
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.Location = New System.Drawing.Point(220, 3)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(101, 13)
|
||||
Me.Label1.TabIndex = 33
|
||||
Me.Label1.Text = "ODBC Verbindung *"
|
||||
'
|
||||
'frmConnection
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
|
||||
Reference in New Issue
Block a user