text stringlengths 43 2.01M |
|---|
Imports ChartDirector
Imports System.Collections
Public Class FrmTrackLabel
Private Sub FrmTrackLabel_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load
' Data for the chart as 3 random data series
Dim r As RanSeries = New RanSeries(127)
Dim data0() As Double = ... |
Imports Bwl.Network.ClientServer
Imports Bwl.Framework
Public Class MultiTransport
Implements IMessageTransport
Public Event ReceivedMessage As IMessageTransport.ReceivedMessageEventHandler Implements IMessageTransport.ReceivedMessage
Public Event SentMessage As IMessageTransport.SentMessageEventHandler ... |
Imports System.ComponentModel
Imports Core.Framework.Core.Framework
Imports Core.Framework
Namespace Core.Windows
'Notes: About Initial Value for CoreDate
'If Core Date "Occurs", then Default Values cannot be supplied
'In Legacy system, When Temporary variable occurs and Initial value is specified,
'It... |
Module Module1
Sub Main()
'comments
'variable declarations
Dim int As Integer = 12
Dim dble As Double = 4.5
Dim str As String = "Brian"
Dim character As Char = "h"
Dim booln As Boolean = False
'Null variable declaration
int = Nothing
... |
Imports System.Data.Common
Imports CableSoft.BLL.Utility
Imports CableSoft.Utility.DataAccess
Public Class PRVoidData
Inherits BLLBasic
Implements IDisposable
Private _PRDAL As New PRDAL(Me.LoginInfo.Provider)
Public Sub New()
End Sub
Public Sub New(ByVal LoginInfo As CableSoft.BLL.Utility.Lo... |
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
En... |
Partial Public Class FormTransaksiDetail
'## Components Availability Setter
Private Sub SetAvailableShopCartComponents_Diskon(switch As Boolean)
btnTambahDiskon.Enabled = switch
btnTambahDiskon.Visible = switch
End Sub
'## DataSet Manipulations
Private Sub UpdateItemDiskon()
... |
Public Module Program
#Region "Properties"
'UserID tracks the current user
Public Property UserID() As Integer
'System.Windows.Forms.FormWindowState is an enum to track maximized/minimized/normal window state
Public Property WindowState() As FormWindowState
'_MoviesInOrder is like a shopping cart... |
Imports Microsoft.VisualBasic
'--------------------------------------------------------------------------------------------------
' Project Trading E-Commerce
'
' Function Page Left Navigation
'
' Date 19th Jan 2007
'
' Author ... |
Imports Microsoft.VisualBasic
Imports System.Net.Mail
Public Class SendEmail
Public Shared Function SendBidNotification(ByVal bidId As Integer, ByVal msg As String, ByVal bidnum As Integer) As String
Try
Dim svc As New CategoryService.CategoryService
Dim biddetail As BidDetail = N... |
''' <summary>
''' In this code sample property binding is done by selecting
''' a control, select the property window, select Data -> (ApplicationSettings)
''' then the Text property following by clicking the eclipse button to create
''' a new setting which is part of My.Settings, provide a name and done.
''' </summar... |
Imports System.Collections.ObjectModel
Imports BVSoftware.BVC5.Core
Partial Class BVModules_Themes_Foundation4_Responsive_ContentBlocks_Top_Selling_Products_adminview
Inherits Content.BVModule
Protected Overrides Sub OnInit(ByVal e As System.EventArgs)
MyBase.OnInit(e)
Me.EnableViewState = F... |
Imports System.Net
Namespace API.Models.Responses
''' <summary>
''' Application APPID, name, short_name, deploy_name and surcharge.
''' </summary>
Public Class Application
''' <summary>
''' Application ID
''' </summary>
''' <returns>Integer</returns>
''' <examp... |
Imports System.Data.SqlClient
Public Class StudentDao
Property ConnString As String = "Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|estudio.mdf;Integrated Security=True;Connect Timeout=30"
Property StudentId As Int64
Public Function Update(ByVal student As Student) As Boolean
Dim query = "... |
Imports DevExpress.Mvvm
Imports System
Imports System.Windows.Input
Imports System.Windows.Threading
Namespace GaugesDemo
Public Class CarDashboardViewModel
Private ReadOnly timer As New DispatcherTimer()
Private ReadOnly timerInitialAnimation As New DispatcherTimer()
Private ReadOnly timer... |
''' <summary>
''' A unit of measure used to calculate a cost
''' </summary>
''' <remarks></remarks>
Public Enum UnitOfMeasure As Integer
''' <summary>
''' Cost is fixed
''' </summary>
''' <remarks></remarks>
Fixed = 0
''' <summary>
''' Cost per item
''' </summary>
''' <remarks></rem... |
Imports System.Data.SqlClient
Namespace DataObjects.TableObjects
''' <summary>
''' Provides the functionality to manage data from the table tbl_page_text_lang based on business functionality
''' </summary>
<Serializable()> _
Public Class tbl_page_text_lang
Inherits DBObjectBase
#Regio... |
Public Class cDataOrderDBIO
Private pConn As OleDb.OleDbConnection
Private pCommand As OleDb.OleDbCommand
Private pDataReader As OleDb.OleDbDataReader
Private pMessageBox As cMessageLib.fMessage
Sub New(ByRef iConn As OleDb.OleDbConnection, ByRef iCommand As OleDb.OleDbCommand, ByRef iDataReader ... |
Imports System.Collections.Generic
Imports System.ComponentModel
Imports System.Xml
Imports System.Xml.Serialization
Imports System.IO
Public Module mdlAMONetPosDefine
Public Const MinPos As Integer = -134217728
Public Const MaxPos As Integer = 134217727
Public pData As cPositionPara = New cPositi... |
#Region "Microsoft.VisualBasic::1a3cbfd09687cdaa62bc72a65c8f2a2d, mzkit\src\metadb\XrefEngine\ChemOntClassify.vb"
' Author:
'
' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.)
'
' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD.
'
'
' MIT License
... |
Imports System.Web.UI.WebControls
Imports BaseClasses
#If DEBUG Then
Public Class DTICalendar
Inherits BaseAsyncControl
#Else
<ComponentModel.EditorBrowsable(ComponentModel.EditorBrowsableState.Never), ComponentModel.ToolboxItem(False)> _
Public Class DTICalendar
Inherits BaseAsyncControl
#End If
... |
'===============================================================================
' EntitySpaces Studio by EntitySpaces, LLC
' Persistence Layer and Business Objects for Microsoft .NET
' EntitySpaces(TM) is a legal trademark of EntitySpaces, LLC
' http://w... |
Imports System.Xml
Public Class frmInfoGempa
''' <summary>
''' Baca informasi gempa dari BMKG
''' </summary>
''' <returns>Tabel informasi gempa, format DataTable</returns>
''' <remarks>Fungsi pembaca informasi gempa dari xml feed BMKG
''' di "http://data.bmkg.go.id/gempaterkini.xml".</... |
Imports System.Net.NetworkInformation
''' <summary>
''' Výstup netstat
''' </summary>
Public Class NetstatHandle
''' <summary>
''' Lokální adresa
''' </summary>
Public Property Address As String
''' <summary>
''' Lokální port
''' </summary>
Public Property Port As String
''' <summary>
'''... |
#Region "Microsoft.VisualBasic::4d2828a81ce0986496a596f8d28bca51, mzkit\src\visualize\TissueMorphology\SampleData.vb"
' Author:
'
' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.)
'
' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD.
'
'
' MIT License
'
'
' Permission is hereby g... |
Imports Inventor
Imports System.Runtime.InteropServices
Imports Microsoft.Win32
Namespace CLAMP2018
<ProgIdAttribute("CLAMP2018.StandardAddInServer"),
GuidAttribute("aae1c1d7-01fc-4822-8835-fd043e2daff5")>
Public Class StandardAddInServer
Implements Inventor.ApplicationAddInServer
Private ... |
Imports Microsoft.VisualBasic
Namespace UI
Public Class EditWebControl
Inherits CustomWebControl
Private _Container As System.Web.UI.HtmlControls.HtmlGenericControl
Private _LabelControl As System.Web.UI.WebControls.Label
Private _HintControl As System.Web.UI.HtmlControls.... |
Imports System.ComponentModel
Imports System.ComponentModel.DataAnnotations
Imports System.ComponentModel.DataAnnotations.Schema
Namespace Entidades
Public Class Ifp
<Key, DatabaseGenerated(DatabaseGeneratedOption.Identity)>
Property IdIfp As Integer
Property Desc As String
Proper... |
Imports System.Data
Imports System.IO
''' <summary>
''' Access to Corporate Policies
''' </summary>
Partial Class Master_Default
Inherits System.Web.UI.Page
#Region "Properties"
''' <summary>
''' Gets or sets the page number details.
''' </summary>
''' <value>
''' The page number details.
'... |
''Class Definition - ProductCostBookEntry (to ProductCostBookEntry)'Generated from Table:ProductCostBookEntry
Imports RTIS.CommonVB
Public Class dmProductCostBookEntry : Inherits dmBase
Private pProductCostBookEntryID As Int32
Private pCostBookID As Int32
Private pProductID As Int32
Private pProductTypeID As ... |
Imports ESRI.ArcGIS.Framework
Imports ESRI.ArcGIS.ArcMapUI
Imports System.Windows.Forms
'**
'Nom de la composante : cmdCorrigerPrecision.vb
'
'''<summary>
''' Commande qui permet de corriger les erreurs de précision présentent aux points d'adjacence sur les limites communes de découpage.
'''</summary>
'''
'''<remarks... |
Imports BDList_DAO_BO.BO
Imports BDList_SERVICE
Public Class SyncCtrlAutographs
Inherits SyncCtrl
Implements ISyncCtrl
Public Function GetLocalService() As IService Implements ISyncCtrl.GetLocalService
Return New ServiceAutograph
End Function
Public Function GetPhoneService() As IService... |
Imports System.Configuration
Imports QuanLyDaiLy_BUS
Imports QuanLyDaiLy_DTO
Imports Utility
Public Class frmQLMatHang
Private mhBus As MatHang_BUS
Private Sub frmQLMatHang_Load(sender As Object, e As EventArgs) Handles MyBase.Load
mhBus = New MatHang_BUS()
' Load MatHang list
loadListM... |
Public Class LibroDeRecetas
Private _recetas As IList(Of Receta)
Public Sub New(recetasIniciales As IList(Of Receta))
_recetas = recetasIniciales
End Sub
Public Function CuantasRecetasTienen(ingredienteBuscado As String) As Integer
Return _recetas.Where(Function(c) c.Ingredientes.Con... |
Imports System.Drawing.Drawing2D
Namespace KzLibrary
Public Class TextDialog
Inherits Form
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'Form 重写 Dispose,以清理组件列表。
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides... |
Imports Newtonsoft.Json
Imports Newtonsoft.Json.Linq
Namespace Helper
Public Class Json
Public Function ToJSON(robject As Object, isReplaceString As Boolean, Optional ReplaceString As List(Of KeyValuePair(Of String, String)) = Nothing) As String
Try
Dim oJSON = JsonConve... |
''' <summary>
''' Simple examples of learning which rows have the CheckBox cell checked
''' via the DataTable and the Row collection in the DataGridView
''' </summary>
''' <remarks></remarks>
Public Class Form1
WithEvents bsPeople As New BindingSource
Private Sub Form1_Load(ByVal sender As System.Object, ByVa... |
Public Class DBO_PedidosProveedoresDetalles
Private m_PedidoProveedorDetalleID As Int32
Private m_PedidoProveedorMaestroID As Int32
Private m_ArticuloID As Int32
Private m_Cantidad As Double
Private m_FechaServicio As Date
Private m_Observaciones As String
Private m_Observaciones_IsDBNull A... |
Public Class t_ASPurchaseOrderHeadHistory
Public PurchaseOrderNumber_K As String
Public ReviseCount As Integer
Public ShipType As String
Public VendorCode As String
Public PayCode As String
Public WarehouseCode As String
Public WarehouseType As String
Public PrintedPurc... |
' ==================================================================================================
'
' Copyright (c) 2004 UGS PLM Solutions.
' Unpublished - All rights reserved
'
'====================================================================================================
'File de... |
Public Class Employee
Public Property EmployeeId As Integer
Public Property FirstName As String
Public Property LastName As String
Public Property Address As String
Public Property City As String
Public Property State As String
Public Property Country As String
Public Property P... |
Public MustInherit Class FileDescriptor
Private _name As String
Private _directory As String
Private _createdOn As DateTime
Private _modifiedOn As DateTime
Private _accessedOn As DateTime
Private _bytes() As Byte
Public Sub New()
_name = String.Empty
_directory = S... |
Imports Microsoft.VisualBasic
Namespace MB.TheBeerHouse.BLL.Newsletters
Public Enum SubscriptionType As Integer
None = 0
PlainText = 1
Html
End Enum
End Namespace
|
Public Class MenuUtamaScreen
Inherits Screens
Public Overrides Property Enable As Boolean
Public Overrides Property Name As String
Public Overrides Property Visible As Boolean
Private TextureBase As Texture2D
Private FontSprite As SpriteFont
Private TextureShadowMenuUtama As Texture2D
... |
Imports System.Text
Imports System.Runtime.CompilerServices
Imports System.Text.RegularExpressions
Imports LSW.Web
Namespace Extension
Public Module StringHelper
<Extension()> _
Public Function Multiplication(ByVal str As String, ByVal i As Integer) As String
Dim result = ""
... |
Imports System.Data.SqlClient
Imports System.Text
Namespace DataObjects.TableObjects
''' <summary>
''' Provides the functionality to manage data for the table tbl_basket_detail based on business functionality
''' </summary>
<Serializable()> _
Public Class tbl_basket_detail
Inherits DBObjec... |
Public Class Wall
Implements Entity, Collider
Private Box As Rect
Sub New(maze As Maze, bb As Rect)
InitializeComponent()
SetValue(Panel.ZIndexProperty, WALL_LAYER)
Box = bb
RenderTransform = New TranslateTransform(bb.X, bb.Y)
Width = bb.Width
Height = bb.He... |
Sub Main (ByVal inputArgs as string)
'Originally devices 412,74,261,236,228,522
'412=device med satt temperatur(Heating temperature living rooms),74=stue sør,261=stue vest,236=spisestue,228=kjøkken,522=Varmepumpe spisestue
'2020-05-06 spisestue og stue sør fjernet da de ikke skal endres pga planter som blir stekt
... |
Imports System.IO
Imports System.Security.Cryptography
Friend Class CCrypt
Public Shared Function Encrypt(ByVal original As String) As Byte()
Try
' Create a new instance of the Rijndael
' class. This generates a new key and initialization
' vector (IV).
Using myRijndael As Rijndael... |
Imports System
Imports System.Collections.Generic
Imports System.Linq
Imports System.Web
Imports System.Web.UI
Imports System.Web.UI.WebControls
Partial Class UPLOAD
Inherits System.Web.UI.Page
Protected Sub Page_Load(sender As Object, e As EventArgs) Handles Me.Load
If GetUploadFileContent.PostedFi... |
#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... |
Imports System.Text
Imports ABPDF.PDFObjects
Imports ABPDF.FileStructures
Imports ABPDF.Drawing
Namespace DocumentStructures
''' <summary>
''' Представляет страницу документа.
''' </summary>
Public Class DocumentPage
Inherits DocumentNode
Implements IDisposable
Private _dictio... |
Imports BDList_DAO_BO.BO
Imports BDList_SERVICE
Public Class SyncCtrlGoodies
Inherits SyncCtrl
Implements ISyncCtrl
Public Function GetLocalService() As IService Implements ISyncCtrl.GetLocalService
Return New ServiceGoody
End Function
Public Function GetPhoneService() As IService Implem... |
Option Strict On
Imports System.Collections
Public Class ThreadList
Private list As ArrayList
Private mBoardID As Long
Public Sub New(ByVal BoardID As Long)
mBoardID = BoardID
Me.InitializeThreads()
End Sub
Public Sub InitializeThreads()
Dim myData As DataSet
Dim ... |
#Region "Microsoft.VisualBasic::75e718791d342bca63bd94313bf07cd5, mzkit\src\assembly\assembly\MarkupData\XmlSeek.vb"
' Author:
'
' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.)
'
' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD.
'
'
' MIT License... |
'********************************** Module Header **********************************'
' Module Name: Service.vb
' Project: VBTriggerStartWindowsService
' Copyright (c) Microsoft Corporation.
'
' The file implements the service body. To define what occurs when the service starts
' and stops, locate the OnStart ... |
Imports System.Xml
Imports System.IO
'
' **********************************************
' ****
' ****** Class
' ****
' **********************************************
'
' This is a DoWork compliant task. It is meant to be run as a background process/thread
' and code design complies to those requirements such as: 1... |
Option Strict Off
Option Explicit On
Namespace DBDiff
Friend Class Word
Public Enum WordClassType
SQLWord = 1
FunctionWord = 2
StringWord = 3
NumberWord = 4
CommentWord = 5
OperatorWord = 6
SysTablesWord = 7
Typ... |
Imports Motor3D.Primitivas3D
Imports Motor3D.Utilidades
Imports Motor3D.Espacio2D
Imports System.Drawing
Namespace Escena
Public Class ZBuffer
Inherits ObjetoEscena
Public Shadows Event Modificado(ByRef Sender As ZBuffer)
Private mObjetos() As ElementoZBuffer
Private mRepresentac... |
Sub deactivateribbon()
' Purpose: Macro hide the ribbon, the formula bar and the worksheets
' Author: Orlando Mezquita
' Date: 19JAN15
Dim hide_worksheet_tabs As Boolean
Dim hide_headings As Boolean
' Modify these variables to hide the tabs and the headings
hide_worksheet_tabs = True
hide_headings = True
ActiveWindo... |
Imports System
Imports Aspose.Tasks
'This project uses Automatic Package Restore feature of NuGet to resolve Aspose.Tasks for .NET API reference
'when the project is build. Please check https://docs.nuget.org/consume/nuget-faq for more information.
'If you do not wish to use NuGet, you can manually download Aspose.... |
#If Not (WindowsCE) Then
''' <summary>
''' Implements ILogger interface to provide logging to the Windows Event Log
''' </summary>
''' <remarks></remarks>
Public Class EventLogLogger
Implements ILogger
Implements IDisposable
Private _log As EventLog = Nothing
Private lock As Object = Nothing
''' <... |
Imports System.ComponentModel
Imports RTIS.CommonVB
Imports RTIS.DataLayer
Imports RTIS.Elements
Public Class fccLookupTableList
Private pDBConn As clsDBConnBase
Private pRTISGlobal As AppRTISGlobal
Private pLookUpListDT As DataTable
Public Enum eSelectionCode
<Description("General")> General = 5
<D... |
Public Class frm_insertproduct_a174652
Private Sub frm_insertproduct_a174652_Load(sender As Object, e As EventArgs) Handles MyBase.Load
RefreshData()
LoadYear()
ClearForm()
End Sub
Private Sub changePictureBtn_Click(sender As Object, e As EventArgs) Handles changePictureBtn.Click
... |
'****************************************************************************'
' '
' Download evaluation version: https://bytescout.com/download/web-installer '
' '
' Si... |
Imports System.Threading
Module modMain
Private obj_RenderThread As Thread
Public Sub Main()
' We're entering the main initialization section of the client.
' let's start out by initializing all the structures and global arrays.
InitGlobals()
' Load game options from config f... |
Imports BVSoftware.Bvc5.Core
Partial Class BVAdmin_Controls_BooleanModifierField
Inherits Controls.ModificationControl(Of Boolean)
Public Enum Modes
YesNo = 0
EnabledDisabled = 1
End Enum
Public Property DisplayMode() As Modes
Get
Dim obj As Object = ViewState("mod... |
Public Class frmVehicles
Private Vehicles() As Vehicle
Private Sub rbTruck_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles rbTruck.CheckedChanged
If rbTruck.Checked = True Then
lblTrunk.Text = "Bed Size"
Else
lblTrunk.Text = "Trunk Capacity"
... |
Imports System.IO
Imports System.Drawing.Imaging
Public Class Form1
' Distance between right progress edge and form edge
' Not sure how to get it programmatically, so it's hardcoded
Dim ProgressBarOffset = 28
Private Sub Form1_Paint(ByVal sender As Object, e As PaintEventArgs) Handles MyBase.Paint
... |
Public Class ContEmployeeFund
Private _employeeId As Integer
Private _employeeCode As String
Private _fundId As Integer
Private _fundCode As String
Private _percent As Decimal
Public Sub New()
End Sub
Public Sub New(p_employeeCode As String, p_fundCode As String, p_percent As Decima... |
Public Class MercuryService
Inherits FileZillaService
Implements IVersionMiner
Public Sub New(c As ServiceControl)
MyBase.New(c)
' inicializace proměnných
Me.servicePicture = "mercury.png"
Me.processName = "mercury"
Me.processPath = "MercuryMail\mercury.exe"
End Sub
''' <summary>
''' V... |
Imports Transaction_Project.Transaction
Imports System.IO
Imports System.Xml.Serialization
Module Module1
Sub Main()
If Not Directory.Exists(CurDir() & "\Transaction_Records") Then : Directory.CreateDirectory(CurDir() & "\Transaction_Records")
End If
Dim _filesNum As Integer = Directory.... |
Sub Main (ByVal inputArgs as string)
hs.SetDeviceString(9, "(46) 12345678", True)
'Change temperature by script
exit sub
If inputArgs.Length = 0 Then
hs.WriteLog("test","No input value found. Exiting script")
Exit Sub
End If
Dim arrInputs() as string
arrInputs=inputArgs.Split(",")
If arrInput... |
Imports System.Globalization
Public Class Admin
''' <summary>
''' Clase encargada de administrar la lógica de consultas y acceso a la Base de Datos de la aplicación SliferAdmin.
''' </summary>
Private Shared instancia As Admin
''' <summary>
''' Función shared encargada de seguir devolver la in... |
Public Class frmWstepArticulos1
Implements wizardable
Private m_DBO_Articulos1 As DBO_Articulos1
Private no_crear As Boolean
Private dtb As BasesParaCompatibilidad.DataBase
Public Event avisos(sender As Object, e As EventArgs)
Public ReadOnly Property EstaDescripcionHabilitada As Boolean
... |
Public Class chooseTranscript
Inherits common
'Description: runs anything that needs to be done before the page loads
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
'Function will redirect to index if the username does not match the meeting owner n... |
Imports System.Text
''' <summary>
''' Provides an ini text reader which can be used when reading ini data from streams.
''' </summary>
''' <remarks>The stream buffers the data stored in the streams. Before using the stream the IniStreamReader.Flush()-Method should be called.</remarks>
Public Class IniStreamReader
... |
Imports System.Runtime.InteropServices
'<ClassInterface(ClassInterfaceType.None)>
<ComVisible(True)>
<ComClass(WeySoiya.ClassID, WeySoiya.InterfaceID, WeySoiya.EventsID)>
Public Class WeySoiya
'Implements IWeySoiya
#Region "COM GUID"
Public Const ClassID As String =
"2379828E-3BDC-4F4D-9334-D133D48F7D... |
Namespace Agent
Public Class AgentParameters
'Agent Parameters
Public Shared AgentDate As Date = Nothing
Public Shared AgentName As String = Environment.MachineName.ToUpper
Public Shared AgentPath As String = Reflection.Assembly.GetEntryAssembly.Location.Replace("MonitoringAgent.ex... |
Public Class clsBeProducto_parametros
Implements ICloneable
Private mIdProductoParametro As Integer = 0
Private mIdParametro As Integer = 0
Private mIdProducto As Integer = 0
Private mValor_texto As String = ""
Private mValor_numerico As Nullable(Of Double)
Private mValor_fecha As Nullable(... |
Imports Microsoft.VisualBasic
Imports System.Data
Imports System.Data.SqlClient
Imports Talent.eCommerce
Imports Talent.Common
Imports System.Xml
Partial Class UserControls_PageLeftProductNav
Inherits ControlBase
#Region "Class Level Fields"
Private _treeBuilder As New StringBuilder()
Private _businessUn... |
Imports System.IO
Public Class IxaKliker
Private zuzenketak As Integer 'guztira egin diren zuzenketak
Private lvl As Integer ' erabiltzaileak ea dirulaguntza jaso duen edo ez
Private items(6) As Integer ' erabiltzaileak lortu dituen zuzenketak egiteko objetuak, segunduro egiten diren zuzenketetan zuzenek... |
'===============================================================================
' Microsoft patterns & practices
' CompositeUI Application Block
'===============================================================================
' Copyright © Microsoft Corporation. All rights reserved.
' THIS CODE AND INFORMATION I... |
'
' **********************************************
' ****
' ****** Class
' ****
' **********************************************
'
Imports System.IO
Imports Syncfusion.Windows.Controls.RichTextBoxAdv
'
Public Class VEditor
'
' **********************************************
' ****
' ****** Constr... |
Imports Microsoft.VisualBasic
Imports System.Data
Imports System.Data.SqlClient
''' <summary>
'''
''' </summary>
Public Class MobileDAL
''' <summary>
''' Gets the mobile provider list.
''' </summary>
''' <returns></returns>
Public Function GetMobileProviderList() As DataTable
Dim LogsDAL A... |
Option Explicit On
Option Strict On
' // *** Includes *** //
' // CoreFlow
' -
' // General
Public Class NewWebsite : Inherits IWDESecurePage
#Region "NewWebsite - Data Members"
#End Region
#Region "NewWebsite - Constructors"
#End Region
#Region "NewWebsite.IWDESecurePage.Page - Event Handlers"
Protect... |
Public Class Turno
Private HoraAux As String
Public Property Hora() As String
Get
Return HoraAux
End Get
Friend Set(value As String)
HoraAux = value
End Set
End Property
Private PacienteNombreAux As String
Public Property PacienteNombre() As... |
Imports Microsoft.VisualBasic
''' <summary>
'''
''' </summary>
Public Class PageUserControl
Inherits System.Web.UI.UserControl
''' <summary>
''' Occurs when [page changed].
''' </summary>
Public Event PageChanged As CustomDelegateClass.PageChangedEventHandler
#Region "Properties"
''' <summary>... |
Imports System.Drawing
Imports System.Runtime.CompilerServices
Imports SkyEditor.Core
Namespace Settings
Public Module ISettingsProviderExtensions
<Extension> Function GetMainWindowHeight(provider As ISettingsProvider) As Double?
Dim setting = provider.GetSetting(My.Resources.SettingNames.Mai... |
Public Class frmKhachHang
Private _DBAccess As New DataBaseAccess
Private Sub LoadKH()
Dim sqlQuerry As String = String.Format("Select MaKH, Hoten,Diachi, SDT from KhachHang")
Dim dTable As DataTable = _DBAccess.GetDataTable(sqlQuerry)
Me.grvBangKH.DataSource = dTable
With Me.... |
Option Explicit On
Public Class frmWrappedJVLink
'
' JVLinkがインストールされているかどうかの判定の為の隠しフォーム
'
' Visible=Falseでユーザーからは隠匿されます。
'
'---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8
' プロパティ
'---+----1----+----2----+----3----+----4----+----5----+----6----+---... |
Public Class eEmployees
Dim id_persona As Integer
Dim nombre, apellido, identidad, telefono, email As String
Dim id_empleado As Integer
Dim cargo As String
Public Sub New()
End Sub
Public Sub New(id_persona As Integer, nombre As String, apellido As String, identidad As String, telefono As... |
Public Class Form1
Private Sub btnCalculate_Click(sender As Object, e As EventArgs) Handles btnCalculate.Click
Try
'Declaration Block'
'Declaration of Variables with Textbox Values Assigned'
Dim AdultTicketPrice As Double = Convert.ToDouble(txtPricePerTicketA.Text)
... |
Public Class ParametroFactura
Private _puntoVenta As String
Private _tipoComprobante As String
Private _numeroComprobante As String
Public Property PuntoVenta() As String
Get
Return _puntoVenta
End Get
Set(ByVal value As String)
_puntoVenta = value
... |
Imports Automation
Imports Automation.Components.Services
Imports System.Reflection
Public Class userControlSystem
Property SystemReference As systemControlPrototype
Get
Return __systemReference
End Get
Set(value As systemControlPrototype)
If (value IsNo... |
'+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
'* 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... |
'/-------------------------------------------------------------/
'/ Program Name : Structural Engineering Solutions /
'/ Start Date : 17 Aug 2017 /
'/ Last Revised : 25 Apr 2019 /
'/ Copyright : Elevated Terrains Consulting Engineers ... |
Imports System.Data.SqlClient
Public Class StockOutDB
Dim conString As String = My.Settings.conString
Sub InsertStockOut(ByVal itemId As Integer, ByVal departmentName As String,
ByVal amount As Integer, ByVal dateOut As Date, ByVal person As String, ByVal condition As Integer, ByVal ... |
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
Option Strict On
Option Explicit On
Option Infer On
Imports System.Collections.ObjectModel
Imports System.ComponentModel
Imports System.Runtime.InteropServices
Namespace Microsoft.V... |
Public Class mblIndividualAssessment
Dim isEdit As Boolean = False
Dim myInfo As New MyTaskOrToDO
Private Sub mblIndividualAssessment_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
ClearData()
loadYearMonth()
End Sub
''' <summary>
''' 清空数... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.