[Gambas-user] Signal #11
Hans-Martin
bundeshund at ...467...
Sun Sep 7 14:48:27 CEST 2008
Am Sonntag, 7. September 2008 14:05:22 schrieb Hans-Martin Bundeshund:
> Hello all,
>
> i have an application running well with 2.7.0 but getting a signal#11 with
> 2.8.2
>
> PUBLIC SUB ButtonPartner_Click()
> DIM hForm AS FPartnerStart
>
> signal#11 --> hForm = NEW FPartnerStart(BenutzerID) <-- signal#11
> hForm.Show
>
> END
>
>
> As i get the error by creating a new form (what is designed with the
> gambas-ide) i thing there is 1 component that makes the trouble. But in
> this form i use a bunch of different component, so its not that simple to
> find out what will bring this error.
>
> Any suggestion how to find the guilty component?
>
> regards,
> HMB
>
hmm, i think it's not a bad idea to post the FPartnerStart-form:
# Gambas Form File 2.0
{ Form Form
MoveScaled(13.4444,4,97,77)
Text = ("Partnerverwaltung")
{ EditImmerAn Menu NeuenPartnerAnlegen
Name = "EditImmerAn"
Text = ("")
Shortcut = "F1"
}
{ ButtonPartnerNeuanlage Button
MoveScaled(3,0,20,3)
Enabled = False
ToolTip = ("Einen Neuen Partner anlegen")
Text = ("Neuen Partner anlegen")
}
{ ButtonPartnerAendern Button
MoveScaled(25,0,13,3)
Enabled = False
ToolTip = ("Aktuellen Partner bearbeiten")
Text = ("Partner \xC3\xA4ndern")
}
{ ButtonPartnerSuchen Button
MoveScaled(79,0,16,3)
Enabled = False
ToolTip = ("Nach einem Partner suchen.\nEs m\xC3\xBCssen minimum 3
Buch-\nstaben eingegeben werden.")
Text = ("Partner anzeigen")
}
{ TabStripPartner TabStrip
MoveScaled(2,8,93,67)
Enabled = False
Font = Font["Bold"]
AutoResize = True
Count = 9
Index = 0
Text = ("Anschrift")
Picture = Picture["editcopy.png"]
{ TextBoxName1 TextBox
MoveScaled(15,1,77,3)
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ TextLabel1 TextLabel
MoveScaled(2,1,11.4444,2.5556)
ToolTip = ("Erste Zeile der Anschrift")
Text = ("Name1")
Alignment = Align.Right
}
{ TextLabel2 TextLabel
MoveScaled(2,5,11.4444,2.5556)
ToolTip = ("Zweite Zeile der Anschrift")
Text = ("Name2")
Alignment = Align.Right
}
{ TextBoxName2 TextBox
MoveScaled(15,5,77,3)
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ TextLabel3 TextLabel
MoveScaled(2,9,11.4444,2.5556)
ToolTip = ("Dritte Zeile der Anschrift")
AutoResize = True
Text = ("Name3")
Alignment = Align.Right
}
{ TextBoxName3 TextBox
MoveScaled(15,9,77,3)
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ TextLabel4 TextLabel
MoveScaled(2,13,11.4444,2.5556)
ToolTip = ("Stra\xC3\x9Fe der Anschrift")
Text = ("Stra\xC3\x9Fe")
Alignment = Align.Right
}
{ TextBoxStrasse TextBox
MoveScaled(15,13,51,3)
Expand = True
Text = ("")
MaxLength = 255
}
{ TextBoxPF TextBox
MoveScaled(72,13,20,3)
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ TextLabelPLZ TextLabel
MoveScaled(2,17,11.4444,2.5556)
ToolTip = ("Die PLZ zur Stra\xC3\x9Fenanschrift")
Text = ("PLZ Stra\xC3\x9Fe")
Alignment = Align.Right
}
{ TextBoxPLZPF TextBox
MoveScaled(72,17,20,3)
ToolTip = ("Die Postleitzahl der Postfachs")
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ TextBoxPLZ TextBox
MoveScaled(15,17,19,3)
ToolTip = ("PLZ der Stra\xC3\x9Fenanschrift")
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ TextLabel6 TextLabel
MoveScaled(9,21,4,2.5556)
ToolTip = ("Der Ort der Anschrift")
Text = ("Ort")
Alignment = Align.Right
}
{ TextBoxOrt TextBox
MoveScaled(15,21,77,3)
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ TextLabel7 TextLabel
MoveScaled(2,25,11.4444,2.5556)
ToolTip = ("Das Land der Anschrift")
Text = ("Land")
Alignment = Align.Right
}
{ TextBoxLand TextBox
MoveScaled(15,25,77,3)
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ TextLabel8 TextLabel
MoveScaled(1,32,13,2.5556)
ToolTip = ("Telefonnummer der Zentrale")
Text = ("Zentrale")
Alignment = Align.Right
}
{ TextLabel9 TextLabel
MoveScaled(2,36,11.4444,2.5556)
ToolTip = ("Die FAX-Nummer der Zentrale")
Text = ("FAX")
Alignment = Align.Right
}
{ TextLabel10 TextLabel
MoveScaled(64,53,10.5556,3.4444)
ToolTip = ("Das Anlagedatum des Partners in der Datenbank")
Text = ("Angelegt am")
Alignment = Align.Right
}
{ TextLabelEinstufung TextLabel
MoveScaled(2,52,11.4444,3.4444)
ToolTip = ("Einstufung/Beurteilung des Kunden")
Text = ("Einstufung")
Alignment = Align.Right
}
{ TextBoxTelefonZentrale TextBox
MoveScaled(15,32,35,3)
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ ButtonWeitereNummern Button
MoveScaled(54,32,38,7)
ToolTip = ("Anzeige/Pflege weiterer Nummern")
Text = ("weitere Nummern")
}
{ TextBoxFAX TextBox
MoveScaled(15,36,35,3)
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ TextBoxAngelegtAm TextBox
MoveScaled(76,53,12,3)
Enabled = False
Text = ("10.10.2006")
ReadOnly = True
}
{ TextLabel14 TextLabel
MoveScaled(2,40,11.4444,2.5556)
ToolTip = ("Die URL der Homepage")
Text = ("Homepage")
Alignment = Align.Right
}
{ TextBoxHomepage TextBox
MoveScaled(15,40,77,3)
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ PictureBoxAnschriftNeu PictureBox
MoveScaled(7,58,2.5556,2.5556)
Enabled = False
ToolTip = ("Neue Anschrift erstellen")
Picture = Picture["empty.png"]
Stretch = True
Alignment = Align.Center
}
{ PictureBoxAnschriftOK PictureBox
MoveScaled(44,58,2.5556,2.5556)
Enabled = False
ToolTip = ("Aktuelle Anschrift speichern")
Picture = Picture["button_ok.png"]
Stretch = True
Alignment = Align.Center
}
{ PictureBoxAnschriftCancle PictureBox
MoveScaled(48,58,2.5556,2.5556)
Enabled = False
ToolTip = ("Aktuelle Anschrift verwerfen")
Picture = Picture["button_cance.png"]
Stretch = True
Alignment = Align.Center
}
{ PictureBoxAnschriftWeiter PictureBox
MoveScaled(89,58,3.4444,2.5556)
Visible = False
Enabled = False
ToolTip = ("N\xC3\xA4chste Anschrift")
Picture = Picture["1rightarrow.png"]
Stretch = True
Alignment = Align.Center
}
{ PictureBoxAnschriftZurueck PictureBox
MoveScaled(0,58,3.4444,2.5556)
Visible = False
Enabled = False
ToolTip = ("Vorherige Anschrift")
Picture = Picture["1leftarrow.png"]
Stretch = True
Alignment = Align.Center
}
{ TextLabel5 TextLabel
MoveScaled(0,44,13,3)
ToolTip = ("\xC3\x96ffnungzeiten und weitere zeitliche Eintr\xC3\xA4ge")
Text = ("\xC3\x96ffnungszeiten")
Alignment = Align.Right
}
{ TextBoxOeffnungszeiten TextBox
MoveScaled(15,44,77,3)
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ PictureBoxAnschriftEdit PictureBox
MoveScaled(12,58,2.5556,2.5556)
Enabled = False
ToolTip = ("Aktuelle Anschrift \xC3\xA4ndern")
Picture = Picture["edit.png"]
Stretch = True
Alignment = Align.Center
}
{ SliderAnschriftStatus Slider
MoveScaled(15,53,34.5556,1.6667)
Enabled = False
MinValue = -100
Step = 5
PageStep = 5
}
{ TextLabelAnschriftStatus TextLabel
MoveScaled(50,52,11,4)
Text = ("0 -- Neutral")
Alignment = Align.Center
}
{ ComboBoxAnschriftArt ComboBox
MoveScaled(15,48,20,4)
Text = ("")
}
{ TextBoxBranche TextBox
MoveScaled(62,48,30,4)
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ ButtonNeueArtAnlegen Button
MoveScaled(38,48,9,4)
Text = ("neue Art")
}
{ PictureBoxAnschriftLoeschen PictureBox
MoveScaled(69,57,3,4)
Enabled = False
ToolTip = ("Aktuelle Anschrift verwerfen")
Picture = Picture["Bombe1.png"]
Stretch = True
Alignment = Align.Center
}
{ TextLabel12 TextLabel
MoveScaled(1,48,12,3)
Text = ("AnschriftArt")
Alignment = Align.Right
}
{ TextLabel13 TextLabel
MoveScaled(53,48,8,4)
ToolTip = ("Die Branche des Partners")
Text = ("Branche")
Alignment = Align.Right
}
{ TextLabel32 TextLabel
MoveScaled(67,13,4,3)
ToolTip = ("Die Nummer des Postfachs")
Text = ("PF")
Alignment = Align.Right
}
{ TextLabel33 TextLabel
MoveScaled(60,17,11.4444,2.5556)
ToolTip = ("Die Postleitzahl der Postfachs")
Text = ("PLZ PF")
Alignment = Align.Right
}
{ PictureBoxDrag PictureBox
MoveScaled(81,58,4,3)
Enabled = False
Picture = Picture["bookmark.png"]
Stretch = True
}
Index = 1
Text = ("Ansprechpartner")
Picture = Picture["kontact_contacts.png"]
{ TextLabel20 TextLabel
MoveScaled(0,0.7778,16,2.5556)
ToolTip = ("Der Name des Ansprechpartners")
Text = ("Name")
Alignment = Align.Right
}
{ ComboBoxSex ComboBox
MoveScaled(16.7778,0.7778,8,2.5556)
ToolTip = ("Bestimmen Sie das Geschlecht des Ansprechpartners")
Text = ("Herr")
List = [("Herr"), ("Frau")]
}
{ TextBoxAnsprechpartnerName TextBox
MoveScaled(25.6667,0.7778,66,3)
ToolTip = ("Bitte geben Sie hier den Namen wie \neine Anrede ein, also
z- B- \n'Herr Meisner' oder 'Herr Anton Burger'")
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ TextLabel21 TextLabel
MoveScaled(3,5,13,2.5556)
ToolTip = ("Die Telefon-Nummer des Ansprechpartners")
Text = ("Telefon")
Alignment = Align.Right
}
{ TextBoxAnsprechpartnerTelefon TextBox
MoveScaled(17,5,75,3)
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ TextLabel22 TextLabel
MoveScaled(3,9,13,2.5556)
ToolTip = ("Die Mobil/Handy-Nummer des Ansprechpartners")
Text = ("Mobil")
Alignment = Align.Right
}
{ TextBoxAnsprechpartnerMobil TextBox
MoveScaled(17,9,35,3)
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ TextLabel23 TextLabel
MoveScaled(11,13,5,3)
ToolTip = ("eMail-Adresse des Ansprechpartners")
Text = ("eMail")
Alignment = Align.Right
}
{ TextBoxAnsprechpartnerEmail TextBox
MoveScaled(17,13,75,3)
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ TextLabel24 TextLabel
MoveScaled(3,17,13,2.5556)
ToolTip = ("FAX-Nummer des Ansprechpartners")
Text = ("FAX")
Alignment = Align.Right
}
{ TextBoxAnsprechpartnerFAX TextBox
MoveScaled(17,17,35,3)
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ TextBoxAnsprechpartnerAbteilung TextBox
MoveScaled(17,21,35,3)
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ TextBoxAnsprechpartnerVorG TextBox
MoveScaled(67,21,25,3)
ToolTip = ("Bitte geben Sie hier den Namen wie eine Anrede ein, also z-
B- 'Herr Meisner' oder 'Herr Anton Burger'...")
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ TextBoxAnsprechpartnerFunktion TextBox
MoveScaled(17,25,35,3)
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ PictureBoxAnsprechpartnerWeiter PictureBox
MoveScaled(89,58,3.4444,2.5556)
Visible = False
Enabled = False
ToolTip = ("n\xC3\xA4chster Ansprechpartner")
Picture = Picture["1rightarrow.png"]
Stretch = True
Alignment = Align.Center
}
{ PictureBoxAnsprechpartnerZurueck PictureBox
MoveScaled(0,58,3.4444,2.5556)
Visible = False
Enabled = False
ToolTip = ("vorheriger Ansprechpartner")
Picture = Picture["1leftarrow.png"]
Stretch = True
Alignment = Align.Center
}
{ PictureBoxAnsprechpartnerOK PictureBox
MoveScaled(44,58,2.5556,2.5556)
Enabled = False
ToolTip = ("Eingabe speichern")
Picture = Picture["button_ok.png"]
Stretch = True
Alignment = Align.Center
}
{ PictureBoxAnsprechpartnerCancle PictureBox
MoveScaled(48,58,2.5556,2.5556)
Enabled = False
ToolTip = ("Eingabe abbrechen")
Picture = Picture["button_cance.png"]
Stretch = True
Alignment = Align.Center
}
{ PictureBoxAnsprechpartnerNeu PictureBox
MoveScaled(7,58,2.5556,2.5556)
Enabled = False
ToolTip = ("Neuen Ansprechpartner erstellen")
Picture = Picture["empty.png"]
Stretch = True
Alignment = Align.Center
}
{ TextLabelGebursttag TextLabel
MoveScaled(3,29,13,3.4444)
ToolTip = ("Geburtstagsdatum des Ansprechpartners")
Text = ("Geburtstag")
Alignment = Align.Right
}
{ PictureBoxTorte PictureBox
MoveScaled(41,29,4,3.4444)
Enabled = False
ToolTip = ("Hat Geburtstag")
Picture = Picture["pink_cake.png"]
Stretch = True
}
{ TextLabel16 TextLabel
MoveScaled(3,21,13,2.5556)
ToolTip = ("Die Abteilung in der der Ansprechpartner arbeitet")
Text = ("Abteilung")
Alignment = Align.Right
}
{ TextLabel17 TextLabel
MoveScaled(3,25,13,2.5556)
ToolTip = ("Beschreibt die Funktion/Stellung innerhalb der Firma")
Text = ("Funktion")
Alignment = Align.Right
}
{ TextLabel18 TextLabel
MoveScaled(54,21,12,2.5556)
ToolTip = ("Den Namen des Vorgesetzten")
Text = ("Vorgesetzter")
Alignment = Align.Right
}
{ PictureBoxAnsprechpartnerEdit PictureBox
MoveScaled(12,58,2.5556,2.5556)
Enabled = False
ToolTip = ("Aktuelle Ansprechpartner \xC3\xA4ndern")
Picture = Picture["edit.png"]
Stretch = True
Alignment = Align.Center
}
{ PictureBoxeMailAnsprechpartner PictureBox
MoveScaled(7,12,4,3.4444)
Picture = Picture["eMail.png"]
Stretch = True
}
{ SpinBoxTag SpinBox
MoveScaled(17,29,5,3)
Tag = "Geburtstag"
MinValue = 1
MaxValue = 31
}
{ SpinBoxMonat SpinBox
MoveScaled(24,29,5,3)
ToolTip = ("Geburtsmonat")
MinValue = 1
MaxValue = 12
}
{ SpinBoxJahr SpinBox
MoveScaled(31,29,7,3)
ToolTip = ("Geburtsjahr")
MinValue = 1
MaxValue = 9999
}
{ TextAreaAnsprechpartnerBemerkung TextArea
MoveScaled(1,39,91,17)
Text = ("")
ReadOnly = True
Wrap = True
}
{ TextLabel30 TextLabel
MoveScaled(22,29,2,3)
Text = (".")
Alignment = Align.Center
}
{ TextLabel31 TextLabel
MoveScaled(29,29,2,3)
Text = (".")
Alignment = Align.Center
}
{ ButtonAktionen Button
MoveScaled(17,34,35,4)
ToolTip = ("Lassen Die den Ansprechpartner an Aktionen teilhaben oder
pflegen Sie weitere Aktionen")
Text = ("Aktionen")
}
Index = 2
Text = ("Funktionen")
Picture = Picture["kontact_notes.png"]
{ PictureBox9 PictureBox
MoveScaled(43.4444,32,2.5556,2.5556)
Enabled = False
Picture = Picture["button_ok.png"]
Stretch = True
Alignment = Align.Center
}
{ PictureBox10 PictureBox
MoveScaled(48.7778,32,2.5556,2.5556)
Picture = Picture["button_cance.png"]
Stretch = True
Alignment = Align.Center
}
{ PictureBox11 PictureBox
MoveScaled(8,32,2.5556,2.5556)
Picture = Picture["empty.png"]
Stretch = True
Alignment = Align.Center
}
{ TabStrip1 TabStrip
MoveScaled(1,1,90,56)
Count = 3
Index = 0
Text = ("Sucht")
{ ListBoxSucht ListBox
MoveScaled(0.7778,0.7778,88,51)
}
Index = 1
Text = ("Bietet")
{ ListBoxBietet ListBox
MoveScaled(0.7778,0.7778,73.6667,39)
}
Index = 2
Text = ("Sonstiges")
{ ListBoxSonstiges ListBox
MoveScaled(0.7778,0.7778,73.6667,39)
}
Index = 0
}
{ PictureBoxFunktionenNeu PictureBox
MoveScaled(7,58,2.5556,2.5556)
Enabled = False
ToolTip = ("Neuen Eintrag anlegen")
Picture = Picture["empty.png"]
Stretch = True
Alignment = Align.Center
}
{ PictureBoxFunktionenEdit PictureBox
MoveScaled(12,58,2.5556,2.5556)
Enabled = False
ToolTip = ("Aktuellen Eintrag \xC3\xA4ndern")
Picture = Picture["edit.png"]
Stretch = True
Alignment = Align.Center
}
{ PictureBoxFunktionenOK PictureBox
MoveScaled(44,58,2.5556,2.5556)
Enabled = False
ToolTip = ("Eingabe beenden")
Picture = Picture["button_ok.png"]
Stretch = True
Alignment = Align.Center
}
{ PictureBoxFunktionenCancle PictureBox
MoveScaled(48,58,2.5556,2.5556)
Enabled = False
ToolTip = ("Eingabe abbrechen")
Picture = Picture["button_cance.png"]
Stretch = True
Alignment = Align.Center
}
Index = 3
Text = ("Historie")
Picture = Picture["knewsticker.png"]
{ TextLabel11 TextLabel
MoveScaled(31,-0.7778,0.7778,0.7778)
Text = ("TextLabel11")
}
{ PictureBoxHistorieNeu PictureBox
MoveScaled(7,58,2.5556,2.5556)
Enabled = False
ToolTip = ("Neuen Historieneintrag anlegen")
Picture = Picture["empty.png"]
Stretch = True
Alignment = Align.Center
}
{ PictureBoxHistorieEdit PictureBox
MoveScaled(12,58,2.5556,2.5556)
Enabled = False
ToolTip = ("Aktuellen Historieneintrag \xC3\xA4ndern")
Picture = Picture["edit.png"]
Stretch = True
Alignment = Align.Center
}
{ ListViewHistorie ListView
MoveScaled(0.7778,0.7778,91,55)
}
Index = 4
Text = ("Aufträge")
Picture = Picture["fileopen.png"]
{ PictureBoxAuftragNeu PictureBox
MoveScaled(7,58,2.5556,2.5556)
Enabled = False
ToolTip = ("Neuen Auftrag anlegen")
Picture = Picture["empty.png"]
Stretch = True
Alignment = Align.Center
}
{ PictureBox2 PictureBox
MoveScaled(12,58,2.5556,2.5556)
Enabled = False
ToolTip = ("Aktuellen Auftrag \xC3\xA4ndern")
Picture = Picture["edit.png"]
Stretch = True
Alignment = Align.Center
}
{ ListViewAuftrag ListView
MoveScaled(1,2,91,55)
}
Index = 5
Text = ("Bemerkung")
Picture = Picture["messagebox_info.png"]
{ TextAreaBemerkung TextArea
MoveScaled(1,2,91,55)
Text = ("")
ReadOnly = True
Wrap = True
}
{ PictureBoxBemerkungCancle PictureBox
MoveScaled(48,58,2.5556,2.5556)
Enabled = False
ToolTip = ("Eingabe abbrechen")
Picture = Picture["button_cance.png"]
Stretch = True
Alignment = Align.Center
}
{ PictureBoxBemerkungOK PictureBox
MoveScaled(44,58,2.5556,2.5556)
Enabled = False
ToolTip = ("Bemerkung speichern")
Picture = Picture["button_ok.png"]
Stretch = True
Alignment = Align.Center
}
{ PictureBoxBemerkungNeu PictureBox
MoveScaled(7,58,2.5556,2.5556)
Enabled = False
ToolTip = ("Neue Bemerkung anlegen")
Picture = Picture["empty.png"]
Stretch = True
Alignment = Align.Center
}
{ PictureBoxBemerkungEdit PictureBox
MoveScaled(12,58,2.5556,2.5556)
Enabled = False
ToolTip = ("Aktuelle Bemerkung \xC3\xA4ndern")
Picture = Picture["edit.png"]
Stretch = True
Alignment = Align.Center
}
Index = 6
Text = ("Bankverbindung")
Picture = Picture["Dollar.png"]
{ PictureBoxBankverbindungWeiter PictureBox
MoveScaled(89,58,3.4444,2.5556)
Visible = False
Enabled = False
ToolTip = ("n\xC3\xA4chste Bankverbindung")
Picture = Picture["1rightarrow.png"]
Stretch = True
Alignment = Align.Center
}
{ PictureBoxBankverbindungZurueck PictureBox
MoveScaled(0,58,3.4444,2.5556)
Visible = False
Enabled = False
ToolTip = ("vorherige Bankverbindung")
Picture = Picture["1leftarrow.png"]
Stretch = True
Alignment = Align.Center
}
{ PictureBoxBankverbindungNeu PictureBox
MoveScaled(7,58,2.5556,2.5556)
Enabled = False
ToolTip = ("Neue Bankvernindung anlegen")
Picture = Picture["empty.png"]
Stretch = True
Alignment = Align.Center
}
{ PictureBoxBankverbindungOK PictureBox
MoveScaled(44,58,2.5556,2.5556)
Enabled = False
ToolTip = ("Bankverbindung speichern")
Picture = Picture["button_ok.png"]
Stretch = True
Alignment = Align.Center
}
{ PictureBoxBankverbindungCancle PictureBox
MoveScaled(48,58,2.5556,2.5556)
Enabled = False
ToolTip = ("Eingabe abbrechen")
Picture = Picture["button_cance.png"]
Stretch = True
Alignment = Align.Center
}
{ TextLabel19 TextLabel
MoveScaled(1,1,9.6667,2.5556)
ToolTip = ("Name der Bank")
Text = ("Bank")
Alignment = Align.Right
}
{ TextBoxKontoName TextBox
MoveScaled(12,1,80,3)
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ TextLabel25 TextLabel
MoveScaled(0,5,10.5556,2.5556)
ToolTip = ("Konto-Nummer der Bankverbindung")
Text = ("Konto-Nr.")
Alignment = Align.Right
}
{ TextBoxKontoNr TextBox
MoveScaled(12,5,80,3)
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ ComboBoxWaehrung ComboBox
MoveScaled(12,9,35,4)
Text = (" ")
ReadOnly = True
}
{ TextLabel26 TextLabel
MoveScaled(1,9,10,4)
ToolTip = ("W\xC3\xA4hrung des Kontos")
Text = ("W\xC3\xA4hrung")
Alignment = Align.Right
}
{ TextBoxBLZ TextBox
MoveScaled(12,14,80,3)
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ TextLabel27 TextLabel
MoveScaled(2,14,8.7778,2.5556)
ToolTip = ("Bankleitzahl der Bankverbindung")
Text = ("BLZ")
Alignment = Align.Right
}
{ TextLabel28 TextLabel
MoveScaled(2,18,8.7778,2.5556)
ToolTip = ("IBAN-Nummer der Bankverbindung")
Text = ("IBAN")
Alignment = Align.Right
}
{ TextBoxIBAN TextBox
MoveScaled(12,18,80,3)
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ TextLabel29 TextLabel
MoveScaled(1,22,9.6667,2.5556)
ToolTip = ("SWIFT-Nummer der Bankverbindung")
Text = ("SWIFT")
Alignment = Align.Right
}
{ TextBoxSWIFT TextBox
MoveScaled(12,22,80,3)
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ TextBoxWaehrungNeu TextBox
MoveScaled(56,9,10,4)
ToolTip = ("Hier k\xC3\xB6nnen neue W\xC3\xA4hrungseinheiten angelegt
werden")
Text = ("")
ReadOnly = True
MaxLength = 255
}
{ ButtonWaehrungNeu Button
MoveScaled(67,9,24,4)
Enabled = False
ToolTip = ("Hier k\xC3\xB6nnen neue W\xC3\xA4hrungseinheiten angelegt
werden")
Text = ("neue W\xC3\xA4hrung hinzuf\xC3\xBCgen")
}
{ PictureBoxBankverbindungEdit PictureBox
MoveScaled(12,58,2.5556,2.5556)
Enabled = False
ToolTip = ("Aktuelle Bankverbindung \xC3\xA4ndern")
Picture = Picture["edit.png"]
Stretch = True
Alignment = Align.Center
}
{ TextAreaBankverbindungBemerkung TextArea
MoveScaled(1,26,91,31)
Text = ("TextArea1")
ReadOnly = True
}
Index = 7
Text = ("Dokumente")
Picture = Picture["package_editors.png"]
{ ListBoxDokumente ListBox
MoveScaled(1,14,91,26)
}
{ ComboBoxAuswahlDokumente ComboBox
MoveScaled(1.6667,2.5556,90,3)
Text = (" ")
}
{ TextAreaDokuBemerkung TextArea
MoveScaled(1,41,91,14)
Text = ("")
}
{ PictureBoxHinzufuegen PictureBox
MoveScaled(2,7,5,5)
ToolTip = ("Dokument einf\xC3\xBCgen")
Picture = Picture["add.png"]
Stretch = True
}
{ PictureBoxLoeschen PictureBox
MoveScaled(23,7,5,5)
ToolTip = ("Dokument entfernen")
Picture = Picture["stop.png"]
Stretch = True
}
{ ButtonNeu Button
MoveScaled(10,8,10,4)
ToolTip = ("Ein neues Dokument Verf\xC3\xBCgbar machen")
Text = ("NEU")
}
{ PictureBoxStarten PictureBox
MoveScaled(42,7,6,5)
ToolTip = ("ausgew\xC3\xA4hltes Dokument anzeigen/drucken")
Picture = Picture["fileprint.png"]
Stretch = True
}
{ PictureBoxeMail PictureBox
MoveScaled(33,7,5,5)
ToolTip = ("ausgew\xC3\xA4hltes Dokument (Datei) an einen
Ansprechpartner senden")
Picture = Picture["eMail.png"]
Stretch = True
}
Index = 8
Text = ("Export")
{ ButtonExportAnsprechpartner Button
MoveScaled(5,3,43,5)
Text = ("Exportiere alle Ansprechpartner")
}
{ ButtonExportPartner Button
MoveScaled(5,10,43,5)
Enabled = False
Text = ("Exportiere alle Partner")
}
{ Button1 Button
MoveScaled(5,17,43,6)
Enabled = False
Text = ("Exportiere alle Bankverbindungen")
}
{ CheckBoxAuswahlAnsprechpartner CheckBox
MoveScaled(51,4,18,3)
Text = ("nach Auswahl")
}
{ CheckBoxAuswahlPartner CheckBox
MoveScaled(51,11,18,3)
Enabled = False
Text = ("nach Auswahl")
}
{ CheckBoxAuswahlBank CheckBox
MoveScaled(51,19,18,3)
Enabled = False
Text = ("nach Auswahl")
}
Index = 0
}
{ Timer1 #Timer
#X = 230
#Y = 620
Delay = 10
}
{ TextLabel15 TextLabel
MoveScaled(1.6667,4,8.7778,2)
Font = Font["Bold"]
Text = ("Partner")
Alignment = Align.Center
}
{ PictureBoxPartnerCancle PictureBox
MoveScaled(39,0,4,4)
Visible = False
Enabled = False
ToolTip = ("Aktuellen Partner verlassen")
Picture = Picture["apply.png"]
Stretch = True
Alignment = Align.Center
}
{ ComboBoxPartnerName ComboBox
MoveScaled(11,4,84,3)
ToolTip = ("'%ter' - findet alle Partner, die 'ter' im Namen haben\n'May'
findet alle Partner, die mit 'May' anfangen")
Drop = True
Text = ("")
}
{ ButtonPartnerLoeschen Button
MoveScaled(44,0,16,3)
Enabled = False
ToolTip = ("Aktuellen Partner l\xC3\xB6schen")
Text = ("Partner l\xC3\xB6schen")
}
{ ButtonAlleSuche Button
MoveScaled(65,0,12,3)
ToolTip = ("Nach ALLEN Partner suchen.\nDiese Suche dauert unter
Um-\nst\xC3\xA4nden etwas l\xC3\xA4nger.")
Text = ("Alle Suchen")
}
{ CheckBoxAlleSuchen CheckBox
MoveScaled(63,0,2,3)
ToolTip = ("Markieren Sie diese Box, um in allen relevanten Feldern
\n(PartnerName, Anschrift, Ansprechpartner und mehr)\n zu suchen. \n\nDiese
Suche ben\xC3\xB6tigt unter Umst\xC3\xA4nden etwas Zeit.")
Text = ("")
}
{ CheckBoxEditImmerAn CheckBox
MoveScaled(1,0,2,3)
ToolTip = ("Aktivieren, wenn Sie Massenverarbeitung t\xC3\xA4tigen
wollen")
Text = ("")
}
}
More information about the User
mailing list