Partial Class frm_update_flag Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. 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. Private Sub InitializeComponent() Me.pb_country_flag = New System.Windows.Forms.PictureBox() Me.btn_open = New System.Windows.Forms.Button() Me.btn_save = New System.Windows.Forms.Button() Me.cbo_countries = New System.Windows.Forms.ComboBox() CType(Me.pb_country_flag, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'pb_country_flag ' Me.pb_country_flag.Location = New System.Drawing.Point(5, 5) Me.pb_country_flag.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.pb_country_flag.Name = "pb_country_flag" Me.pb_country_flag.Size = New System.Drawing.Size(325, 205) Me.pb_country_flag.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.pb_country_flag.TabIndex = 0 Me.pb_country_flag.TabStop = False ' '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.Location = New System.Drawing.Point(5, 250) 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 = 1 Me.btn_open.Text = "Open" Me.btn_open.UseVisualStyleBackColor = True ' '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.Location = New System.Drawing.Point(170, 250) 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 = 2 Me.btn_save.Text = "Save" Me.btn_save.UseVisualStyleBackColor = True ' 'cbo_countries ' Me.cbo_countries.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.cbo_countries.DropDownHeight = 100 Me.cbo_countries.Font = New System.Drawing.Font("Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.cbo_countries.ForeColor = System.Drawing.Color.White Me.cbo_countries.FormattingEnabled = True Me.cbo_countries.IntegralHeight = False Me.cbo_countries.Location = New System.Drawing.Point(5, 215) Me.cbo_countries.Name = "cbo_countries" Me.cbo_countries.Size = New System.Drawing.Size(325, 30) Me.cbo_countries.TabIndex = 3 ' 'frm_update_flag ' Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.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, 301) Me.Controls.Add(Me.cbo_countries) Me.Controls.Add(Me.btn_save) Me.Controls.Add(Me.btn_open) Me.Controls.Add(Me.pb_country_flag) Me.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ForeColor = System.Drawing.Color.White Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.Name = "frm_update_flag" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Update Flag" CType(Me.pb_country_flag, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents pb_country_flag As PictureBox Friend WithEvents btn_open As Button Friend WithEvents btn_save As Button Friend WithEvents cbo_countries As ComboBox End Class