Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
Arkiviation - Form1.Designer.vb

Form1.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmArk
  3.     Inherits System.Windows.Forms.Form
  4.  
  5.     'Form overrides dispose to clean up the component list.
  6.     <System.Diagnostics.DebuggerNonUserCode()> _
  7.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  8.         If disposing AndAlso components IsNot Nothing Then
  9.             components.Dispose()
  10.         End If
  11.         MyBase.Dispose(disposing)
  12.     End Sub
  13.  
  14.     'Required by the Windows Form Designer
  15.     Private components As System.ComponentModel.IContainer
  16.  
  17.     'NOTE: The following procedure is required by the Windows Form Designer
  18.     'It can be modified using the Windows Form Designer.  
  19.     'Do not modify it using the code editor.
  20.     <System.Diagnostics.DebuggerStepThrough()> _
  21.     Private Sub InitializeComponent()
  22.         Me.components = New System.ComponentModel.Container
  23.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmArk))
  24.         Me.lblFile = New System.Windows.Forms.Label
  25.         Me.prgFile = New System.Windows.Forms.ProgressBar
  26.         Me.lblAll = New System.Windows.Forms.Label
  27.         Me.prgAll = New System.Windows.Forms.ProgressBar
  28.         Me.lstFiles = New System.Windows.Forms.TreeView
  29.         Me.imgList = New System.Windows.Forms.ImageList(Me.components)
  30.         Me.StatusStrip1 = New System.Windows.Forms.StatusStrip
  31.         Me.lblStatus = New System.Windows.Forms.ToolStripStatusLabel
  32.         Me.strTools = New System.Windows.Forms.ToolStrip
  33.         Me.strFile = New System.Windows.Forms.ToolStripSplitButton
  34.         Me.strOpen = New System.Windows.Forms.ToolStripMenuItem
  35.         Me.ToolStripMenuItem2 = New System.Windows.Forms.ToolStripSeparator
  36.         Me.strArk = New System.Windows.Forms.ToolStripMenuItem
  37.         Me.strExtract = New System.Windows.Forms.ToolStripMenuItem
  38.         Me.EstraiElementoSelezionatoToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  39.         Me.ToolStripMenuItem3 = New System.Windows.Forms.ToolStripSeparator
  40.         Me.strExit = New System.Windows.Forms.ToolStripMenuItem
  41.         Me.strAdd = New System.Windows.Forms.ToolStripSplitButton
  42.         Me.strAddFiles = New System.Windows.Forms.ToolStripMenuItem
  43.         Me.strAddDir = New System.Windows.Forms.ToolStripMenuItem
  44.         Me.strAddRootDir = New System.Windows.Forms.ToolStripMenuItem
  45.         Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripSeparator
  46.         Me.strImportDir = New System.Windows.Forms.ToolStripMenuItem
  47.         Me.strRemove = New System.Windows.Forms.ToolStripSplitButton
  48.         Me.strRemoveSelected = New System.Windows.Forms.ToolStripMenuItem
  49.         Me.strClear = New System.Windows.Forms.ToolStripMenuItem
  50.         Me.strHelp = New System.Windows.Forms.ToolStripSplitButton
  51.         Me.strBug = New System.Windows.Forms.ToolStripMenuItem
  52.         Me.strAbout = New System.Windows.Forms.ToolStripMenuItem
  53.         Me.StatusStrip1.SuspendLayout()
  54.         Me.strTools.SuspendLayout()
  55.         Me.SuspendLayout()
  56.         '
  57.         'lblFile
  58.         '
  59.         Me.lblFile.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  60.         Me.lblFile.AutoSize = True
  61.         Me.lblFile.Location = New System.Drawing.Point(12, 348)
  62.         Me.lblFile.Name = "lblFile"
  63.         Me.lblFile.Size = New System.Drawing.Size(68, 13)
  64.         Me.lblFile.TabIndex = 6
  65.         Me.lblFile.Text = "Progress: 0%"
  66.         '
  67.         'prgFile
  68.         '
  69.         Me.prgFile.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  70.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  71.         Me.prgFile.Location = New System.Drawing.Point(165, 348)
  72.         Me.prgFile.Name = "prgFile"
  73.         Me.prgFile.Size = New System.Drawing.Size(447, 20)
  74.         Me.prgFile.TabIndex = 7
  75.         '
  76.         'lblAll
  77.         '
  78.         Me.lblAll.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  79.         Me.lblAll.AutoSize = True
  80.         Me.lblAll.Location = New System.Drawing.Point(12, 374)
  81.         Me.lblAll.Name = "lblAll"
  82.         Me.lblAll.Size = New System.Drawing.Size(87, 13)
  83.         Me.lblAll.TabIndex = 8
  84.         Me.lblAll.Text = "Compression: 0%"
  85.         '
  86.         'prgAll
  87.         '
  88.         Me.prgAll.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  89.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  90.         Me.prgAll.Location = New System.Drawing.Point(165, 374)
  91.         Me.prgAll.Name = "prgAll"
  92.         Me.prgAll.Size = New System.Drawing.Size(447, 20)
  93.         Me.prgAll.TabIndex = 9
  94.         '
  95.         'lstFiles
  96.         '
  97.         Me.lstFiles.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  98.                     Or System.Windows.Forms.AnchorStyles.Left) _
  99.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  100.         Me.lstFiles.ImageIndex = 0
  101.         Me.lstFiles.ImageList = Me.imgList
  102.         Me.lstFiles.Location = New System.Drawing.Point(15, 49)
  103.         Me.lstFiles.Name = "lstFiles"
  104.         Me.lstFiles.SelectedImageIndex = 2
  105.         Me.lstFiles.Size = New System.Drawing.Size(597, 293)
  106.         Me.lstFiles.TabIndex = 13
  107.         '
  108.         'imgList
  109.         '
  110.         Me.imgList.ImageStream = CType(resources.GetObject("imgList.ImageStream"), System.Windows.Forms.ImageListStreamer)
  111.         Me.imgList.TransparentColor = System.Drawing.Color.Transparent
  112.         Me.imgList.Images.SetKeyName(0, "shell321.bmp")
  113.         Me.imgList.Images.SetKeyName(1, "cabview2.bmp")
  114.         Me.imgList.Images.SetKeyName(2, "adidd0.bmp")
  115.         '
  116.         'StatusStrip1
  117.         '
  118.         Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lblStatus})
  119.         Me.StatusStrip1.Location = New System.Drawing.Point(0, 404)
  120.         Me.StatusStrip1.Name = "StatusStrip1"
  121.         Me.StatusStrip1.Size = New System.Drawing.Size(620, 22)
  122.         Me.StatusStrip1.TabIndex = 17
  123.         Me.StatusStrip1.Text = "StatusStrip1"
  124.         '
  125.         'lblStatus
  126.         '
  127.         Me.lblStatus.Name = "lblStatus"
  128.         Me.lblStatus.Size = New System.Drawing.Size(55, 17)
  129.         Me.lblStatus.Text = "Waiting..."
  130.         '
  131.         'strTools
  132.         '
  133.         Me.strTools.ImageScalingSize = New System.Drawing.Size(24, 24)
  134.         Me.strTools.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strFile, Me.strAdd, Me.strRemove, Me.strHelp})
  135.         Me.strTools.Location = New System.Drawing.Point(0, 0)
  136.         Me.strTools.Name = "strTools"
  137.         Me.strTools.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
  138.         Me.strTools.Size = New System.Drawing.Size(620, 31)
  139.         Me.strTools.TabIndex = 18
  140.         Me.strTools.Text = "ToolStrip1"
  141.         '
  142.         'strFile
  143.         '
  144.         Me.strFile.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strOpen, Me.ToolStripMenuItem2, Me.strArk, Me.strExtract, Me.ToolStripMenuItem3, Me.strExit})
  145.         Me.strFile.Image = CType(resources.GetObject("strFile.Image"), System.Drawing.Image)
  146.         Me.strFile.ImageTransparentColor = System.Drawing.Color.Transparent
  147.         Me.strFile.Name = "strFile"
  148.         Me.strFile.Size = New System.Drawing.Size(63, 28)
  149.         Me.strFile.Text = "File"
  150.         '
  151.         'strOpen
  152.         '
  153.         Me.strOpen.Name = "strOpen"
  154.         Me.strOpen.Size = New System.Drawing.Size(152, 22)
  155.         Me.strOpen.Text = "Open"
  156.         '
  157.         'ToolStripMenuItem2
  158.         '
  159.         Me.ToolStripMenuItem2.Name = "ToolStripMenuItem2"
  160.         Me.ToolStripMenuItem2.Size = New System.Drawing.Size(149, 6)
  161.         '
  162.         'strArk
  163.         '
  164.         Me.strArk.Name = "strArk"
  165.         Me.strArk.Size = New System.Drawing.Size(152, 22)
  166.         Me.strArk.Text = "Compress"
  167.         '
  168.         'strExtract
  169.         '
  170.         Me.strExtract.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.EstraiElementoSelezionatoToolStripMenuItem})
  171.         Me.strExtract.Enabled = False
  172.         Me.strExtract.Name = "strExtract"
  173.         Me.strExtract.Size = New System.Drawing.Size(152, 22)
  174.         Me.strExtract.Text = "Extract"
  175.         '
  176.         'EstraiElementoSelezionatoToolStripMenuItem
  177.         '
  178.         Me.EstraiElementoSelezionatoToolStripMenuItem.Name = "EstraiElementoSelezionatoToolStripMenuItem"
  179.         Me.EstraiElementoSelezionatoToolStripMenuItem.Size = New System.Drawing.Size(167, 22)
  180.         Me.EstraiElementoSelezionatoToolStripMenuItem.Text = "Selected element"
  181.         '
  182.         'ToolStripMenuItem3
  183.         '
  184.         Me.ToolStripMenuItem3.Name = "ToolStripMenuItem3"
  185.         Me.ToolStripMenuItem3.Size = New System.Drawing.Size(149, 6)
  186.         '
  187.         'strExit
  188.         '
  189.         Me.strExit.Name = "strExit"
  190.         Me.strExit.Size = New System.Drawing.Size(152, 22)
  191.         Me.strExit.Text = "Exit"
  192.         '
  193.         'strAdd
  194.         '
  195.         Me.strAdd.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strAddFiles, Me.strAddDir, Me.ToolStripMenuItem1, Me.strImportDir})
  196.         Me.strAdd.Image = CType(resources.GetObject("strAdd.Image"), System.Drawing.Image)
  197.         Me.strAdd.ImageTransparentColor = System.Drawing.Color.Transparent
  198.         Me.strAdd.Name = "strAdd"
  199.         Me.strAdd.Size = New System.Drawing.Size(66, 28)
  200.         Me.strAdd.Text = "Add"
  201.         '
  202.         'strAddFiles
  203.         '
  204.         Me.strAddFiles.Name = "strAddFiles"
  205.         Me.strAddFiles.Size = New System.Drawing.Size(152, 22)
  206.         Me.strAddFiles.Text = "Add files"
  207.         '
  208.         'strAddDir
  209.         '
  210.         Me.strAddDir.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strAddRootDir})
  211.         Me.strAddDir.Name = "strAddDir"
  212.         Me.strAddDir.Size = New System.Drawing.Size(152, 22)
  213.         Me.strAddDir.Text = "Add folder"
  214.         '
  215.         'strAddRootDir
  216.         '
  217.         Me.strAddRootDir.Name = "strAddRootDir"
  218.         Me.strAddRootDir.Size = New System.Drawing.Size(152, 22)
  219.         Me.strAddRootDir.Text = "Root folder"
  220.         '
  221.         'ToolStripMenuItem1
  222.         '
  223.         Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1"
  224.         Me.ToolStripMenuItem1.Size = New System.Drawing.Size(149, 6)
  225.         '
  226.         'strImportDir
  227.         '
  228.         Me.strImportDir.Name = "strImportDir"
  229.         Me.strImportDir.Size = New System.Drawing.Size(152, 22)
  230.         Me.strImportDir.Text = "Import folder"
  231.         '
  232.         'strRemove
  233.         '
  234.         Me.strRemove.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strRemoveSelected, Me.strClear})
  235.         Me.strRemove.Image = CType(resources.GetObject("strRemove.Image"), System.Drawing.Image)
  236.         Me.strRemove.ImageTransparentColor = System.Drawing.Color.Transparent
  237.         Me.strRemove.Name = "strRemove"
  238.         Me.strRemove.Size = New System.Drawing.Size(86, 28)
  239.         Me.strRemove.Text = "Remove"
  240.         '
  241.         'strRemoveSelected
  242.         '
  243.         Me.strRemoveSelected.Name = "strRemoveSelected"
  244.         Me.strRemoveSelected.Size = New System.Drawing.Size(152, 22)
  245.         Me.strRemoveSelected.Text = "Selected item"
  246.         '
  247.         'strClear
  248.         '
  249.         Me.strClear.Name = "strClear"
  250.         Me.strClear.Size = New System.Drawing.Size(152, 22)
  251.         Me.strClear.Text = "All"
  252.         '
  253.         'strHelp
  254.         '
  255.         Me.strHelp.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strBug, Me.strAbout})
  256.         Me.strHelp.Image = CType(resources.GetObject("strHelp.Image"), System.Drawing.Image)
  257.         Me.strHelp.ImageTransparentColor = System.Drawing.Color.Transparent
  258.         Me.strHelp.Name = "strHelp"
  259.         Me.strHelp.Size = New System.Drawing.Size(67, 28)
  260.         Me.strHelp.Text = "Info"
  261.         '
  262.         'strBug
  263.         '
  264.         Me.strBug.Name = "strBug"
  265.         Me.strBug.Size = New System.Drawing.Size(152, 22)
  266.         Me.strBug.Text = "Bug report"
  267.         '
  268.         'strAbout
  269.         '
  270.         Me.strAbout.Name = "strAbout"
  271.         Me.strAbout.Size = New System.Drawing.Size(152, 22)
  272.         Me.strAbout.Text = "About"
  273.         '
  274.         'frmArk
  275.         '
  276.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  277.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  278.         Me.ClientSize = New System.Drawing.Size(620, 426)
  279.         Me.Controls.Add(Me.strTools)
  280.         Me.Controls.Add(Me.StatusStrip1)
  281.         Me.Controls.Add(Me.lstFiles)
  282.         Me.Controls.Add(Me.prgAll)
  283.         Me.Controls.Add(Me.lblAll)
  284.         Me.Controls.Add(Me.prgFile)
  285.         Me.Controls.Add(Me.lblFile)
  286.         Me.Name = "frmArk"
  287.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  288.         Me.Text = "Arkiviation"
  289.         Me.StatusStrip1.ResumeLayout(False)
  290.         Me.StatusStrip1.PerformLayout()
  291.         Me.strTools.ResumeLayout(False)
  292.         Me.strTools.PerformLayout()
  293.         Me.ResumeLayout(False)
  294.         Me.PerformLayout()
  295.  
  296.     End Sub
  297.     Friend WithEvents lblFile As System.Windows.Forms.Label
  298.     Friend WithEvents prgFile As System.Windows.Forms.ProgressBar
  299.     Friend WithEvents lblAll As System.Windows.Forms.Label
  300.     Friend WithEvents prgAll As System.Windows.Forms.ProgressBar
  301.     Friend WithEvents lstFiles As System.Windows.Forms.TreeView
  302.     Friend WithEvents imgList As System.Windows.Forms.ImageList
  303.     Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
  304.     Friend WithEvents lblStatus As System.Windows.Forms.ToolStripStatusLabel
  305.     Friend WithEvents strTools As System.Windows.Forms.ToolStrip
  306.     Friend WithEvents strAdd As System.Windows.Forms.ToolStripSplitButton
  307.     Friend WithEvents strAddFiles As System.Windows.Forms.ToolStripMenuItem
  308.     Friend WithEvents strAddDir As System.Windows.Forms.ToolStripMenuItem
  309.     Friend WithEvents strAddRootDir As System.Windows.Forms.ToolStripMenuItem
  310.     Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripSeparator
  311.     Friend WithEvents strImportDir As System.Windows.Forms.ToolStripMenuItem
  312.     Friend WithEvents strFile As System.Windows.Forms.ToolStripSplitButton
  313.     Friend WithEvents strRemove As System.Windows.Forms.ToolStripSplitButton
  314.     Friend WithEvents strRemoveSelected As System.Windows.Forms.ToolStripMenuItem
  315.     Friend WithEvents strClear As System.Windows.Forms.ToolStripMenuItem
  316.     Friend WithEvents strOpen As System.Windows.Forms.ToolStripMenuItem
  317.     Friend WithEvents ToolStripMenuItem2 As System.Windows.Forms.ToolStripSeparator
  318.     Friend WithEvents strArk As System.Windows.Forms.ToolStripMenuItem
  319.     Friend WithEvents strExtract As System.Windows.Forms.ToolStripMenuItem
  320.     Friend WithEvents ToolStripMenuItem3 As System.Windows.Forms.ToolStripSeparator
  321.     Friend WithEvents strExit As System.Windows.Forms.ToolStripMenuItem
  322.     Friend WithEvents EstraiElementoSelezionatoToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  323.     Friend WithEvents strHelp As System.Windows.Forms.ToolStripSplitButton
  324.     Friend WithEvents strBug As System.Windows.Forms.ToolStripMenuItem
  325.     Friend WithEvents strAbout As System.Windows.Forms.ToolStripMenuItem
  326.  
  327. End Class