105 lines
4.8 KiB
VB.net
105 lines
4.8 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frm_update_logo
|
|
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.cbo_clubs = New System.Windows.Forms.ComboBox()
|
|
Me.btn_save = New System.Windows.Forms.Button()
|
|
Me.btn_open = New System.Windows.Forms.Button()
|
|
Me.pb_logo = New System.Windows.Forms.PictureBox()
|
|
CType(Me.pb_logo, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'cbo_clubs
|
|
'
|
|
Me.cbo_clubs.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
|
Me.cbo_clubs.DropDownHeight = 100
|
|
Me.cbo_clubs.Font = New System.Drawing.Font("Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, CType(0, Byte))
|
|
Me.cbo_clubs.ForeColor = System.Drawing.Color.White
|
|
Me.cbo_clubs.FormattingEnabled = True
|
|
Me.cbo_clubs.IntegralHeight = False
|
|
Me.cbo_clubs.Location = New System.Drawing.Point(5, 335)
|
|
Me.cbo_clubs.Name = "cbo_clubs"
|
|
Me.cbo_clubs.Size = New System.Drawing.Size(325, 30)
|
|
Me.cbo_clubs.TabIndex = 9
|
|
'
|
|
'btn_save
|
|
'
|
|
Me.btn_save.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btn_save.Font = New System.Drawing.Font("Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, CType(0, Byte))
|
|
Me.btn_save.ForeColor = System.Drawing.Color.White
|
|
Me.btn_save.Location = New System.Drawing.Point(170, 370)
|
|
Me.btn_save.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
|
Me.btn_save.Name = "btn_save"
|
|
Me.btn_save.Size = New System.Drawing.Size(160, 45)
|
|
Me.btn_save.TabIndex = 8
|
|
Me.btn_save.Text = "Save"
|
|
Me.btn_save.UseVisualStyleBackColor = True
|
|
'
|
|
'btn_open
|
|
'
|
|
Me.btn_open.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btn_open.Font = New System.Drawing.Font("Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, CType(0, Byte))
|
|
Me.btn_open.ForeColor = System.Drawing.Color.White
|
|
Me.btn_open.Location = New System.Drawing.Point(5, 370)
|
|
Me.btn_open.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
|
Me.btn_open.Name = "btn_open"
|
|
Me.btn_open.Size = New System.Drawing.Size(160, 45)
|
|
Me.btn_open.TabIndex = 7
|
|
Me.btn_open.Text = "Open"
|
|
Me.btn_open.UseVisualStyleBackColor = True
|
|
'
|
|
'pb_logo
|
|
'
|
|
Me.pb_logo.Location = New System.Drawing.Point(5, 5)
|
|
Me.pb_logo.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
|
Me.pb_logo.Name = "pb_logo"
|
|
Me.pb_logo.Size = New System.Drawing.Size(325, 325)
|
|
Me.pb_logo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|
Me.pb_logo.TabIndex = 6
|
|
Me.pb_logo.TabStop = False
|
|
'
|
|
'frm_update_logo
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
|
Me.ClientSize = New System.Drawing.Size(336, 421)
|
|
Me.Controls.Add(Me.cbo_clubs)
|
|
Me.Controls.Add(Me.btn_save)
|
|
Me.Controls.Add(Me.btn_open)
|
|
Me.Controls.Add(Me.pb_logo)
|
|
Me.ForeColor = System.Drawing.Color.White
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
|
|
Me.Name = "frm_update_logo"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Update Club Logo"
|
|
CType(Me.pb_logo, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents cbo_clubs As ComboBox
|
|
Friend WithEvents btn_save As Button
|
|
Friend WithEvents btn_open As Button
|
|
Friend WithEvents pb_logo As PictureBox
|
|
End Class
|