Remove Chat Controls, use only DevExpress controls in frmValidator
This commit is contained in:
44
app/TaskFlow/frmMassValidator.Designer.vb
generated
44
app/TaskFlow/frmMassValidator.Designer.vb
generated
@@ -1,4 +1,6 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||
Imports DevExpress.XtraEditors
|
||||
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||
Partial Class frmMassValidator
|
||||
Inherits System.Windows.Forms.Form
|
||||
|
||||
@@ -27,13 +29,14 @@ Partial Class frmMassValidator
|
||||
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
||||
Me.tslblCountDocs = New System.Windows.Forms.ToolStripStatusLabel()
|
||||
Me.TITLELabel1 = New System.Windows.Forms.Label()
|
||||
Me.pnldesigner = New System.Windows.Forms.Panel()
|
||||
Me.btnSave = New System.Windows.Forms.Button()
|
||||
Me.DESCRIPTIONLabel = New System.Windows.Forms.Label()
|
||||
Me.DD_DMSLiteDataSet = New DD_ProcessManager.DD_DMSLiteDataSet()
|
||||
Me.TableAdapterManager = New DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TableAdapterManager()
|
||||
Me.pnldesigner = New DevExpress.XtraEditors.PanelControl()
|
||||
Me.StatusStrip1.SuspendLayout()
|
||||
CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.pnldesigner, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'ToolStrip1
|
||||
@@ -56,7 +59,7 @@ Partial Class frmMassValidator
|
||||
'tslblCountDocs
|
||||
'
|
||||
Me.tslblCountDocs.Name = "tslblCountDocs"
|
||||
Me.tslblCountDocs.Size = New System.Drawing.Size(120, 17)
|
||||
Me.tslblCountDocs.Size = New System.Drawing.Size(119, 17)
|
||||
Me.tslblCountDocs.Text = "ToolStripStatusLabel1"
|
||||
'
|
||||
'TITLELabel1
|
||||
@@ -73,20 +76,6 @@ Partial Class frmMassValidator
|
||||
Me.TITLELabel1.Text = "Label1"
|
||||
Me.TITLELabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
'
|
||||
'pnldesigner
|
||||
'
|
||||
Me.pnldesigner.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.pnldesigner.AutoScroll = True
|
||||
Me.pnldesigner.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.pnldesigner.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.pnldesigner.Location = New System.Drawing.Point(15, 125)
|
||||
Me.pnldesigner.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
||||
Me.pnldesigner.Name = "pnldesigner"
|
||||
Me.pnldesigner.Size = New System.Drawing.Size(559, 331)
|
||||
Me.pnldesigner.TabIndex = 21
|
||||
'
|
||||
'btnSave
|
||||
'
|
||||
Me.btnSave.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
@@ -105,11 +94,13 @@ Partial Class frmMassValidator
|
||||
'
|
||||
'DESCRIPTIONLabel
|
||||
'
|
||||
Me.DESCRIPTIONLabel.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.DESCRIPTIONLabel.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.DESCRIPTIONLabel.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||||
Me.DESCRIPTIONLabel.Location = New System.Drawing.Point(12, 54)
|
||||
Me.DESCRIPTIONLabel.Name = "DESCRIPTIONLabel"
|
||||
Me.DESCRIPTIONLabel.Size = New System.Drawing.Size(725, 67)
|
||||
Me.DESCRIPTIONLabel.Size = New System.Drawing.Size(562, 67)
|
||||
Me.DESCRIPTIONLabel.TabIndex = 20
|
||||
Me.DESCRIPTIONLabel.Text = "Label3"
|
||||
'
|
||||
@@ -121,10 +112,12 @@ Partial Class frmMassValidator
|
||||
'TableAdapterManager
|
||||
'
|
||||
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
||||
Me.TableAdapterManager.Connection = Nothing
|
||||
Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_EMAIL_TEMPLATETableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_GUI_LANGUAGE_PHRASETableAdapter = Nothing
|
||||
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
|
||||
@@ -134,15 +127,25 @@ Partial Class frmMassValidator
|
||||
Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing
|
||||
Me.TableAdapterManager.UpdateOrder = DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
||||
'
|
||||
'pnldesigner
|
||||
'
|
||||
Me.pnldesigner.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.pnldesigner.Location = New System.Drawing.Point(15, 125)
|
||||
Me.pnldesigner.Name = "pnldesigner"
|
||||
Me.pnldesigner.Size = New System.Drawing.Size(559, 332)
|
||||
Me.pnldesigner.TabIndex = 23
|
||||
'
|
||||
'frmMassValidator
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(586, 540)
|
||||
Me.Controls.Add(Me.pnldesigner)
|
||||
Me.Controls.Add(Me.btnSave)
|
||||
Me.Controls.Add(Me.TITLELabel1)
|
||||
Me.Controls.Add(Me.DESCRIPTIONLabel)
|
||||
Me.Controls.Add(Me.pnldesigner)
|
||||
Me.Controls.Add(Me.StatusStrip1)
|
||||
Me.Controls.Add(Me.ToolStrip1)
|
||||
Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
@@ -153,6 +156,7 @@ Partial Class frmMassValidator
|
||||
Me.StatusStrip1.ResumeLayout(False)
|
||||
Me.StatusStrip1.PerformLayout()
|
||||
CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.pnldesigner, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
@@ -161,10 +165,10 @@ Partial Class frmMassValidator
|
||||
Friend WithEvents ToolStrip1 As ToolStrip
|
||||
Friend WithEvents StatusStrip1 As StatusStrip
|
||||
Friend WithEvents TITLELabel1 As Label
|
||||
Friend WithEvents pnldesigner As Panel
|
||||
Friend WithEvents btnSave As Button
|
||||
Friend WithEvents tslblCountDocs As ToolStripStatusLabel
|
||||
Friend WithEvents DESCRIPTIONLabel As Label
|
||||
Friend WithEvents DD_DMSLiteDataSet As DD_DMSLiteDataSet
|
||||
Friend WithEvents TableAdapterManager As DD_DMSLiteDataSetTableAdapters.TableAdapterManager
|
||||
Friend WithEvents pnldesigner As PanelControl
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user