text
stringlengths
43
2.01M
Public Class frmOperators #Region "Private Attributes" Private mCurrOperatorEdited As PolyMon.Operators.PMOperator = Nothing Private mCurrOperatorIsNew As Boolean = False #End Region #Region "Public Interface" Public Sub New() InitializeComponent() InitForm() If (tscOper...
 Imports System.Collections.Generic Imports System.Collections.ObjectModel Imports System.Collections.Specialized Imports System.Linq Imports System.Text Imports devDept.Eyeshot Imports devDept.Graphics Imports devDept.Eyeshot.Entities Public Class MyEntityList Inherits ObservableCollection(Of Entity) Protected Ov...
Imports BVSoftware.Bvc5.Core Imports System.Collections.ObjectModel Partial Class BVModules_Controls_GiftCertificates Inherits System.Web.UI.UserControl Public Event CertificatesChanged() Private _tabIndex As Integer = -1 Private _tempTabIndex As Integer = 0 Private _orderId As String = String.Em...
'============================================================================== 'BSD License '----------- 'Copyright (c) 2014, and Kevin Fodor, All rights reserved. 'Redistribution and use in source and binary forms, with or without 'modification, are permitted provided that the following conditions are met: '- Re...
Imports System.ComponentModel.DataAnnotations Public Class ChoixParamAjoutViewModel Public Property Id As Long '<Required(ErrorMessageResourceType:=GetType(Resource), ErrorMessageResourceName:="champ_Manquant")> Public Property UserId As String Public Overridable Property User As ApplicationUser ...
Public Class ComboDialog Public Sub AddItems(itms() As String) ComboBox1.Items.Clear() ComboBox1.Items.AddRange(itms) End Sub Public ReadOnly Property SelectedItem() As String Get Return ComboBox1.SelectedItem End Get End Property Public WriteOnly Prop...
Namespace Common.DynamicLoad Public Class InvokerInfo ''' <summary> ''' 待调用的服务类型 ''' </summary> ''' <value></value> ''' <returns></returns> ''' <remarks></remarks> Public Property TypeName As String ''' <summary> ''' 服务所在应用程序域 ''' </su...
Imports System.Text.RegularExpressions Namespace Common ''' <summary> ''' ユーティリティクラス ''' </summary> Public NotInheritable Class CMUtil ''' <summary> ''' DataRowから行番号を取得する。 ''' </summary> ''' <param name="argDataRow">DataRow</param> ''' <returns>行番号(行番号なしの場合は0を返す...
Public Class clsTillMenuChoice Inherits EskimoBaseClass ''' <summary> ''' The question to be asked to the operator, i.e. How would they like their steak done? ''' </summary> ''' <returns></returns> Property Prompt As String ''' <summary> ''' The quantity of items to be applied after s...
'*********************************** Module Header ***********************************' ' Module Name: ServiceTriggerStart.vb ' Project: VBTriggerStartWindowsService ' Copyright (c) Microsoft Corporation. ' ' The file implements functions to set and get the configuration of service trigger ' start. ' ' * Serv...
Imports System.Runtime.CompilerServices Namespace Extension Public Module LSWFormatter <Extension()> Public Function LSWFormat(ByVal format As String, ByVal source As Object) As String If format Is Nothing Then Throw New ArgumentNullException(NameOf(format)) End If Dim formattedStrings = (From exp...
'Project: Project 8_Assignment1 'Programmer: Vincent Tran 'Date: 11/5/19 'Description: Create a multi-form app that handles book inventory saved to a .txt file Public Class frmBooks 'Declare structure for handling Public Structure BookStruct Public strBookTitle As String Pu...
Module Utils Function AddOptionForAllCompanies(Of T)(ByVal sequence As IEnumerable(Of T), ByVal allOption As T) As IEnumerable(Of T) Return (New T() {allOption}).Union(sequence) End Function Function CreateWhereStringList(ByVal items() As String) As String Dim separator As String = " and " ...
''' <summary>Shows what's new</summary> Public Class WhatsNew Private Sub LoadingTime() Handles Me.Load 'Set the label to the current id WelcomeLabel.Text = "WELCOME TO ViBE ID " & VibeLogin.VVer & "!" 'Set the rtf to the what's new RTF RichTextBox1.Rtf = My.Resources.WhatsNew ...
'-------------------------------------------------------------------------------------------------- ' Project Trading Portal Project. ' ' Function This class is used to deal with Talent Order line comments ' ' '-----------------------...
Imports System.Data.SqlClient Imports Cerberus Public Class SolicitudPermiso Private Ambiente As AmbienteCls Private conex As ConexionSQL Public idError As Integer Public descripError As String Public idSolicitudPermiso As Integer Public idEmpleado As Integer Public idTipoIncidencia As In...
Public Class GridItem Inherits System.Windows.Forms.UserControl Public Event ListItemAction(Sender As Object, e As GridItemActionEventArgs) Public Event Selected(Sender As Object, e As GridItemSelectedEventArgs) Protected m_value As Object Protected m_selected As Boolean = False Protected S...
Public Enum EEstadoMesa PorIniciarProceso PorAperturar EnMesa EnCabina EsperaCierre EnCierre Cerrada End Enum
Public Class MineContactListBO Public Property MineContactID As Integer Public Property PermitKey As Integer Public Property MineContactType As String Public Property MineContactStatus As String Public Property ContactName As String Public Property ContactTitle As String Public Property Ema...
Imports BLL Imports ENTITIES Imports System.Globalization Imports System.Text Public Class Encuestas Inherits System.Web.UI.Page Dim PreguntaEncuestaV As New PreguntaEncuestaVista Dim RespuestaEncuestaV As New RespuestaEncuestaVista Dim ListaEncuestas As New List(Of EncuestaENT) Dim Bita...
Imports System.Collections.Concurrent Public Class alarmMutex '此structure,只有給Alarm用 '---------------------------------------- ' All instance 'shared' the same storage '---------------------------------------- '--------------------------------------------- ' Check On : check if specific sensor...
'==================================================================================================== 'The Free Edition of Instant VB limits conversion output to 100 lines per file. 'To purchase the Premium Edition, visit our website: 'https://www.tangiblesoftwaresolutions.com/order/order-instant-vb.html '===========...
 Partial Class SOC_Been_Close Inherits System.Web.UI.Page Protected Sub Page_Init(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Init If Not Page.IsPostBack Then Dim Context As HttpContext Context = HttpContext.Current If Context.Items.Contains("SOC"...
Public Class MoveChess Public Sub New(ByVal PossBoxX As Byte, ByVal PossBoxY As Byte) Dim OriginalX As Byte = SelectChess.getSelectX Dim OriginalY As Byte = SelectChess.getSelectY Dim Win As Boolean = False Dim WinningColour As String If Board.Location(PossBoxX, PossBox...
Imports System Imports System.Collections.Generic Imports System.Collections.ObjectModel Imports System.ComponentModel Imports System.Windows Imports System.Windows.Media Imports System.Windows.Threading Imports DevExpress.Mvvm Imports DevExpress.Xpf.Map Imports DevExpress.Xpf.Map.Native Namespace MapDemo Public C...
Imports System.IO Imports Newtonsoft.Json Imports Vultr.API.Models.Responses Namespace API.Clients Public Class AuthClient ReadOnly _ApiKey As String Public Sub New(ByVal ApiKey As String) _ApiKey = ApiKey End Sub ''' <summary> ''' Retrieve information about ...
Imports System.Data.Entity.Spatial Imports System.Runtime.Serialization Imports GeoJSON4EntityFramework.Base 'Imports Newtonsoft.Json Namespace Elements Public Class MultiPolygon Inherits GeoJsonGeometry(Of MultiPolygon) Implements IGeoJsonGeometry '<JsonIgnore()> <IgnoreDataMembe...
Imports BVSoftware.Bvc5.Core Imports System.Collections.ObjectModel Partial Class BVAdmin_Catalog_ProductVolumeDiscounts Inherits BaseProductAdminPage Protected Sub Page_PreInit1(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreInit Me.PageTitle = "Product Volume Discounts" M...
Imports System.Data.SqlClient Imports System.Data Public Class clsLnProducto_estado Public Sub Cargar(ByRef oBeProducto_estado As clsBeProducto_estado, ByRef dr As DataRow) Try With oBeProducto_estado .IdEstado = IIf(IsDBNull(dr.Item("IdEstado")), 0, dr.Item("IdEstado")) .IdPropietario = IIf(IsDBNull(d...
Namespace Discreta Public Class Grafo Private mAristas() As Arista Private mVertices() As Vertice Private mNumeroVertices As Long Public ReadOnly Property Aristas As Arista() Get Return mAristas.ToArray End Get End Property P...
Imports System.Runtime.CompilerServices Module CustomModules <Extension()> Public Function DataTableToList(Of T)(ByVal aDataTable As DataTable) As List(Of T) Dim ref As New ReflectionMethods Return ref.ConvertirDataTableToList(Of T)(aDataTable) End Function <Extension()> Public Fu...
Public Class EstadoCheque Public Property Id As Integer Public Property Nombre As String End Class
'---------------------------------------------- ' BoldAndItalic.vb (c) 2002 by Charles Petzold '---------------------------------------------- Imports System Imports System.Drawing Imports System.Windows.Forms Class BoldAndItalic Inherits PrintableForm Shared Shadows Sub Main() Application....
Imports System.Reflection Namespace My ' The following events are available for MyApplication: ' Startup: Raised when the application starts, before the startup form is created. ' Shutdown: Raised after all application forms are closed. This event is not raised if the application terminates abnormally. ...
Imports BDList_TOOLS Namespace BO Public MustInherit Class BoSerie Inherits BoWithId Private m_fieldsNames As String() = {"Id", "IdKind", "IdOrigin", "IdManager", "Name", "SortName", "Ended", "WebSite", "Story"} Dim m_Kind As New IdList(Of BoKind)(1) Dim m_Origin As New IdList(Of BoOrigin)(1) ...
Imports DevExpress.Xpo Imports System.ComponentModel Imports DevExpress.Persistent.Base Imports DevExpress.Persistent.Validation <DefaultProperty("Invoice"), DeferredDeletion(False), Persistent("AR.Invoice"), DefaultClassOptions(), ImageName("BO_Customer"), RuleCriteria("Valid AR Invoice RuleCriteria", DefaultContexts...
Imports System.Data Imports Talent.eCommerce Imports Talent.eCommerce.Utilities Partial Class UserControls_MatchDayHospitalitySummary Inherits System.Web.UI.UserControl #Region "Class Level Fields" Private _packageID As String = String.Empty Private _packageCode As String = String.Empty Private _pro...
'========================================================================== ' ' File: StreamInterfaces.vb ' Location: Firefly.Streaming <Visual Basic .Net> ' Description: 流接口 ' Version: 2010.12.01. ' Copyright(C) F.R.C. ' '=====================================================================...
Imports System.IO Imports System.Reflection Imports System.Windows Public Class MainWindow Sub New() ' This call is required by the designer. InitializeComponent() ' Add any initialization after the InitializeComponent() call. acLoadIcon() End Sub Private S...
'=============================================================================== ' EntitySpaces Studio by EntitySpaces, LLC ' Persistence Layer and Business Objects for Microsoft .NET ' EntitySpaces(TM) is a legal trademark of EntitySpaces, LLC ' http://ww...
Imports Npgsql Public Class func_timbrados Inherits conexion Dim util As New utilidades() Public Function consultar(ByVal sql As String) As DataTable Try conectar() Dim dt = New DataTable() Dim ds As New DataSet Dim da As NpgsqlDataAdapter = New Np...
Public Class userControlAliveBar Public WithEvents assemblyReference As assemblyArch Dim maxScanningTime As TimeSpan Dim tempMaxScanningTime As TimeSpan Dim currentPrivateMemory As Long Dim maxPrivateMemory As Long Public Sub systemAlive(ByVal sender As Object, ByVal e As EventArgs)...
Namespace Model Public Class TargetHistory Private _history As New Queue(Of ActionModel)(20) Public Function Count As Integer Return _history.Count End Function Public ReadOnly Property History(index As Integer) As ActionModel Get Return _his...
Imports Talent.Common.DataObjects.TableObjects Namespace DataObjects ''' <summary> ''' Class provides the functionality to access profile data related table objects ''' </summary> <Serializable()> _ Public Class Profile #Region "Class Level Fields" ''' <summary> ''' DESettings ...
' ********************************************** ' **** ' ****** Class ' **** ' ********************************************** ' Imports System.IO ' Public Class Picture ' ' ********************************************** ' **** ' ****** Constructor ' **** ' ******************************...
Imports System.Security.Cryptography Imports System.Text Imports System.Collections.Specialized Namespace API Public Class Pay15173 ' Methods Private Shared Function GetMD5(ByVal encypStr As String) As String Dim provider As New MD5CryptoServiceProvider Dim bytes As Byte() ...
 Imports DevExpress.ExpressApp Imports DevExpress.ExpressApp.Editors Imports DevExpress.ExpressApp.Model Imports DevExpress.ExpressApp.SystemModule Imports DevExpress.ExpressApp.Win Imports DevExpress.ExpressApp.Win.Editors Imports DevExpress.XtraEditors Imports System Imports System.Collections.Generic Imports System...
Imports SkyEditor.Core Imports SkyEditor.Core.UI Namespace MenuActions Public Class DevPlugins Inherits MenuAction Public Sub New(pluginManager As PluginManager, applicationViewModel As ApplicationViewModel) MyBase.New({My.Resources.Language.MenuDev, My.Resources.Language.MenuDevPlugi...
' Copyright (c) 2013-15 Arumsoft ' All rights reserved. ' ' Created: 21/01/2013. Author: Cloudcoder ' ' This source is subject to the Microsoft Permissive License. http://www.microsoft.com/en-us/openness/licenses.aspx ' ' THE CODE IS PROVIDED ON AN "AS IS" BASIS WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPL...
Imports System Imports System.Collections.Generic Imports System.Text Imports System.Web.UI Public Class JavaScriptRegistrator Public Shared Sub RegisterEmbeddedScript(ByVal page As Page, ByVal type As Type, ByVal scriptName As String) Dim scriptLocation As String = page.ClientScript.GetWebResourceU...
Namespace MetaDiscovery Public Class View Inherits DBEntity #Region "Exposed Properties" <System.ComponentModel.DisplayName("Name"), Category("Metadata"), Description("Gets the name for this view")> _ ReadOnly Property Name() As String Get Return Me._Und...
Public Class clsProductCostSummaryInfo Private pProductBase As dmProductBase Private pHouseTypeSalesItemInfos As colHouseTypeSalesItemInfos Private Shared sRefLists As appRefLists Private pTotalLabourCost As Decimal Private pTotalMaterialCost As Decimal Private pTotalTransportationCost As Decimal Private...
Public Class Form1 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 after the InitializeComponent() call End...
'=============================================================================== ' Microsoft patterns & practices ' CompositeUI Application Block '=============================================================================== ' Copyright © Microsoft Corporation. All rights reserved. ' THIS CODE AND INFORMATION I...
Imports System.Data.SqlClient Public Class SqlRenewalRecordRepository Public Function FetchAll(ByVal startDate As DateTime, ByVal endDate As DateTime) As IList(Of RenewalRecord) Dim renewals As New List(Of RenewalRecord) Dim sql = "AutoRenewalUnprocessedByEndDate" Dim con As New SqlConne...
Public Class clsTenderOptions Property EnforceTenderAmount As Boolean Property GiftCardPLU As String End Class
Public Class frmManageUser Private intRowPosition As Integer = 0 Private Sub frmManageCust_Load(sender As Object, e As EventArgs) Handles MyBase.Load Me.AccountTableAdapter1.Fill(Me.OrderDB2DataSet.account) ShowCurrentRecord() End Sub Private Sub ShowCurrentRecord() I...
Imports visa = Viper_Burn_In.visa32 Public Class VisaDevice Private Declare Function viWriteString Lib "visa32.dll" Alias "#257" (ByVal vi As Integer, ByVal buffer As String, ByVal count As Integer, ByRef retCount As Integer) As Integer Public Declare Function viReadString Lib "visa32.dll" Alias "#256" (ByVal vi As ...
Public Class DireccionOficina Public Property Id_Direccion_Oficina As Integer Public Property Descripcion_Oficina As String Public Property Activo As String Public Property Id_Nivel As Nullable(Of Integer) Public Property Cod_Oficina As String Public Property Serie As ICollection(Of Serie) = N...
Public Class frmKlassen Private Sub KlassenBindingNavigatorSaveItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles KlassenBindingNavigatorSaveItem.Click Try Me.Validate() Me.KlassenBindingSource.EndEdit() Me.KlassenTableAdapter.Update(Me.FrmKla...
Imports System.Numerics Imports System.Threading Imports Microsoft.Graphics.Canvas Imports Microsoft.Graphics.Canvas.Effects Imports Microsoft.Graphics.Canvas.UI.Xaml Imports Windows.UI Public NotInheritable Class MainPageCPU Inherits Page Const SIMULATION_SIZE = 16 ' On my SurfacePro1, it can update a...
Module InventoryFunctions Public NameFound As Integer = 0 'custom sub to display product name and quatity Public Sub Display(ByVal Index As Integer) 'using text box in inventory form Inventory.txtProdName.Text = InventoryName(Index) Inventory.txtQty.Text = InventoryNumber(...
Imports System.Diagnostics Imports System.Data Imports System.Collections Imports System.Collections.Generic Imports System.Net Imports System.IO Imports System.Text.RegularExpressions #Region "FTP client class" ''' <summary> ''' A wrapper class for .NET 2.0 FTP ''' </summary> ''' <remarks> ''' This class does not h...
Imports System.Globalization Imports System.Text.RegularExpressions Public Class VendaController Public Function CreateVenda(ByVal Data As String, ByVal Cliente As String, ByVal Itens As Dictionary(Of String, String)) As Boolean If Not Regex.IsMatch(Data.Trim(), "^(?:(?:31(\/|-|\.)(?:0?[13578]|1[02]))\1|(...
' (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 Microsoft.VisualBasic Imports System Imports System.Collections Imports System.Collections.Obj...
Public Enum Equipment2_DocType Inspection Work End Enum
#Region "Microsoft.VisualBasic::80a3876c21389d4b990e735794824883, mzkit\src\assembly\assembly\test\read_mzXML.vb" ' Author: ' ' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.) ' ' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD. ' ' ' MIT License ...
Namespace Classes Public Class OccurrenceContainer Property Character() As Char Property Occurrences() As Integer Public Overrides Function ToString() As String Return $"{Character} {Occurrences}" End Function End Class End Namespace
'Imports System.Data.SqlClient 'Imports Oracle.ManagedDataAccess.Client 'Imports System.Data.OleDb Imports Oracle.ManagedDataAccess.Client Imports System.Collections.Generic Public Class oraDBQuery Private Const _DB_USER As String = "claret" Private Const _DB_PASS As String = "sys_clar" Private Const _DB_S...
#Region "Microsoft.VisualBasic::59fa5e1e2d2fc7872f5e3d5b9c4f4382, mzkit\src\metadna\metaDNA\KEGGNetwork.vb" ' Author: ' ' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.) ' ' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD. ' ' ' MIT License ' ...
Imports System Imports System.ComponentModel.DataAnnotations Imports DevExpress.Mvvm.DataAnnotations Namespace PropertyGridDemo <MetadataType(GetType(AttributesSupportDataAnnotationsFluentAPIMetadata))> Public Class AttributesSupportDataAnnotationsFluentAPIData Public Property FirstName() As String ...
' This class implements the outgoing interface defined by WriteLog for notifying change-of-focus events Public Class WlFocusEvent Implements WriteLogClrTypes._IWriteLogFocusStateEvents Dim m As MainForm Public Sub New(f As MainForm) m = f End Sub Public Sub KeyboardChanged(radio As Short)...
Namespace CellTypes Public Class CorrectCell Inherits Cell Public Sub New(x As Integer, y As Integer) MyBase.New(x, y) End Sub End Class End Namespace
Public Class Form1 Private Sub ButtonFont_Click(sender As Object, e As EventArgs) Handles ButtonFont.Click If FontDialog1.ShowDialog() = DialogResult.OK Then TextSample.Font = FontDialog1.Font UpdateSelection() End If End Sub Private Sub ButtonColor_Click(sender As Object, e As EventArgs) Handles Button...
Imports System.Windows Imports System.Windows.Controls Namespace GaugesDemo Public Class ButtonExt Inherits Button Public Property IsPressedExt() As Boolean Get Return DirectCast(GetValue(IsPressedExtProperty), Boolean) End Get Set(ByVal value As...
''Class Definition - CostBookEntry (to CostBookEntry)'Generated from Table:CostBookEntry Imports RTIS.CommonVB Public Class dmCostBookEntry : Inherits dmBase Private pCostBookEntryID As Int32 Private pCostBookID As Int32 Private pStockItemID As Int32 Private pCost As Decimal Private pCostUnit As Int32 Pri...
'---------------------------------------------------- ' CheckerWithKeyboard.vb (c) 2002 by Charles Petzold '---------------------------------------------------- Imports System Imports System.Drawing Imports System.Windows.Forms Class CheckerWithKeyboard Inherits Checker Shared Shadows Sub Main() ...
Imports Route4MeSDKLibrary.Route4MeSDK Namespace Route4MeSDKTest.Examples Partial Public NotInheritable Class Route4MeExamples ''' <summary> ''' Remove custom note type from the user account. ''' </summary> Public Sub RemoveCustomNoteType() Dim route4Me = New Route4MeMa...
' (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 Microsoft.VisualBasic Imports System Imports System.ComponentModel Imports System.Diagnostics.Co...
Public Class Tracking ' trk.ORDER_ID, trk.FEC_TRACK, trk.EMISOR_ALIAS AS emisor, trk.RESEPTOR_ALIAS AS receptor, 'trk.TXT_OBSERVACIONES, trk.ID_STATUS, trk.coordenadas Private _idOrder As String Public Property idOrder() As String Get Return _idOrder End Get S...
Imports System.Diagnostics Imports vini_DB Imports System.Threading Public Class vini_serviceWoo Public Sub New() ' Cet appel est requis par le concepteur. InitializeComponent() ' Ajoutez une initialisation quelconque après l'appel InitializeComponent(). Me.ServiceName = "vini_s...
Public Class frmLiefhebbersgrid Private Sub LiefhebbersBindingNavigatorSaveItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles LiefhebbersBindingNavigatorSaveItem.Click If Me.FrmLiefhebbersDataSet.HasChanges Then Try Me.Validate() Me.Li...
'****************************************************************************' ' ' ' Download evaluation version: https://bytescout.com/download/web-installer ' ' ' ' Si...
<Serializable> Public Class Contact Inherits AddressableBase Public Sub New() MyBase.New("", 0, IPVersion.None, AddressableType.None) End Sub Public Sub New(other As AddressableBase) MyBase.New(other) End Sub Public Sub New(targAddress As String, targPort As Integer, targVer ...
''Class Definition - Supplier (to Supplier)'Generated from Table:Supplier Imports RTIS.CommonVB Imports RTIS.ERPCore Public Class dmSupplier : Inherits dmBase Implements iValueItem Private pSupplierID As Int32 Private pCompanyName As String Private pSupplierStatusID As Int32 Private pSupplierTypeID As Int3...
Option Explicit On Option Strict On Imports System Imports System.Runtime.Remoting Imports System.Runtime.Remoting.Contexts Imports System.Runtime.Remoting.Activation Imports System.Runtime.Remoting.Messaging <AttributeUsage(AttributeTargets.Class)> _ Public Class CheckableAttribute Inherits ContextAttribute ...
Namespace Web.TemplateEngine.Parser.AST Public MustInherit Class Expression Inherits Element Public Sub New(ByVal line As Integer, ByVal col As Integer) MyBase.New(line, col) End Sub End Class End Namespace
' (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 Microsoft.VisualBasic Imports System Imports System.Collections.Generic Imports System.Globaliza...
Imports System Imports System.Collections.Generic Imports System.Linq Imports System.Net Imports System.Windows Imports System.Windows.Controls Imports System.Windows.Documents Imports System.Windows.Input Imports System.Windows.Media Imports System.Windows.Media.Animation Imports System.Windows.Shapes Imports System....
Imports Microsoft.VisualBasic Imports System.Security.Cryptography Public Class cHash ''' <summary> ''' Computes the hash. ''' </summary> ''' <param name="plainText">The plain text.</param> ''' <returns></returns> Public Shared Function ComputeHash(ByVal plainText As String) As St...
'-------------------------------------------------------- ' JeuDeTaquinWithScramble.vb (c) 2002 by Charles Petzold '-------------------------------------------------------- Imports System Imports System.Drawing Imports System.Windows.Forms Class JeuDeTaquinWithScramble Inherits JeuDeTaquin Shared Sh...
<System.Windows.Browser.ScriptableType()> Public Class ListingC_11 'Employee Class Private _status As Boolean = False Public Sub New() End Sub Public Property FirstName() As String Public Property LastName() As String Public Property Department() As String Public Property SSN() As String...
Namespace Orders Public Class Order Public Property orderNumber As String Public Property type As String Public Property rate As Double Public Property amount As String Public Property total As String Public Property initialRate As Double Public Property ini...
<Serializable()> Public Class Manager Public Property Catalog As New List(Of Book)() 'serialise Public Property Users As New List(Of User)() 'serialise Public initialised As Boolean = False 'essentially for first boot. not otherwise needed. Public Property CurrentUser As User Public Property Wishl...
#Region "License" ' The MIT License (MIT) ' ' Copyright (c) 2017 Richard L King (TradeWright Software Systems) ' ' 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, includ...
Public Class CharacterSheet Private isChanged As Boolean = False Private myCurrentFile As String '--------------------- ' KeyPress Functions '--------------------- Private Sub CharacterSheet_Load(sender As Object, e As EventArgs) Handles MyBase.Load ' initialization '-----------add all controls to ...
Imports BVSoftware.Bvc5.Core Imports System.Collections.ObjectModel Partial Class BVModules_Themes_Foundation4_Responsive_ContentBlocks_Last_Products_Viewed_view Inherits Content.BVModule Public Event AddToCartClicked(ByVal productId As String) Protected Sub Page_Load(ByVal sender As Object, ByVal e As S...
Imports Microsoft.ApplicationBlocks.Data Imports System.Data.SqlClient Public Class form_generar_recfact Dim ClientesServicios As DataTable Dim CodigoFactura As Object 'ultimo codigo de factura usado para la serie seleccionada. LO uso si hay que borrar 'las facturas generadas, para volver a poner el conta...
'filename: ResizingBitmap.vb 'This form is used to collect information for the resizing of a bitmap. 'Natacha Gabbamonte 0932340 '11/12/2011 Public Class ResizingBitmap 'The original bitmap's size Private initialHeight As Integer Private initialWidth As Integer 'This property is to know if the user ...
Imports Microsoft.VisualBasic Public Class cAstorMessaging Shared msg As String Public Shared Function getMsg_FreeShippingInNY() As String msg = "We offer free ground shipping on orders over $99 (pre-tax) in Manhattan and Brooklyn, and orders over $150 (pre-tax) elsewhere in New York State. For Wine...