Click here to Skip to main content
15,892,575 members
Articles / Programming Languages / Visual Basic

Text Log Viewer

Rate me:
Please Sign up or sign in to vote.
3.30/5 (6 votes)
19 Aug 2009CPOL2 min read 53.4K   2.3K   30  
Text Log Viewer
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Frm_Main
    Inherits System.Windows.Forms.Form

    'Form overrides dispose to clean up the component list.
    <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

    'Required by the Windows Form Designer
    Private components As System.ComponentModel.IContainer

    'NOTE: The following procedure is required by the Windows Form Designer
    'It can be modified using the Windows Form Designer.  
    'Do not modify it using the code editor.
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.components = New System.ComponentModel.Container
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Frm_Main))
        Me.MenuStrip1 = New System.Windows.Forms.MenuStrip
        Me.M_Dosya = New System.Windows.Forms.ToolStripMenuItem
        Me.M_s_YeniDosyaAc = New System.Windows.Forms.ToolStripMenuItem
        Me.M_S_SonDosyayiYenidenAc = New System.Windows.Forms.ToolStripMenuItem
        Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripSeparator
        Me.M_S_DizinInceemeEkraniAc = New System.Windows.Forms.ToolStripMenuItem
        Me.ToolStripMenuItem4 = New System.Windows.Forms.ToolStripSeparator
        Me.M_S_Cikis = New System.Windows.Forms.ToolStripMenuItem
        Me.M_Ayarlar = New System.Windows.Forms.ToolStripMenuItem
        Me.M_S_Bilgi = New System.Windows.Forms.ToolStripMenuItem
        Me.ToolStripMenuItem2 = New System.Windows.Forms.ToolStripSeparator
        Me.M_S_RenklendirmeAyarlari = New System.Windows.Forms.ToolStripMenuItem
        Me.ToolStripMenuItem3 = New System.Windows.Forms.ToolStripSeparator
        Me.M_S_AcikDosyalariHatirla = New System.Windows.Forms.ToolStripMenuItem
        Me.MTxt_Ico = New System.Windows.Forms.ToolStripTextBox
        Me.M_Pencereler = New System.Windows.Forms.ToolStripMenuItem
        Me.M_S_TunumuKapat = New System.Windows.Forms.ToolStripMenuItem
        Me.M_S_AktifHaricDigerleriniKapat = New System.Windows.Forms.ToolStripMenuItem
        Me.M_LanguageDil = New System.Windows.Forms.ToolStripMenuItem
        Me.M_S_TR = New System.Windows.Forms.ToolStripMenuItem
        Me.M_S_ENEnglish = New System.Windows.Forms.ToolStripMenuItem
        Me.StatusStrip1 = New System.Windows.Forms.StatusStrip
        Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel
        Me.TsM = New System.Windows.Forms.ToolStripStatusLabel
        Me.Dck_1 = New WeifenLuo.WinFormsUI.Docking.DockPanel
        Me.Opf1 = New System.Windows.Forms.OpenFileDialog
        Me.img1 = New System.Windows.Forms.ImageList(Me.components)
        Me.Track_op = New System.Windows.Forms.TrackBar
        Me.DosyaTakipSüresiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.ToolStripTextBox1 = New System.Windows.Forms.ToolStripTextBox
        Me.MenuStrip1.SuspendLayout()
        Me.StatusStrip1.SuspendLayout()
        CType(Me.Track_op, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'MenuStrip1
        '
        Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.M_Dosya, Me.M_Ayarlar, Me.M_Pencereler, Me.M_LanguageDil})
        Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
        Me.MenuStrip1.Name = "MenuStrip1"
        Me.MenuStrip1.Size = New System.Drawing.Size(783, 24)
        Me.MenuStrip1.TabIndex = 0
        Me.MenuStrip1.Text = "MenuStrip1"
        '
        'M_Dosya
        '
        Me.M_Dosya.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.M_s_YeniDosyaAc, Me.M_S_SonDosyayiYenidenAc, Me.ToolStripMenuItem1, Me.M_S_DizinInceemeEkraniAc, Me.ToolStripMenuItem4, Me.M_S_Cikis})
        Me.M_Dosya.Name = "M_Dosya"
        Me.M_Dosya.Size = New System.Drawing.Size(49, 20)
        Me.M_Dosya.Text = "Dosya"
        '
        'M_s_YeniDosyaAc
        '
        Me.M_s_YeniDosyaAc.Image = CType(resources.GetObject("M_s_YeniDosyaAc.Image"), System.Drawing.Image)
        Me.M_s_YeniDosyaAc.Name = "M_s_YeniDosyaAc"
        Me.M_s_YeniDosyaAc.Size = New System.Drawing.Size(200, 22)
        Me.M_s_YeniDosyaAc.Text = "Yeni Dosya Ac"
        '
        'M_S_SonDosyayiYenidenAc
        '
        Me.M_S_SonDosyayiYenidenAc.Name = "M_S_SonDosyayiYenidenAc"
        Me.M_S_SonDosyayiYenidenAc.Size = New System.Drawing.Size(200, 22)
        Me.M_S_SonDosyayiYenidenAc.Text = "Son Dosyayi Yeniden Aç"
        '
        'ToolStripMenuItem1
        '
        Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1"
        Me.ToolStripMenuItem1.Size = New System.Drawing.Size(197, 6)
        '
        'M_S_DizinInceemeEkraniAc
        '
        Me.M_S_DizinInceemeEkraniAc.Name = "M_S_DizinInceemeEkraniAc"
        Me.M_S_DizinInceemeEkraniAc.Size = New System.Drawing.Size(200, 22)
        Me.M_S_DizinInceemeEkraniAc.Text = "Dizin Inceleme Ekranı Aç"
        '
        'ToolStripMenuItem4
        '
        Me.ToolStripMenuItem4.Name = "ToolStripMenuItem4"
        Me.ToolStripMenuItem4.Size = New System.Drawing.Size(197, 6)
        '
        'M_S_Cikis
        '
        Me.M_S_Cikis.Image = CType(resources.GetObject("M_S_Cikis.Image"), System.Drawing.Image)
        Me.M_S_Cikis.Name = "M_S_Cikis"
        Me.M_S_Cikis.Size = New System.Drawing.Size(200, 22)
        Me.M_S_Cikis.Text = "&Çıkış"
        '
        'M_Ayarlar
        '
        Me.M_Ayarlar.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.M_S_Bilgi, Me.ToolStripMenuItem2, Me.M_S_RenklendirmeAyarlari, Me.ToolStripMenuItem3, Me.M_S_AcikDosyalariHatirla, Me.MTxt_Ico, Me.DosyaTakipSüresiToolStripMenuItem})
        Me.M_Ayarlar.Name = "M_Ayarlar"
        Me.M_Ayarlar.Size = New System.Drawing.Size(54, 20)
        Me.M_Ayarlar.Text = "Ayarlar"
        '
        'M_S_Bilgi
        '
        Me.M_S_Bilgi.Name = "M_S_Bilgi"
        Me.M_S_Bilgi.Size = New System.Drawing.Size(189, 22)
        Me.M_S_Bilgi.Text = "Bilgi"
        '
        'ToolStripMenuItem2
        '
        Me.ToolStripMenuItem2.Name = "ToolStripMenuItem2"
        Me.ToolStripMenuItem2.Size = New System.Drawing.Size(186, 6)
        '
        'M_S_RenklendirmeAyarlari
        '
        Me.M_S_RenklendirmeAyarlari.Image = CType(resources.GetObject("M_S_RenklendirmeAyarlari.Image"), System.Drawing.Image)
        Me.M_S_RenklendirmeAyarlari.Name = "M_S_RenklendirmeAyarlari"
        Me.M_S_RenklendirmeAyarlari.Size = New System.Drawing.Size(189, 22)
        Me.M_S_RenklendirmeAyarlari.Text = "Renklendirme Ayarları"
        '
        'ToolStripMenuItem3
        '
        Me.ToolStripMenuItem3.Name = "ToolStripMenuItem3"
        Me.ToolStripMenuItem3.Size = New System.Drawing.Size(186, 6)
        '
        'M_S_AcikDosyalariHatirla
        '
        Me.M_S_AcikDosyalariHatirla.Name = "M_S_AcikDosyalariHatirla"
        Me.M_S_AcikDosyalariHatirla.Size = New System.Drawing.Size(189, 22)
        Me.M_S_AcikDosyalariHatirla.Text = "Açık Dosyaları Hatırla"
        '
        'MTxt_Ico
        '
        Me.MTxt_Ico.Name = "MTxt_Ico"
        Me.MTxt_Ico.Size = New System.Drawing.Size(100, 21)
        Me.MTxt_Ico.Text = "Icon Dizini"
        '
        'M_Pencereler
        '
        Me.M_Pencereler.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.M_S_TunumuKapat, Me.M_S_AktifHaricDigerleriniKapat})
        Me.M_Pencereler.Name = "M_Pencereler"
        Me.M_Pencereler.Size = New System.Drawing.Size(70, 20)
        Me.M_Pencereler.Text = "Pencereler"
        '
        'M_S_TunumuKapat
        '
        Me.M_S_TunumuKapat.Name = "M_S_TunumuKapat"
        Me.M_S_TunumuKapat.Size = New System.Drawing.Size(215, 22)
        Me.M_S_TunumuKapat.Text = "Tünümü Kapat"
        '
        'M_S_AktifHaricDigerleriniKapat
        '
        Me.M_S_AktifHaricDigerleriniKapat.Name = "M_S_AktifHaricDigerleriniKapat"
        Me.M_S_AktifHaricDigerleriniKapat.Size = New System.Drawing.Size(215, 22)
        Me.M_S_AktifHaricDigerleriniKapat.Text = "Aktif Hariç Diğerlerini Kapat"
        '
        'M_LanguageDil
        '
        Me.M_LanguageDil.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.M_S_TR, Me.M_S_ENEnglish})
        Me.M_LanguageDil.Name = "M_LanguageDil"
        Me.M_LanguageDil.Size = New System.Drawing.Size(87, 20)
        Me.M_LanguageDil.Text = "Language / Dil"
        '
        'M_S_TR
        '
        Me.M_S_TR.Name = "M_S_TR"
        Me.M_S_TR.Size = New System.Drawing.Size(141, 22)
        Me.M_S_TR.Text = "TR - Türkçe"
        '
        'M_S_ENEnglish
        '
        Me.M_S_ENEnglish.Name = "M_S_ENEnglish"
        Me.M_S_ENEnglish.Size = New System.Drawing.Size(141, 22)
        Me.M_S_ENEnglish.Text = "EN - English"
        '
        'StatusStrip1
        '
        Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel1, Me.TsM})
        Me.StatusStrip1.Location = New System.Drawing.Point(0, 475)
        Me.StatusStrip1.Name = "StatusStrip1"
        Me.StatusStrip1.Size = New System.Drawing.Size(783, 22)
        Me.StatusStrip1.TabIndex = 3
        Me.StatusStrip1.Text = "StatusStrip1"
        '
        'ToolStripStatusLabel1
        '
        Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
        Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(43, 17)
        Me.ToolStripStatusLabel1.Text = "Log Tail"
        '
        'TsM
        '
        Me.TsM.Name = "TsM"
        Me.TsM.Size = New System.Drawing.Size(725, 17)
        Me.TsM.Spring = True
        Me.TsM.Text = "    Son İşlenen Dosya :"
        Me.TsM.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        Me.TsM.Visible = False
        '
        'Dck_1
        '
        Me.Dck_1.ActiveAutoHideContent = Nothing
        Me.Dck_1.Dock = System.Windows.Forms.DockStyle.Fill
        Me.Dck_1.Location = New System.Drawing.Point(0, 24)
        Me.Dck_1.Name = "Dck_1"
        Me.Dck_1.Size = New System.Drawing.Size(783, 451)
        Me.Dck_1.TabIndex = 4
        '
        'Opf1
        '
        Me.Opf1.FileName = "OpenFileDialog1"
        '
        'img1
        '
        Me.img1.ImageStream = CType(resources.GetObject("img1.ImageStream"), System.Windows.Forms.ImageListStreamer)
        Me.img1.TransparentColor = System.Drawing.Color.Transparent
        Me.img1.Images.SetKeyName(0, "1244787523_emoticon_smile.ico")
        Me.img1.Images.SetKeyName(1, "1246624780_edit_remove.ico")
        Me.img1.Images.SetKeyName(2, "1246624774_circle_red.ico")
        Me.img1.Images.SetKeyName(3, "1246624755_error.ico")
        Me.img1.Images.SetKeyName(4, "1246624728_exclamation.ico")
        Me.img1.Images.SetKeyName(5, "1246624958_asterisk_yellow.ico")
        Me.img1.Images.SetKeyName(6, "1246624980_ledgreen.ico")
        Me.img1.Images.SetKeyName(7, "1246624986_ledyellow.ico")
        Me.img1.Images.SetKeyName(8, "1246624991_ledorange.ico")
        Me.img1.Images.SetKeyName(9, "1246624996_ledlightgreen.ico")
        Me.img1.Images.SetKeyName(10, "1246625007_ledlightblue.ico")
        Me.img1.Images.SetKeyName(11, "1246625021_ledpurple.ico")
        Me.img1.Images.SetKeyName(12, "1246624869_circle_green.ico")
        Me.img1.Images.SetKeyName(13, "1246624888_go.ico")
        Me.img1.Images.SetKeyName(14, "1246858173_network.ico")
        Me.img1.Images.SetKeyName(15, "1246858225_network-workgroup.ico")
        Me.img1.Images.SetKeyName(16, "1246858276_advancedsettings.ico")
        Me.img1.Images.SetKeyName(17, "1246861236_kopete017.ico")
        Me.img1.Images.SetKeyName(18, "1246861270_smiley-eek.ico")
        Me.img1.Images.SetKeyName(19, "1246861377_face-sad.ico")
        Me.img1.Images.SetKeyName(20, "1246861471_plus.ico")
        Me.img1.Images.SetKeyName(21, "1246861536_001_15.ico")
        Me.img1.Images.SetKeyName(22, "1246861573_check.ico")
        Me.img1.Images.SetKeyName(23, "1246863483_button_cancel.ico")
        Me.img1.Images.SetKeyName(24, "1246863507_stock_calc-cancel.ico")
        Me.img1.Images.SetKeyName(25, "1246863511_button_cancel.ico")
        Me.img1.Images.SetKeyName(26, "1246866682_indent_task.ico")
        Me.img1.Images.SetKeyName(27, "1246866688_move_task_up.ico")
        Me.img1.Images.SetKeyName(28, "1246866693_move_task_down.ico")
        Me.img1.Images.SetKeyName(29, "1246866700_unindent_task.ico")
        Me.img1.Images.SetKeyName(30, "1246866768_applications-system.ico")
        Me.img1.Images.SetKeyName(31, "1246867194_info_16.ico")
        Me.img1.Images.SetKeyName(32, "1246867214_dialog-information.ico")
        '
        'Track_op
        '
        Me.Track_op.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.Track_op.Cursor = System.Windows.Forms.Cursors.Hand
        Me.Track_op.Location = New System.Drawing.Point(667, 475)
        Me.Track_op.Maximum = 100
        Me.Track_op.Minimum = 50
        Me.Track_op.Name = "Track_op"
        Me.Track_op.Size = New System.Drawing.Size(104, 42)
        Me.Track_op.TabIndex = 7
        Me.Track_op.Value = 100
        '
        'DosyaTakipSüresiToolStripMenuItem
        '
        Me.DosyaTakipSüresiToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripTextBox1})
        Me.DosyaTakipSüresiToolStripMenuItem.Name = "DosyaTakipSüresiToolStripMenuItem"
        Me.DosyaTakipSüresiToolStripMenuItem.Size = New System.Drawing.Size(189, 22)
        Me.DosyaTakipSüresiToolStripMenuItem.Text = "Dosya Takip Süresi"
        '
        'ToolStripTextBox1
        '
        Me.ToolStripTextBox1.Name = "ToolStripTextBox1"
        Me.ToolStripTextBox1.Size = New System.Drawing.Size(100, 21)
        Me.ToolStripTextBox1.Text = "300"
        '
        'Frm_Main
        '
        Me.AllowDrop = True
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(783, 497)
        Me.Controls.Add(Me.Track_op)
        Me.Controls.Add(Me.Dck_1)
        Me.Controls.Add(Me.StatusStrip1)
        Me.Controls.Add(Me.MenuStrip1)
        Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
        Me.IsMdiContainer = True
        Me.MainMenuStrip = Me.MenuStrip1
        Me.Name = "Frm_Main"
        Me.Text = "Log Viewer"
        Me.MenuStrip1.ResumeLayout(False)
        Me.MenuStrip1.PerformLayout()
        Me.StatusStrip1.ResumeLayout(False)
        Me.StatusStrip1.PerformLayout()
        CType(Me.Track_op, System.ComponentModel.ISupportInitialize).EndInit()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
    Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
    Friend WithEvents Dck_1 As WeifenLuo.WinFormsUI.Docking.DockPanel
    Friend WithEvents M_Dosya As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents M_s_YeniDosyaAc As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents M_S_Cikis As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents M_Ayarlar As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents M_S_Bilgi As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents ToolStripStatusLabel1 As System.Windows.Forms.ToolStripStatusLabel
    Friend WithEvents Opf1 As System.Windows.Forms.OpenFileDialog
    Friend WithEvents ToolStripMenuItem2 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents M_S_RenklendirmeAyarlari As System.Windows.Forms.ToolStripMenuItem
    Public WithEvents TsM As System.Windows.Forms.ToolStripStatusLabel
    Friend WithEvents M_S_AcikDosyalariHatirla As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents ToolStripMenuItem3 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents M_Pencereler As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents M_S_TunumuKapat As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents M_S_AktifHaricDigerleriniKapat As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents M_S_SonDosyayiYenidenAc As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents ToolStripMenuItem4 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents img1 As System.Windows.Forms.ImageList
    Friend WithEvents M_S_DizinInceemeEkraniAc As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents MTxt_Ico As System.Windows.Forms.ToolStripTextBox
    Friend WithEvents Track_op As System.Windows.Forms.TrackBar
    Friend WithEvents M_LanguageDil As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents M_S_TR As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents M_S_ENEnglish As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents DosyaTakipSüresiToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents ToolStripTextBox1 As System.Windows.Forms.ToolStripTextBox

End Class

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Turkey Turkey
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions