text stringlengths 2 1.05M |
|---|
Imports System
Imports PackageIO
Imports System.IO
Public Class MSE_grubs
Private IsFormBeingDragged As Boolean = False
Private MousedwnX As Integer
Private MousedwnY As Integer
Dim applicationpath = Application.StartupPath
Dim mainsav = MSE_hub.Text_filepath.Text
Dim Grubsstart = &H3C 'x196
... |
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' 有关程序集的一般信息由以下
' 控制。更改这些特性值可修改
' 与程序集关联的信息。
'查看程序集特性的值
#if netcore5=0 then
<Assembly: AssemblyTitle("FormulaSearch.Extensions")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("FormulaSea... |
Public Class frmManageLots
Private intRowPosition As Integer = 0
Private Sub frmManageCust_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Me.ItemsTableAdapter1.Fill(Me.OrderDB2DataSet.items)
ShowCurrentRecord()
End Sub
Private Sub ShowCurrentRecord()
If in... |
' Copyright 2019 Esri
' Licensed under the Apache License, Version 2.0 (the "License");
' you may not use this file except in compliance with the License.
' You may obtain a copy of the License at
' http://www.apache.org/licenses/LICENSE-2.0
' Unless required by applicable law or agreed to in writing,... |
Public Class OnFly
Public Function aryCommandForMsSql(ByVal aryCommands() As String) As String()
Dim aryTmp() As String = aryCommands.Clone()
'INSERT INTO ACCOUNTING_TRANSACTION_LINE (INSTANCE_ID,
Dim i As Integer
For i = aryTmp.GetLowerBound(0) To aryTmp.GetUppe... |
Module ExpConversionofBoolToLong
Function _Main() As Integer
Dim a As Boolean = True
Dim b As Long = CLng(a)
If b <> -1 Then
System.Console.WriteLine("Explicit Conversion of Bool(Tru):return 1 to Long has Failed. Expected -1, but got " & b) : Return 1
End If
End F... |
Imports System.Web
Imports Telerik.Web.UI
'Imports System.Data
Imports System.Drawing
Imports System.Drawing.Imaging
Imports System.Data.SqlClient
Imports System.IO
'Imports DiversifiedLogistics.DBAccess
Public Class Handler
Inherits AsyncUploadHandler
Implements System.Web.SessionState.IRequiresSessionState... |
'-------------------------------------------------------------------------------------------'
' Inicio del codigo
'-------------------------------------------------------------------------------------------'
' Importando librerias
'--------------------------------------------------------------------------------------... |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.18444
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... |
Public Class Form1
Dim t As Integer = 1
Private Sub LOADER_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles LOADER.Tick
t = t + 1
If t = 6 Then
t = 1
End If
If t = 1 Then
A.BackColor = Color.White
B.BackColor =... |
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the assembly attributes
<Ass... |
Module Module_Zaap
Public Sub GiZaapInformation(index As Integer, data As String)
With Comptes(index)
Try
' WC 1242 | 3250 ; 450 | Next
' WC Mapid actuel | Mapid ; Prix | Next
.Personnage.EnInteraction = True
.ZaapI... |
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.EndConstructGeneration
Friend Class EndConstructState
... |
'Author:
' V. Sudharsan (vsudharsan@novell.com)
'
' (C) 2005 Novell, Inc.
'Option Compare text
Imports System
Module LikeOperator2
Function _Main() As Integer
Dim a As Boolean
a = "" Like "[]"
If a <> True Then
System.Console.WriteLine("#A1-LikeOperator:Failed") : R... |
Imports System
Imports System.Collections.Generic
Imports Activation = org.nd4j.linalg.activations.Activation
Imports IActivation = org.nd4j.linalg.activations.IActivation
'
' * ******************************************************************************
' * *
' * *
' * * This program and the accompanying mater... |
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the assembly attributes
<Ass... |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.Shared.Extensions
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.VisualBasic
... |
Namespace UI
Partial Class SPTabControl
<System.Diagnostics.DebuggerNonUserCode()> _
Public Sub New(ByVal container As System.ComponentModel.IContainer)
MyClass.New()
'Required for Windows.Forms Class Composition Designer support
If (container IsNot Nothing) The... |
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the assembly attributes
<Ass... |
Imports YamlDotNet.Serialization
Imports System.IO
Public Class YAMLraces
Inherits YAMLFilesBase
Public Const racesFile As String = "races.yaml"
Public Sub New(ByVal YAMLFileName As String, ByVal YAMLFilePath As String, ByRef DatabaseRef As Object, ByRef TranslationRef As YAMLTranslations)
MyBa... |
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the assembly attribut... |
Imports System.Windows.Forms
Public Class ConsoleContainer
Private Sub Form1_FormClosing(sender As Object, e As FormClosingEventArgs) Handles MyBase.FormClosing
If terminate = False Then
e.Cancel = True
ShowWindow(windowhandle, SW_HIDE)
End If
End Sub
Private Sub ... |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class BotName
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
... |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information.
Imports System.Composition
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.CodeFixes
Imports Microsoft.CodeQuality.Analyzers.QualityGuidelines
Namespace Microso... |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.18444
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.296
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-------------... |
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the assembly attributes
<Ass... |
Imports System
Imports Csla
Imports Csla.Security
<Serializable()>
Public Class EditableRootParent
Inherits BusinessBase(Of EditableRootParent)
Public Shared ReadOnly IdProperty As PropertyInfo(Of Integer) = RegisterProperty(Of Integer)(NameOf(Id))
Public Property Id() As Integer
Get
Return GetPropert... |
Imports System.Collections.Generic
Imports NonNull = lombok.NonNull
Imports DifferentialFunction = org.nd4j.autodiff.functions.DifferentialFunction
Imports SDVariable = org.nd4j.autodiff.samediff.SDVariable
Imports SameDiff = org.nd4j.autodiff.samediff.SameDiff
Imports Preconditions = org.nd4j.common.base.Precondition... |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmAcerca
Inherits System.Windows.Forms.Form
'Form reemplaza a Dispose para limpiar la lista de componentes.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
... |
Public Class uclWinBox
End Class
|
Module Classes
' ==========================================================================
' ==========================================================================
' ==========================================================================
' These class objects are used to hold plug-in spec... |
Imports Autodesk.Revit.Attributes
Imports Autodesk.Revit.DB
Imports Autodesk.Revit.UI
Imports [Case].ViewTemplates.API
Imports [Case].ViewTemplates.Data
Namespace Entry
<Transaction(TransactionMode.Manual)>
Public Class CmdMain
Implements IExternalCommand
''' <summary>
''' Command Entry Point
'... |
Imports System.Data.OleDb
Public Class details
Public Property email As String
Dim conn As New OleDb.OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & Application.StartupPath & "\denoo.accdb")
Private Sub cmdlogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Hand... |
' Copyright 2018 Google LLC
'
' Licensed under the Apache License, Version 2.0 (the "License")
' you may not use this file except in compliance with the License.
' You may obtain a copy of the License at
'
' http:'www.apache.org/licenses/LICENSE-2.0
'
' Unless required by applicable law or agreed to in writing, sof... |
' Copyright (c) Microsoft Open Technologies, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Collections.Immutable
Imports System.Diagnostics
Imports System.Runtime.InteropServices
Imports Microsoft.CodeAnalysis.T... |
Imports TabbedPivotCodeBehindVBDemo.Models
Imports TabbedPivotCodeBehindVBDemo.Services
Namespace Views
Public NotInheritable Partial Class ChartPage
Inherits Page
Implements INotifyPropertyChanged
' TODO WTS: Change the chart as appropriate to your app.
' For help see http://docs... |
' Copyright (c) Microsoft Open Technologies, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.IO
Imports System.Reflection
Imports System.Reflection.Metadata
Imports System.Reflection.Metadata.Ecma335
Imports Micro... |
Imports VBAudioRouter.AudioGraphControl
Imports VBAudioRouter.Controls.Nodes
Imports Windows.ApplicationModel.ExtendedExecution.Foreground
Imports Windows.Devices.Enumeration
Imports Windows.Media.Audio
Imports Windows.System
Imports Windows.UI
Public NotInheritable Class GraphViewPage
Inherits Page
Public ... |
Public Class OnConnect
Private Sub OnConnect_Load(sender As Object, e As EventArgs) Handles Me.Load
txtPing.Text = "Ping All Clients Every : " + barPing.Value.ToString + " Second"
End Sub
Private Sub barPing_Scroll(sender As Object, e As ScrollEventArgs) Handles barPing.Scroll
txtPing.Text... |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:2.0.50727.3603
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'----... |
Imports NJRAT
Imports System
Imports NJRAT.njRAT
Public NotInheritable Class GClass12
' Methods
Public Sub New(ByVal client_1 As Client, ByVal byte_1 As Byte())
Me.client_0 = client_1
Me.byte_0 = byte_1
End Sub
' Fields
Public bool_0 As Boolean = False
Public by... |
Partial Class Countdown_Ribbon
Inherits Microsoft.Office.Tools.Ribbon.RibbonBase
<System.Diagnostics.DebuggerNonUserCode()> _
Public Sub New(ByVal container As System.ComponentModel.IContainer)
MyClass.New()
'Required for Windows.Forms Class Composition Designer support
If (contai... |
Imports Ayehu.Sdk.ActivityCreation.Interfaces
Imports Ayehu.Sdk.ActivityCreation.Extension
Imports System.Data
Imports System.Net
Imports System.Net.Http
Imports Newtonsoft.Json
Imports Newtonsoft.Json.Linq
Imports System.Text
Imports System
Imports System.Collections.Generic
Imports System.Web
Namespace A... |
'''<summary>An object implementing the StyleSheet interface represents a single style sheet. CSS style sheets will further implement the more specialized CSSStyleSheet interface.</summary>
<DynamicInterface(GetType(EcmaScriptObject))>
Public Interface [StyleSheet]
'''<summary>Is a Boolean representing whether the... |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------------------------------------... |
Imports SkyEditor.ROMEditor.MysteryDungeon.PSMD
Imports SkyEditor.ROMEditor.UI.WPF.MysteryDungeon.PSMD.ViewModels
Imports SkyEditor.UI.WPF
Namespace MysteryDungeon.PSMD.Views
Public Class MessageBinEditor
Inherits DataBoundViewControl
Private Sub OnMsgItemAdded(sender As Object, e As MessageBin.E... |
'********************************************************************************************************
' FILENAME: tdbFileTypes.vb
' DESCRIPTION: A class to hold and manipulate the list of files
' used by the taudem project
' NOTES: This form is called from mwTauDemBASINSWrap.vb
'***********************... |
#Region "License"
' The MIT License (MIT)
'
' Copyright (c) 2018 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... |
' ╔═══════════════════════════════════════════════════════════════════════════╗
' ║ Copyright © 2013-2016 nicoco007 ║
' ║ ║
' ║ Licensed under the Apache License, Version 2.0 (the "License")... |
Imports System.Net
Imports adnmaster.Bitly.HttpClient
Imports adnmaster.Bitly.Links.Response
Namespace Links
''' <summary>
''' The Links endpoint.
''' </summary>
Public NotInheritable Class LinksEndPoint
''' <summary>
''' The current configured <see cref="Bitly"/> Client
''' </summary>
Pri... |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Q8
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
... |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.ComponentModel.Design
Imports System.Drawing
Imports System.Runtime.InteropServices
Imports System.Windows.Forms
Imports Microsoft.Visu... |
Imports Xunit
Imports System.Diagnostics
Public Class AboutSymbols
Inherits Koan
#Const CONST_A = 1
<Koan(1)> _
Public Sub DirectivesAllowYouToEnableCode()
' Code between '#If <expression>' and '#End If' is only compiled if the expression is true.
' The expression can only use variables ... |
Imports System.IO
Imports System.Drawing.Imaging
Imports System.Collections.Generic
Imports SautinSoft
Module Sample
Sub Main()
ConvertPdfToDocx()
'ConvertPdfToRtf()
End Sub
Private Sub ConvertPdfToDocx()
Dim pdfFile As String = "..\text and graphics.pdf"
Dim... |
Imports System.Collections.Generic
Imports InputType = org.deeplearning4j.nn.conf.inputs.InputType
Imports Upsampling3D = org.deeplearning4j.nn.conf.layers.Upsampling3D
Imports KerasLayer = org.deeplearning4j.nn.modelimport.keras.KerasLayer
Imports InvalidKerasConfigurationException = org.deeplearning4j.nn.modelimport... |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class receipt
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
... |
Imports MySql.Data.MySqlClient
Module CDproduct
Dim COMMAND As MySqlCommand
Dim dbDataSet As New DataTable
Dim count1 As Integer
Public Sub product()
Try
Dim table As New DataTable
Dim adapter As New MySqlDataAdapter("SELECT * FROM data.productdata", conn)
... |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.42000
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... |
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Composition
Imports System.Threading
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.Comp... |
#ExternalChecksum("..\..\DashBoardWindow.xaml","{8829d00f-11b8-4213-878b-770e8597ac16}","9993450E59F1FC105E0010AC306CEBC0F37DC319F5696015146F00EA75FB0C0B")
'------------------------------------------------------------------------------
' <auto-generated>
' 此代码由工具生成。
' 运行时版本:4.0.30319.42000
'
' 对此文件的更改可能会导致... |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.42000
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'---... |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmAuswertungProjekteReport
Inherits System.Windows.Forms.Form
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dis... |
' Copyright (c) Microsoft Open Technologies, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Collections.Immutable
Imports System.Threading
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.Visual... |
'
' SPDX-FileCopyrightText: 2020 DB Systel GmbH
'
' SPDX-License-Identifier: Apache-2.0
'
' Licensed under the Apache License, Version 2.0 (the "License")
' You may not use this file except in compliance with the License.
'
' You may obtain a copy of the License at
'
' http://www.apache.org/licenses/LICENSE-2.0
'
... |
Imports x8086NetEmu
Imports System.Threading
Public Class FormConsole
#If Win32 Then
<Runtime.InteropServices.DllImport("user32.dll")>
Public Shared Function LockWindowUpdate(hWndLock As IntPtr) As Boolean
End Function
#End If
Private mEmulator As X8086
Private Const rtfTextStd As String = "{\rt... |
Imports System.IO
'
' * ******************************************************************************
' * *
' * *
' * * This program and the accompanying materials are made available under the
' * * terms of the Apache License, Version 2.0 which is available at
' * * https://www.apache.org/licenses/LICENSE-2.0... |
Imports ActiveLock3_5NET
Imports System.IO
Imports Microsoft.Win32
Imports LicenseData
Imports System.Threading
Public Class LicenseServer
'
' Class Constants
'
Friend Const ValidationCode As String = "Cool"
Public Const iInfo As Integer = 0
Public Const iWarn As Integer = 1
Pu... |
'''<Summary>NodeList objects are collections of nodes, usually returned by properties such as Node.childNodes and methods such as document.querySelectorAll().</Summary>
<DynamicInterface(GetType(EcmaScriptObject))>
Public Interface [NodeList]
'''<Summary>The number of nodes in the NodeList.</Summary>
Property ... |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
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
... |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
'//-------------------------------------------------------------------------------------------------
'//
'// Error code and strings for Compiler errors
'//
'... |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Settings
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
... |
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' La información general sobre un ensamblado se controla mediante el siguiente
' conjunto de atributos. Cambie los valores de estos atributos para modificar la información
' asociada a un ensamblado.
' Revisar los valores de los atribut... |
Imports isr.VI.ExceptionExtensions
''' <summary> Implements a InTest Thermo Stream instrument device. </summary>
''' <remarks> An instrument is defined, for the purpose of this library, as a device with a front
''' panel. </remarks>
''' <license> (c) 2013 Integrated Scientific Resources, Inc.<para>
''' Licensed under ... |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class MovementController
Inherits System.Windows.Forms.Form
'Форма переопределяет dispose для очистки списка компонентов.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolea... |
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports Microsoft.CodeAnalysis
Imports CS = Microsoft.CodeAnalysis.CSharp
Namespace CSharpToVBConverter
Public ... |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.42000
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Collections.Immutable
Imports System.Xml.Linq
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Microsoft.CodeAnalysis.VisualBasic
Imports ... |
'**********************************************************************************
'* Copyright (C) 2007,2016 Hitachi Solutions,Ltd.
'**********************************************************************************
#Region "Apache License"
'
' Licensed under the Apache License, Version 2.0 (the "License");
' you m... |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.1
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-------... |
Namespace Core
Public Class EventInfo
Public Processed As Integer
Public ID As Object
Public [Type] As [Enum]
Public Sub New(ByVal aType As [Enum], ByVal aID As Object, ByVal aProcessed As Integer)
[Type] = aType
ID = aID
Processed = aProce... |
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
Imports System.Globalization
Imports System.Resources
Imports System.Windows
' 有关程序集的一般信息由以下
' 控制。更改这些特性值可修改
' 与程序集关联的信息。
'查看程序集特性的值
<Assembly: AssemblyTitle("Joywise Web Authentication Utility")>
<Assembly: AssemblyDescription("Joywise... |
#ExternalChecksum("..\..\Window4.xaml","{406ea660-64cf-4c82-b6f0-42d48172a799}","29D7A48AE76F1C648EA9B51573E4707C")
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:2.0.50727.6407
'
' Changes to this fi... |
Public Class Facturacion
Private Sub Facturacion_Load(sender As Object, e As EventArgs) Handles MyBase.Load
End Sub
Private Sub Label12_Click(sender As Object, e As EventArgs) Handles Label12.Click
End Sub
Private Sub TextBox9_TextChanged(sender As Object, e As EventArgs) Handles txtidvendedor.... |
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.EndConstructGeneration
<[UseExportProvider]>
Pub... |
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the assembly attributes
<Asse... |
Public Class Transaction
Private _name As String 'account name (checking or savings)
Private _amount As Double
Private _date As Date
Private _credit As Boolean
Public ReadOnly Property Name() As String
Get
Return _name
End Get
End Property
Public Re... |
#ExternalChecksum("..\..\..\..\Employee\Employee_HMO_Subscription_Add.xaml","{ff1816ec-aa5e-4d10-87f7-6f4963833460}","2BF019EE6E5E2FA5F7F98C6720EB7C3C01E4FD2C")
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Vers... |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Option Explicit On
Option Strict On
Option Compare Binary
Imports Microsoft.VisualStudio.Editors.Package
Namespace Microsoft.VisualStudio.Editors.ResourceEdi... |
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' Allgemeine Informationen über eine Assembly werden über die folgenden
' Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
' die mit einer Assembly verknüpft sind.
' Die Werte der Assemblyattribute üb... |
'
' News Articles for DotNetNuke - http://www.dotnetnuke.com
' Copyright (c) 2002-2007
' by Ventrian ( sales@ventrian.com ) ( http://www.ventrian.com )
'
Imports System
Imports System.Data
Imports DotNetNuke.Common.Utilities
Imports DotNetNuke.Framework
Namespace Ventrian.NewsArticles
Public Class ... |
Imports System.Text.RegularExpressions
Public Class FrmMain
Dim dpivalue As Double
Dim sourceList As New List(Of Double)
Dim medianList As New List(Of Double)
Private Sub addButton_Click(sender As Object, e As EventArgs) Handles addButton.Click
ListBox1.Items.Add(Val(TextBox1.Text))
... |
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the assembly attributes
<Ass... |
'
' * ******************************************************************************
' * *
' * *
' * * This program and the accompanying materials are made available under the
' * * terms of the Apache License, Version 2.0 which is available at
' * * https://www.apache.org/licenses/LICENSE-2.0.
' * *
' * * Se... |
Imports Autodesk.Revit.Attributes
Imports Autodesk.Revit.DB
Imports Autodesk.Revit.UI
Imports [Case].Subs.DeleteViewsAndPurge.Data
Namespace Entry
''' <summary>
''' Dev notes with Eric from esarch.com (Nashville) on July 13, 2012
''' - Remove by Type
''' - Filter by Name
''' </summary>
''' <remarks></r... |
Partial Public Class TriggerEditControl
Private Sub New_Click(sender As Object, e As RoutedEventArgs)
AddFunc()
End Sub
Private Sub AddFunc()
Dim tlist As ListBox
Dim openType As TriggerCodeEditControl.OpenType
If GetPageIndex = 1 Then
tlist = cList
... |
'*******************************************************************************************'
' '
' Download Free Evaluation Version From: https://bytescout.com/download/web-installer '
' ... |
Namespace UCServices
Public Class Services_EduPath
Inherits Abstract.MyServices
Public Const Codex = "SRVEDUP"
'Public Overloads Shared ReadOnly Property Codex() As String
' Get
' Codex = Code
' End Get
'End Property
#Region "Public Property"
... |
Imports MCPACLib.Helpers.TexturesCollection
Imports MCPACLib
Public Class TextureSelector
Public ReadOnly Property ID As Integer
Public Sub New(s As TextureSelection)
' Этот вызов является обязательным для конструктора.
InitializeComponent()
' Добавить код инициализации после вызова InitializeComponent().
... |
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports Microsoft.CodeAnalysis.RemoveUnnecessarySuppressions
Imports VerifyVB = Microsoft.CodeAnalysis.Editor.UnitTest... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.