Add UI for setting font size
This commit is contained in:
23
app/DD_PM_WINDREAM/frmKonfig.Designer.vb
generated
23
app/DD_PM_WINDREAM/frmKonfig.Designer.vb
generated
@@ -42,6 +42,7 @@ Partial Class frmKonfig
|
||||
Me.txtActualConnection = New System.Windows.Forms.TextBox()
|
||||
Me.txtServer = New System.Windows.Forms.TextBox()
|
||||
Me.TabPage3 = New System.Windows.Forms.TabPage()
|
||||
Me.LabelControl1 = New DevExpress.XtraEditors.LabelControl()
|
||||
Me.Button4 = New System.Windows.Forms.Button()
|
||||
Me.Label7 = New System.Windows.Forms.Label()
|
||||
Me.txtIntervall = New System.Windows.Forms.TextBox()
|
||||
@@ -63,6 +64,7 @@ Partial Class frmKonfig
|
||||
Me.TBPM_KONFIGURATIONTableAdapter = New DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter()
|
||||
Me.TableAdapterManager = New DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TableAdapterManager()
|
||||
Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
|
||||
Me.ComboBoxEdit1 = New DevExpress.XtraEditors.ComboBoxEdit()
|
||||
Me.TabControl1.SuspendLayout()
|
||||
Me.TabPage2.SuspendLayout()
|
||||
Me.TabPage3.SuspendLayout()
|
||||
@@ -72,6 +74,7 @@ Partial Class frmKonfig
|
||||
CType(Me.gvLogs, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.ComboBoxEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'OpenFileDialog1
|
||||
@@ -193,6 +196,8 @@ Partial Class frmKonfig
|
||||
'
|
||||
'TabPage3
|
||||
'
|
||||
Me.TabPage3.Controls.Add(Me.ComboBoxEdit1)
|
||||
Me.TabPage3.Controls.Add(Me.LabelControl1)
|
||||
Me.TabPage3.Controls.Add(Me.Button4)
|
||||
Me.TabPage3.Controls.Add(Me.Label7)
|
||||
Me.TabPage3.Controls.Add(Me.txtIntervall)
|
||||
@@ -207,6 +212,13 @@ Partial Class frmKonfig
|
||||
Me.TabPage3.Name = "TabPage3"
|
||||
Me.TabPage3.UseVisualStyleBackColor = True
|
||||
'
|
||||
'LabelControl1
|
||||
'
|
||||
Me.LabelControl1.Appearance.Font = CType(resources.GetObject("LabelControl1.Appearance.Font"), System.Drawing.Font)
|
||||
Me.LabelControl1.Appearance.Options.UseFont = True
|
||||
resources.ApplyResources(Me.LabelControl1, "LabelControl1")
|
||||
Me.LabelControl1.Name = "LabelControl1"
|
||||
'
|
||||
'Button4
|
||||
'
|
||||
resources.ApplyResources(Me.Button4, "Button4")
|
||||
@@ -339,6 +351,14 @@ Partial Class frmKonfig
|
||||
Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing
|
||||
Me.TableAdapterManager.UpdateOrder = DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
||||
'
|
||||
'ComboBoxEdit1
|
||||
'
|
||||
resources.ApplyResources(Me.ComboBoxEdit1, "ComboBoxEdit1")
|
||||
Me.ComboBoxEdit1.Name = "ComboBoxEdit1"
|
||||
Me.ComboBoxEdit1.Properties.Appearance.Font = CType(resources.GetObject("ComboBoxEdit1.Properties.Appearance.Font"), System.Drawing.Font)
|
||||
Me.ComboBoxEdit1.Properties.Appearance.Options.UseFont = True
|
||||
Me.ComboBoxEdit1.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("ComboBoxEdit1.Properties.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))})
|
||||
'
|
||||
'frmKonfig
|
||||
'
|
||||
resources.ApplyResources(Me, "$this")
|
||||
@@ -357,6 +377,7 @@ Partial Class frmKonfig
|
||||
CType(Me.gvLogs, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.ComboBoxEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
End Sub
|
||||
@@ -399,4 +420,6 @@ Partial Class frmKonfig
|
||||
Friend WithEvents LogNachrichtenLeerenToolStripMenuItem As ToolStripMenuItem
|
||||
Friend WithEvents SpeichereLogAlsToolStripMenuItem As ToolStripMenuItem
|
||||
Friend WithEvents SaveFileDialog1 As SaveFileDialog
|
||||
Friend WithEvents LabelControl1 As DevExpress.XtraEditors.LabelControl
|
||||
Friend WithEvents ComboBoxEdit1 As DevExpress.XtraEditors.ComboBoxEdit
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user