_ Partial Class frmColorDialog Inherits System.Windows.Forms.Form '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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmColorDialog)) Me.ColorDialog1 = New System.Windows.Forms.ColorDialog Me.cboxShadow = New System.Windows.Forms.CheckBox Me.cboxGradient = New System.Windows.Forms.CheckBox Me.grpFlaeche = New System.Windows.Forms.GroupBox Me.Label1 = New System.Windows.Forms.Label Me.Panel1 = New System.Windows.Forms.Panel Me.ColorPicker1 = New LaMarvin.Windows.Forms.ColorPicker Me.ColorPicker2 = New LaMarvin.Windows.Forms.ColorPicker Me.GroupBox1 = New System.Windows.Forms.GroupBox Me.ColorPicker3 = New LaMarvin.Windows.Forms.ColorPicker Me.Label2 = New System.Windows.Forms.Label Me.Panel2 = New System.Windows.Forms.Panel Me.btnOK = New System.Windows.Forms.Button Me.btnAbbruch = New System.Windows.Forms.Button Me.GroupBox2 = New System.Windows.Forms.GroupBox Me.Label3 = New System.Windows.Forms.Label Me.txtText = New System.Windows.Forms.TextBox Me.GrpLine = New System.Windows.Forms.GroupBox Me.ComboBox2 = New System.Windows.Forms.ComboBox Me.ComboBox1 = New System.Windows.Forms.ComboBox Me.ColorPicker4 = New LaMarvin.Windows.Forms.ColorPicker Me.rbdouble = New System.Windows.Forms.RadioButton Me.rbsingle = New System.Windows.Forms.RadioButton Me.grpFlaeche.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.GrpLine.SuspendLayout() Me.SuspendLayout() ' 'cboxShadow ' Me.cboxShadow.AutoSize = True Me.cboxShadow.Location = New System.Drawing.Point(6, 19) Me.cboxShadow.Name = "cboxShadow" Me.cboxShadow.Size = New System.Drawing.Size(69, 17) Me.cboxShadow.TabIndex = 2 Me.cboxShadow.Text = "Schatten" Me.cboxShadow.UseVisualStyleBackColor = True ' 'cboxGradient ' Me.cboxGradient.AutoSize = True Me.cboxGradient.Location = New System.Drawing.Point(8, 23) Me.cboxGradient.Name = "cboxGradient" Me.cboxGradient.Size = New System.Drawing.Size(59, 17) Me.cboxGradient.TabIndex = 3 Me.cboxGradient.Text = "Verlauf" Me.cboxGradient.UseVisualStyleBackColor = True ' 'grpFlaeche ' Me.grpFlaeche.Controls.Add(Me.Label1) Me.grpFlaeche.Controls.Add(Me.Panel1) Me.grpFlaeche.Controls.Add(Me.ColorPicker1) Me.grpFlaeche.Controls.Add(Me.cboxGradient) Me.grpFlaeche.Controls.Add(Me.ColorPicker2) Me.grpFlaeche.Location = New System.Drawing.Point(9, 111) Me.grpFlaeche.Name = "grpFlaeche" Me.grpFlaeche.Size = New System.Drawing.Size(188, 130) Me.grpFlaeche.TabIndex = 4 Me.grpFlaeche.TabStop = False Me.grpFlaeche.Text = "Flächen- / Linienfarbe" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(6, 76) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(43, 13) Me.Label1.TabIndex = 5 Me.Label1.Text = "Beispiel" ' 'Panel1 ' Me.Panel1.Location = New System.Drawing.Point(8, 92) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(155, 32) Me.Panel1.TabIndex = 4 ' 'ColorPicker1 ' Me.ColorPicker1.Location = New System.Drawing.Point(7, 46) Me.ColorPicker1.Name = "ColorPicker1" Me.ColorPicker1.Size = New System.Drawing.Size(75, 23) Me.ColorPicker1.TabIndex = 0 ' 'ColorPicker2 ' Me.ColorPicker2.Location = New System.Drawing.Point(88, 46) Me.ColorPicker2.Name = "ColorPicker2" Me.ColorPicker2.Size = New System.Drawing.Size(75, 23) Me.ColorPicker2.TabIndex = 1 ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.ColorPicker3) Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Controls.Add(Me.Panel2) Me.GroupBox1.Controls.Add(Me.cboxShadow) Me.GroupBox1.Location = New System.Drawing.Point(207, 111) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(188, 131) Me.GroupBox1.TabIndex = 5 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Schatten" ' 'ColorPicker3 ' Me.ColorPicker3.Location = New System.Drawing.Point(6, 46) Me.ColorPicker3.Name = "ColorPicker3" Me.ColorPicker3.Size = New System.Drawing.Size(75, 23) Me.ColorPicker3.TabIndex = 8 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(5, 78) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(43, 13) Me.Label2.TabIndex = 7 Me.Label2.Text = "Beispiel" ' 'Panel2 ' Me.Panel2.Location = New System.Drawing.Point(6, 94) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(155, 31) Me.Panel2.TabIndex = 6 ' 'btnOK ' Me.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK Me.btnOK.Location = New System.Drawing.Point(9, 408) Me.btnOK.Name = "btnOK" Me.btnOK.Size = New System.Drawing.Size(75, 23) Me.btnOK.TabIndex = 6 Me.btnOK.Text = "&OK" Me.btnOK.UseVisualStyleBackColor = True ' 'btnAbbruch ' Me.btnAbbruch.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.btnAbbruch.Location = New System.Drawing.Point(103, 408) Me.btnAbbruch.Name = "btnAbbruch" Me.btnAbbruch.Size = New System.Drawing.Size(75, 23) Me.btnAbbruch.TabIndex = 7 Me.btnAbbruch.Text = "&Abbruch" Me.btnAbbruch.UseVisualStyleBackColor = True ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.Label3) Me.GroupBox2.Controls.Add(Me.txtText) Me.GroupBox2.Location = New System.Drawing.Point(9, 2) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(386, 103) Me.GroupBox2.TabIndex = 8 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "Text" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(6, 19) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(28, 13) Me.Label3.TabIndex = 1 Me.Label3.Text = "Text" ' 'txtText ' Me.txtText.Location = New System.Drawing.Point(62, 16) Me.txtText.Multiline = True Me.txtText.Name = "txtText" Me.txtText.Size = New System.Drawing.Size(309, 78) Me.txtText.TabIndex = 0 ' 'GrpLine ' Me.GrpLine.Controls.Add(Me.ComboBox2) Me.GrpLine.Controls.Add(Me.ComboBox1) Me.GrpLine.Controls.Add(Me.ColorPicker4) Me.GrpLine.Controls.Add(Me.rbdouble) Me.GrpLine.Controls.Add(Me.rbsingle) Me.GrpLine.Location = New System.Drawing.Point(9, 248) Me.GrpLine.Name = "GrpLine" Me.GrpLine.Size = New System.Drawing.Size(386, 154) Me.GrpLine.TabIndex = 9 Me.GrpLine.TabStop = False Me.GrpLine.Text = "Linienende" ' 'ComboBox2 ' Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Items.AddRange(New Object() {"0.10", "0.25", "0.50", "1.00", "1.50", "2.00", "3.00", "4.00", "5.00"}) Me.ComboBox2.Location = New System.Drawing.Point(111, 60) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(121, 21) Me.ComboBox2.TabIndex = 4 ' 'ComboBox1 ' Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(111, 32) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(121, 21) Me.ComboBox1.TabIndex = 3 ' 'ColorPicker4 ' Me.ColorPicker4.Location = New System.Drawing.Point(9, 30) Me.ColorPicker4.Name = "ColorPicker4" Me.ColorPicker4.Size = New System.Drawing.Size(75, 23) Me.ColorPicker4.TabIndex = 2 ' 'rbdouble ' Me.rbdouble.AutoSize = True Me.rbdouble.Location = New System.Drawing.Point(177, 121) Me.rbdouble.Name = "rbdouble" Me.rbdouble.Size = New System.Drawing.Size(96, 17) Me.rbdouble.TabIndex = 1 Me.rbdouble.TabStop = True Me.rbdouble.Text = "Start und Ende" Me.rbdouble.UseVisualStyleBackColor = True ' 'rbsingle ' Me.rbsingle.AutoSize = True Me.rbsingle.Location = New System.Drawing.Point(111, 121) Me.rbsingle.Name = "rbsingle" Me.rbsingle.Size = New System.Drawing.Size(50, 17) Me.rbsingle.TabIndex = 0 Me.rbsingle.TabStop = True Me.rbsingle.Text = "Ende" Me.rbsingle.UseVisualStyleBackColor = True ' 'frmColorDialog ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(404, 439) Me.Controls.Add(Me.GrpLine) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.btnAbbruch) Me.Controls.Add(Me.btnOK) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.grpFlaeche) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmColorDialog" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "Eigenschaften" Me.grpFlaeche.ResumeLayout(False) Me.grpFlaeche.PerformLayout() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.GrpLine.ResumeLayout(False) Me.GrpLine.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents ColorDialog1 As System.Windows.Forms.ColorDialog Friend WithEvents ColorPicker1 As LaMarvin.Windows.Forms.ColorPicker Friend WithEvents ColorPicker2 As LaMarvin.Windows.Forms.ColorPicker Friend WithEvents cboxShadow As System.Windows.Forms.CheckBox Friend WithEvents cboxGradient As System.Windows.Forms.CheckBox Friend WithEvents grpFlaeche As System.Windows.Forms.GroupBox Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents ColorPicker3 As LaMarvin.Windows.Forms.ColorPicker Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Panel2 As System.Windows.Forms.Panel Friend WithEvents btnOK As System.Windows.Forms.Button Friend WithEvents btnAbbruch As System.Windows.Forms.Button Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents txtText As System.Windows.Forms.TextBox Friend WithEvents GrpLine As System.Windows.Forms.GroupBox Friend WithEvents rbdouble As System.Windows.Forms.RadioButton Friend WithEvents rbsingle As System.Windows.Forms.RadioButton Friend WithEvents ComboBox2 As System.Windows.Forms.ComboBox Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox Friend WithEvents ColorPicker4 As LaMarvin.Windows.Forms.ColorPicker End Class