PageRenderTime 45ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/Forms/frmDialog1.Designer.vb

#
Visual Basic | 108 lines | 80 code | 5 blank | 23 comment | 0 complexity | cfc63a832b80b16ddc61b907fe86f013 MD5 | raw file
Possible License(s): GPL-2.0
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmDialog1
  3. Inherits System.Windows.Forms.Form
  4. 'Form overrides dispose to clean up the component list.
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. 'Required by the Windows Form Designer
  16. Private components As System.ComponentModel.IContainer
  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.Cancel_Button = New System.Windows.Forms.Button()
  23. Me.Label1 = New System.Windows.Forms.Label()
  24. Me.Label2 = New System.Windows.Forms.Label()
  25. Me.Label3 = New System.Windows.Forms.Label()
  26. Me.Label4 = New System.Windows.Forms.Label()
  27. Me.SuspendLayout()
  28. '
  29. 'Cancel_Button
  30. '
  31. Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  32. Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
  33. Me.Cancel_Button.Location = New System.Drawing.Point(172, 108)
  34. Me.Cancel_Button.Name = "Cancel_Button"
  35. Me.Cancel_Button.Size = New System.Drawing.Size(98, 23)
  36. Me.Cancel_Button.TabIndex = 1
  37. Me.Cancel_Button.Text = "Cancel Operation"
  38. '
  39. 'Label1
  40. '
  41. Me.Label1.AutoSize = True
  42. Me.Label1.Location = New System.Drawing.Point(8, 9)
  43. Me.Label1.Name = "Label1"
  44. Me.Label1.Size = New System.Drawing.Size(407, 13)
  45. Me.Label1.TabIndex = 2
  46. Me.Label1.Text = "Media Companion is exporting media information according to your selected templat" & _
  47. "e."
  48. '
  49. 'Label2
  50. '
  51. Me.Label2.AutoSize = True
  52. Me.Label2.Location = New System.Drawing.Point(8, 40)
  53. Me.Label2.Name = "Label2"
  54. Me.Label2.Size = New System.Drawing.Size(40, 13)
  55. Me.Label2.TabIndex = 3
  56. Me.Label2.Text = "Status:"
  57. '
  58. 'Label3
  59. '
  60. Me.Label3.AutoSize = True
  61. Me.Label3.Location = New System.Drawing.Point(55, 40)
  62. Me.Label3.Name = "Label3"
  63. Me.Label3.Size = New System.Drawing.Size(39, 13)
  64. Me.Label3.TabIndex = 4
  65. Me.Label3.Text = "Label3"
  66. '
  67. 'Label4
  68. '
  69. Me.Label4.AutoSize = True
  70. Me.Label4.Location = New System.Drawing.Point(55, 62)
  71. Me.Label4.Name = "Label4"
  72. Me.Label4.Size = New System.Drawing.Size(39, 13)
  73. Me.Label4.TabIndex = 5
  74. Me.Label4.Text = "Label4"
  75. '
  76. 'frmDialog1
  77. '
  78. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  79. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  80. Me.CancelButton = Me.Cancel_Button
  81. Me.ClientSize = New System.Drawing.Size(438, 143)
  82. Me.Controls.Add(Me.Label4)
  83. Me.Controls.Add(Me.Label3)
  84. Me.Controls.Add(Me.Label2)
  85. Me.Controls.Add(Me.Label1)
  86. Me.Controls.Add(Me.Cancel_Button)
  87. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  88. Me.KeyPreview = True
  89. Me.MaximizeBox = False
  90. Me.MinimizeBox = False
  91. Me.Name = "frmDialog1"
  92. Me.ShowInTaskbar = False
  93. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  94. Me.Text = "Information"
  95. Me.ResumeLayout(False)
  96. Me.PerformLayout()
  97. End Sub
  98. Friend WithEvents Cancel_Button As System.Windows.Forms.Button
  99. Friend WithEvents Label1 As System.Windows.Forms.Label
  100. Friend WithEvents Label2 As System.Windows.Forms.Label
  101. Friend WithEvents Label3 As System.Windows.Forms.Label
  102. Friend WithEvents Label4 As System.Windows.Forms.Label
  103. End Class