Imports System.Data.SqlClient Imports System.Data.SqlTypes Imports System.Drawing Imports System.Drawing.Color Imports System.ComponentModel Namespace EDOKA Public Class frmRelEditor Inherits System.Windows.Forms.Form #Region " Vom Windows Form Designer generierter Code " Public Sub New() MyBase.New() ' Dieser Aufruf ist für den Windows Form-Designer erforderlich. InitializeComponent() ' Initialisierungen nach dem Aufruf InitializeComponent() hinzufügen End Sub ' Die Form überschreibt den Löschvorgang der Basisklasse, um Komponenten zu bereinigen. Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean) If disposing Then If Not (components Is Nothing) Then components.Dispose() End If End If MyBase.Dispose(disposing) End Sub ' Für Windows Form-Designer erforderlich Private components As System.ComponentModel.IContainer 'HINWEIS: Die folgende Prozedur ist für den Windows Form-Designer erforderlich 'Sie kann mit dem Windows Form-Designer modifiziert werden. 'Verwenden Sie nicht den Code-Editor zur Bearbeitung. Friend WithEvents ToolBar1 As System.Windows.Forms.ToolBar Friend WithEvents ImageList1 As System.Windows.Forms.ImageList Friend WithEvents ToolBarButton1 As System.Windows.Forms.ToolBarButton Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents Panel2 As System.Windows.Forms.Panel Friend WithEvents Splitter1 As System.Windows.Forms.Splitter Friend WithEvents Splitter2 As System.Windows.Forms.Splitter Friend WithEvents TBLeft As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents GrpFocus As System.Windows.Forms.GroupBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents FokusRight As System.Windows.Forms.RadioButton Friend WithEvents FokusLeft As System.Windows.Forms.RadioButton Friend WithEvents GrpRight As System.Windows.Forms.GroupBox Friend WithEvents GrpLeft As System.Windows.Forms.GroupBox Friend WithEvents Panel3 As System.Windows.Forms.Panel Friend WithEvents TBRight As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents Panel4 As System.Windows.Forms.Panel Friend WithEvents Panel5 As System.Windows.Forms.Panel Friend WithEvents TBBottom As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents GrpBottom As System.Windows.Forms.GroupBox Friend WithEvents BtnConnect As System.Windows.Forms.Button Friend WithEvents ToolBarBtnSave As System.Windows.Forms.ToolBarButton Friend WithEvents MainMenu1 As System.Windows.Forms.MainMenu Friend WithEvents MenuItem1 As System.Windows.Forms.MenuItem Friend WithEvents MenuItem2 As System.Windows.Forms.MenuItem Friend WithEvents MenuItem3 As System.Windows.Forms.MenuItem Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmRelEditor)) Dim GridLines1 As C1.Win.C1TrueDBGrid.Util.GridLines = New C1.Win.C1TrueDBGrid.Util.GridLines() Dim GridLines2 As C1.Win.C1TrueDBGrid.Util.GridLines = New C1.Win.C1TrueDBGrid.Util.GridLines() Dim GridLines3 As C1.Win.C1TrueDBGrid.Util.GridLines = New C1.Win.C1TrueDBGrid.Util.GridLines() Me.ToolBar1 = New System.Windows.Forms.ToolBar() Me.ToolBarButton1 = New System.Windows.Forms.ToolBarButton() Me.ToolBarBtnSave = New System.Windows.Forms.ToolBarButton() Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components) Me.Panel1 = New System.Windows.Forms.Panel() Me.Panel2 = New System.Windows.Forms.Panel() Me.GrpRight = New System.Windows.Forms.GroupBox() Me.TBRight = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.Splitter1 = New System.Windows.Forms.Splitter() Me.GrpLeft = New System.Windows.Forms.GroupBox() Me.TBLeft = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.Splitter2 = New System.Windows.Forms.Splitter() Me.GrpFocus = New System.Windows.Forms.GroupBox() Me.Label1 = New System.Windows.Forms.Label() Me.FokusRight = New System.Windows.Forms.RadioButton() Me.FokusLeft = New System.Windows.Forms.RadioButton() Me.Panel3 = New System.Windows.Forms.Panel() Me.GrpBottom = New System.Windows.Forms.GroupBox() Me.TBBottom = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.Panel5 = New System.Windows.Forms.Panel() Me.BtnConnect = New System.Windows.Forms.Button() Me.Panel4 = New System.Windows.Forms.Panel() Me.MainMenu1 = New System.Windows.Forms.MainMenu() Me.MenuItem1 = New System.Windows.Forms.MenuItem() Me.MenuItem3 = New System.Windows.Forms.MenuItem() Me.MenuItem2 = New System.Windows.Forms.MenuItem() Me.Panel2.SuspendLayout() Me.GrpRight.SuspendLayout() CType(Me.TBRight, System.ComponentModel.ISupportInitialize).BeginInit() Me.GrpLeft.SuspendLayout() CType(Me.TBLeft, System.ComponentModel.ISupportInitialize).BeginInit() Me.GrpFocus.SuspendLayout() Me.Panel3.SuspendLayout() Me.GrpBottom.SuspendLayout() CType(Me.TBBottom, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel5.SuspendLayout() Me.SuspendLayout() ' 'ToolBar1 ' Me.ToolBar1.Buttons.AddRange(New System.Windows.Forms.ToolBarButton() {Me.ToolBarButton1, Me.ToolBarBtnSave}) Me.ToolBar1.DropDownArrows = True Me.ToolBar1.ImageList = Me.ImageList1 Me.ToolBar1.Name = "ToolBar1" Me.ToolBar1.ShowToolTips = True Me.ToolBar1.Size = New System.Drawing.Size(712, 25) Me.ToolBar1.TabIndex = 0 ' 'ToolBarButton1 ' Me.ToolBarButton1.ImageIndex = 0 ' 'ToolBarBtnSave ' Me.ToolBarBtnSave.ImageIndex = 1 ' 'ImageList1 ' Me.ImageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit Me.ImageList1.ImageSize = New System.Drawing.Size(16, 16) Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer) Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent ' 'Panel1 ' Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top Me.Panel1.Location = New System.Drawing.Point(0, 25) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(712, 16) Me.Panel1.TabIndex = 1 ' 'Panel2 ' Me.Panel2.Controls.AddRange(New System.Windows.Forms.Control() {Me.GrpRight, Me.Splitter1, Me.GrpLeft}) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top Me.Panel2.Location = New System.Drawing.Point(0, 41) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(712, 199) Me.Panel2.TabIndex = 2 ' 'GrpRight ' Me.GrpRight.Controls.AddRange(New System.Windows.Forms.Control() {Me.TBRight}) Me.GrpRight.Dock = System.Windows.Forms.DockStyle.Fill Me.GrpRight.Location = New System.Drawing.Point(315, 0) Me.GrpRight.Name = "GrpRight" Me.GrpRight.Size = New System.Drawing.Size(397, 199) Me.GrpRight.TabIndex = 2 Me.GrpRight.TabStop = False Me.GrpRight.Text = "GroupBox2" ' 'TBRight ' Me.TBRight.AllowFilter = True Me.TBRight.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows Me.TBRight.AllowSort = True Me.TBRight.AllowUpdate = False Me.TBRight.AlternatingRows = True Me.TBRight.CaptionHeight = 17 Me.TBRight.CellTips = C1.Win.C1TrueDBGrid.CellTipEnum.Anchored Me.TBRight.CollapseColor = System.Drawing.Color.Black Me.TBRight.DataChanged = False Me.TBRight.DeadAreaBackColor = System.Drawing.Color.Gray Me.TBRight.Dock = System.Windows.Forms.DockStyle.Fill Me.TBRight.ExpandColor = System.Drawing.Color.Black Me.TBRight.FilterBar = True Me.TBRight.GroupByCaption = "Drag a column header here to group by that column" Me.TBRight.Images.Add(CType(resources.GetObject("resource.Images"), System.Drawing.Bitmap)) Me.TBRight.Location = New System.Drawing.Point(3, 16) Me.TBRight.MarqueeStyle = C1.Win.C1TrueDBGrid.MarqueeEnum.SolidCellBorder Me.TBRight.Name = "TBRight" Me.TBRight.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.TBRight.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.TBRight.PreviewInfo.ZoomFactor = 75 Me.TBRight.PrintInfo.ShowOptionsDialog = False Me.TBRight.RecordSelectorWidth = 16 GridLines1.Color = System.Drawing.Color.DarkGray GridLines1.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single Me.TBRight.RowDivider = GridLines1 Me.TBRight.RowHeight = 15 Me.TBRight.RowSubDividerColor = System.Drawing.Color.DarkGray Me.TBRight.ScrollTips = False Me.TBRight.Size = New System.Drawing.Size(391, 180) Me.TBRight.TabIndex = 8 Me.TBRight.Text = "C1TrueDBGrid1" Me.TBRight.PropBag = "Group{BackColor:ControlDark;Border:None,,0, 0, 0, 0;AlignVert:Center;}E" & _ "ditor{}Style2{}Style5{}Style4{}Style7{}Style6{}EvenRow{BackColor:White;}Selected" & _ "{ForeColor:HighlightText;BackColor:Highlight;}Style3{}Inactive{ForeColor:Inactiv" & _ "eCaptionText;BackColor:InactiveCaption;}FilterBar{BackColor:255, 255, 192;}Foote" & _ "r{}Caption{AlignHorz:Center;}Normal{}HighlightRow{ForeColor:HighlightText;BackCo" & _ "lor:Highlight;}Style9{}OddRow{BackColor:224, 224, 224;}RecordSelector{AlignImage" & _ ":Center;}Heading{Wrap:True;AlignVert:Center;Border:Raised,,1, 1, 1, 1;ForeColor:" & _ "ControlText;BackColor:Control;}Style8{}Style10{AlignHorz:Near;}Style11{}Style12{" & _ "}Style13{}Style1{}<" & _ "ClientRect>0, 0, 387, 1760<" & _ "OddRowStyle parent=""OddRow"" me=""Style9"" />