MS_29.11.2015

This commit is contained in:
SchreiberM
2015-11-30 09:32:30 +01:00
parent 7ee607f4e5
commit 2cd1dc3a94
11 changed files with 312 additions and 6077 deletions

View File

@@ -81,6 +81,7 @@ Partial Class frmConstructorDesigner
Me.XtraTabPage1 = New DevExpress.XtraTab.XtraTabPage()
Me.XtraTabControl2 = New DevExpress.XtraTab.XtraTabControl()
Me.XtraTabPage3 = New DevExpress.XtraTab.XtraTabPage()
Me.LOAD_DIRECTCheckBox = New System.Windows.Forms.CheckBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.COLUMN_NAME1ComboBox = New System.Windows.Forms.ComboBox()
Me.Label2 = New System.Windows.Forms.Label()
@@ -91,7 +92,6 @@ Partial Class frmConstructorDesigner
Me.ADDED_WHENTextBox1 = New System.Windows.Forms.TextBox()
Me.ADDED_WHOTextBox1 = New System.Windows.Forms.TextBox()
Me.XtraTabPage5 = New DevExpress.XtraTab.XtraTabPage()
Me.Button3 = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.lblQuickViewAdded = New System.Windows.Forms.Label()
Me.btnSetQuickViewPicture = New System.Windows.Forms.Button()
@@ -147,7 +147,6 @@ Partial Class frmConstructorDesigner
Me.TBTEMP_QUICKDISPLAYTableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBTEMP_QUICKDISPLAYTableAdapter()
Me.TableAdapterManager2 = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager()
Me.ImageCollection1 = New DevExpress.Utils.ImageCollection(Me.components)
Me.LOAD_DIRECTCheckBox = New System.Windows.Forms.CheckBox()
GUIDLabel = New System.Windows.Forms.Label()
FORM_TITLELabel = New System.Windows.Forms.Label()
SEQUENCE_MENULabel = New System.Windows.Forms.Label()
@@ -707,6 +706,16 @@ Partial Class frmConstructorDesigner
Me.XtraTabPage3.Size = New System.Drawing.Size(1002, 332)
Me.XtraTabPage3.Text = "Allgemein"
'
'LOAD_DIRECTCheckBox
'
Me.LOAD_DIRECTCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "LOAD_DIRECT", True))
Me.LOAD_DIRECTCheckBox.Location = New System.Drawing.Point(701, 25)
Me.LOAD_DIRECTCheckBox.Name = "LOAD_DIRECTCheckBox"
Me.LOAD_DIRECTCheckBox.Size = New System.Drawing.Size(128, 24)
Me.LOAD_DIRECTCheckBox.TabIndex = 52
Me.LOAD_DIRECTCheckBox.Text = "Ersten Record laden"
Me.LOAD_DIRECTCheckBox.UseVisualStyleBackColor = True
'
'Label4
'
Me.Label4.AutoSize = True
@@ -797,7 +806,6 @@ Partial Class frmConstructorDesigner
'XtraTabPage5
'
Me.XtraTabPage5.AutoScroll = True
Me.XtraTabPage5.Controls.Add(Me.Button3)
Me.XtraTabPage5.Controls.Add(Me.Button2)
Me.XtraTabPage5.Controls.Add(Me.lblQuickViewAdded)
Me.XtraTabPage5.Controls.Add(Me.btnSetQuickViewPicture)
@@ -816,24 +824,15 @@ Partial Class frmConstructorDesigner
Me.XtraTabPage5.Size = New System.Drawing.Size(1002, 332)
Me.XtraTabPage5.Text = "Quick View Konfiguration"
'
'Button3
'
Me.Button3.Location = New System.Drawing.Point(334, 235)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(75, 23)
Me.Button3.TabIndex = 54
Me.Button3.Text = "Button3"
Me.Button3.UseVisualStyleBackColor = True
'
'Button2
'
Me.Button2.Image = Global.DD_Record_Organiser.My.Resources.Resources.delete
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button2.Location = New System.Drawing.Point(299, 194)
Me.Button2.Location = New System.Drawing.Point(299, 180)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(175, 23)
Me.Button2.TabIndex = 52
Me.Button2.Text = "Delete QuickView Control"
Me.Button2.Text = "Delete QuickView Picture"
Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button2.UseVisualStyleBackColor = True
'
@@ -842,7 +841,7 @@ Partial Class frmConstructorDesigner
Me.lblQuickViewAdded.AutoSize = True
Me.lblQuickViewAdded.BackColor = System.Drawing.Color.Yellow
Me.lblQuickViewAdded.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblQuickViewAdded.Location = New System.Drawing.Point(299, 178)
Me.lblQuickViewAdded.Location = New System.Drawing.Point(480, 158)
Me.lblQuickViewAdded.Name = "lblQuickViewAdded"
Me.lblQuickViewAdded.Size = New System.Drawing.Size(190, 13)
Me.lblQuickViewAdded.TabIndex = 51
@@ -855,7 +854,7 @@ Partial Class frmConstructorDesigner
Me.btnSetQuickViewPicture.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnSetQuickViewPicture.Location = New System.Drawing.Point(200, 137)
Me.btnSetQuickViewPicture.Name = "btnSetQuickViewPicture"
Me.btnSetQuickViewPicture.Size = New System.Drawing.Size(93, 54)
Me.btnSetQuickViewPicture.Size = New System.Drawing.Size(93, 56)
Me.btnSetQuickViewPicture.TabIndex = 50
Me.btnSetQuickViewPicture.Text = "Set as QuickView Picture"
Me.btnSetQuickViewPicture.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
@@ -1385,16 +1384,6 @@ Partial Class frmConstructorDesigner
Me.ImageCollection1.Images.SetKeyName(2, "tesla_black.jpg")
Me.ImageCollection1.Images.SetKeyName(3, "whitejeep.jpg")
'
'LOAD_DIRECTCheckBox
'
Me.LOAD_DIRECTCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "LOAD_DIRECT", True))
Me.LOAD_DIRECTCheckBox.Location = New System.Drawing.Point(701, 25)
Me.LOAD_DIRECTCheckBox.Name = "LOAD_DIRECTCheckBox"
Me.LOAD_DIRECTCheckBox.Size = New System.Drawing.Size(128, 24)
Me.LOAD_DIRECTCheckBox.TabIndex = 52
Me.LOAD_DIRECTCheckBox.Text = "Ersten Record laden"
Me.LOAD_DIRECTCheckBox.UseVisualStyleBackColor = True
'
'frmConstructorDesigner
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -1564,6 +1553,5 @@ Partial Class frmConstructorDesigner
Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl
Friend WithEvents TileView1 As DevExpress.XtraGrid.Views.Tile.TileView
Friend WithEvents ImageCollection1 As DevExpress.Utils.ImageCollection
Friend WithEvents Button3 As System.Windows.Forms.Button
Friend WithEvents LOAD_DIRECTCheckBox As System.Windows.Forms.CheckBox
End Class