MS Use without WM
This commit is contained in:
12
App/CONFIG_APP/frmMain.Designer.vb
generated
12
App/CONFIG_APP/frmMain.Designer.vb
generated
@@ -1021,7 +1021,7 @@ Partial Class frmMain
|
||||
Me.tsbtnRunLocalMail.Image = Global.CONFIG_APP.My.Resources.Resources.email_go
|
||||
Me.tsbtnRunLocalMail.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.tsbtnRunLocalMail.Name = "tsbtnRunLocalMail"
|
||||
Me.tsbtnRunLocalMail.Size = New System.Drawing.Size(134, 22)
|
||||
Me.tsbtnRunLocalMail.Size = New System.Drawing.Size(133, 22)
|
||||
Me.tsbtnRunLocalMail.Text = "Test with local email"
|
||||
'
|
||||
'tsbtnRunProfiles
|
||||
@@ -1665,7 +1665,7 @@ Partial Class frmMain
|
||||
Me.BindingNavigator2.MovePreviousItem = Me.ToolStripButton5
|
||||
Me.BindingNavigator2.Name = "BindingNavigator2"
|
||||
Me.BindingNavigator2.PositionItem = Me.ToolStripTextBox1
|
||||
Me.BindingNavigator2.Size = New System.Drawing.Size(1177, 25)
|
||||
Me.BindingNavigator2.Size = New System.Drawing.Size(964, 25)
|
||||
Me.BindingNavigator2.TabIndex = 32
|
||||
Me.BindingNavigator2.Text = "BindingNavigator2"
|
||||
'
|
||||
@@ -1780,7 +1780,7 @@ Partial Class frmMain
|
||||
Me.GridControl1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.GridControl1.MainView = Me.GridView1
|
||||
Me.GridControl1.Name = "GridControl1"
|
||||
Me.GridControl1.Size = New System.Drawing.Size(241, 311)
|
||||
Me.GridControl1.Size = New System.Drawing.Size(241, 328)
|
||||
Me.GridControl1.TabIndex = 0
|
||||
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1})
|
||||
'
|
||||
@@ -2274,7 +2274,7 @@ Partial Class frmMain
|
||||
'ToolStripLabel3
|
||||
'
|
||||
Me.ToolStripLabel3.Name = "ToolStripLabel3"
|
||||
Me.ToolStripLabel3.Size = New System.Drawing.Size(160, 22)
|
||||
Me.ToolStripLabel3.Size = New System.Drawing.Size(161, 22)
|
||||
Me.ToolStripLabel3.Text = "von {0} Indexierungsschritten"
|
||||
Me.ToolStripLabel3.ToolTipText = "Die Gesamtanzahl der Elemente."
|
||||
'
|
||||
@@ -2574,12 +2574,14 @@ Partial Class frmMain
|
||||
'
|
||||
'LOG_ERRORS_ONLYCheckBox
|
||||
'
|
||||
Me.LOG_ERRORS_ONLYCheckBox.Checked = Global.CONFIG_APP.My.MySettings.Default.DEBUG
|
||||
Me.LOG_ERRORS_ONLYCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBEMLP_CONFIGBindingSource, "LOG_ERRORS_ONLY", True))
|
||||
Me.LOG_ERRORS_ONLYCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.CONFIG_APP.My.MySettings.Default, "DEBUG", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
||||
Me.LOG_ERRORS_ONLYCheckBox.Location = New System.Drawing.Point(138, 22)
|
||||
Me.LOG_ERRORS_ONLYCheckBox.Name = "LOG_ERRORS_ONLYCheckBox"
|
||||
Me.LOG_ERRORS_ONLYCheckBox.Size = New System.Drawing.Size(104, 23)
|
||||
Me.LOG_ERRORS_ONLYCheckBox.TabIndex = 64
|
||||
Me.LOG_ERRORS_ONLYCheckBox.Text = "Log Errors Only"
|
||||
Me.LOG_ERRORS_ONLYCheckBox.Text = "DEBUG (Log)"
|
||||
Me.LOG_ERRORS_ONLYCheckBox.UseVisualStyleBackColor = True
|
||||
'
|
||||
'GroupBox1
|
||||
|
||||
Reference in New Issue
Block a user