484 lines
25 KiB
VB.net
484 lines
25 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmSQLDesigner
|
|
Inherits DevExpress.XtraBars.Ribbon.RibbonForm
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSQLDesigner))
|
|
Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Me.Label14 = New System.Windows.Forms.Label()
|
|
Me.cmbConnection = New System.Windows.Forms.ComboBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.cmbStatic = New System.Windows.Forms.ComboBox()
|
|
Me.btnAddStatic = New System.Windows.Forms.Button()
|
|
Me.btnAddUser = New System.Windows.Forms.Button()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.cmbUser = New System.Windows.Forms.ComboBox()
|
|
Me.btnAddAttributeMan = New System.Windows.Forms.Button()
|
|
Me.lblAttributeMan = New System.Windows.Forms.Label()
|
|
Me.cmbAttributeMan = New System.Windows.Forms.ComboBox()
|
|
Me.SQL_COMMANDTextBox = New System.Windows.Forms.TextBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.dgvPlaceholders = New System.Windows.Forms.DataGridView()
|
|
Me.colPlaceholder = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.colReplace = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.btnAddAttributeAuto = New System.Windows.Forms.Button()
|
|
Me.cmbAttributeAuto = New System.Windows.Forms.ComboBox()
|
|
Me.lblAttributeAuto = New System.Windows.Forms.Label()
|
|
Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl()
|
|
Me.BarButtonItem1 = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.BarEditItem1 = New DevExpress.XtraBars.BarEditItem()
|
|
Me.RepositoryItemLookUpEdit3 = New DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit()
|
|
Me.bsiInfo = New DevExpress.XtraBars.BarStaticItem()
|
|
Me.BarButtonItem2 = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
|
Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
|
Me.RibbonPageGroup2 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
|
Me.RepositoryItemComboBox1 = New DevExpress.XtraEditors.Repository.RepositoryItemComboBox()
|
|
Me.RepositoryItemLookUpEdit1 = New DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit()
|
|
Me.RepositoryItemLookUpEdit2 = New DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit()
|
|
Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar()
|
|
Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
|
Me.GridControl1 = New DevExpress.XtraGrid.GridControl()
|
|
Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
CType(Me.dgvPlaceholders, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.RepositoryItemLookUpEdit3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.RepositoryItemComboBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.RepositoryItemLookUpEdit1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.RepositoryItemLookUpEdit2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label14
|
|
'
|
|
Me.Label14.AutoSize = True
|
|
Me.Label14.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label14.Location = New System.Drawing.Point(746, 161)
|
|
Me.Label14.Name = "Label14"
|
|
Me.Label14.Size = New System.Drawing.Size(76, 16)
|
|
Me.Label14.TabIndex = 83
|
|
Me.Label14.Text = "Connection:"
|
|
'
|
|
'cmbConnection
|
|
'
|
|
Me.cmbConnection.DisplayMember = "BEZEICHNUNG"
|
|
Me.cmbConnection.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cmbConnection.FormattingEnabled = True
|
|
Me.cmbConnection.Location = New System.Drawing.Point(749, 183)
|
|
Me.cmbConnection.Name = "cmbConnection"
|
|
Me.cmbConnection.Size = New System.Drawing.Size(194, 24)
|
|
Me.cmbConnection.TabIndex = 82
|
|
Me.cmbConnection.ValueMember = "GUID"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label2.Location = New System.Drawing.Point(746, 352)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(112, 16)
|
|
Me.Label2.TabIndex = 101
|
|
Me.Label2.Text = "Umgebungsdaten:"
|
|
'
|
|
'cmbStatic
|
|
'
|
|
Me.cmbStatic.FormattingEnabled = True
|
|
Me.cmbStatic.Items.AddRange(New Object() {"MACHINE", "DOMAIN"})
|
|
Me.cmbStatic.Location = New System.Drawing.Point(749, 373)
|
|
Me.cmbStatic.Name = "cmbStatic"
|
|
Me.cmbStatic.Size = New System.Drawing.Size(194, 25)
|
|
Me.cmbStatic.TabIndex = 100
|
|
'
|
|
'btnAddStatic
|
|
'
|
|
Me.btnAddStatic.Image = CType(resources.GetObject("btnAddStatic.Image"), System.Drawing.Image)
|
|
Me.btnAddStatic.Location = New System.Drawing.Point(946, 373)
|
|
Me.btnAddStatic.Name = "btnAddStatic"
|
|
Me.btnAddStatic.Size = New System.Drawing.Size(32, 23)
|
|
Me.btnAddStatic.TabIndex = 102
|
|
Me.btnAddStatic.UseVisualStyleBackColor = True
|
|
'
|
|
'btnAddUser
|
|
'
|
|
Me.btnAddUser.Image = CType(resources.GetObject("btnAddUser.Image"), System.Drawing.Image)
|
|
Me.btnAddUser.Location = New System.Drawing.Point(946, 324)
|
|
Me.btnAddUser.Name = "btnAddUser"
|
|
Me.btnAddUser.Size = New System.Drawing.Size(32, 23)
|
|
Me.btnAddUser.TabIndex = 105
|
|
Me.btnAddUser.UseVisualStyleBackColor = True
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label3.Location = New System.Drawing.Point(746, 305)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(99, 16)
|
|
Me.Label3.TabIndex = 104
|
|
Me.Label3.Text = "Userparameter:"
|
|
'
|
|
'cmbUser
|
|
'
|
|
Me.cmbUser.FormattingEnabled = True
|
|
Me.cmbUser.Items.AddRange(New Object() {"PRENAME", "SURNAME", "SHORTNAME", "LANGUAGE", "EMAIL", "USER_ID"})
|
|
Me.cmbUser.Location = New System.Drawing.Point(749, 324)
|
|
Me.cmbUser.Name = "cmbUser"
|
|
Me.cmbUser.Size = New System.Drawing.Size(194, 25)
|
|
Me.cmbUser.TabIndex = 103
|
|
'
|
|
'btnAddAttributeMan
|
|
'
|
|
Me.btnAddAttributeMan.Image = CType(resources.GetObject("btnAddAttributeMan.Image"), System.Drawing.Image)
|
|
Me.btnAddAttributeMan.Location = New System.Drawing.Point(946, 229)
|
|
Me.btnAddAttributeMan.Name = "btnAddAttributeMan"
|
|
Me.btnAddAttributeMan.Size = New System.Drawing.Size(32, 23)
|
|
Me.btnAddAttributeMan.TabIndex = 108
|
|
Me.btnAddAttributeMan.UseVisualStyleBackColor = True
|
|
'
|
|
'lblAttributeMan
|
|
'
|
|
Me.lblAttributeMan.AutoSize = True
|
|
Me.lblAttributeMan.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblAttributeMan.Location = New System.Drawing.Point(746, 210)
|
|
Me.lblAttributeMan.Name = "lblAttributeMan"
|
|
Me.lblAttributeMan.Size = New System.Drawing.Size(105, 16)
|
|
Me.lblAttributeMan.TabIndex = 107
|
|
Me.lblAttributeMan.Text = "Attribute Manuell"
|
|
'
|
|
'cmbAttributeMan
|
|
'
|
|
Me.cmbAttributeMan.FormattingEnabled = True
|
|
Me.cmbAttributeMan.Location = New System.Drawing.Point(749, 229)
|
|
Me.cmbAttributeMan.Name = "cmbAttributeMan"
|
|
Me.cmbAttributeMan.Size = New System.Drawing.Size(194, 25)
|
|
Me.cmbAttributeMan.TabIndex = 106
|
|
'
|
|
'SQL_COMMANDTextBox
|
|
'
|
|
Me.SQL_COMMANDTextBox.AcceptsReturn = True
|
|
Me.SQL_COMMANDTextBox.AcceptsTab = True
|
|
Me.SQL_COMMANDTextBox.Font = New System.Drawing.Font("Courier New", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.SQL_COMMANDTextBox.Location = New System.Drawing.Point(12, 184)
|
|
Me.SQL_COMMANDTextBox.Multiline = True
|
|
Me.SQL_COMMANDTextBox.Name = "SQL_COMMANDTextBox"
|
|
Me.SQL_COMMANDTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
|
Me.SQL_COMMANDTextBox.Size = New System.Drawing.Size(728, 212)
|
|
Me.SQL_COMMANDTextBox.TabIndex = 110
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(12, 164)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(99, 17)
|
|
Me.Label4.TabIndex = 109
|
|
Me.Label4.Text = "SQL-Command:"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Segoe UI", 9.0!)
|
|
Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
Me.Label1.Location = New System.Drawing.Point(9, 401)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(65, 15)
|
|
Me.Label1.TabIndex = 113
|
|
Me.Label1.Text = "Platzhalter:"
|
|
'
|
|
'dgvPlaceholders
|
|
'
|
|
Me.dgvPlaceholders.AllowUserToAddRows = False
|
|
Me.dgvPlaceholders.AllowUserToDeleteRows = False
|
|
DataGridViewCellStyle4.BackColor = System.Drawing.Color.Cyan
|
|
Me.dgvPlaceholders.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
|
|
Me.dgvPlaceholders.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvPlaceholders.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.colPlaceholder, Me.colReplace})
|
|
Me.dgvPlaceholders.Enabled = False
|
|
Me.dgvPlaceholders.Location = New System.Drawing.Point(12, 419)
|
|
Me.dgvPlaceholders.Name = "dgvPlaceholders"
|
|
Me.dgvPlaceholders.Size = New System.Drawing.Size(258, 133)
|
|
Me.dgvPlaceholders.TabIndex = 112
|
|
'
|
|
'colPlaceholder
|
|
'
|
|
Me.colPlaceholder.HeaderText = "Platzhalter"
|
|
Me.colPlaceholder.Name = "colPlaceholder"
|
|
Me.colPlaceholder.ReadOnly = True
|
|
'
|
|
'colReplace
|
|
'
|
|
Me.colReplace.HeaderText = "Ersetzung"
|
|
Me.colReplace.Name = "colReplace"
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Font = New System.Drawing.Font("Segoe UI", 9.0!)
|
|
Me.Label5.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
Me.Label5.Location = New System.Drawing.Point(284, 401)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(55, 15)
|
|
Me.Label5.TabIndex = 115
|
|
Me.Label5.Text = "Ergebnis:"
|
|
'
|
|
'btnAddAttributeAuto
|
|
'
|
|
Me.btnAddAttributeAuto.Image = CType(resources.GetObject("btnAddAttributeAuto.Image"), System.Drawing.Image)
|
|
Me.btnAddAttributeAuto.Location = New System.Drawing.Point(946, 277)
|
|
Me.btnAddAttributeAuto.Name = "btnAddAttributeAuto"
|
|
Me.btnAddAttributeAuto.Size = New System.Drawing.Size(32, 23)
|
|
Me.btnAddAttributeAuto.TabIndex = 120
|
|
Me.btnAddAttributeAuto.UseVisualStyleBackColor = True
|
|
'
|
|
'cmbAttributeAuto
|
|
'
|
|
Me.cmbAttributeAuto.FormattingEnabled = True
|
|
Me.cmbAttributeAuto.Location = New System.Drawing.Point(749, 277)
|
|
Me.cmbAttributeAuto.Name = "cmbAttributeAuto"
|
|
Me.cmbAttributeAuto.Size = New System.Drawing.Size(194, 25)
|
|
Me.cmbAttributeAuto.TabIndex = 118
|
|
'
|
|
'lblAttributeAuto
|
|
'
|
|
Me.lblAttributeAuto.AutoSize = True
|
|
Me.lblAttributeAuto.Location = New System.Drawing.Point(746, 257)
|
|
Me.lblAttributeAuto.Name = "lblAttributeAuto"
|
|
Me.lblAttributeAuto.Size = New System.Drawing.Size(89, 17)
|
|
Me.lblAttributeAuto.TabIndex = 121
|
|
Me.lblAttributeAuto.Text = "Attribute Auto"
|
|
'
|
|
'RibbonControl1
|
|
'
|
|
Me.RibbonControl1.AutoSizeItems = True
|
|
Me.RibbonControl1.ExpandCollapseItem.Id = 0
|
|
Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.BarButtonItem1, Me.BarEditItem1, Me.bsiInfo, Me.BarButtonItem2})
|
|
Me.RibbonControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.RibbonControl1.MaxItemId = 8
|
|
Me.RibbonControl1.Name = "RibbonControl1"
|
|
Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1})
|
|
Me.RibbonControl1.RepositoryItems.AddRange(New DevExpress.XtraEditors.Repository.RepositoryItem() {Me.RepositoryItemComboBox1, Me.RepositoryItemLookUpEdit1, Me.RepositoryItemLookUpEdit2, Me.RepositoryItemLookUpEdit3})
|
|
Me.RibbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False]
|
|
Me.RibbonControl1.Size = New System.Drawing.Size(995, 158)
|
|
Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1
|
|
'
|
|
'BarButtonItem1
|
|
'
|
|
Me.BarButtonItem1.Caption = "Testen"
|
|
Me.BarButtonItem1.Id = 3
|
|
Me.BarButtonItem1.ImageOptions.Image = CType(resources.GetObject("BarButtonItem1.ImageOptions.Image"), System.Drawing.Image)
|
|
Me.BarButtonItem1.ImageOptions.LargeImage = CType(resources.GetObject("BarButtonItem1.ImageOptions.LargeImage"), System.Drawing.Image)
|
|
Me.BarButtonItem1.ItemInMenuAppearance.Hovered.BackColor = System.Drawing.Color.NavajoWhite
|
|
Me.BarButtonItem1.ItemInMenuAppearance.Hovered.Options.UseBackColor = True
|
|
Me.BarButtonItem1.Name = "BarButtonItem1"
|
|
Me.BarButtonItem1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large
|
|
'
|
|
'BarEditItem1
|
|
'
|
|
Me.BarEditItem1.Caption = "Verbindung"
|
|
Me.BarEditItem1.Edit = Me.RepositoryItemLookUpEdit3
|
|
Me.BarEditItem1.EditWidth = 100
|
|
Me.BarEditItem1.Id = 4
|
|
Me.BarEditItem1.Name = "BarEditItem1"
|
|
Me.BarEditItem1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large
|
|
'
|
|
'RepositoryItemLookUpEdit3
|
|
'
|
|
Me.RepositoryItemLookUpEdit3.AutoHeight = False
|
|
Me.RepositoryItemLookUpEdit3.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
|
Me.RepositoryItemLookUpEdit3.Name = "RepositoryItemLookUpEdit3"
|
|
'
|
|
'bsiInfo
|
|
'
|
|
Me.bsiInfo.Id = 6
|
|
Me.bsiInfo.ItemAppearance.Normal.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.bsiInfo.ItemAppearance.Normal.Options.UseFont = True
|
|
Me.bsiInfo.Name = "bsiInfo"
|
|
'
|
|
'BarButtonItem2
|
|
'
|
|
Me.BarButtonItem2.Caption = "Speichern"
|
|
Me.BarButtonItem2.Id = 7
|
|
Me.BarButtonItem2.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.BarButtonItem2.ItemAppearance.Hovered.BackColor = System.Drawing.Color.PaleGoldenrod
|
|
Me.BarButtonItem2.ItemAppearance.Hovered.Options.UseBackColor = True
|
|
Me.BarButtonItem2.Name = "BarButtonItem2"
|
|
'
|
|
'RibbonPage1
|
|
'
|
|
Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1, Me.RibbonPageGroup2})
|
|
Me.RibbonPage1.Name = "RibbonPage1"
|
|
Me.RibbonPage1.Text = "RibbonPage1"
|
|
'
|
|
'RibbonPageGroup1
|
|
'
|
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem1)
|
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem2)
|
|
Me.RibbonPageGroup1.Name = "RibbonPageGroup1"
|
|
Me.RibbonPageGroup1.Text = "Aktionen"
|
|
'
|
|
'RibbonPageGroup2
|
|
'
|
|
Me.RibbonPageGroup2.ItemLinks.Add(Me.BarEditItem1)
|
|
Me.RibbonPageGroup2.Name = "RibbonPageGroup2"
|
|
Me.RibbonPageGroup2.Text = "RibbonPageGroup2"
|
|
'
|
|
'RepositoryItemComboBox1
|
|
'
|
|
Me.RepositoryItemComboBox1.AutoHeight = False
|
|
Me.RepositoryItemComboBox1.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
|
Me.RepositoryItemComboBox1.Name = "RepositoryItemComboBox1"
|
|
'
|
|
'RepositoryItemLookUpEdit1
|
|
'
|
|
Me.RepositoryItemLookUpEdit1.AutoHeight = False
|
|
Me.RepositoryItemLookUpEdit1.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
|
Me.RepositoryItemLookUpEdit1.Name = "RepositoryItemLookUpEdit1"
|
|
'
|
|
'RepositoryItemLookUpEdit2
|
|
'
|
|
Me.RepositoryItemLookUpEdit2.AutoHeight = False
|
|
Me.RepositoryItemLookUpEdit2.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
|
Me.RepositoryItemLookUpEdit2.Name = "RepositoryItemLookUpEdit2"
|
|
'
|
|
'RibbonStatusBar1
|
|
'
|
|
Me.RibbonStatusBar1.ItemLinks.Add(Me.bsiInfo)
|
|
Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 564)
|
|
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
|
|
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1
|
|
Me.RibbonStatusBar1.Size = New System.Drawing.Size(995, 24)
|
|
'
|
|
'RibbonPage2
|
|
'
|
|
Me.RibbonPage2.Name = "RibbonPage2"
|
|
Me.RibbonPage2.Text = "RibbonPage2"
|
|
'
|
|
'GridControl1
|
|
'
|
|
Me.GridControl1.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)
|
|
Me.GridControl1.EmbeddedNavigator.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.GridControl1.Location = New System.Drawing.Point(287, 419)
|
|
Me.GridControl1.MainView = Me.GridView1
|
|
Me.GridControl1.MenuManager = Me.RibbonControl1
|
|
Me.GridControl1.Name = "GridControl1"
|
|
Me.GridControl1.Size = New System.Drawing.Size(691, 133)
|
|
Me.GridControl1.TabIndex = 124
|
|
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1})
|
|
'
|
|
'GridView1
|
|
'
|
|
Me.GridView1.GridControl = Me.GridControl1
|
|
Me.GridView1.Name = "GridView1"
|
|
'
|
|
'frmSQLDesigner
|
|
'
|
|
Me.Appearance.Options.UseFont = True
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(995, 588)
|
|
Me.Controls.Add(Me.GridControl1)
|
|
Me.Controls.Add(Me.lblAttributeAuto)
|
|
Me.Controls.Add(Me.btnAddAttributeAuto)
|
|
Me.Controls.Add(Me.cmbAttributeAuto)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.dgvPlaceholders)
|
|
Me.Controls.Add(Me.SQL_COMMANDTextBox)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.btnAddAttributeMan)
|
|
Me.Controls.Add(Me.lblAttributeMan)
|
|
Me.Controls.Add(Me.cmbAttributeMan)
|
|
Me.Controls.Add(Me.btnAddUser)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.cmbUser)
|
|
Me.Controls.Add(Me.btnAddStatic)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.cmbStatic)
|
|
Me.Controls.Add(Me.Label14)
|
|
Me.Controls.Add(Me.cmbConnection)
|
|
Me.Controls.Add(Me.RibbonStatusBar1)
|
|
Me.Controls.Add(Me.RibbonControl1)
|
|
Me.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.IconOptions.Icon = CType(resources.GetObject("frmSQLDesigner.IconOptions.Icon"), System.Drawing.Icon)
|
|
Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmSQLDesigner"
|
|
Me.Ribbon = Me.RibbonControl1
|
|
Me.StatusBar = Me.RibbonStatusBar1
|
|
Me.Text = "SQL Designer"
|
|
CType(Me.dgvPlaceholders, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.RepositoryItemLookUpEdit3, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.RepositoryItemComboBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.RepositoryItemLookUpEdit1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.RepositoryItemLookUpEdit2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents Label14 As Label
|
|
Friend WithEvents cmbConnection As ComboBox
|
|
Friend WithEvents btnAddStatic As Button
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents cmbStatic As ComboBox
|
|
Friend WithEvents btnAddUser As Button
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents cmbUser As ComboBox
|
|
Friend WithEvents btnAddAttributeMan As Button
|
|
Friend WithEvents lblAttributeMan As Label
|
|
Friend WithEvents cmbAttributeMan As ComboBox
|
|
Friend WithEvents SQL_COMMANDTextBox As TextBox
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents dgvPlaceholders As DataGridView
|
|
Friend WithEvents colPlaceholder As DataGridViewTextBoxColumn
|
|
Friend WithEvents colReplace As DataGridViewTextBoxColumn
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents btnAddAttributeAuto As Button
|
|
Friend WithEvents cmbAttributeAuto As ComboBox
|
|
Friend WithEvents lblAttributeAuto As Label
|
|
Friend WithEvents RibbonControl1 As DevExpress.XtraBars.Ribbon.RibbonControl
|
|
Friend WithEvents RibbonPage1 As DevExpress.XtraBars.Ribbon.RibbonPage
|
|
Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
|
Friend WithEvents RibbonPageGroup2 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
|
Friend WithEvents RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar
|
|
Friend WithEvents RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage
|
|
Friend WithEvents BarButtonItem1 As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents BarEditItem1 As DevExpress.XtraBars.BarEditItem
|
|
Friend WithEvents RepositoryItemLookUpEdit2 As DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit
|
|
Friend WithEvents RepositoryItemComboBox1 As DevExpress.XtraEditors.Repository.RepositoryItemComboBox
|
|
Friend WithEvents RepositoryItemLookUpEdit1 As DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit
|
|
Friend WithEvents RepositoryItemLookUpEdit3 As DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit
|
|
Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl
|
|
Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView
|
|
Friend WithEvents bsiInfo As DevExpress.XtraBars.BarStaticItem
|
|
Friend WithEvents BarButtonItem2 As DevExpress.XtraBars.BarButtonItem
|
|
End Class
|