MS
This commit is contained in:
125
app/DD-Record-Organizer/frmConfig_Basic.Designer.vb
generated
125
app/DD-Record-Organizer/frmConfig_Basic.Designer.vb
generated
@@ -22,8 +22,8 @@ Partial Class frmConfig_Basic
|
||||
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||
<System.Diagnostics.DebuggerStepThrough()>
|
||||
Private Sub InitializeComponent()
|
||||
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmConfig_Basic))
|
||||
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Me.TabControl1 = New System.Windows.Forms.TabControl()
|
||||
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
||||
Me.lblLinkedServer = New System.Windows.Forms.Label()
|
||||
@@ -73,16 +73,17 @@ Partial Class frmConfig_Basic
|
||||
Me.Label8 = New System.Windows.Forms.Label()
|
||||
Me.btnstartstop2 = New System.Windows.Forms.Button()
|
||||
Me.TabPage4 = New System.Windows.Forms.TabPage()
|
||||
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
||||
Me.Button7 = New System.Windows.Forms.Button()
|
||||
Me.RadioButton3 = New System.Windows.Forms.RadioButton()
|
||||
Me.rbGruppe = New System.Windows.Forms.RadioButton()
|
||||
Me.rbUser = New System.Windows.Forms.RadioButton()
|
||||
Me.txtObjectExists = New System.Windows.Forms.TextBox()
|
||||
Me.Button6 = New System.Windows.Forms.Button()
|
||||
Me.btncheckWDFolderexists = New System.Windows.Forms.Button()
|
||||
Me.txtwdFolder = New System.Windows.Forms.TextBox()
|
||||
Me.Label12 = New System.Windows.Forms.Label()
|
||||
Me.Button6 = New System.Windows.Forms.Button()
|
||||
Me.txtObjectExists = New System.Windows.Forms.TextBox()
|
||||
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
||||
Me.rbUser = New System.Windows.Forms.RadioButton()
|
||||
Me.rbGruppe = New System.Windows.Forms.RadioButton()
|
||||
Me.RadioButton3 = New System.Windows.Forms.RadioButton()
|
||||
Me.Button7 = New System.Windows.Forms.Button()
|
||||
Me.CheckBoxGridDocResult_BestFitColumns = New System.Windows.Forms.CheckBox()
|
||||
Me.TabControl1.SuspendLayout()
|
||||
Me.TabPage1.SuspendLayout()
|
||||
Me.TabPage2.SuspendLayout()
|
||||
@@ -231,6 +232,7 @@ Partial Class frmConfig_Basic
|
||||
'
|
||||
'TabPage2
|
||||
'
|
||||
Me.TabPage2.Controls.Add(Me.CheckBoxGridDocResult_BestFitColumns)
|
||||
Me.TabPage2.Controls.Add(Me.Button4)
|
||||
Me.TabPage2.Controls.Add(Me.GroupBox5)
|
||||
Me.TabPage2.Controls.Add(Me.GroupBox1)
|
||||
@@ -399,8 +401,8 @@ Partial Class frmConfig_Basic
|
||||
'
|
||||
'DataGridView1
|
||||
'
|
||||
DataGridViewCellStyle1.BackColor = System.Drawing.Color.Aqua
|
||||
Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
||||
DataGridViewCellStyle2.BackColor = System.Drawing.Color.Aqua
|
||||
Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
|
||||
resources.ApplyResources(Me.DataGridView1, "DataGridView1")
|
||||
Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.DataGridView1.Name = "DataGridView1"
|
||||
@@ -445,6 +447,56 @@ Partial Class frmConfig_Basic
|
||||
Me.TabPage4.Name = "TabPage4"
|
||||
Me.TabPage4.UseVisualStyleBackColor = True
|
||||
'
|
||||
'GroupBox2
|
||||
'
|
||||
Me.GroupBox2.Controls.Add(Me.Button7)
|
||||
Me.GroupBox2.Controls.Add(Me.RadioButton3)
|
||||
Me.GroupBox2.Controls.Add(Me.rbGruppe)
|
||||
Me.GroupBox2.Controls.Add(Me.rbUser)
|
||||
Me.GroupBox2.Controls.Add(Me.txtObjectExists)
|
||||
Me.GroupBox2.Controls.Add(Me.Button6)
|
||||
resources.ApplyResources(Me.GroupBox2, "GroupBox2")
|
||||
Me.GroupBox2.Name = "GroupBox2"
|
||||
Me.GroupBox2.TabStop = False
|
||||
'
|
||||
'Button7
|
||||
'
|
||||
resources.ApplyResources(Me.Button7, "Button7")
|
||||
Me.Button7.Name = "Button7"
|
||||
Me.Button7.UseVisualStyleBackColor = True
|
||||
'
|
||||
'RadioButton3
|
||||
'
|
||||
resources.ApplyResources(Me.RadioButton3, "RadioButton3")
|
||||
Me.RadioButton3.Name = "RadioButton3"
|
||||
Me.RadioButton3.TabStop = True
|
||||
Me.RadioButton3.UseVisualStyleBackColor = True
|
||||
'
|
||||
'rbGruppe
|
||||
'
|
||||
resources.ApplyResources(Me.rbGruppe, "rbGruppe")
|
||||
Me.rbGruppe.Name = "rbGruppe"
|
||||
Me.rbGruppe.TabStop = True
|
||||
Me.rbGruppe.UseVisualStyleBackColor = True
|
||||
'
|
||||
'rbUser
|
||||
'
|
||||
resources.ApplyResources(Me.rbUser, "rbUser")
|
||||
Me.rbUser.Name = "rbUser"
|
||||
Me.rbUser.TabStop = True
|
||||
Me.rbUser.UseVisualStyleBackColor = True
|
||||
'
|
||||
'txtObjectExists
|
||||
'
|
||||
resources.ApplyResources(Me.txtObjectExists, "txtObjectExists")
|
||||
Me.txtObjectExists.Name = "txtObjectExists"
|
||||
'
|
||||
'Button6
|
||||
'
|
||||
resources.ApplyResources(Me.Button6, "Button6")
|
||||
Me.Button6.Name = "Button6"
|
||||
Me.Button6.UseVisualStyleBackColor = True
|
||||
'
|
||||
'btncheckWDFolderexists
|
||||
'
|
||||
resources.ApplyResources(Me.btncheckWDFolderexists, "btncheckWDFolderexists")
|
||||
@@ -461,55 +513,11 @@ Partial Class frmConfig_Basic
|
||||
resources.ApplyResources(Me.Label12, "Label12")
|
||||
Me.Label12.Name = "Label12"
|
||||
'
|
||||
'Button6
|
||||
'CheckBoxGridDocResult_BestFitColumns
|
||||
'
|
||||
resources.ApplyResources(Me.Button6, "Button6")
|
||||
Me.Button6.Name = "Button6"
|
||||
Me.Button6.UseVisualStyleBackColor = True
|
||||
'
|
||||
'txtObjectExists
|
||||
'
|
||||
resources.ApplyResources(Me.txtObjectExists, "txtObjectExists")
|
||||
Me.txtObjectExists.Name = "txtObjectExists"
|
||||
'
|
||||
'GroupBox2
|
||||
'
|
||||
Me.GroupBox2.Controls.Add(Me.Button7)
|
||||
Me.GroupBox2.Controls.Add(Me.RadioButton3)
|
||||
Me.GroupBox2.Controls.Add(Me.rbGruppe)
|
||||
Me.GroupBox2.Controls.Add(Me.rbUser)
|
||||
Me.GroupBox2.Controls.Add(Me.txtObjectExists)
|
||||
Me.GroupBox2.Controls.Add(Me.Button6)
|
||||
resources.ApplyResources(Me.GroupBox2, "GroupBox2")
|
||||
Me.GroupBox2.Name = "GroupBox2"
|
||||
Me.GroupBox2.TabStop = False
|
||||
'
|
||||
'rbUser
|
||||
'
|
||||
resources.ApplyResources(Me.rbUser, "rbUser")
|
||||
Me.rbUser.Name = "rbUser"
|
||||
Me.rbUser.TabStop = True
|
||||
Me.rbUser.UseVisualStyleBackColor = True
|
||||
'
|
||||
'rbGruppe
|
||||
'
|
||||
resources.ApplyResources(Me.rbGruppe, "rbGruppe")
|
||||
Me.rbGruppe.Name = "rbGruppe"
|
||||
Me.rbGruppe.TabStop = True
|
||||
Me.rbGruppe.UseVisualStyleBackColor = True
|
||||
'
|
||||
'RadioButton3
|
||||
'
|
||||
resources.ApplyResources(Me.RadioButton3, "RadioButton3")
|
||||
Me.RadioButton3.Name = "RadioButton3"
|
||||
Me.RadioButton3.TabStop = True
|
||||
Me.RadioButton3.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Button7
|
||||
'
|
||||
resources.ApplyResources(Me.Button7, "Button7")
|
||||
Me.Button7.Name = "Button7"
|
||||
Me.Button7.UseVisualStyleBackColor = True
|
||||
resources.ApplyResources(Me.CheckBoxGridDocResult_BestFitColumns, "CheckBoxGridDocResult_BestFitColumns")
|
||||
Me.CheckBoxGridDocResult_BestFitColumns.Name = "CheckBoxGridDocResult_BestFitColumns"
|
||||
Me.CheckBoxGridDocResult_BestFitColumns.UseVisualStyleBackColor = True
|
||||
'
|
||||
'frmConfig_Basic
|
||||
'
|
||||
@@ -599,4 +607,5 @@ Partial Class frmConfig_Basic
|
||||
Friend WithEvents txtObjectExists As TextBox
|
||||
Friend WithEvents Button6 As Button
|
||||
Friend WithEvents Button7 As Button
|
||||
Friend WithEvents CheckBoxGridDocResult_BestFitColumns As CheckBox
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user