mirror of
https://github.com/romanlryji/EventLogLoader.git
synced 2024-11-30 08:56:47 +02:00
330 lines
16 KiB
VB.net
330 lines
16 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class Form1
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Форма переопределяет dispose для очистки списка компонентов.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
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
|
|
|
|
'Является обязательной для конструктора форм Windows Forms
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Примечание: следующая процедура является обязательной для конструктора форм Windows Forms
|
|
'Для ее изменения используйте конструктор форм Windows Form.
|
|
'Не изменяйте ее в редакторе исходного кода.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
|
|
Me.ListView = New System.Windows.Forms.ListView()
|
|
Me.InfobaseName = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
|
|
Me.InfobaseGUID = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
|
|
Me.InfobaseDescription = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
|
|
Me.IBEvLogSize = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
|
|
Me.InfobaseLogPath = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
|
|
Me.ConnectionStringBox = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Button4 = New System.Windows.Forms.Button()
|
|
Me.TabControl1 = New System.Windows.Forms.TabControl()
|
|
Me.TabPage2 = New System.Windows.Forms.TabPage()
|
|
Me.DBType = New System.Windows.Forms.ComboBox()
|
|
Me.Button6 = New System.Windows.Forms.Button()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.ButtonAddPath = New System.Windows.Forms.Button()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.RepeatTime = New System.Windows.Forms.TextBox()
|
|
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
|
Me.RichTextBox1 = New System.Windows.Forms.RichTextBox()
|
|
Me.TabControl1.SuspendLayout()
|
|
Me.TabPage2.SuspendLayout()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.TabPage1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'ListView
|
|
'
|
|
Me.ListView.CheckBoxes = True
|
|
Me.ListView.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.InfobaseName, Me.InfobaseGUID, Me.InfobaseDescription, Me.IBEvLogSize, Me.InfobaseLogPath})
|
|
Me.ListView.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.ListView.FullRowSelect = True
|
|
Me.ListView.GridLines = True
|
|
Me.ListView.Location = New System.Drawing.Point(3, 20)
|
|
Me.ListView.Name = "ListView"
|
|
Me.ListView.Size = New System.Drawing.Size(755, 241)
|
|
Me.ListView.TabIndex = 1
|
|
Me.ListView.UseCompatibleStateImageBehavior = False
|
|
Me.ListView.View = System.Windows.Forms.View.Details
|
|
'
|
|
'InfobaseName
|
|
'
|
|
Me.InfobaseName.Text = "Имя базы"
|
|
Me.InfobaseName.Width = 200
|
|
'
|
|
'InfobaseGUID
|
|
'
|
|
Me.InfobaseGUID.Text = "Идентификатор базы"
|
|
Me.InfobaseGUID.Width = 0
|
|
'
|
|
'InfobaseDescription
|
|
'
|
|
Me.InfobaseDescription.Text = "Описание"
|
|
Me.InfobaseDescription.Width = 225
|
|
'
|
|
'IBEvLogSize
|
|
'
|
|
Me.IBEvLogSize.Text = "Размер ЖР (Мб)"
|
|
Me.IBEvLogSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
|
Me.IBEvLogSize.Width = 129
|
|
'
|
|
'InfobaseLogPath
|
|
'
|
|
Me.InfobaseLogPath.Text = "Каталог ЖР"
|
|
Me.InfobaseLogPath.Width = 300
|
|
'
|
|
'ConnectionStringBox
|
|
'
|
|
Me.ConnectionStringBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.ConnectionStringBox.Location = New System.Drawing.Point(127, 29)
|
|
Me.ConnectionStringBox.Name = "ConnectionStringBox"
|
|
Me.ConnectionStringBox.Size = New System.Drawing.Size(561, 20)
|
|
Me.ConnectionStringBox.TabIndex = 2
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Tahoma", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
|
|
Me.Label1.ForeColor = System.Drawing.Color.Maroon
|
|
Me.Label1.Location = New System.Drawing.Point(8, 9)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(450, 17)
|
|
Me.Label1.TabIndex = 3
|
|
Me.Label1.Text = "Строка соединения с базой данных для записи событий ЖР"
|
|
'
|
|
'Button4
|
|
'
|
|
Me.Button4.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Button4.Location = New System.Drawing.Point(691, 27)
|
|
Me.Button4.Name = "Button4"
|
|
Me.Button4.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button4.TabIndex = 4
|
|
Me.Button4.Text = "Проверить"
|
|
Me.Button4.UseVisualStyleBackColor = True
|
|
'
|
|
'TabControl1
|
|
'
|
|
Me.TabControl1.Controls.Add(Me.TabPage2)
|
|
Me.TabControl1.Controls.Add(Me.TabPage1)
|
|
Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.TabControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.TabControl1.Name = "TabControl1"
|
|
Me.TabControl1.SelectedIndex = 0
|
|
Me.TabControl1.Size = New System.Drawing.Size(783, 424)
|
|
Me.TabControl1.TabIndex = 5
|
|
'
|
|
'TabPage2
|
|
'
|
|
Me.TabPage2.Controls.Add(Me.DBType)
|
|
Me.TabPage2.Controls.Add(Me.Button6)
|
|
Me.TabPage2.Controls.Add(Me.GroupBox1)
|
|
Me.TabPage2.Controls.Add(Me.Label2)
|
|
Me.TabPage2.Controls.Add(Me.Label1)
|
|
Me.TabPage2.Controls.Add(Me.Button1)
|
|
Me.TabPage2.Controls.Add(Me.Button3)
|
|
Me.TabPage2.Controls.Add(Me.Button4)
|
|
Me.TabPage2.Controls.Add(Me.ButtonAddPath)
|
|
Me.TabPage2.Controls.Add(Me.Button2)
|
|
Me.TabPage2.Controls.Add(Me.RepeatTime)
|
|
Me.TabPage2.Controls.Add(Me.ConnectionStringBox)
|
|
Me.TabPage2.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage2.Name = "TabPage2"
|
|
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabPage2.Size = New System.Drawing.Size(775, 398)
|
|
Me.TabPage2.TabIndex = 1
|
|
Me.TabPage2.Text = "Настройка параметров"
|
|
Me.TabPage2.UseVisualStyleBackColor = True
|
|
'
|
|
'DBType
|
|
'
|
|
Me.DBType.FormattingEnabled = True
|
|
Me.DBType.Items.AddRange(New Object() {"MS SQL Server", "MySQL", "ElasticSearch"})
|
|
Me.DBType.Location = New System.Drawing.Point(9, 29)
|
|
Me.DBType.Name = "DBType"
|
|
Me.DBType.Size = New System.Drawing.Size(112, 21)
|
|
Me.DBType.TabIndex = 8
|
|
'
|
|
'Button6
|
|
'
|
|
Me.Button6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Button6.Image = Global.EventLogLoaderManager.My.Resources.Resources.info
|
|
Me.Button6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button6.Location = New System.Drawing.Point(644, 348)
|
|
Me.Button6.Name = "Button6"
|
|
Me.Button6.Size = New System.Drawing.Size(123, 48)
|
|
Me.Button6.TabIndex = 7
|
|
Me.Button6.Text = "О программе"
|
|
Me.Button6.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button6.UseVisualStyleBackColor = True
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.GroupBox1.Controls.Add(Me.ListView)
|
|
Me.GroupBox1.Font = New System.Drawing.Font("Tahoma", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
|
|
Me.GroupBox1.ForeColor = System.Drawing.Color.Maroon
|
|
Me.GroupBox1.Location = New System.Drawing.Point(8, 78)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(761, 264)
|
|
Me.GroupBox1.TabIndex = 5
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Обнаруженные информационные базы 1С"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Font = New System.Drawing.Font("Tahoma", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
|
|
Me.Label2.ForeColor = System.Drawing.Color.Maroon
|
|
Me.Label2.Location = New System.Drawing.Point(8, 52)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(439, 17)
|
|
Me.Label2.TabIndex = 3
|
|
Me.Label2.Text = "Интервал между циклами чтения событий из ЖР (секунд)"
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Button1.Image = Global.EventLogLoaderManager.My.Resources.Resources.save_all
|
|
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button1.Location = New System.Drawing.Point(475, 348)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(163, 47)
|
|
Me.Button1.TabIndex = 0
|
|
Me.Button1.Text = "Сохранить параметры"
|
|
Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'Button3
|
|
'
|
|
Me.Button3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Button3.Image = Global.EventLogLoaderManager.My.Resources.Resources.edit_delete_5986
|
|
Me.Button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button3.Location = New System.Drawing.Point(330, 348)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(139, 47)
|
|
Me.Button3.TabIndex = 0
|
|
Me.Button3.Text = "Удалить службу"
|
|
Me.Button3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
'
|
|
'ButtonAddPath
|
|
'
|
|
Me.ButtonAddPath.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.ButtonAddPath.Image = Global.EventLogLoaderManager.My.Resources.Resources.edit_add_3860
|
|
Me.ButtonAddPath.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.ButtonAddPath.Location = New System.Drawing.Point(9, 348)
|
|
Me.ButtonAddPath.Name = "ButtonAddPath"
|
|
Me.ButtonAddPath.Size = New System.Drawing.Size(162, 47)
|
|
Me.ButtonAddPath.TabIndex = 0
|
|
Me.ButtonAddPath.Text = "Добавить путь вручную"
|
|
Me.ButtonAddPath.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.ButtonAddPath.UseVisualStyleBackColor = True
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Button2.Image = Global.EventLogLoaderManager.My.Resources.Resources.edit_add_3860
|
|
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button2.Location = New System.Drawing.Point(177, 348)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(147, 47)
|
|
Me.Button2.TabIndex = 0
|
|
Me.Button2.Text = "Установить службу"
|
|
Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'RepeatTime
|
|
'
|
|
Me.RepeatTime.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.RepeatTime.Location = New System.Drawing.Point(453, 52)
|
|
Me.RepeatTime.Name = "RepeatTime"
|
|
Me.RepeatTime.Size = New System.Drawing.Size(235, 20)
|
|
Me.RepeatTime.TabIndex = 2
|
|
'
|
|
'TabPage1
|
|
'
|
|
Me.TabPage1.Controls.Add(Me.RichTextBox1)
|
|
Me.TabPage1.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage1.Name = "TabPage1"
|
|
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabPage1.Size = New System.Drawing.Size(775, 398)
|
|
Me.TabPage1.TabIndex = 0
|
|
Me.TabPage1.Text = "Описание"
|
|
Me.TabPage1.UseVisualStyleBackColor = True
|
|
'
|
|
'RichTextBox1
|
|
'
|
|
Me.RichTextBox1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.RichTextBox1.Font = New System.Drawing.Font("Tahoma", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
|
|
Me.RichTextBox1.ForeColor = System.Drawing.Color.Maroon
|
|
Me.RichTextBox1.Location = New System.Drawing.Point(3, 3)
|
|
Me.RichTextBox1.Name = "RichTextBox1"
|
|
Me.RichTextBox1.Size = New System.Drawing.Size(769, 392)
|
|
Me.RichTextBox1.TabIndex = 0
|
|
Me.RichTextBox1.Text = resources.GetString("RichTextBox1.Text")
|
|
'
|
|
'Form1
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(783, 424)
|
|
Me.Controls.Add(Me.TabControl1)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "Form1"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Form1"
|
|
Me.TabControl1.ResumeLayout(False)
|
|
Me.TabPage2.ResumeLayout(False)
|
|
Me.TabPage2.PerformLayout()
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.TabPage1.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents Button2 As System.Windows.Forms.Button
|
|
Friend WithEvents Button3 As System.Windows.Forms.Button
|
|
Friend WithEvents ListView As System.Windows.Forms.ListView
|
|
Friend WithEvents InfobaseName As System.Windows.Forms.ColumnHeader
|
|
Friend WithEvents InfobaseGUID As System.Windows.Forms.ColumnHeader
|
|
Friend WithEvents InfobaseDescription As System.Windows.Forms.ColumnHeader
|
|
Friend WithEvents IBEvLogSize As System.Windows.Forms.ColumnHeader
|
|
Friend WithEvents ConnectionStringBox As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Button4 As System.Windows.Forms.Button
|
|
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
|
|
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
|
|
Friend WithEvents RichTextBox1 As System.Windows.Forms.RichTextBox
|
|
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents Button6 As System.Windows.Forms.Button
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents RepeatTime As System.Windows.Forms.TextBox
|
|
Friend WithEvents InfobaseLogPath As System.Windows.Forms.ColumnHeader
|
|
Friend WithEvents DBType As System.Windows.Forms.ComboBox
|
|
Friend WithEvents ButtonAddPath As System.Windows.Forms.Button
|
|
|
|
End Class
|