text stringlengths 43 2.01M |
|---|
Namespace Helpers
Interface IPivotPage
Function OnPivotSelectedAsync() As Task
Function OnPivotUnselectedAsync() As Task
End Interface
End Namespace |
Imports DAL
Imports System.Xml
Imports System.Data.SqlClient
Imports System.Data.SqlTypes
Partial Public Class SivProveedor
#Region " Variables Miembro "
Protected m_SivProveedorID As Integer
Protected m_objPersonaID As Integer
Protected m_objContactoID As Nullable(Of Integer)
Protected m_Fecha... |
Imports GrpcServer
Imports TypeDBCustom
Imports System.Reflection
Public Class frmMain
'this is the client we build in C#
Private client As CoreClient = Nothing
Private Sub AddValuesToTextBox(msg As String)
If Me.InvokeRequired Then
Me.Invoke(Sub() AddValuesToTextBox(msg))
... |
Public Interface IEntity
Property EntityState As EntityState
End Interface
Public Interface ISubmissionRepository
Inherits IDisposable
Function GetAllSubmissionsForAdmin() As IQueryable(Of NOISubmissionSearchlst)
Function GetCompanyType() As IList(Of CompanyTypelst)
Function GetProjectType() As ... |
Public Class Plante
Private nam, fam, sem, var, typ, viv, met, recolt As String
Sub New()
MyBase.New()
Me.Name = nam
Me.Variete = var
Me.Famille = fam
Me.Type = typ
Me.Vivace = viv
Me.Mise_en_Terre = met
Me.Recolte = recolt
End Sub
Public ... |
Imports Talent.eCommerce
Imports Talent.Common
Imports TCUtilities = Talent.Common.Utilities
Imports TEBUtilities = Talent.eCommerce.Utilities
Partial Class Redirect_VanguardGateway
Inherits Base01
#Region "Class Level Fields"
Private _moduleDefaultsValue As Talent.eCommerce.ECommerceModuleDefaults.DefaultVal... |
Imports DevExpress.Data.Filtering
''' <summary>
''' Defines a custom operator that can be used to filter a data source based on the current year
''' </summary>
''' <remarks></remarks>
Public Class CurrentYearOperator
Implements ICustomFunctionOperator, ICustomFunctionOperatorFormattable
''' <summary>
'''... |
Imports Brilliantech.Packaging.Data
''' <summary>
''' Workstation表记录的仓库类
''' </summary>
''' <remarks></remarks>
Public Class WorkStationRepo
Inherits RepoBase
Implements IWorkStationRepo
''' <summary>
'''
''' </summary>
''' <param name="context"></param>
''' <remarks></remarks>
Publ... |
' ガウス積分
Imports System.Math
Public Class Integral_Calc_PI
' 現在の束縛変数n
Private n As Integer
Private n_max As Integer
' 無限とは?
Private INFINITY As Double = 1.0 * 10 ^ 3
Private Structure Integral
Dim a As Double ' 積分範囲 a->b
Dim b As Double
Dim t As Double ' 束縛変数
Dim tmp As Double ' t時... |
Imports System
Imports Microsoft.Win32
Public Class ResTool
'List of Server addresses
Private serverList(0 To 1) As String ' List of servers stored in an array.
Public serverSelect As String ' This is the server currently selected
Public desktop As String = System.Environment.GetFolderPath(Environment... |
Imports System.Net.Sockets
Imports System.IO
Imports System.Collections.Generic
Imports System.Net
Public Class clsListener
Private Enum RequestTags As Byte
Connect = 1
Disconnect = 2
DataTransfer = 3
StringTransfer = 4
ByteTransfer = 5
End Enum
Privat... |
Public Class LevelDifficultyForm
'Back Button
Private Sub GoBackBtn_Click(sender As Object, e As EventArgs) Handles GoBackBtn.Click 'On Back Button click
MainMenu.ChangeForm(Me, MainMenuForm) 'Return to "MainMenuForm"
End Sub
'Level Difficulty Buttons
Private Sub EasyBtn_Click(sender As O... |
Public Class TicketViewModel
Property ID As String
Property Description() As String
Property Number() As Integer
Property ProjectNumber() As String
Property CreatedBy() As String
Property CreatedDate() As DateTime
Property Status() As String
Property Priority() As String
End Cla... |
Imports DCS.PlaycardBase.Core.CardDomain
Imports DCS.mPosEngine.Core.Domain.Sales
Imports DCS.mPosEngine.Core.Domain.Sales.Fulfillment
Imports DCS.mPosEngine.Core.Domain.ExternalSales
Namespace Domain.Sales
Public Class ProductSellOperation
Inherits MPosOperation
Private _discountAmount As Decimal = 0
... |
Public Module Enumeradores
Public Enum EnumTipoPuntoVenta As Integer
SEGURO_CAUCION = 1
BONO_FISCAL = 2
EXPORTACION = 3
MERCADO_LOCAL_RG_2485_V0 = 4
MERCADO_LOCAL_RG_2485_V1 = 5
MERCADO_LOCAL_RG_2904 = 6
End Enum
Public Enum EnumCodigoConcepto As Integer
... |
Public Class LabelView
Inherits Panel
Private m_lbl1 As Label
Private m_lbl2 As Label
Public Sub New()
m_lbl1 = New Label
With m_lbl1
.Parent = Me
.AutoSize = False
.Dock = DockStyle.Left
.Font = New Font("Arial", 8)
.Width ... |
Namespace WorkingWithCalendarExceptions
Public Class RetrieveCalendarExceptions
Public Shared Sub Run()
' ExStart:RetrieveCalendarExceptions
Dim dataDir As String = RunExamples.GetDataDir(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType.FullName)
' Create ... |
'+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
'* Copyright (C) 2013-2016 NamCore Studio <https://github.com/megasus/Namcore-Studio>
'*
'* This program is free software; you can redistribute it and/or modify it
'* under the terms of the GNU General Public License as publis... |
Imports Microsoft.VisualBasic
Imports System
Imports Neurotec.Biometrics
Imports Neurotec.Devices
Imports Neurotec.Licensing
Friend Class Program
Shared Function Main(ByVal args() As String) As Integer
Const components As String = "Devices.IrisScanners"
TutorialUtils.PrintTutorialHeader(args)
Tr... |
Imports DevExpress.Mvvm.UI.Interactivity
Imports DevExpress.Xpf.Charts
Imports DevExpress.Xpf.Map
Imports System
Imports System.Globalization
Imports System.Linq
Imports System.Windows
Imports System.Windows.Data
Imports System.Windows.Media
Namespace ChartsDemo
Public Class SelectedItemNameBindingBehavior
... |
'---------------------------------------------
' RadioButtons.vb (c) 2002 by Charles Petzold
'---------------------------------------------
Imports System
Imports System.Drawing
Imports System.Windows.Forms
Class RadioButtons
Inherits Form
Private bFillEllipse As Boolean
Private clrEllipse As C... |
Option Explicit On
Option Strict On
' // *** Includes *** //
' CoreFlow
Imports CFT.Web
' Web.Config requirements
Imports System.Configuration
Imports System.Web.Configuration
' // General
Imports System.Text
' // *** Class Definition *** //
Public Class SiteGlobal : Inherits CFTSiteGlobal
#Region "SiteGlobal - Dat... |
' Copyright (C) 2015
'
' This program is free software: you can redistribute it and/or modify
' it under the terms of the GNU General Public License as published by
' the Free Software Foundation, either version 3 of the License, or
' (at your option) any later version.
'
' This program is distributed in the ho... |
Imports System.IO
Public Class Empresa
Dim CaminhoImagem As String = ""
Dim Ação As New TrfGerais()
Private Operation As Byte
Const INS As Byte = 0
Const UPD As Byte = 1
Const DEL As Byte = 2
Dim CNN As New OleDb.OleDbConnection(New Conectar().ConectarBD(LocalBD & Nome_BD))
... |
''' <summary>
''' Representa una opción genérica.
''' Todas las opciones del sistema deben heredar de esta opción.
''' </summary>
Public MustInherit Class Opcion
Protected _Codigo As Integer = 0
Protected _Descripcion As String
''' <summary>
''' El código de la opción.
''' </summary>
Protected... |
Imports System.IO
Imports System.Collections.Generic
'===================================================================================================================================
'Projet : Vinicom
'Auteur : Marc Collin
'Création : 23/06/04
'=======================================================================... |
Imports BVSoftware.Bvc5.Core
Partial Class BVModules_Shipping_Per_Item_edit
Inherits Content.BVShippingModule
Protected Sub btnCancel_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles btnCancel.Click
Me.NotifyFinishedEditing("Canceled")
End Sub
Protected Sub ... |
Public Class SensorLimiteENT
Private vId As Integer
Public Property Id() As Integer
Get
Return vId
End Get
Set(ByVal value As Integer)
vId = value
End Set
End Property
Private vIdProducto As Integer
Public Property IdProducto() ... |
Public Class WildlifeSurveyBLL
''' <summary>
''' Get the list of Threatened And Endangered Species by Permit Key
''' </summary>
''' <param name="PermitKey"></param>
''' <returns>List of ThreatenedAndEndangeredSpeciesDO</returns>
''' <remarks></remarks>
Public Shared Function GetByPermitKey(... |
Imports System.Runtime.Serialization
<DataContract([Namespace]:="")>
Public Class Deudor
<DataMember(Name:="idTipoPersona")>
Public Property tipoPersona As String
<DataMember(Name:="NomtipoPersona")>
Public Property NomtipoPersona As String
<DataMember(Name:="valNombreDeudor")>
Public Proper... |
Imports System.IO
Public Class TextConverterMainForm
Public Function EncodingList() As DataTable
Dim encodingTable As New DataTable()
encodingTable.Columns.Add("id")
encodingTable.Columns.Add("name")
encodingTable.Columns.Add("description")
encodingTable.Rows.Add("37", "IB... |
'Imports System.runtime.InteropServices
Public Class SignInOut
Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "
Public Sub New()
MyBase.New()
'This call is required by the Windows Form Designer.
InitializeComponent()
'Add any initialization ... |
Imports Microsoft.VisualBasic
Public Class LinkClass
Public Enum Options
Unit = 0
Category = 1
Tag = 2
Url = 3
None = 4
End Enum
Protected Shared CategoryPrefix As String = "category://"
Protected Shared TagPrefix As String = "tag://"
Protected Shared Unit... |
Imports UGPP.CobrosCoactivo.Entidades
Imports UGPP.CobrosCoactivo.Logica
Public Class ESTADO_PROCESO_GESTOR
Inherits System.Web.UI.Page
''' <summary>
''' Load de la pagina
''' </summary>
''' <param name="sender"></param>
''' <param name="e"></param>
Protected Sub Page_Load(ByVal sender As ... |
Imports System.Drawing
Imports System.Windows.Forms
Public Class PartDisplayControl
Property InvertStatus As Boolean = False
Property OKBackgoundColor As Color = Color.Green
Property OKForeColor As Color = Color.Black
Property NGBackgoundColor As Color = Color.Red
Property NGForeColor As Color = C... |
Module IDbCommandExtensions
''' <summary>
''' Used to show an SQL statement with actual values
''' </summary>
''' <param name="sender"></param>
''' <returns></returns>
''' <remarks>
''' </remarks>
<System.Diagnostics.DebuggerStepThrough()> _
<Runtime.CompilerServices.Extension()> _
... |
Public Class ElemListeBenefBdd
Private _benef As Acteur ' dispose ?
Public Property Benef As Acteur
Get
Return _benef
End Get
Set(value As Acteur)
_benef = value
With _benef
LabAdresse.Text = If(.AdresseComplete <> "", .AdresseC... |
#Region " Authors Notes "
'< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
'< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
'< - - - - >
'< - - P r o ... |
Imports System.Data.SqlClient
Public Class Coffee
Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
End Sub
Protected Sub btnSaveCoffee_Click(sender As Object, e As EventArgs) Handles btnSaveCoffee.Click
'Validation
... |
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'
' Filename: Class_Ellipsoid.vb
' Project: jaktools
' Version: 0.2
' Author: Simone Giacomoni (jaksg82@yahoo.it)
' http://www.vivoscuola.it/us/simone.giacomoni/devtools/index.html
'
' Description: contain the... |
#Region "Microsoft.VisualBasic::f45d574b3337099e9792d02a308cf1f1, mzkit\Rscript\Library\mzkit.quantify\GCMS.vb"
' Author:
'
' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.)
'
' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD.
'
'
' MIT License
... |
'*********************************************************************
'
' ADOBE SYSTEMS INCORPORATED
' Copyright (C) 1994-2004 Adobe Systems Incorporated
' All rights reserved.
'
' NOTICE: Adobe permits you to use, modify, and distribute this file
' in accordance with the terms of the Adobe license agreement
' accompa... |
Imports MySql.Data.MySqlClient
Public Class dbComprasDetalles
Public ID As Integer
Public Idinventario As Integer
Public Inventario As dbInventario
Public Moneda As dbMonedas
Public Cantidad As Double
Public Precio As Double
Public IdMoneda As Integer
Public IdCompra As Integer... |
Imports System.Configuration
Public Class MetaDataProviderElement
Inherits System.Configuration.ConfigurationElement
<ConfigurationProperty("invariantName", Isrequired:=True)> _
Public Property InvariantName() As String
Get
Return Me("invariantName")
End Get
... |
Option Explicit On
Imports Aptify.Framework.Application
Imports Aptify.Framework.DataServices
Imports Aptify.Framework.BusinessLogic.GenericEntity
Imports System.Data
Imports Aptify.Framework.Web.eBusiness
Imports Aptify.Applications.OrderEntry
Partial Class MakePaymentControlOld__c
Inherits BaseUserControlAdvan... |
Imports System
Imports System.Linq
Imports System.Net
Imports System.Threading.Tasks
Imports Inetlab.SMPP
Imports Inetlab.SMPP.Common
Imports Inetlab.SMPP.Logging
Imports Inetlab.SMPP.PDU
Imports NLog.Config
Imports NLog.Targets
Friend Class Program
Shared Sub Main(ByVal args() As String)
Dim configuration As New ... |
Imports DAL
Imports System.Data.SqlClient
''' <summary>
''' Acciones disponibles dentro de un servicio espec?fico. Por ejemplo: Agregar, Editar, Eliminar, Consultar, Imprimir.
''' </summary>
Partial Public Class SsgAccion
#Region " Variables Miembro "
Protected m_SsgAccionID As Integer
Protected m_Cod... |
Imports System
Imports System.Windows
Imports DevExpress.Xpf.Core
Imports DevExpress.Xpf.LayoutControl
Namespace LayoutControlDemo
<TemplateVisualState(Name := SampleLayoutItem.UnselectedStateName, GroupName := SampleLayoutItem.SelectionStatesGroupName), TemplateVisualState(Name := SampleLayoutItem.SelectedStateNa... |
Imports System.Data.OleDb
Public Class Main
Private dAdapter As New OleDbDataAdapter, dSet As DataSet = New DataSet, rowSelected As Short
Private dConnect As New OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=..\..\Resources\CAO.accdb")
' -- Note: You need Microsoft Access Engine 2010 to u... |
Imports TCPServerApp.TCPServerApp 'contains the available options for the combo boxes
Imports TCPClientApp.TCPClientApp
Imports System.Web.Script.Serialization
Class MainWindow
Private Sub Button_INSERT_Click(sender As Object, e As RoutedEventArgs)
Dim serializer As New JavaScriptSerializer()
Dim ... |
Imports System.Net
Imports System.ComponentModel
Public Class DownloadClass
#Region " Properties and Variables "
Public Property Downloading As Boolean = False
Public Data As New FileData
Private SpeedCalculate As New Stopwatch
Private WithEvents WC As New WebClient
#End Region
#Region " Events "
... |
Imports DevExpress.Data.Filtering
Imports DevExpress.Xpo
Imports DevExpress.ExpressApp.DC
Imports DevExpress.Persistent.Base
Imports Ladle.Utils
Imports Ladle.AppLogger
''' <summary>
'''
''' </summary>
''' <remarks></remarks>
<XafDefaultProperty("PartNumber"), Persistent("Part.BuyOut"), DefaultClassOptions(), ImageNa... |
'
' Description: This class module contains code that manipulate
' the Windows Form's UI. It is used to inform
' users that the tool tries to access the database.
'
' Authors: Dennis Wallentin, www.excelkb.com
'
'
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Publi... |
' (c) Copyright Microsoft Corporation.
' This source is subject to the Microsoft Public License (Ms-PL).
' Please see http://go.microsoft.com/fwlink/?LinkID=131993 for details.
' All other rights reserved.
Imports System.ComponentModel
''' <summary>
''' Sample page demonstrating the DescriptionViewer.
''' <... |
Imports BVSoftware.Bvc5.Core
Imports System.Collections.ObjectModel
Partial Class BVAdmin_Catalog_Products_Edit_Inventory
Inherits BaseProductAdminPage
Protected Sub Page_Init(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Init
Me.PageTitle = "Edit Product Inventory"
Me.Curren... |
Imports System.Runtime.Serialization
Imports Newtonsoft.Json
Namespace Dto
<JsonObject()> _
<DataContract()>
Public Class PaymodeDto
Private _id As Integer
Private _name As String
Private _type As Integer
<DataMember(Name:="type")> _
<JsonProperty()> _
Pub... |
Public Class NOIOwner
Public Property PiID As Integer
Public Property PermitNumber As String
Public Property AfflID As Int32
Public Property AfflTypeCode As Int16
Public Property OrgName As String
Public Property AfflActive As String
Public Property AfflEndDate As Date?
End Class
|
Public Class KryptonButtonsList
Private _Orientation As Orientation = Orientation.Horizontal
Private _CheckSets As New Dictionary(Of String, ComponentFactory.Krypton.Toolkit.KryptonCheckSet)
Private _CustomSize As Size = New Size(100, 50)
Public Property Orientation As Orientation
Ge... |
Namespace BO
Public Class Festival
Inherits BoFestival
Public Function GetDatesString()
Dim result As String = Nothing
If (GetBeginDate() IsNot Nothing) AndAlso (GetEndDate() IsNot Nothing) Then
Dim date1 As Date = GetBeginDate().Value
Di... |
Public Class frmMain
Private Sub btnInfo_Click(sender As Object, e As EventArgs) Handles btnInfo.Click
frmInfo.Show()
End Sub
Private Sub btnFolderPath_Click(sender As Object, e As EventArgs) Handles btnFolderPath.Click
' Opens folder popup and sets folder path if ok is pressed
If... |
Imports System.Data.Entity
Imports System.Net
Namespace Controllers
Public Class PilotensController
Inherits System.Web.Mvc.Controller
Private db As New Database1Entities2
' GET: Pilotens
Function Index() As ActionResult
Return View(db.Piloten.ToList())
End Fu... |
'Option Strict On
Imports MP.Utils.Model
Imports MP.Utils.MyDate
Imports MP.Utils.MyCollection.Immutable
Imports RowRecord = MP.Utils.MyCollection.Immutable.MyLinkedList(Of String)
Imports SheetRecord = MP.Utils.MyCollection.Immutable.MyLinkedList(Of MP.Utils.MyCollection.Immutable.MyLinkedList(Of String))
Namespa... |
#Region "Microsoft.VisualBasic::9ef6f690224e209c6ce5ebaeb7e665bb, mzkit\src\visualize\MsImaging\Analysis\IonStat.vb"
' Author:
'
' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.)
'
' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD.
'
'
' MIT License... |
Namespace VbGitHubRelease.Requests
Public Class CreateRequest
Public Property tag_name As String
Public Property target_commitish As String
Public Property name As String
Public Property body As String
Public Property draft As Boolean
Public Property prerelease As Bo... |
#Region "Microsoft.VisualBasic::ce9fee484b46dfddd8b5affd3d429006, mzkit\src\mzmath\SingleCells\Deconvolute\PeakMatrix.vb"
' Author:
'
' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.)
'
' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD.
'
'
' MIT License
'
'
' Permission is here... |
'+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
'* Copyright (C) 2013-2016 NamCore Studio <https://github.com/megasus/Namcore-Studio>
'*
'* This program is free software; you can redistribute it and/or modify it
'* under the terms of the GNU General Public License as publis... |
Module UserDetails
Public ID As Integer
Public Name As String
Public Email As String
Public PhoneNo As String
Public Address As String
Public Postcode As String
End Module
|
Public Class StringManipulation
Public Shared Function Len(input As String) As Int64
Return Strings.Len(input)
End Function
Public Shared Function Mid(input As String, start As Integer, length As Integer) As String
If start <= 0 Then
Throw New ArgumentOutOfRangeException()
Return input
End If
... |
'-------------------------------------------------
' PrintWithMargins.vb (c) 2002 by Charles Petzold
'-------------------------------------------------
Imports System
Imports System.Drawing
Imports System.Drawing.Printing
Imports System.Windows.Forms
Class PrintWithMargins
Inherits Form
Shared Sub ... |
Imports Ladle.Module.XPO
Imports Ladle.Classic.Core
Imports DevExpress.Data.Filtering
''' <summary>
''' Display the details of the quote and allows line items to be edited on the fly
''' </summary>
''' <remarks></remarks>
Public Class QuoteImportForm
Public Event OnOk(sender As Object, e As EventArgs)
Privat... |
Imports Npgsql
Public Class func_empresas
Inherits conexion
Dim util As New utilidades()
Public Function listar(ByVal sql As String) As DataTable
Try
conectar()
Dim dt = New DataTable()
Dim ds As New DataSet
Dim da As NpgsqlDataAdapter = New Npgsql... |
' Class DBAccess
' Documentation:
Option Strict On
Option Explicit On
Imports AspWeb = System.Web
Imports System.Data.SqlClient
Imports MSData = Microsoft.ApplicationBlocks.Data
Imports OWEnts = ISL.OneWeb4.Entities
Imports OWSys = ISL.OneWeb4.Sys
Imports OWWeb = ISL.OneWeb4.UI
Imports OWHelpers = ISL.OneWeb4.UI.Comp... |
Public Class CheckViewerConfirmPanel
Inherits CheckViewerPanelBaseClass
Delegate Sub GenericConfirmCallback(ByVal sender As System.Object, ByVal e As System.EventArgs)
Public Event CheckviewSkipClick As GenericConfirmCallback
Public Event CheckviewApplyClick As GenericCallback
Private Sub SetCurr... |
Imports System.Security
Imports CommandLineParser.Arguments
Imports Harvest.Walmart
Imports System.Console
Imports System.IO
Imports Harvest.Shared
Module Main
Private _filename As String
Private _retailLink As RetailLink
Sub Main(args() As String)
#Region "Argument Setup"
'config letters used, d... |
<Serializable()>
Public Class TalentTemplateOverride
Inherits TalentBase
Public Property DeTemplate() As New DETemplate
Public Property ResultDataSet() As DataSet
Private Property err As New ErrorObj
Const MODULE_GET_TEMPLATE_OVERRIDE_LIST As String = "GetTemplateOverrideList"
Const MODULE_CR... |
Public Class frmMainForm
WithEvents bsRooms As New BindingSource
WithEvents sdfsdf As DataTable
Private Sub Form_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
DataGridView1.AutoGenerateColumns = False
bsRooms.DataSource = GetMockedData()
DataG... |
'----------------------------------------------
' Name: Brianna Muleski
' Date: 1/22/15
' Description: Program2
' Class FormClassCreate
'----------------------------------------------
Public Class FormClassCreate
Private Const MAX_KEY_LENGTH As Integer = 6
Private _frmShow As FormClassShow
'... |
'
' name: Contraseña
' author: mregila (hasta jul/2013)
' modif: pantxo
' se modifica aspecto general
' version: 2.0 (2014/05/15)
'
Public Class Form_contraseña
Inherits System.Windows.Forms.Form
#Region " Código generado por el Diseñador de Windows Forms "
Public Sub New()
MyBase.New()
... |
Imports Infoware.Datos
Imports Infoware.Reglas.General
Imports Infoware.Controles.Base
Imports System.ComponentModel
Imports ActivosFijos.Reglas
<ToolboxItem(True)> _
Public Class ComboBoxUsuario
Inherits ComboBoxDB
Private mOperadorDatos As OperadorDatos = Nothing
Public Property OperadorDatos() As OperadorDa... |
Imports System.Text
Imports Microsoft.VisualStudio.TestTools.UnitTesting
Imports CRUDVB.Library
<TestClass()>
Public Class CRUDCollectionUnitTest
<TestMethod()>
Public Sub CreateReadTestXML()
Me.CreateReadTest(New XMLSerializeWrapper())
End Sub
<TestMethod()>
Public Sub CreateReadTestJSON()
Me.CreateReadTe... |
Imports System.Data.SqlClient
Public Class FrmTipoUsuario
Inherits System.Windows.Forms.Form
Const spExploracion = "Tipo de Lector : Exploración de registros"
Const spNuevo = "Tipo de Lector: Nuevo Registro"
Const spModificacion = "Tipo de Lector : Modificación del Registro"
Private TableName As Str... |
'Class Name: clsPackage
'Purpose: provide setters/getter and parameterized constructor
'Change log: CITA 450 Classs 11-9-12
' T. Reed 11/20/12
Public Class clsPackage
'private attributes'
Private intPackageID As Integer
Private intStudentID As String
Private strCompany As... |
Imports System.Xml
Imports System.Security.Cryptography
Imports System.Text
Module Module1
Public Function OpenXML(XMLFile As String, XMLNodes As String) As DataSet
Dim xmlFileR As XmlReader = XmlReader.Create(XMLFile, New XmlReaderSettings())
Dim ds As New DataSet
ds.ReadXml(XMLFile)
... |
'Author: Apollo8 Dec, 2014
Option Strict On
Option Explicit On
Imports OpenTK.Graphics.OpenGL
Imports OpenTK
Imports System
Public Class SimpleThing
Public glLocation As Vector3 'in GLunits
Public ForwdVec As Vector3 'no units (normalized)
Public UpVec As Vector3 'no units (normalized)
Public Angl... |
''' <summary>
''' An attribute to tag an aggregate or event as belonging to a particular domain
''' </summary>
<AttributeUsage(AttributeTargets.Class, AllowMultiple:=False, Inherited:=True)>
Public NotInheritable Class DomainNameAttribute
Inherits Attribute
Public Const UNKNOWN_DOMAIN As String = "Unclassifi... |
Public Class instructorAlta
Dim ex, ey As Integer
Dim Arrastre As Boolean
Private Sub btnCerrar_Click(sender As Object, e As EventArgs) Handles btnCerrar.Click
Me.container.Controls.Clear()
Me.Close()
End Sub
Private Sub openFormInPanel(Of nuevoForm As {Form, New})(f As nuevoForm)... |
Imports coactivosyp.My.Resources
Imports UGPP.CobrosCoactivo
Imports UGPP.CobrosCoactivo.Entidades
Imports UGPP.CobrosCoactivo.Logica
Public Class DatosDocumento
Inherits System.Web.UI.UserControl
Public Property idTitulo As String
Public Property idDocumento As String
Public Property idTituloDocumen... |
Imports System.Data.SqlClient
Public Class CajasTrailers
Private id As Integer
Private marca As String
Private serie As String
Private numeroEconomico As String
Private placasMex As String
Private placasUsa As String
Private longitud As Double
Public Property EId() As Integer
... |
Imports System
Imports System.Data
Imports System.Data.SqlClient
Imports System.Runtime.CompilerServices
Namespace BridgesInterface
Public Class BlackBookIssueRecord
#Region "Private Constants"
Private Const BlackBookIssueMaxLength As Integer = 100
#End Region
#Region "Private Members"
Privat... |
' The format for this is a bit different depending on the game, so we'll have to hard
' code some stuff here.
Public Class QuoteManager
Dim FE6DeathQuoteAddressPointer As Integer = &H6B7FC
Dim FE6DeathQuoteDefaultAddress As Integer = &H666598
Dim FE6DeathQuoteEntrySize As Integer = 16
Dim FE6DeathQuo... |
Public Class CheckingAccount
Inherits Account
Private _OverdraftAmount As String
Public Property OverdraftAmount() As String
Get
Return _OverdraftAmount
End Get
Set(ByVal value As String)
_OverdraftAmount = value
End Set
End Property
Public Ov... |
'Programmer: Samantha Naini
'Date: 3/12/2012
'Exercise: 4-3-28 pg. 141
'Program Purpose: Write a program that displays state facts.
Option Strict On
Option Explicit On
Public Class frmStateFacts
Private Sub btnDisplay_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnDisplay.Click
... |
'
' Name: Student Database Viewer - 3C
'
' Author: William Villeneuve
' Date: March 15, 2014
'
' Description: Windows forms application which allows the viewing of student information in a table
' with multiple records, a regular form style, one record at a time, one ... |
Public Class ComplianceListBO
Public Property PermitKey As Integer
Public Property StartDate As DateTime?
Public Property ComplianceNumber As String
Public Property RevisionNumber As String
Public Property EndDate As DateTime?
Public Property ComplianceStatus As String
Public Property Descr... |
Imports System
Imports System.Data
Imports System.Data.SqlClient
'Imports System.Collections
Namespace AstorwinesCommerce
Public Class OrdersDB
Dim m_ConnectionString As String
Public Sub New(ByVal dsn As String)
m_ConnectionString = dsn
End Sub
Public Function GetOr... |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmTiposPago
Inherits laFuente.frmBaseTelerik
'Form invalida a Dispose para limpiar la lista de componentes.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
... |
Imports System.Windows.Forms
Public Class frmSearchInfo
Inherits System.Windows.Forms.Form
#Region "Private Form Declaration"
Private m_owningForm As Form
Private m_searchInfo As clsSearchInfo = New clsSearchInfo
Private m_oColumn As Infragistics.Win.UltraWinGrid.UltraGridColumn = Nothing
Private... |
Namespace PhysicalFile
Friend Class PhysicalFallback
Private ReadOnly _paths As List(Of String)
Public Sub New()
_paths = New List(Of String)
End Sub
Public Sub Add(ByVal path As String)
_paths.Add(path)
End Sub
Public Sub AddRange(ByVal ... |
Imports System.Collections.Generic
''' <summary>
''' Represents DVD title.
''' </summary>
''' <remarks>SimpleAmazon Web service class returns a generic list of these DVD classes. </remarks>
<Serializable()> Public Class DVD
Private m_UPC As String = ""
Private m_Title As String = ""
Private m_Descripti... |
'
' Copyright (c) 2013-2013, John Mettraux, jmettraux@gmail.com
'
' Permission is hereby granted, free of charge, to any person obtaining a copy
' of this software and associated documentation files (the "Software"), to deal
' in the Software without restriction, including without limitation the rights
' to use, copy... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.