C:\Dokumente und Einstellungen\Steinmann.R\... Studio-Projekte\TraegerMitKragarm\Form1.cs

Size: px
Start display at page:

Download "C:\Dokumente und Einstellungen\Steinmann.R\... Studio-Projekte\TraegerMitKragarm\Form1.cs"

Transcription

1

2 1 using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; namespace TraegerMitKragarm / <summary> / Zusammenfassung für Form1. / </summary> public class Form1 : System.Windows.Forms.Form private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox textbox1; private System.Windows.Forms.TextBox textbox2; private System.Windows.Forms.TextBox textbox3; private System.Windows.Forms.TextBox textbox4; private System.Windows.Forms.ListBox listbox1; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.PictureBox picturebox1; / <summary> / Erforderliche Designervariable. / </summary> private System.ComponentModel.Container components = null; public Form1() Erforderlich für die Windows Form-Designerunterstützung InitializeComponent(); hinzu TODO: Fügen Sie den Konstruktorcode nach dem Aufruf von InitializeComponent / <summary> / Die verwendeten Ressourcen bereinigen. / </summary> protected override void Dispose( bool disposing ) if( disposing ) if (components!= null) components.dispose(); base.dispose( disposing ); #region Vom Windows Form-Designer generierter Code / <summary> / Erforderliche Methode für die Designerunterstützung. / Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. / </summary> private void InitializeComponent() System.Resources.ResourceManager resources = new System.Resources. ResourceManager(typeof(Form1)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label();

3 this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.textbox1 = new System.Windows.Forms.TextBox(); this.textbox2 = new System.Windows.Forms.TextBox(); this.textbox3 = new System.Windows.Forms.TextBox(); this.textbox4 = new System.Windows.Forms.TextBox(); this.listbox1 = new System.Windows.Forms.ListBox(); this.label6 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.picturebox1 = new System.Windows.Forms.PictureBox(); this.suspendlayout(); label1 this.label1.location = new System.Drawing.Point(16, 64); this.label1.name = "label1"; this.label1.size = new System.Drawing.Size(136, 23); this.label1.tabindex = 0; this.label1.text = "Gesamte Trägerlänge [m]"; label2 this.label2.location = new System.Drawing.Point(16, 88); this.label2.name = "label2"; this.label2.size = new System.Drawing.Size(112, 23); this.label2.tabindex = 1; this.label2.text = "Kragarm Länge [m]"; label3 this.label3.location = new System.Drawing.Point(16, 128); this.label3.name = "label3"; this.label3.tabindex = 2; this.label3.text = "Last Größe [kn]"; label4 this.label4.location = new System.Drawing.Point(16, 160); this.label4.name = "label4"; this.label4.size = new System.Drawing.Size(100, 32); this.label4.tabindex = 3; this.label4.text = "Lastabstand vom Auflager \"A\" [m]"; textbox1 this.textbox1.location = new System.Drawing.Point(160, 64); this.textbox1.name = "textbox1"; this.textbox1.tabindex = 4; this.textbox1.text = "0,00"; textbox2 this.textbox2.location = new System.Drawing.Point(160, 88); this.textbox2.name = "textbox2"; this.textbox2.tabindex = 5; this.textbox2.text = "0,00"; textbox3 this.textbox3.location = new System.Drawing.Point(160, 128); this.textbox3.name = "textbox3"; this.textbox3.tabindex = 6; this.textbox3.text = "0,00"; textbox4 this.textbox4.location = new System.Drawing.Point(160, 168); this.textbox4.name = "textbox4"; this.textbox4.tabindex = 7; this.textbox4.text = "0,00"; 2

4 listbox1 this.listbox1.location = new System.Drawing.Point(280, 16); this.listbox1.name = "listbox1"; this.listbox1.size = new System.Drawing.Size(168, 199); this.listbox1.tabindex = 8; label6 this.label6.font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System. Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.label6.location = new System.Drawing.Point(16, 16); this.label6.name = "label6"; this.label6.size = new System.Drawing.Size(152, 23); this.label6.tabindex = 10; this.label6.text = "Träger mit Kragarm"; button1 this.button1.location = new System.Drawing.Point(176, 232); this.button1.name = "button1"; this.button1.size = new System.Drawing.Size(72, 24); this.button1.tabindex = 11; this.button1.text = "Berechnen"; this.button1.click += new System.EventHandler(this.button1_Click); button2 this.button2.location = new System.Drawing.Point(280, 232); this.button2.name = "button2"; this.button2.size = new System.Drawing.Size(96, 24); this.button2.tabindex = 12; this.button2.text = "Liste löschen"; this.button2.click += new System.EventHandler(this.button2_Click); button3 this.button3.location = new System.Drawing.Point(16, 232); this.button3.name = "button3"; this.button3.size = new System.Drawing.Size(136, 24); this.button3.tabindex = 13; this.button3.text = "Automatik 1/10-Schritte"; this.button3.click += new System.EventHandler(this.button3_Click); button4 this.button4.location = new System.Drawing.Point(384, 232); this.button4.name = "button4"; this.button4.size = new System.Drawing.Size(64, 24); this.button4.tabindex = 14; this.button4.text = "Beenden"; this.button4.click += new System.EventHandler(this.button4_Click); picturebox1 this.picturebox1.image = ((System.Drawing.Image)(resources.GetObject( "picturebox1.image"))); this.picturebox1.location = new System.Drawing.Point(16, 272); this.picturebox1.name = "picturebox1"; this.picturebox1.size = new System.Drawing.Size(432, 144); this.picturebox1.tabindex = 15; this.picturebox1.tabstop = false; Form1 this.autoscalebasesize = new System.Drawing.Size(5, 13); this.clientsize = new System.Drawing.Size(464, 433); this.controls.add(this.picturebox1); this.controls.add(this.button4); this.controls.add(this.button3); this.controls.add(this.button2); this.controls.add(this.button1); this.controls.add(this.label6); this.controls.add(this.listbox1); 3

5 this.controls.add(this.textbox4); this.controls.add(this.textbox3); this.controls.add(this.textbox2); this.controls.add(this.textbox1); this.controls.add(this.label4); this.controls.add(this.label3); this.controls.add(this.label2); this.controls.add(this.label1); this.name = "Form1"; this.text = "Form1"; this.resumelayout(false); 4 #endregion / <summary> / Der Haupteinstiegspunkt für die Anwendung. / </summary> [STAThread] static void Main() Application.Run(new Form1()); private void button1_click(object sender, System.EventArgs e) double traegerlaenge = double.parse(textbox1.text); double kragarmlaenge = double.parse(textbox2.text); double last = double.parse(textbox3.text); double lastabstand = double.parse(textbox4.text); double a,b,mf,mk = 0.0; double feldlaenge = traegerlaenge - kragarmlaenge; if (lastabstand < 0.0 lastabstand > traegerlaenge) MessageBox.Show ("Falscher Wert: 0 <= Lastabstand <= Trägerlänge!!!"); return; if (lastabstand >= 0.0 && lastabstand <= feldlaenge) a = last * (feldlaenge - lastabstand) / feldlaenge; b = last * lastabstand / feldlaenge; mk = 0.0; mf = last * (feldlaenge - lastabstand) * lastabstand / feldlaenge; else lastabstand = lastabstand - feldlaenge; a = - (last * (feldlaenge - lastabstand) / feldlaenge); b = last * (1 + lastabstand / feldlaenge); mk = - (last * lastabstand); mf = mk; listbox1.items.add("a= " + a); listbox1.items.add("b= " + b); listbox1.items.add("mf= " + mf); listbox1.items.add("mk= " + mk); listbox1.items.add("----- Ende -----"); listbox1.items.add(" "); private void button2_click(object sender, System.EventArgs e) listbox1.items.clear(); private void button3_click(object sender, System.EventArgs e) double traegerlaenge = double.parse(textbox1.text);

6 double kragarmlaenge = double.parse(textbox2.text); double last = double.parse(textbox3.text); double lastabstand = 0.0; 5 double a,b,mf,mk = 0.0; textbox4.text = " --- "; textbox4.backcolor = ; double feldlaenge = traegerlaenge - kragarmlaenge; "); for (int i = 0; i <= 10; i++) lastabstand = i * traegerlaenge / 10.0; listbox1.items.add("----- " + i + " Lastabstand: " + lastabstand + " if (lastabstand >= 0.0 && lastabstand <= feldlaenge) a = last * (feldlaenge - lastabstand) / feldlaenge; b = last * lastabstand / feldlaenge; mk = 0.0; mf = last * (feldlaenge - lastabstand) * lastabstand / feldlaenge; else lastabstand = lastabstand - feldlaenge; a = - (last * (feldlaenge - lastabstand) / feldlaenge); b = last * (1 + lastabstand / feldlaenge); mk = - (last * lastabstand); mf = mk; listbox1.items.add("a= " + a); listbox1.items.add("b= " + b); listbox1.items.add("mf= " + mf); listbox1.items.add("mk= " + mk); listbox1.items.add("----- Ende: " + i + " -----"); listbox1.items.add(" "); private void button4_click(object sender, System.EventArgs e) Diese Funktion beendet das Programm und kann für einen "Ende"- Button eingebaut werden Application.Exit();

Systems Programming & Scripting

Systems Programming & Scripting Systems Programming & Scripting Lecture 6: C# GUI Development Systems Prog. & Script. - Heriot Watt Univ 1 Blank Form Systems Prog. & Script. - Heriot Watt Univ 2 First Form Code using System; using System.Drawing;

More information

Praktikum im Bereich Praktische Informatik Entwicklung eines Ray-Tracing Systems. computer graphics & visualization

Praktikum im Bereich Praktische Informatik Entwicklung eines Ray-Tracing Systems. computer graphics & visualization Praktikum im Bereich Praktische Informatik Entwicklung eines Ray-Tracing Systems Organizational Weekly Assignments + Preliminary discussion: Tuesdays 15:30-17:00 in room MI 02.13.010 Assignment deadline

More information

Sequential-Access ve Random-Access dosya işlemleri için örnek programlar

Sequential-Access ve Random-Access dosya işlemleri için örnek programlar Sequential-Access ve Random-Access dosya işlemleri için örnek programlar using System; Class Library projesi içinde OgrenciKayit ve OgrenciKayitRandom sınıfları namespace OgrenciLibrary Sıralı erişimli

More information

I A Form és a párbeszédablakok I.1. MessageBox osztály MessageBox.Show(szöveg[,cím[,gombok[,ikon[,defaultbutton]]]]);

I A Form és a párbeszédablakok I.1. MessageBox osztály MessageBox.Show(szöveg[,cím[,gombok[,ikon[,defaultbutton]]]]); I A Form és a párbeszédablakok I.1. MessageBox osztály MessageBox.Show(szöveg[,cím[,gombok[,ikon[,defaultbutton]]]]); szöveg, cím gomb ikon defaultbutton String - MessageBoxButtons.OK - MessageBoxIcon.Asterix.Error.OKCancel.Question

More information

FANESE Faculdade de Administração e Negócios de Sergipe. Tópicos Avançados em Desenvolvimento WEB. Prof.: Fabio Coriolano.

FANESE Faculdade de Administração e Negócios de Sergipe. Tópicos Avançados em Desenvolvimento WEB. Prof.: Fabio Coriolano. FANESE Faculdade de Administração e Negócios de Sergipe Tópicos Avançados em Desenvolvimento WEB Prof.: Fabio Coriolano Aracaju/SE 2011 FANESE Faculdade de Administração e Negócios de Sergipe Sistemas

More information

DEVELOPMENT OF A SECURE FILE TRANSFER PROTOCOL FOR AN ENTERPRISE AND CAMPUS NETWORK

DEVELOPMENT OF A SECURE FILE TRANSFER PROTOCOL FOR AN ENTERPRISE AND CAMPUS NETWORK ADVANCES IN SCIENTIFIC AND TECHNOLOGICAL RESEARCH (ASTR) VOL. 1(2), pp. 74-87, MAY 2014 REF NUMBER: ONLINE: http://www.projournals.org/astr -------------------------------------------------------------------------------------------------------------------------------

More information

'========================================================================== ==== Scans a range of A/D Input Channels

'========================================================================== ==== Scans a range of A/D Input Channels ========================================================================== ==== File: Library Call Demonstrated: background mode Purpose: continuously array. Demonstration: channels. Other Library Calls:

More information

ASP and ADO (assumes knowledge of ADO)

ASP and ADO (assumes knowledge of ADO) ASP.NET (2) These slides are meant to be for teaching purposes only and only for the students that are registered in CSE4413 and should not be published as a book or in any form of commercial product,

More information

Conexión SQL Server C#

Conexión SQL Server C# Conexión SQL Server C# Form1.cs using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms;

More information

Web Services in.net (1)

Web Services in.net (1) Web Services in.net (1) These slides are meant to be for teaching purposes only and only for the students that are registered in CSE4413 and should not be published as a book or in any form of commercial

More information

The Photo Editor Application

The Photo Editor Application 29823 05 pp115-178 r4jm.ps 8/6/03 3:53 PM Page 115 C H A P T E R 5 The Photo Editor Application Unified Process: Elaboration Phase and Third Iteration This chapter discusses the third iteration of the

More information

{ oledbdataadapter1.updatecommand.commandtext = "update personel set ad='" + textbox2.text + "' where id=" + textbox1.text; oledbconnection1.

{ oledbdataadapter1.updatecommand.commandtext = update personel set ad=' + textbox2.text + ' where id= + textbox1.text; oledbconnection1. private void Form1_Load(object sender, EventArgs e) oledbdataadapter1.fill(dataset11); private void button1_click(object sender, EventArgs e) oledbdataadapter1.update(dataset11); private void Form1_Load(object

More information

How To Create A Database In Araba

How To Create A Database In Araba create database ARABA use ARABA create table arac ( plaka varchar(15), marka varchar(15), model varchar(4)) create table musteri ( tck varchar(11), ad varchar(15), soy varchar(15)) drop table kiralama

More information

A Step by Step Guide for Building an Ozeki VoIP SIP Softphone

A Step by Step Guide for Building an Ozeki VoIP SIP Softphone Lesson 3 A Step by Step Guide for Building an Ozeki VoIP SIP Softphone Abstract 2012. 01. 20. The third lesson of is a detailed step by step guide that will show you everything you need to implement for

More information

Localizing your.net Application Venkat Subramaniam venkats@agiledeveloper.com http://www.agiledeveloper.com/download.aspx

Localizing your.net Application Venkat Subramaniam venkats@agiledeveloper.com http://www.agiledeveloper.com/download.aspx Localizing your.net Application Venkat Subramaniam venkats@agiledeveloper.com http://www.agiledeveloper.com/download.aspx Abstract Localization or Internationalization (I18N as it is sometimes called)

More information

How To Develop A Mobile Application On Sybase Unwired Platform

How To Develop A Mobile Application On Sybase Unwired Platform Tutorial: Windows Mobile Application Development Sybase Unwired Platform 2.1 DOCUMENT ID: DC01285-01-0210-01 LAST REVISED: December 2011 Copyright 2011 by Sybase, Inc. All rights reserved. This publication

More information

如 何 在 C#.2005 中 使 用 ICPDAS I/O Card 的 DLL 檔 案

如 何 在 C#.2005 中 使 用 ICPDAS I/O Card 的 DLL 檔 案 如 何 在 C#.2005 中 使 用 ICPDAS I/O Card 的 DLL 檔 案 本 文 件 說 明 如 何 在 C#.Net 程 式 中 引 入 ICPDAS I/O Card 的 DLL 檔 案 [ 下 載 安 裝 DLL 驅 動 程 式 與 VC 範 例 程 式 ] 多 年 來, ICPDAS 完 整 的 提 供 了 全 系 列 PCI 與 ISA BUS I/O Card 在 Windows

More information

ON-FARM IRRIGATION TRACKING SOFTWARE FOR THE IMPERIAL VALLEY

ON-FARM IRRIGATION TRACKING SOFTWARE FOR THE IMPERIAL VALLEY ON-FARM IRRIGATION TRACKING SOFTWARE FOR THE IMPERIAL VALLEY by Taylor Andrew Brady BioResource and Agricultural Engineering BioResource and Agricultural Engineering Department California Polytechnic State

More information

Windows Forms. Objectives. Windows Forms

Windows Forms. Objectives. Windows Forms Windows Forms Windows Forms Objectives Create Windows applications using the command line compiler. Create Windows applications using Visual Studio.NET. Explore Windows controls and Windows Forms. Set

More information

Diese Liste wird präsentiert von. Netheweb.de

Diese Liste wird präsentiert von. Netheweb.de Diese Liste wird präsentiert von Netheweb.de Die Liste enthält 1000 Do-Follow Blogs, die zum Linkbuilding genutzt werden können, es kann sein, dass verkürzte URL s nicht korrekt weiter geleitet werden.

More information

The Developer s Guide to. Asprise OCR SDK 4.0. Prepared by: LAB Asprise! Nov 2007. ALL RIGHTS RESERVED, ASPRISE 2007 www.asprise.

The Developer s Guide to. Asprise OCR SDK 4.0. Prepared by: LAB Asprise! Nov 2007. ALL RIGHTS RESERVED, ASPRISE 2007 www.asprise. The Developer s Guide to Asprise OCR SDK 4.0 Prepared by: LAB Asprise! Nov 2007 ALL RIGHTS RESERVED, ASPRISE 2007 www.asprise.com 0BTable of Contents 1 1BIntroduction... 1 1.1 17BAbout OCR... 1 1.2 18BAbout

More information

Tutorial: Windows Mobile Application Development. Sybase Unwired Platform 2.1 ESD #2

Tutorial: Windows Mobile Application Development. Sybase Unwired Platform 2.1 ESD #2 Tutorial: Windows Mobile Application Development Sybase Unwired Platform 2.1 ESD #2 DOCUMENT ID: DC01285-01-0212-01 LAST REVISED: March 2012 Copyright 2012 by Sybase, Inc. All rights reserved. This publication

More information

C# Datenbank-Programmierung

C# Datenbank-Programmierung C# Datenbank-Programmierung Usings... 2 Verbindung herstellen SQL und Acces... 2 Verbindung schliessen SQL und Acces... 3 File open Dialog... 3 Lehar einfügen... 3 Lehar löschen... 4 Radio Button SQL &

More information

Thesis report. Medical multisensor device; the ECG part. A C-level thesis project in applied medical electronics. Terje Engelbertsen, 2007-02-27

Thesis report. Medical multisensor device; the ECG part. A C-level thesis project in applied medical electronics. Terje Engelbertsen, 2007-02-27 Thesis report Medical multisensor device; the ECG part. A C-level thesis project in applied medical electronics. Terje Engelbertsen, 2007-02-27 Thesis report Medical multisensor device; the ECG part 1

More information

Introduction to Visual Basic and Visual C++ Introduction to Control. TextBox Control. Control Properties. Lesson 5

Introduction to Visual Basic and Visual C++ Introduction to Control. TextBox Control. Control Properties. Lesson 5 Introduction to Visual Basic and Visual C++ Introduction to Control Lesson 5 TextBox, PictureBox, Label, Button, ListBox, ComboBox, Checkbox, Radio Button I154-1-A A @ Peter Lo 2010 1 I154-1-A A @ Peter

More information

A: Ein ganz normaler Prozess B: Best Practices in BPMN 1.x. ITAB / IT Architekturbüro Rüdiger Molle März 2009

A: Ein ganz normaler Prozess B: Best Practices in BPMN 1.x. ITAB / IT Architekturbüro Rüdiger Molle März 2009 A: Ein ganz normaler Prozess B: Best Practices in BPMN 1.x ITAB / IT Architekturbüro Rüdiger Molle März 2009 März 2009 I T A B 2 Lessons learned Beschreibung eines GP durch das Business läßt Fragen der

More information

1. La classe Connexion class Connexion {

1. La classe Connexion class Connexion { 1. La classe Connexion class Connexion public static string chaine; IDbConnection cnx; IDbCommand cmd; IDataReader dr; private string chainesqlserver = "Data Source=localhost;Initial catalog=reservations;

More information

Ambientes de Desenvolvimento Avançados

Ambientes de Desenvolvimento Avançados Ambientes de Desenvolvimento Avançados http://www.dei.isep.ipp.pt/~jtavares/adav/adav.htm Aula 17 Engenharia Informática 2006/2007 José António Tavares jrt@isep.ipp.pt 1.NET Web Services: Construção de

More information

MyChartWebPart.cs. // For SortList using System.Collections.Generic; using System.Collections; // For DataTable using System.Data;

MyChartWebPart.cs. // For SortList using System.Collections.Generic; using System.Collections; // For DataTable using System.Data; MyChartWebPart.cs // Standard SharePoint web part includes using System; using System.ComponentModel; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts;

More information

LEARNING AGREEMENT FOR STUDIES

LEARNING AGREEMENT FOR STUDIES LEARNING AGREEMENT FOR STUDIES The Student Last name (s) First name (s) Date of birth Nationality 1 Sex [M/F] Academic year 20../20.. Study cycle EQF level 6 Subject area, Code Phone E-mail 0421 The Sending

More information

WINDOWS FORMS DEVELOPMENT

WINDOWS FORMS DEVELOPMENT WINDOWS FORMS DEVELOPMENT (with an introduction to ASP.NET) By Dr Kieran F. Mulchrone, School of Mathematical Sciences, UCC January, 2010. Page 1 of 55 CONTENTS Developing Simple Single Form Applications...

More information

How To Write A Contract On A Microsoft System.Io (For Free)

How To Write A Contract On A Microsoft System.Io (For Free) Vertragssicher Code Contracts unter.net Michael Wiedeking michael.wiedeking@mathema.de www.mathema.de N3 Vertragssicher Michael Wiedeking Copyright 2010 MATHEMA Software GmbH 1 Der Wächter double sqrt(double

More information

Using C# for Graphics and GUIs Handout #2

Using C# for Graphics and GUIs Handout #2 Using C# for Graphics and GUIs Handout #2 Learning Objectives: C# Arrays Global Variables Your own methods Random Numbers Working with Strings Drawing Rectangles, Ellipses, and Lines Start up Visual Studio

More information

AnyWeb AG 2008 www.anyweb.ch

AnyWeb AG 2008 www.anyweb.ch HP SiteScope (End-to-End Monitoring, System Availability) Christof Madöry AnyWeb AG ITSM Practice Circle September 2008 Agenda Management Technology Agentless monitoring SiteScope in HP BTO SiteScope look

More information

Strategien im Adeptra-Portal

Strategien im Adeptra-Portal Strategien im Adeptra-Portal Burkhard Meier Senior Account Executive 1 User Interface Überblick Das Adeptra Portal ist unterteilt in 4 Hauptfunktionen: 1. Portfolio Manager» Regeln & Strategien 2. Direkt»

More information

Aucune validation n a été faite sur l exemple.

Aucune validation n a été faite sur l exemple. Cet exemple illustre l utilisation du Type BLOB dans la BD. Aucune validation n a été faite sur l exemple. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

More information

Introduction to Visual Studio and C#

Introduction to Visual Studio and C# Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics Introduction to Visual Studio and C# HANS- PETTER HALVORSEN, 2014.03.12 Faculty of Technology, Postboks

More information

PROCEDURE INSERTION(NUM IN EMPLOYES.NUMEMP%TYPE, NOM VARCHAR2, PRENOM IN VARCHAR2, PPHOTO IN BLOB, SALAIRE IN NUMBER);

PROCEDURE INSERTION(NUM IN EMPLOYES.NUMEMP%TYPE, NOM VARCHAR2, PRENOM IN VARCHAR2, PPHOTO IN BLOB, SALAIRE IN NUMBER); Le Package CREATE OR REPLACE PACKAGE GESTIONEMPLOYES AS DECLARATION DE LA VARIABLE DE TYPE REF CURSOR DECLARATION DES PROCÉDURES ET FONCTIONS TYPE EMPRESULTAT IS REF CURSOR; PROCEDURE INSERTION(NUM IN

More information

1.Tüm Kayıtları Getirme - Arama Yapma

1.Tüm Kayıtları Getirme - Arama Yapma 1.Tüm Kayıtları Getirme - Arama Yapma using System.Data.SqlClient; namespace Uygulama1 Burs public partial class Form1 : Form public Form1() InitializeComponent(); string sorgu; private void button1_click(object

More information

Chapter 14 WCF Client WPF Implementation. Screen Layout

Chapter 14 WCF Client WPF Implementation. Screen Layout Chapter 14 WCF Client WPF Implementation Screen Layout Window1.xaml

More information

Software / FileMaker / Plug-Ins Mailit 6 for FileMaker 10-13

Software / FileMaker / Plug-Ins Mailit 6 for FileMaker 10-13 Software / FileMaker / Plug-Ins Mailit 6 for FileMaker 10-13 Seite 1 / 5 Mailit 6 for FileMaker 10-13 The Ultimate Email Plug-In Integrate full email capability into your FileMaker 10-13 solutions with

More information

Open Text Social Media. Actual Status, Strategy and Roadmap

Open Text Social Media. Actual Status, Strategy and Roadmap Open Text Social Media Actual Status, Strategy and Roadmap Lars Onasch (Product Marketing) Bernfried Howe (Product Management) Martin Schwanke (Global Service) February 23, 2010 Slide 1 Copyright Open

More information

Leitfaden für die Antragstellung zur Förderung einer nationalen Biomaterialbankeninitiative

Leitfaden für die Antragstellung zur Förderung einer nationalen Biomaterialbankeninitiative Seite 1 von 8 Leitfaden für die Antragstellung zur Förderung einer nationalen Biomaterialbankeninitiative Anträge zu Biomaterialbanken sind entsprechend den Vorgaben dieses Leitfadens zu erstellen (DIN

More information

Was ist Zeit?: Digitale Funkuhr 12. November 2002

Was ist Zeit?: Digitale Funkuhr 12. November 2002 Anhang Anhang A: Gebrauchsanleitung...2 Netzteil...2 Aufstellort...2 Software Installaltion...2 Software Konfiguration...4 Anhang B: Herstellungsanleitung...5 Layout: Platine / Gehäuse...5 Stückliste &

More information

Zielgruppe Dieses Training eignet sich für IT-Professionals.

Zielgruppe Dieses Training eignet sich für IT-Professionals. Advanced Solutions of Microsoft Exchange Server 2013 MOC 20342 In diesem Kurs wird den Teilnehmern das Wissen vermittelt, eine Microsoft Exchange Server 2013 Umgebung zu konfigurieren und zu verwalten.

More information

Tutorial 1: M/M/n Service System Simulation Tutorial 2: M/M/n Simulation using Excel input file Tutorial 3: A Production/Inventory System Simulation

Tutorial 1: M/M/n Service System Simulation Tutorial 2: M/M/n Simulation using Excel input file Tutorial 3: A Production/Inventory System Simulation SharpSim Tutorials Tutorial 1: M/M/n Service System Simulation Tutorial 2: M/M/n Simulation using Excel input file Tutorial 3: A Production/Inventory System Simulation Ali Emre Varol, Arda Ceylan, Murat

More information

Introduction to the BackgroundWorker Component in WPF

Introduction to the BackgroundWorker Component in WPF Introduction to the BackgroundWorker Component in WPF An overview of the BackgroundWorker component by JeremyBytes.com The Problem We ve all experienced it: the application UI that hangs. You get the dreaded

More information

Cloud Performance Group 1. Cloud@Night Event. 14. Januar 2016 / Matthias Gessenay (matthias.gessenay@corporatesoftware.ch)

Cloud Performance Group 1. Cloud@Night Event. 14. Januar 2016 / Matthias Gessenay (matthias.gessenay@corporatesoftware.ch) 1 Cloud@Night Event 14. Januar 2016 / Matthias Gessenay (matthias.gessenay@corporatesoftware.ch) 2 Agenda SharePoint ABC Project Server ABC What s new in O365 4 SharePoint 2016 ABC A Access App-Support

More information

Service Data and Notifications

Service Data and Notifications Service Data and Notifications Steffen Pingel Fakultät für Elektrotechnik und Informatik Universität Stuttgart Hauptseminar Grid Computing 16.12.2003 Überlick Service Data Notifications Fazit Service Data

More information

Exchange Synchronization AX 2012

Exchange Synchronization AX 2012 Exchange Synchronization AX 2012 Autor... Pascal Gubler Dokument... Exchange Synchronization 2012 (EN) Erstellungsdatum... 25. September 2012 Version... 2 / 17.06.2013 Content 1 PRODUKTBESCHREIBUNG...

More information

WINDOWS PRESENTATION FOUNDATION LEKTION 3

WINDOWS PRESENTATION FOUNDATION LEKTION 3 WINDOWS PRESENTATION FOUNDATION LEKTION 3 Mahmud Al Hakim mahmud@alhakim.se www.alhakim.se COPYRIGHT 2015 MAHMUD AL HAKIM WWW.WEBACADEMY.SE 1 AGENDA Introduktion till Databindning (Data Binding) Element

More information

Designing and Implementing a Server Infrastructure MOC 20413

Designing and Implementing a Server Infrastructure MOC 20413 Designing and Implementing a Server Infrastructure MOC 20413 In dieser 5-tägigen Schulung erhalten Sie die Kenntnisse, welche benötigt werden, um eine physische und logische Windows Server 2012 Active

More information

LO - General Logistics Workflow Scenarios

LO - General Logistics Workflow Scenarios LO - General Logistics Workflow Scenarios HELP.BCBMTWFMLO Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form

More information

Erfolgreiche Zusammenarbeit:

Erfolgreiche Zusammenarbeit: Erfolgreiche Zusammenarbeit: Agile Manager, Application Lifecycle Management und HP Quality Center Thomas Köppner, Technical Consultant, HP HP Agile Manager im Zusammenspiel mit HP Quality Center 2 Thomas

More information

Real-World ASP.NET: Building a Content Management System

Real-World ASP.NET: Building a Content Management System Apress Books for Professionals by Professionals Real-World ASP.NET: Building a Content Management System by Stephen R.G. Fraser ISBN # 1-59059-024-4 Copyright 2001 Apress, L.P., 2460 Ninth St., Suite 219,

More information

TBarCode.NET Barcodes in MS SQL Reporting Services

TBarCode.NET Barcodes in MS SQL Reporting Services TBarCode.NET Barcodes in MS SQL Reporting Services Version 1.0.1 Printing Barcodes with MS SQL Reporting Services 29 January 2013 TEC-IT Datenverarbeitung GmbH Hans-W agner-str. 6 A-4400 Steyr, Austria

More information

Microsoft Certified IT Professional (MCITP) MCTS: Windows 7, Configuration (070-680)

Microsoft Certified IT Professional (MCITP) MCTS: Windows 7, Configuration (070-680) Microsoft Office Specialist Office 2010 Specialist Expert Master Eines dieser Examen/One of these exams: Eines dieser Examen/One of these exams: Pflichtexamen/Compulsory exam: Word Core (Exam 077-881)

More information

Medientechnik. Übung MVC

Medientechnik. Übung MVC Medientechnik Übung MVC Heute Model-View-Controller (MVC) Model programmieren Programmlogik Programmdaten Controller programmieren GUI Model Observer-Pattern Observable (Model) verwaltet Daten Observer

More information

Die SharePoint-Welt für den erfahrenen.net- Entwickler. Fabian Moritz MVP Office SharePoint Server

Die SharePoint-Welt für den erfahrenen.net- Entwickler. Fabian Moritz MVP Office SharePoint Server Die SharePoint-Welt für den erfahrenen.net- Entwickler Fabian Moritz MVP Office SharePoint Server 1 SharePoint Object Model IFilter Webpart Connections Webparts Web Server Controls Custom Field Types Web

More information

Search Engines Chapter 2 Architecture. 14.4.2011 Felix Naumann

Search Engines Chapter 2 Architecture. 14.4.2011 Felix Naumann Search Engines Chapter 2 Architecture 14.4.2011 Felix Naumann Overview 2 Basic Building Blocks Indexing Text Acquisition Text Transformation Index Creation Querying User Interaction Ranking Evaluation

More information

SQAR Section 2. Inhaltsverzeichnis/Table of Contents

SQAR Section 2. Inhaltsverzeichnis/Table of Contents PAGE: 2 Inhaltsverzeichnis/Table of Contents Inhalt Contents Seite/Page 1 Zweck Scope 3 2 Anwendungsbereich Applicability 3 3 Begriffe und Abkürzungen Terms and Abbreviation 3 4 Beschreibung der Anforderungen

More information

und http://www.it-pruefungen.ch ch/

und http://www.it-pruefungen.ch ch/ -Echte und Originale Prüfungsfragen und Antworten aus Testcenter -Machen Sie sich fit für Ihre berufliche Zukunft! http://www.it-pruefungen.ch ch/ Prüfungsnummer : 70-567 Prüfungsname : Transition your

More information

Intelligent Systems: Three Practical Questions. Carsten Rother

Intelligent Systems: Three Practical Questions. Carsten Rother Intelligent Systems: Three Practical Questions Carsten Rother 04/02/2015 Prüfungsfragen Nur vom zweiten Teil der Vorlesung (Dimitri Schlesinger, Carsten Rother) Drei Typen von Aufgaben: 1) Algorithmen

More information

Contents. What is Wirtschaftsmathematik?

Contents. What is Wirtschaftsmathematik? Contents. Introduction Modeling cycle SchokoLeb example Graphical procedure Standard-Form of Linear Program Vorlesung, Lineare Optimierung, Sommersemester 04 Page What is Wirtschaftsmathematik? Using mathematical

More information

Halter/Reflektor Kombination Holder/Reflector combination

Halter/Reflektor Kombination Holder/Reflector combination /Reflektor Kombination Holder/Reflector combination Easy Reflector System KHATOD K HATOD Hersteller Webseite Manufactures website LED Bender + Wirth LED Holder Bender + Wirth KCLP1856CR KCLP1858CR KCLP1859CR

More information

Optionally running-in certificate!

Optionally running-in certificate! Vario-Line WK AH Optional mit Einlaufzertifikat! Optionally running-in certificate! Nähere technische Informationen und Bestellhinweise entnehmen Sie bitte den Legenden oder dem Anhang. Unser Vertriebsteam

More information

HYPO TIROL BANK AG. EUR 5,750,000,000 Debt Issuance Programme (the "Programme")

HYPO TIROL BANK AG. EUR 5,750,000,000 Debt Issuance Programme (the Programme) Third Supplement dated 29 December 2015 to the Prospectus dated 9 June 2015 This document constitutes a supplement (the "Third Supplement") within the meaning of Article 16 of the Directive 2003/71/EC

More information

quick documentation Die Parameter der Installation sind in diesem Artikel zu finden:

quick documentation Die Parameter der Installation sind in diesem Artikel zu finden: quick documentation TO: FROM: SUBJECT: ARND.SPIERING@AS-INFORMATIK.NET ASTARO FIREWALL SCAN MIT NESSUS AUS BACKTRACK 5 R1 DATE: 24.11.2011 Inhalt Dieses Dokument beschreibt einen Nessus Scan einer Astaro

More information

Log/Process/Hashing. Details. Activities. Processes

Log/Process/Hashing. Details. Activities. Processes Lab 9: Details Aim: Log/Process/Hashing To provide a foundation on how event logs are generated and to determine running processes, and to view and update logs. It also includes methods on using the hashing

More information

APPLICATION SETUP DOCUMENT

APPLICATION SETUP DOCUMENT APPLICATION SETUP DOCUMENT HeiTek Software Development GmbH Add-Ons Oracle Application Change Layout in Receiving Personalisation Example Ref Prepared by HeiTek Software Development GmbH Author: : Georg

More information

Medical Assistance Profession health care. Job description

Medical Assistance Profession health care. Job description LLP-LdV/TOI/2007/AT/0029 Medical Assistance Profession health care Job description Xxxx name of profession Flag of country Dieses Projekt wurde mit Unterstützung der Europäischen Kommission finanziert.

More information

Configuring and Administering Hyper-V in Windows Server 2012 MOC 55021

Configuring and Administering Hyper-V in Windows Server 2012 MOC 55021 Configuring and Administering Hyper-V in Windows Server 2012 MOC 55021 In dem Kurs MOC 55021 Configuring and Administering Hyper-V in Windows Server 2012 lernen Sie die Konfiguration und Administration

More information

23.11.2012 Martin Käser. Single Sign-on mit OpenSAML

23.11.2012 Martin Käser. Single Sign-on mit OpenSAML 23.11.2012 Martin Käser Single Sign-on mit OpenSAML SAML Überblick l SAML = Security Assertion Markup Language v1.1 OASIS Standard 2003 v2.0 OASIS Standard 2005 l Rollen: User agent (Principal) Identity

More information

Timebox Planning View der agile Ansatz für die visuelle Planung von System Engineering Projekt Portfolios

Timebox Planning View der agile Ansatz für die visuelle Planung von System Engineering Projekt Portfolios Agile Leadership Day 2015 Markus Giacomuzzi - Siemens Building Technologies Headquarters Zug Timebox Planning View der agile Ansatz für die visuelle Planung von System Engineering Projekt Portfolios structure

More information

QAS DEBUG - User und Computer

QAS DEBUG - User und Computer QAS DEBUG - User und Computer Inhalt Computer Status vastool status Benutzer Login vastool list user vastool nss getpwnam vastool user checkaccess kinit su

More information

Dokumentation über die Übernahme von. "GS-R-3" (The Management System for Facilities and Activities) "Sicherheitskriterien für Kernkraftwerke"

Dokumentation über die Übernahme von. GS-R-3 (The Management System for Facilities and Activities) Sicherheitskriterien für Kernkraftwerke Dokumentation über die Übernahme von "GS-R-3" () in die "Sicherheitskriterien für Kernkraftwerke" REVISION D APRIL 2009 1. INTRODUCTION BACKGROUND 1.1 This Safety Requirements publication defines the requirements

More information

Artikel I Änderung der Studienordnung In der Anlage zur Studienordnung wird Punkt 2 wie folgt neu gefasst:

Artikel I Änderung der Studienordnung In der Anlage zur Studienordnung wird Punkt 2 wie folgt neu gefasst: 413 Änderungssatzung für die Studien- und Prüfungsordnung für den Double-Degree-Masterstudiengang ICT Innovation an der Technischen Universität Berlin Vom 23. Juli 2014 Der Fakultätsrat der Fakultät IV

More information

Cloud OS Network. Uwe Lüthy, Die Bedeutung einer Partner Managed Cloud für Kunden. Partner Technology Strategiest uwelu@microsoft.

Cloud OS Network. Uwe Lüthy, Die Bedeutung einer Partner Managed Cloud für Kunden. Partner Technology Strategiest uwelu@microsoft. Cloud OS Network Die Bedeutung einer Partner Managed Cloud für Kunden. Uwe Lüthy, Partner Technology Strategiest uwelu@microsoft.com Die Cloud Opportunity Definition von Buzzwords Cloud OS Strategie Wichtig

More information

J2EE-Application Server

J2EE-Application Server J2EE-Application Server (inkl windows-8) Installation-Guide F:\_Daten\Hochschule Zurich\Web-Technologie\ApplicationServerSetUp.docx Last Update: 19.3.2014, Walter Rothlin Seite 1 Table of Contents Java

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13 1 Dynamische Benutzerworkflows mit der Oracle BPM Suite arne.bruening@oracle.com Leitender Systemberater Middleware 2 Agenda Oracle Human Workflow Beispiel Kundenprojekt Lösungsansätze 3 Überblick Human

More information

a) What is the major difference between a program that runs under a virtual machine vs. one that does not?

a) What is the major difference between a program that runs under a virtual machine vs. one that does not? CS109 Midterm Exam, Total = 100 Points Name: Please write neatly and show as much of your work as possible for partial credit. Scan through all problems first, and attack the easiest problems first. Use

More information

Information for Ship Masters, Agents and Owners on Ship Waste Disposal

Information for Ship Masters, Agents and Owners on Ship Waste Disposal Bremen Port Authority Harbourmaster Freie Hansestadt Bremen Rev. 4 (January 2011) Information for Ship Masters, Agents and Owners on Ship Waste Disposal Implementation of directive 2000/59/EC of the European

More information

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 MOC 10233

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 MOC 10233 Designing and Deploying Messaging Solutions with Microsoft Exchange Server MOC 10233 In dieser Schulung erhalten Sie das nötige Wissen für das Design und die Bereitstellung von Messaging-Lösungen mit Microsoft

More information

LEARNING AGREEMENT FOR STUDIES

LEARNING AGREEMENT FOR STUDIES LEARNING AGREEMENT FOR STUDIES The Student Last name (s) First name (s) Date of birth Nationality 1 Sex [M/F] Academic year 20../20.. Study cycle 2 EQF level 6 (Bachelor) oder 7 (Master) Phone Subject

More information

ADOBE READER AND ACROBAT

ADOBE READER AND ACROBAT ADOBE READER AND ACROBAT IFILTER CONFIGURATION Table of Contents Table of Contents... 1 Overview of PDF ifilter 11 for 64-bit platforms... 3 Installation... 3 Installing Adobe PDF IFilter... 3 Setting

More information

Gas service pipe and in-house installation

Gas service pipe and in-house installation Session 1 Gas service pipe and in-house installation technologies in Germany Werner Wessing 1 Gas service pipe and in house installation i technologies in Germany Basis: DVGW TRGI G 600 2 Gas installations

More information

آموزش DataGrid در WPF به همراه صفحه بندي و جستجوي انتخابی. کلیک کن www.papro-co.ir

آموزش DataGrid در WPF به همراه صفحه بندي و جستجوي انتخابی. کلیک کن www.papro-co.ir آموزش DataGrid در WPF به همراه صفحه بندي و جستجوي انتخابی در پاپرو برنامه نویسی را شیرین یاد بگیرید کلیک کن www.papro-co.ir WPF DataGrid Custom Paging and Sorting This article shows how to implement custom

More information

Using scanners with Axapta Document Management

Using scanners with Axapta Document Management Using scanners with Axapta Document Management pedro.rodriguez@lorca.es Using scanners with Axapta Document Management 2 Foreword I was seeking a way to make more agile the work of introducing documents

More information

Mitgliederversammlung OdA ICT Bern. Kurzreferat Cloud Computing. 26. April 2012 Markus Nufer

Mitgliederversammlung OdA ICT Bern. Kurzreferat Cloud Computing. 26. April 2012 Markus Nufer Mitgliederversammlung OdA ICT Bern Kurzreferat Cloud Computing 26. April 2012 Markus Nufer 1 Cloud Computing ist die grosse Veränderung in der ICT Cloud Computing ist in aller Munde: als neuartige Technologie,

More information

Information Systems 2

Information Systems 2 Information Systems 2 Prof. Dr. Dr. L. Schmidt-Thieme MSc. André Busche Übung 9 0. Allerlei 1. Übung 2. Hands on some things 2.1 Saxon 2.2 Corba 28.06.10 2/ 0. Allerlei 1. Übung 2. Hands on some things

More information

1. Wenn der Spieler/die Spielerin noch keine IPIN hat, bitte auf den Button Register drücken

1. Wenn der Spieler/die Spielerin noch keine IPIN hat, bitte auf den Button Register drücken Welcome to IPIN The ipin (International Player Identification Number) is brought to you by the International Tennis Federation, the world governing body of tennis. All players who wish to compete in ITF

More information

www.infoplc.net Application example AC500 Scalable PLC for Individual Automation Communication between AC500 and KNX network abb

www.infoplc.net Application example AC500 Scalable PLC for Individual Automation Communication between AC500 and KNX network abb Application example www.infoplc.net AC500 Scalable PLC for Individual Automation Communication between AC500 and KNX network abb Content www.infoplc.net 1 Disclaimer...2 1.1 For customers domiciled outside

More information

STELTSICHVOR. Webdesign-and-IT. TiloBreuer Luftstrase16 38116Braunschweig Tel: 05316095675 Mobil:01751603449 Fax: 05316095676

STELTSICHVOR. Webdesign-and-IT. TiloBreuer Luftstrase16 38116Braunschweig Tel: 05316095675 Mobil:01751603449 Fax: 05316095676 STELTSICHVOR Webdesign-and-IT TiloBreuer Luftstrase16 38116Braunschweig Tel: 05316095675 Mobil:01751603449 Fax: 05316095676 Ichfreuemich,dassSieInteresseanmeinenDienstleistungenhaben undbedankemichgleichzeitigfürihreinvestiertezeit.

More information

Windows Mobile Power Management

Windows Mobile Power Management Windows Mobile Power Management Joel Ivory Johnson Software Engineer, RDA Corporation jjohnson@rdacorp.com Introduction As a regular reader of the MSDN support forums and other online development community

More information

BRFplus Field Configuration for Portfolio Management

BRFplus Field Configuration for Portfolio Management for Portfolio Management A PLM Consulting Solution Public The BRFplus Field Configuration allows you to easily modify the field configuration of standard and custom fields, toolbar buttons and tabs on

More information

CRM Setup Factory Installer V 3.0 Developers Guide

CRM Setup Factory Installer V 3.0 Developers Guide CRM Setup Factory Installer V 3.0 Developers Guide Who Should Read This Guide This guide is for ACCPAC CRM solution providers and developers. We assume that you have experience using: Microsoft Visual

More information

WHO-Referenzkurven für das Wachstum von Mädchen (Perzentile)

WHO-Referenzkurven für das Wachstum von Mädchen (Perzentile) WHO-Referenzkurven für das Wachstum von Mädchen (Perzentile) Anlage 2 zu der Empfehlung der Nationalen Stillkommission Gewichtsentwicklung gestillter Säuglinge vom 25. März 0 1 Die Gewichtsentwicklung

More information

Prepress / Computer To Film / RIP - Xitron Navigator HQ RIP V7.2 für Linotronic 260 300 330 530 560 von Highwater

Prepress / Computer To Film / RIP - Xitron Navigator HQ RIP V7.2 für Linotronic 260 300 330 530 560 von Highwater Prepress / Computer To Film / RIP - Xitron Navigator HQ RIP V7.2 für Linotronic 260 300 330 530 560 von Highwater Seite 1 / 7 HQ RIP V7.2 für Linotronic 260,300,330,530,560 von Highwater Lieferumfang:

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Customer Presentation

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Customer Presentation 1 Copyright 2011, Oracle and/or its affiliates. All rights Forms von A - Z Jürgen Menge / Wolfgang Kriebel / Christian Kühne Oracle Deutschland B.V. & Co. KG 2 Copyright 2011, Oracle and/or its affiliates.

More information