449 lines
23 KiB
VB.net
449 lines
23 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmAdmin2
|
|
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()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim GUIDLabel As System.Windows.Forms.Label
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAdmin2))
|
|
Dim TITLELabel As System.Windows.Forms.Label
|
|
Dim EMAIL_SUBJECTLabel As System.Windows.Forms.Label
|
|
Dim EMAIL_BODY1Label As System.Windows.Forms.Label
|
|
Dim EMAIL_BODY2Label As System.Windows.Forms.Label
|
|
Dim EMAIL_BODY3Label As System.Windows.Forms.Label
|
|
Dim ADDED_WHOLabel As System.Windows.Forms.Label
|
|
Dim ADDED_WHENLabel As System.Windows.Forms.Label
|
|
Dim CHANGED_WHOLabel As System.Windows.Forms.Label
|
|
Dim CHANGED_WHENLabel As System.Windows.Forms.Label
|
|
Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl()
|
|
Me.BbitemplateAdd = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.BbitemplateSave = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.BbitemplateDelete = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.BarButtonItem1 = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.labelStatus = New DevExpress.XtraBars.BarStaticItem()
|
|
Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
|
Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
|
Me.RibbonPageGroup2 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
|
Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar()
|
|
Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
|
Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl()
|
|
Me.XtraTabPage1 = New DevExpress.XtraTab.XtraTabPage()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.GridControl1 = New DevExpress.XtraGrid.GridControl()
|
|
Me.TBDD_EMAIL_TEMPLATEBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet()
|
|
Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
Me.colGUID = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colTITLE = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.GUIDTextBox = New System.Windows.Forms.TextBox()
|
|
Me.TITLETextBox = New System.Windows.Forms.TextBox()
|
|
Me.EMAIL_SUBJECTTextBox = New System.Windows.Forms.TextBox()
|
|
Me.EMAIL_BODY1TextBox = New System.Windows.Forms.TextBox()
|
|
Me.EMAIL_BODY2TextBox = New System.Windows.Forms.TextBox()
|
|
Me.EMAIL_BODY3TextBox = New System.Windows.Forms.TextBox()
|
|
Me.ADDED_WHOTextBox = New System.Windows.Forms.TextBox()
|
|
Me.ADDED_WHENTextBox = New System.Windows.Forms.TextBox()
|
|
Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox()
|
|
Me.CHANGED_WHENTextBox = New System.Windows.Forms.TextBox()
|
|
Me.XtraTabPage2 = New DevExpress.XtraTab.XtraTabPage()
|
|
Me.TBDD_EMAIL_TEMPLATETableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_EMAIL_TEMPLATETableAdapter()
|
|
Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager()
|
|
GUIDLabel = New System.Windows.Forms.Label()
|
|
TITLELabel = New System.Windows.Forms.Label()
|
|
EMAIL_SUBJECTLabel = New System.Windows.Forms.Label()
|
|
EMAIL_BODY1Label = New System.Windows.Forms.Label()
|
|
EMAIL_BODY2Label = New System.Windows.Forms.Label()
|
|
EMAIL_BODY3Label = New System.Windows.Forms.Label()
|
|
ADDED_WHOLabel = New System.Windows.Forms.Label()
|
|
ADDED_WHENLabel = New System.Windows.Forms.Label()
|
|
CHANGED_WHOLabel = New System.Windows.Forms.Label()
|
|
CHANGED_WHENLabel = New System.Windows.Forms.Label()
|
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.XtraTabControl1.SuspendLayout()
|
|
Me.XtraTabPage1.SuspendLayout()
|
|
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TBDD_EMAIL_TEMPLATEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'GUIDLabel
|
|
'
|
|
resources.ApplyResources(GUIDLabel, "GUIDLabel")
|
|
GUIDLabel.Name = "GUIDLabel"
|
|
'
|
|
'TITLELabel
|
|
'
|
|
resources.ApplyResources(TITLELabel, "TITLELabel")
|
|
TITLELabel.Name = "TITLELabel"
|
|
'
|
|
'EMAIL_SUBJECTLabel
|
|
'
|
|
resources.ApplyResources(EMAIL_SUBJECTLabel, "EMAIL_SUBJECTLabel")
|
|
EMAIL_SUBJECTLabel.Name = "EMAIL_SUBJECTLabel"
|
|
'
|
|
'EMAIL_BODY1Label
|
|
'
|
|
resources.ApplyResources(EMAIL_BODY1Label, "EMAIL_BODY1Label")
|
|
EMAIL_BODY1Label.Name = "EMAIL_BODY1Label"
|
|
'
|
|
'EMAIL_BODY2Label
|
|
'
|
|
resources.ApplyResources(EMAIL_BODY2Label, "EMAIL_BODY2Label")
|
|
EMAIL_BODY2Label.Name = "EMAIL_BODY2Label"
|
|
'
|
|
'EMAIL_BODY3Label
|
|
'
|
|
resources.ApplyResources(EMAIL_BODY3Label, "EMAIL_BODY3Label")
|
|
EMAIL_BODY3Label.Name = "EMAIL_BODY3Label"
|
|
'
|
|
'ADDED_WHOLabel
|
|
'
|
|
resources.ApplyResources(ADDED_WHOLabel, "ADDED_WHOLabel")
|
|
ADDED_WHOLabel.Name = "ADDED_WHOLabel"
|
|
'
|
|
'ADDED_WHENLabel
|
|
'
|
|
resources.ApplyResources(ADDED_WHENLabel, "ADDED_WHENLabel")
|
|
ADDED_WHENLabel.Name = "ADDED_WHENLabel"
|
|
'
|
|
'CHANGED_WHOLabel
|
|
'
|
|
resources.ApplyResources(CHANGED_WHOLabel, "CHANGED_WHOLabel")
|
|
CHANGED_WHOLabel.Name = "CHANGED_WHOLabel"
|
|
'
|
|
'CHANGED_WHENLabel
|
|
'
|
|
resources.ApplyResources(CHANGED_WHENLabel, "CHANGED_WHENLabel")
|
|
CHANGED_WHENLabel.Name = "CHANGED_WHENLabel"
|
|
'
|
|
'RibbonControl1
|
|
'
|
|
Me.RibbonControl1.ExpandCollapseItem.Id = 0
|
|
Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.BbitemplateAdd, Me.BbitemplateSave, Me.BbitemplateDelete, Me.BarButtonItem1, Me.labelStatus})
|
|
resources.ApplyResources(Me.RibbonControl1, "RibbonControl1")
|
|
Me.RibbonControl1.MaxItemId = 6
|
|
Me.RibbonControl1.Name = "RibbonControl1"
|
|
Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1})
|
|
Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1
|
|
'
|
|
'BbitemplateAdd
|
|
'
|
|
resources.ApplyResources(Me.BbitemplateAdd, "BbitemplateAdd")
|
|
Me.BbitemplateAdd.Id = 1
|
|
Me.BbitemplateAdd.ImageOptions.Image = CType(resources.GetObject("BbitemplateAdd.ImageOptions.Image"), System.Drawing.Image)
|
|
Me.BbitemplateAdd.ImageOptions.LargeImage = CType(resources.GetObject("BbitemplateAdd.ImageOptions.LargeImage"), System.Drawing.Image)
|
|
Me.BbitemplateAdd.Name = "BbitemplateAdd"
|
|
'
|
|
'BbitemplateSave
|
|
'
|
|
resources.ApplyResources(Me.BbitemplateSave, "BbitemplateSave")
|
|
Me.BbitemplateSave.Id = 2
|
|
Me.BbitemplateSave.ImageOptions.Image = CType(resources.GetObject("BbitemplateSave.ImageOptions.Image"), System.Drawing.Image)
|
|
Me.BbitemplateSave.ImageOptions.LargeImage = CType(resources.GetObject("BbitemplateSave.ImageOptions.LargeImage"), System.Drawing.Image)
|
|
Me.BbitemplateSave.Name = "BbitemplateSave"
|
|
'
|
|
'BbitemplateDelete
|
|
'
|
|
resources.ApplyResources(Me.BbitemplateDelete, "BbitemplateDelete")
|
|
Me.BbitemplateDelete.Id = 3
|
|
Me.BbitemplateDelete.ImageOptions.Image = CType(resources.GetObject("BbitemplateDelete.ImageOptions.Image"), System.Drawing.Image)
|
|
Me.BbitemplateDelete.ImageOptions.LargeImage = CType(resources.GetObject("BbitemplateDelete.ImageOptions.LargeImage"), System.Drawing.Image)
|
|
Me.BbitemplateDelete.Name = "BbitemplateDelete"
|
|
Me.BbitemplateDelete.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText
|
|
'
|
|
'BarButtonItem1
|
|
'
|
|
resources.ApplyResources(Me.BarButtonItem1, "BarButtonItem1")
|
|
Me.BarButtonItem1.Id = 4
|
|
Me.BarButtonItem1.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.[True]
|
|
Me.BarButtonItem1.ImageOptions.AllowStubGlyph = DevExpress.Utils.DefaultBoolean.[True]
|
|
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.Name = "BarButtonItem1"
|
|
Me.BarButtonItem1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText
|
|
'
|
|
'labelStatus
|
|
'
|
|
Me.labelStatus.Id = 5
|
|
Me.labelStatus.ImageOptions.Image = CType(resources.GetObject("labelStatus.ImageOptions.Image"), System.Drawing.Image)
|
|
Me.labelStatus.ImageOptions.LargeImage = CType(resources.GetObject("labelStatus.ImageOptions.LargeImage"), System.Drawing.Image)
|
|
Me.labelStatus.Name = "labelStatus"
|
|
Me.labelStatus.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph
|
|
'
|
|
'RibbonPage1
|
|
'
|
|
Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1, Me.RibbonPageGroup2})
|
|
Me.RibbonPage1.Name = "RibbonPage1"
|
|
resources.ApplyResources(Me.RibbonPage1, "RibbonPage1")
|
|
'
|
|
'RibbonPageGroup1
|
|
'
|
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.BbitemplateAdd)
|
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.BbitemplateSave)
|
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.BbitemplateDelete)
|
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem1)
|
|
Me.RibbonPageGroup1.Name = "RibbonPageGroup1"
|
|
resources.ApplyResources(Me.RibbonPageGroup1, "RibbonPageGroup1")
|
|
'
|
|
'RibbonPageGroup2
|
|
'
|
|
Me.RibbonPageGroup2.Name = "RibbonPageGroup2"
|
|
resources.ApplyResources(Me.RibbonPageGroup2, "RibbonPageGroup2")
|
|
'
|
|
'RibbonStatusBar1
|
|
'
|
|
Me.RibbonStatusBar1.ItemLinks.Add(Me.labelStatus)
|
|
resources.ApplyResources(Me.RibbonStatusBar1, "RibbonStatusBar1")
|
|
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
|
|
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1
|
|
'
|
|
'RibbonPage2
|
|
'
|
|
Me.RibbonPage2.Name = "RibbonPage2"
|
|
resources.ApplyResources(Me.RibbonPage2, "RibbonPage2")
|
|
'
|
|
'XtraTabControl1
|
|
'
|
|
resources.ApplyResources(Me.XtraTabControl1, "XtraTabControl1")
|
|
Me.XtraTabControl1.Name = "XtraTabControl1"
|
|
Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage1
|
|
Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1, Me.XtraTabPage2})
|
|
'
|
|
'XtraTabPage1
|
|
'
|
|
resources.ApplyResources(Me.XtraTabPage1, "XtraTabPage1")
|
|
Me.XtraTabPage1.Controls.Add(Me.Button1)
|
|
Me.XtraTabPage1.Controls.Add(Me.GridControl1)
|
|
Me.XtraTabPage1.Controls.Add(GUIDLabel)
|
|
Me.XtraTabPage1.Controls.Add(Me.GUIDTextBox)
|
|
Me.XtraTabPage1.Controls.Add(TITLELabel)
|
|
Me.XtraTabPage1.Controls.Add(Me.TITLETextBox)
|
|
Me.XtraTabPage1.Controls.Add(EMAIL_SUBJECTLabel)
|
|
Me.XtraTabPage1.Controls.Add(Me.EMAIL_SUBJECTTextBox)
|
|
Me.XtraTabPage1.Controls.Add(EMAIL_BODY1Label)
|
|
Me.XtraTabPage1.Controls.Add(Me.EMAIL_BODY1TextBox)
|
|
Me.XtraTabPage1.Controls.Add(EMAIL_BODY2Label)
|
|
Me.XtraTabPage1.Controls.Add(Me.EMAIL_BODY2TextBox)
|
|
Me.XtraTabPage1.Controls.Add(EMAIL_BODY3Label)
|
|
Me.XtraTabPage1.Controls.Add(Me.EMAIL_BODY3TextBox)
|
|
Me.XtraTabPage1.Controls.Add(ADDED_WHOLabel)
|
|
Me.XtraTabPage1.Controls.Add(Me.ADDED_WHOTextBox)
|
|
Me.XtraTabPage1.Controls.Add(ADDED_WHENLabel)
|
|
Me.XtraTabPage1.Controls.Add(Me.ADDED_WHENTextBox)
|
|
Me.XtraTabPage1.Controls.Add(CHANGED_WHOLabel)
|
|
Me.XtraTabPage1.Controls.Add(Me.CHANGED_WHOTextBox)
|
|
Me.XtraTabPage1.Controls.Add(CHANGED_WHENLabel)
|
|
Me.XtraTabPage1.Controls.Add(Me.CHANGED_WHENTextBox)
|
|
Me.XtraTabPage1.Name = "XtraTabPage1"
|
|
'
|
|
'Button1
|
|
'
|
|
resources.ApplyResources(Me.Button1, "Button1")
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'GridControl1
|
|
'
|
|
Me.GridControl1.DataSource = Me.TBDD_EMAIL_TEMPLATEBindingSource
|
|
resources.ApplyResources(Me.GridControl1, "GridControl1")
|
|
Me.GridControl1.MainView = Me.GridView1
|
|
Me.GridControl1.MenuManager = Me.RibbonControl1
|
|
Me.GridControl1.Name = "GridControl1"
|
|
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1})
|
|
'
|
|
'TBDD_EMAIL_TEMPLATEBindingSource
|
|
'
|
|
Me.TBDD_EMAIL_TEMPLATEBindingSource.DataMember = "TBDD_EMAIL_TEMPLATE"
|
|
Me.TBDD_EMAIL_TEMPLATEBindingSource.DataSource = Me.DD_DMSLiteDataSet
|
|
'
|
|
'DD_DMSLiteDataSet
|
|
'
|
|
Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet"
|
|
Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
'
|
|
'GridView1
|
|
'
|
|
Me.GridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.PeachPuff
|
|
Me.GridView1.Appearance.EvenRow.Options.UseBackColor = True
|
|
Me.GridView1.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID, Me.colTITLE})
|
|
Me.GridView1.GridControl = Me.GridControl1
|
|
Me.GridView1.Name = "GridView1"
|
|
Me.GridView1.OptionsView.EnableAppearanceEvenRow = True
|
|
'
|
|
'colGUID
|
|
'
|
|
resources.ApplyResources(Me.colGUID, "colGUID")
|
|
Me.colGUID.FieldName = "GUID"
|
|
Me.colGUID.Name = "colGUID"
|
|
'
|
|
'colTITLE
|
|
'
|
|
resources.ApplyResources(Me.colTITLE, "colTITLE")
|
|
Me.colTITLE.FieldName = "TITLE"
|
|
Me.colTITLE.Name = "colTITLE"
|
|
'
|
|
'GUIDTextBox
|
|
'
|
|
Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_TEMPLATEBindingSource, "GUID", True))
|
|
resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox")
|
|
Me.GUIDTextBox.Name = "GUIDTextBox"
|
|
'
|
|
'TITLETextBox
|
|
'
|
|
Me.TITLETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_TEMPLATEBindingSource, "TITLE", True))
|
|
resources.ApplyResources(Me.TITLETextBox, "TITLETextBox")
|
|
Me.TITLETextBox.Name = "TITLETextBox"
|
|
'
|
|
'EMAIL_SUBJECTTextBox
|
|
'
|
|
Me.EMAIL_SUBJECTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_TEMPLATEBindingSource, "EMAIL_SUBJECT", True))
|
|
resources.ApplyResources(Me.EMAIL_SUBJECTTextBox, "EMAIL_SUBJECTTextBox")
|
|
Me.EMAIL_SUBJECTTextBox.Name = "EMAIL_SUBJECTTextBox"
|
|
'
|
|
'EMAIL_BODY1TextBox
|
|
'
|
|
Me.EMAIL_BODY1TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_TEMPLATEBindingSource, "EMAIL_BODY1", True))
|
|
resources.ApplyResources(Me.EMAIL_BODY1TextBox, "EMAIL_BODY1TextBox")
|
|
Me.EMAIL_BODY1TextBox.Name = "EMAIL_BODY1TextBox"
|
|
'
|
|
'EMAIL_BODY2TextBox
|
|
'
|
|
Me.EMAIL_BODY2TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_TEMPLATEBindingSource, "EMAIL_BODY2", True))
|
|
resources.ApplyResources(Me.EMAIL_BODY2TextBox, "EMAIL_BODY2TextBox")
|
|
Me.EMAIL_BODY2TextBox.Name = "EMAIL_BODY2TextBox"
|
|
'
|
|
'EMAIL_BODY3TextBox
|
|
'
|
|
Me.EMAIL_BODY3TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_TEMPLATEBindingSource, "EMAIL_BODY3", True))
|
|
resources.ApplyResources(Me.EMAIL_BODY3TextBox, "EMAIL_BODY3TextBox")
|
|
Me.EMAIL_BODY3TextBox.Name = "EMAIL_BODY3TextBox"
|
|
'
|
|
'ADDED_WHOTextBox
|
|
'
|
|
Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_TEMPLATEBindingSource, "ADDED_WHO", True))
|
|
resources.ApplyResources(Me.ADDED_WHOTextBox, "ADDED_WHOTextBox")
|
|
Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox"
|
|
'
|
|
'ADDED_WHENTextBox
|
|
'
|
|
Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_TEMPLATEBindingSource, "ADDED_WHEN", True))
|
|
resources.ApplyResources(Me.ADDED_WHENTextBox, "ADDED_WHENTextBox")
|
|
Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox"
|
|
'
|
|
'CHANGED_WHOTextBox
|
|
'
|
|
Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_TEMPLATEBindingSource, "CHANGED_WHO", True))
|
|
resources.ApplyResources(Me.CHANGED_WHOTextBox, "CHANGED_WHOTextBox")
|
|
Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox"
|
|
'
|
|
'CHANGED_WHENTextBox
|
|
'
|
|
Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_TEMPLATEBindingSource, "CHANGED_WHEN", True))
|
|
resources.ApplyResources(Me.CHANGED_WHENTextBox, "CHANGED_WHENTextBox")
|
|
Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox"
|
|
'
|
|
'XtraTabPage2
|
|
'
|
|
Me.XtraTabPage2.Name = "XtraTabPage2"
|
|
resources.ApplyResources(Me.XtraTabPage2, "XtraTabPage2")
|
|
'
|
|
'TBDD_EMAIL_TEMPLATETableAdapter
|
|
'
|
|
Me.TBDD_EMAIL_TEMPLATETableAdapter.ClearBeforeFill = True
|
|
'
|
|
'TableAdapterManager
|
|
'
|
|
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
|
Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_EMAIL_TEMPLATETableAdapter = Me.TBDD_EMAIL_TEMPLATETableAdapter
|
|
Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_KONFIGURATIONTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_PROFILE_CONTROLSTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_PROFILE_FILESTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing
|
|
Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
|
'
|
|
'frmAdmin2
|
|
'
|
|
resources.ApplyResources(Me, "$this")
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.Controls.Add(Me.XtraTabControl1)
|
|
Me.Controls.Add(Me.RibbonStatusBar1)
|
|
Me.Controls.Add(Me.RibbonControl1)
|
|
Me.Name = "frmAdmin2"
|
|
Me.Ribbon = Me.RibbonControl1
|
|
Me.StatusBar = Me.RibbonStatusBar1
|
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.XtraTabControl1.ResumeLayout(False)
|
|
Me.XtraTabPage1.ResumeLayout(False)
|
|
Me.XtraTabPage1.PerformLayout()
|
|
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TBDD_EMAIL_TEMPLATEBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
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 XtraTabControl1 As DevExpress.XtraTab.XtraTabControl
|
|
Friend WithEvents XtraTabPage1 As DevExpress.XtraTab.XtraTabPage
|
|
Friend WithEvents XtraTabPage2 As DevExpress.XtraTab.XtraTabPage
|
|
Friend WithEvents DD_DMSLiteDataSet As DD_DMSLiteDataSet
|
|
Friend WithEvents TBDD_EMAIL_TEMPLATEBindingSource As BindingSource
|
|
Friend WithEvents TBDD_EMAIL_TEMPLATETableAdapter As DD_DMSLiteDataSetTableAdapters.TBDD_EMAIL_TEMPLATETableAdapter
|
|
Friend WithEvents TableAdapterManager As DD_DMSLiteDataSetTableAdapters.TableAdapterManager
|
|
Friend WithEvents BbitemplateAdd As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents BbitemplateSave As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents BbitemplateDelete As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl
|
|
Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView
|
|
Friend WithEvents colGUID As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colTITLE As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents GUIDTextBox As TextBox
|
|
Friend WithEvents TITLETextBox As TextBox
|
|
Friend WithEvents EMAIL_SUBJECTTextBox As TextBox
|
|
Friend WithEvents EMAIL_BODY1TextBox As TextBox
|
|
Friend WithEvents EMAIL_BODY2TextBox As TextBox
|
|
Friend WithEvents EMAIL_BODY3TextBox As TextBox
|
|
Friend WithEvents ADDED_WHOTextBox As TextBox
|
|
Friend WithEvents ADDED_WHENTextBox As TextBox
|
|
Friend WithEvents CHANGED_WHOTextBox As TextBox
|
|
Friend WithEvents CHANGED_WHENTextBox As TextBox
|
|
Friend WithEvents BarButtonItem1 As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents labelStatus As DevExpress.XtraBars.BarStaticItem
|
|
Friend WithEvents Button1 As Button
|
|
End Class
|