_ Partial Class frmDialog Inherits DevExpress.XtraEditors.XtraForm 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Me.btnPositive = New DevExpress.XtraEditors.SimpleButton() Me.btnNegative = New DevExpress.XtraEditors.SimpleButton() Me.pnlContent = New DevExpress.XtraEditors.PanelControl() Me.SvgImageBox1 = New DevExpress.XtraEditors.SvgImageBox() Me.pnlHeader = New DevExpress.XtraEditors.PanelControl() Me.txtTitle = New DevExpress.XtraEditors.LabelControl() Me.pnlFooter = New DevExpress.XtraEditors.PanelControl() Me.SvgImageCollection1 = New DevExpress.Utils.SvgImageCollection(Me.components) Me.txtContent = New DevExpress.XtraEditors.MemoEdit() CType(Me.pnlContent, System.ComponentModel.ISupportInitialize).BeginInit() Me.pnlContent.SuspendLayout() CType(Me.SvgImageBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.pnlHeader, System.ComponentModel.ISupportInitialize).BeginInit() Me.pnlHeader.SuspendLayout() CType(Me.pnlFooter, System.ComponentModel.ISupportInitialize).BeginInit() Me.pnlFooter.SuspendLayout() CType(Me.SvgImageCollection1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtContent.Properties, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'btnPositive ' Me.btnPositive.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnPositive.DialogResult = System.Windows.Forms.DialogResult.OK Me.btnPositive.ImageOptions.SvgImage = Global.DigitalData.GUIs.Common.My.Resources.Resources.actions_checkcircled Me.btnPositive.ImageOptions.SvgImageSize = New System.Drawing.Size(20, 20) Me.btnPositive.Location = New System.Drawing.Point(386, 6) Me.btnPositive.Name = "btnPositive" Me.btnPositive.Size = New System.Drawing.Size(100, 38) Me.btnPositive.TabIndex = 0 Me.btnPositive.Text = "OK" ' 'btnNegative ' Me.btnNegative.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnNegative.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.btnNegative.ImageOptions.SvgImage = Global.DigitalData.GUIs.Common.My.Resources.Resources.cancel Me.btnNegative.ImageOptions.SvgImageSize = New System.Drawing.Size(20, 20) Me.btnNegative.Location = New System.Drawing.Point(280, 6) Me.btnNegative.Name = "btnNegative" Me.btnNegative.Size = New System.Drawing.Size(100, 37) Me.btnNegative.TabIndex = 1 Me.btnNegative.Text = "Abbrechen" ' 'pnlContent ' Me.pnlContent.Appearance.BackColor = System.Drawing.Color.Transparent Me.pnlContent.Appearance.Options.UseBackColor = True Me.pnlContent.Controls.Add(Me.txtContent) Me.pnlContent.Controls.Add(Me.SvgImageBox1) Me.pnlContent.Dock = System.Windows.Forms.DockStyle.Fill Me.pnlContent.Location = New System.Drawing.Point(0, 40) Me.pnlContent.Name = "pnlContent" Me.pnlContent.Size = New System.Drawing.Size(498, 143) Me.pnlContent.TabIndex = 3 ' 'SvgImageBox1 ' Me.SvgImageBox1.BackColor = System.Drawing.Color.Transparent Me.SvgImageBox1.Location = New System.Drawing.Point(5, 6) Me.SvgImageBox1.Name = "SvgImageBox1" Me.SvgImageBox1.Size = New System.Drawing.Size(60, 60) Me.SvgImageBox1.SizeMode = DevExpress.XtraEditors.SvgImageSizeMode.Zoom Me.SvgImageBox1.TabIndex = 0 Me.SvgImageBox1.TabStop = False Me.SvgImageBox1.Text = "SvgImageBox1" ' 'pnlHeader ' Me.pnlHeader.Appearance.BackColor = System.Drawing.Color.FromArgb(CType(CType(165, Byte), Integer), CType(CType(36, Byte), Integer), CType(CType(19, Byte), Integer)) Me.pnlHeader.Appearance.Options.UseBackColor = True Me.pnlHeader.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder Me.pnlHeader.Controls.Add(Me.txtTitle) Me.pnlHeader.Dock = System.Windows.Forms.DockStyle.Top Me.pnlHeader.Location = New System.Drawing.Point(0, 0) Me.pnlHeader.Name = "pnlHeader" Me.pnlHeader.Size = New System.Drawing.Size(498, 40) Me.pnlHeader.TabIndex = 4 ' 'txtTitle ' Me.txtTitle.Appearance.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtTitle.Appearance.ForeColor = System.Drawing.Color.White Me.txtTitle.Appearance.Options.UseFont = True Me.txtTitle.Appearance.Options.UseForeColor = True Me.txtTitle.Location = New System.Drawing.Point(12, 12) Me.txtTitle.Name = "txtTitle" Me.txtTitle.Size = New System.Drawing.Size(45, 17) Me.txtTitle.TabIndex = 0 Me.txtTitle.Text = "txtTitle" ' 'pnlFooter ' Me.pnlFooter.Appearance.BackColor = System.Drawing.Color.FromArgb(CType(CType(230, Byte), Integer), CType(CType(230, Byte), Integer), CType(CType(230, Byte), Integer)) Me.pnlFooter.Appearance.Options.UseBackColor = True Me.pnlFooter.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder Me.pnlFooter.Controls.Add(Me.btnPositive) Me.pnlFooter.Controls.Add(Me.btnNegative) Me.pnlFooter.Dock = System.Windows.Forms.DockStyle.Bottom Me.pnlFooter.Location = New System.Drawing.Point(0, 183) Me.pnlFooter.Name = "pnlFooter" Me.pnlFooter.Size = New System.Drawing.Size(498, 56) Me.pnlFooter.TabIndex = 5 ' 'SvgImageCollection1 ' Me.SvgImageCollection1.Add("warning", "image://svgimages/business objects/bo_attention.svg") Me.SvgImageCollection1.Add("error", "image://svgimages/outlook inspired/highimportance.svg") Me.SvgImageCollection1.Add("success", "image://svgimages/icon builder/actions_checkcircled.svg") Me.SvgImageCollection1.Add("info", "image://svgimages/outlook inspired/about.svg") Me.SvgImageCollection1.Add("question", "image://svgimages/icon builder/actions_question.svg") ' 'txtContent ' Me.txtContent.Location = New System.Drawing.Point(71, 11) Me.txtContent.Name = "txtContent" Me.txtContent.Properties.Appearance.BackColor = System.Drawing.Color.Transparent Me.txtContent.Properties.Appearance.Options.UseBackColor = True Me.txtContent.Properties.AppearanceDisabled.BackColor = System.Drawing.Color.Transparent Me.txtContent.Properties.AppearanceDisabled.Options.UseBackColor = True Me.txtContent.Properties.AppearanceFocused.BackColor = System.Drawing.Color.Transparent Me.txtContent.Properties.AppearanceFocused.Options.UseBackColor = True Me.txtContent.Properties.AppearanceReadOnly.BackColor = System.Drawing.SystemColors.Control Me.txtContent.Properties.AppearanceReadOnly.Options.UseBackColor = True Me.txtContent.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder Me.txtContent.Properties.ReadOnly = True Me.txtContent.Properties.ScrollBars = System.Windows.Forms.ScrollBars.None Me.txtContent.Properties.UseReadOnlyAppearance = False Me.txtContent.Size = New System.Drawing.Size(415, 114) Me.txtContent.TabIndex = 0 Me.txtContent.TabStop = False ' 'frmDialog ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(498, 239) Me.Controls.Add(Me.pnlContent) Me.Controls.Add(Me.pnlFooter) Me.Controls.Add(Me.pnlHeader) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmDialog" Me.ShowInTaskbar = False Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Dialog1" Me.TopMost = True CType(Me.pnlContent, System.ComponentModel.ISupportInitialize).EndInit() Me.pnlContent.ResumeLayout(False) CType(Me.SvgImageBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.pnlHeader, System.ComponentModel.ISupportInitialize).EndInit() Me.pnlHeader.ResumeLayout(False) Me.pnlHeader.PerformLayout() CType(Me.pnlFooter, System.ComponentModel.ISupportInitialize).EndInit() Me.pnlFooter.ResumeLayout(False) CType(Me.SvgImageCollection1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtContent.Properties, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents btnNegative As DevExpress.XtraEditors.SimpleButton Friend WithEvents btnPositive As DevExpress.XtraEditors.SimpleButton Friend WithEvents pnlContent As DevExpress.XtraEditors.PanelControl Friend WithEvents pnlHeader As DevExpress.XtraEditors.PanelControl Friend WithEvents pnlFooter As DevExpress.XtraEditors.PanelControl Friend WithEvents SvgImageBox1 As DevExpress.XtraEditors.SvgImageBox Friend WithEvents SvgImageCollection1 As DevExpress.Utils.SvgImageCollection Friend WithEvents txtTitle As DevExpress.XtraEditors.LabelControl Friend WithEvents txtContent As DevExpress.XtraEditors.MemoEdit End Class