|
Antwort |
Registriert seit: 25. Nov 2005 Ort: Werl, Iserlohn, Dortmund, Hagen 85 Beiträge Delphi 2006 Professional |
#1
Bei mein Programm kommt immer ein Transparenter Formrand.
Habe die Stellen mit roten Kreisen markiert. Kann mir da einer helfen ?
if(copy_paste==false)
Programmierer=Hilflos; |
Zitat |
Registriert seit: 17. Sep 2006 Ort: Barchfeld 27.624 Beiträge Delphi 12 Athens |
#2
Fehlerhafter GraKa-Treiber?
[edit] Gruß in meine alte Heimat [/edit]
Detlef
"Ich habe Angst vor dem Tag, an dem die Technologie unsere menschlichen Interaktionen übertrumpft. Die Welt wird eine Generation von Idioten bekommen." (Albert Einstein) Dieser Tag ist längst gekommen |
Zitat |
Registriert seit: 25. Nov 2005 Ort: Werl, Iserlohn, Dortmund, Hagen 85 Beiträge Delphi 2006 Professional |
#3
Jetzt konnte ich es erstmal auf ein anderen Computer testen. Leider ist auch bei einer Intel Grafikkarte der selbe Fehler. Mir scheint es das es an ein Parameter liegt da die Menüleiste richtig angezeigt wird.
Hat vieleicht einer eine IDEE ????
if(copy_paste==false)
Programmierer=Hilflos; |
Zitat |
Registriert seit: 15. Feb 2006 Ort: Hechingen 504 Beiträge Delphi 10.2 Tokyo Professional |
#4
Hallo,
wie ist die Eigenschaft TransparentColor und TransparentColorValue von deinem Formular eingestellt? Hast du vielleicht ein TBevel o.ä. um deinen Clientbereich (von dem Form) gelegt, welches genau diese Farbe hat? Nur ins Blaue geraten. Gruß, Chris
Christian E.
Es gibt 10 Arten von Menschen, die die Binär lesen können und die die es nicht können Delphi programming rules |
Zitat |
Registriert seit: 25. Nov 2005 Ort: Werl, Iserlohn, Dortmund, Hagen 85 Beiträge Delphi 2006 Professional |
#5
TransparentColor und TransparentColorValue sind auf false bzw. Black.
Und nein ich habe kein TBevel um die FOrm gelegt. Und es ist ja nicht wirklich eine Farbe die der Rand annimmt. Es ist ja der Hintergrund vom Desktop der durchscheint. Ich schreibe schon seit mehreren Tagen an den Parameter. Aber das alles ist irgentwie ohne Erfolg :wall:
Delphi-Quellcode:
object frmHauptmaske: TfrmHauptmaske
Left = 207 Top = 158 Margins.Left = 0 Margins.Top = 0 Margins.Right = 0 Margins.Bottom = 0 Caption = 'HBSWIN' ClientHeight = 226 ClientWidth = 596 Color = clBtnFace UseDockManager = True DockSite = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = { 0000010001001010FF0000000000680500001600000028000000100000002000 00000100080000000000000000000000000000000000000000000000000000FF FF000000000000F8F80000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000100000100010101000000010100000001 0000010001000001000100000100000100000100010202010000000001000001 0101010001010100000001010000000100000100010000010001000000000001 0000010001000001000100000100000100000100010101000000010100000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000100000000000000000000000000000000000000000001 0001000001000000000100000000000000000000000000000000000000000001 0000000001000000000000010000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000} KeyPreview = True Menu = MainMenu1 OldCreateOrder = False Position = poScreenCenter Visible = True OnClose = FormClose OnCreate = FormCreate OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object Label2: TStaticText Left = 32 Top = 8 Width = 111 Height = 20 Caption = 'Q&uelldateiname:' FocusControl = EdtEDatei TabOrder = 11 end object Label3: TStaticText Left = 42 Top = 40 Width = 102 Height = 20 Caption = 'Z&ieldateiname:' FocusControl = EdtADatei TabOrder = 13 end object EdtADatei: TEdit Left = 130 Top = 40 Width = 234 Height = 24 TabOrder = 2 OnKeyPress = einfuegemodusKeyPress OnKeyUp = einfuegemodusKeyUp end object lblwaittext: TStaticText Left = 60 Top = 66 Width = 44 Height = 20 Caption = 'Status:' FocusControl = edtwaittext TabOrder = 14 end object edtwaittext: TEdit Left = 100 Top = 66 Width = 408 Height = 21 AutoSelect = False Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -9 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 12 end object btnedateidialog: TButton Left = 384 Top = 8 Width = 172 Height = 20 Caption = #214'ffnen-Dial&og...' TabOrder = 1 OnClick = ffnen1Click end object btnanzeigen: TButton Left = 110 Top = 93 Width = 189 Height = 22 Caption = '&Quelldatei anzeigen' TabOrder = 3 OnClick = btnanzeigenClick end object btnAusfuehren: TButton Left = 311 Top = 93 Width = 193 Height = 22 Caption = 'Punktschrift&konvertierung' TabOrder = 5 OnClick = btnAusfuehrenClick end object btnEinstellungen: TButton Left = 311 Top = 153 Width = 193 Height = 23 Caption = 'HBSWIN-&Einstellungen' TabOrder = 4 OnClick = btnEinstellungenClick end object btnzanzeigen: TButton Left = 110 Top = 120 Width = 189 Height = 23 Caption = 'Zieldatei a&nzeigen' TabOrder = 6 OnClick = btnzanzeigenClick end object btnprint: TButton Left = 311 Top = 120 Width = 193 Height = 23 Caption = '&Punktschriftdruck' TabOrder = 7 OnClick = btndruckenClick end object btnVerwerfen: TButton Left = 110 Top = 153 Width = 189 Height = 23 Caption = '&DOC oder RTF nach HBS' TabOrder = 8 OnClick = DOCnachHBS1Click end object btnschliessen: TButton Left = 269 Top = 193 Width = 70 Height = 25 Caption = '&Beenden' TabOrder = 10 OnClick = btnschliessenClick end object EdtEDatei: TComboBox Left = 130 Top = 6 Width = 234 Height = 24 ItemHeight = 16 TabOrder = 0 Text = 'EdtEDatei' OnChange = EdtEDateiChange OnKeyPress = EdtEDateiKeyPress OnKeyUp = EdtEDateiKeyUp end object schreibmodus: TCheckBox Left = 515 Top = 215 Width = 81 Height = 11 Caption = 'schreibmodus' TabOrder = 15 Visible = False end object Button1: TButton Left = 384 Top = 43 Width = 172 Height = 20 Caption = 'Zieldatei &speichern unter...' TabOrder = 9 OnClick = Button1Click end object OpenDialogEDatei: TOpenDialog Left = 648 Top = 496 end object speichernunter: TSaveDialog Left = 552 Top = 395 end object ActionManager1: TActionManager Left = 592 Top = 400 StyleName = 'XP Style' object a1: TAction Caption = '1&a - '#214'ffnen-Dialog...' ShortCut = 16463 OnExecute = ffnen1Click end object b1: TAction Caption = '1&b - Punktschriftkonvertierung' ShortCut = 16459 OnExecute = btnAusfuehrenClick end object c1: TAction Caption = '1&c - Quelldatei anzeigen' ShortCut = 16465 OnExecute = btnanzeigenClick end object d1: TAction Caption = '1&d - Zieldatei anzeigen' ShortCut = 16462 OnExecute = btnzanzeigenClick end object e1: TAction Caption = '1&e - Punktschriftdruck' ShortCut = 16464 OnExecute = btndruckenClick end object f1: TAction Caption = '1&f - DOC oder RTF nach HBS' ShortCut = 16452 OnExecute = DOCnachHBS1Click end object g1: TAction Caption = '1&g - Zieldatei speichern unter...' ShortCut = 16467 OnExecute = Button1Click end object h1: TAction Caption = '1&h - Quelldatei speichern unter...' ShortCut = 16457 OnExecute = CopyQuelleClick end object i1: TAction Caption = '1&i - Beenden' OnExecute = BeendenClick end object a2: TAction Caption = '2&a - Formel'#252'bersetzung' ShortCut = 57409 OnExecute = Formelbersetzung1Click end object b2: TAction Caption = '2&b - Punktschriftvor'#252'bersetzung' ShortCut = 57410 OnExecute = Punktschriftvorbersetzung1Click end object c2: TAction Caption = '2&c - Punktschrift'#252'bersetzung' ShortCut = 57411 OnExecute = Punktschriftbersetzung1Click end object d2: TAction Caption = '2&d - Punktschriftvorformatierung' ShortCut = 57412 OnExecute = Punktschriftvorformatierung1Click end object e2: TAction Caption = '2&e - Punktschriftformatierung' ShortCut = 57413 OnExecute = PunktschriftFormatierung1Click end object f2: TAction Caption = '2&f - Formatierte Dateien nach BRL' ShortCut = 57414 OnExecute = Druckausgabe1Click end object g2: TAction Caption = '2&g - Nur-Text nach HBS' ShortCut = 57415 OnExecute = NurTextnachHBS1Click end object h2: TAction Caption = '2&h - RTF nach HBS' ShortCut = 57416 OnExecute = RTFnachHBS1Click end object i2: TAction Caption = '2&i - HTML nach HBS' ShortCut = 57417 OnExecute = HTMLnachHBS1Click end object j2: TAction Caption = '2&j - HBS nach Nur-Text' ShortCut = 57418 OnExecute = HBSnachNurText1Click end object k2: TAction Caption = '2&k - HBS nach RTF' ShortCut = 57419 OnExecute = HBSnachRTF1Click end object l2: TAction Caption = '2&l - HBS nach HTML' ShortCut = 57420 OnExecute = HBSnachHTML1Click end object m2: TAction Caption = '2&m - HBS nach LATEX' ShortCut = 57421 OnExecute = HBSnachLATEX1Click end object a3: TAction Caption = '3&a - Druckvorschau (DOS)' ShortCut = 41025 OnExecute = DruckvorschauvonBRLDateien1Click end object b3: TAction Caption = '3&b - Befehlssyntax von HBS-Dateien pr'#252'fen' ShortCut = 41026 OnExecute = BefehlssyntaxvonHBSDateienprfen1Click end object c3: TAction Caption = '3&c - Druckseitenreihenfolge in Punktschriftdateien '#228'ndern' ShortCut = 41027 OnExecute = Druckseitenreihenfolgendern1Click end object d3: TAction Caption = '3&d - Fu'#223'zeilentext in Punktschriftdateien einf'#252'gen' ShortCut = 41028 OnExecute = FuzeilentextinBRLDateieneinfgen1Click end object e3: TAction Caption = '3&e - Seiten von Punktschriftdateien z'#228'hlen' ShortCut = 41029 OnExecute = SeitenvonBRLDateienzhlen1Click end object f3: TAction Caption = '3&f - ASCII nach ANSI' ShortCut = 41030 OnExecute = asciinachansiwandeln1Click end object g3: TAction Caption = '3&g - ANSI nach ASCII' ShortCut = 41031 OnExecute = ansinachasciiwandeln1Click end object h3: TAction Caption = '3&h - HBS-Code-Zeilen-Ank'#252'ndigungstechnik nach HBS klassisch' ShortCut = 41032 OnExecute = hbscodezeilentechnik1Click end object i3: TAction Caption = '3&i - HBS klassisch nach HBS-Code-Zeilen-Ank'#252'ndigungstechnik' ShortCut = 41033 OnExecute = hbscodezeilentechnik2Click end object j3: TAction Caption = '3&j - Rechtschreibvariantenpr'#252'fung aus Punktschriftperspektive' ShortCut = 41034 OnExecute = PruefRechtSchreibVarClick end object k3: TAction Caption = '3&k - Punktschriftdatei-Check' ShortCut = 41035 OnExecute = PruefBRLDateiClick end object l3: TAction Caption = '3&l - Zusammenstellung von Befehlszeilen' ShortCut = 41036 OnExecute = StellCodesZusClick end object m3: TAction Caption = '3&m - Kennzeichnung von Anredepronomina' ShortCut = 41037 OnExecute = GroBuWegenHoefClick end object n3: TAction Caption = '3&n - Kennzeichnung von Gro'#223'buchstaben' ShortCut = 41038 OnExecute = GroBuKennzeichClick end object o3: TAction Caption = '3&o - Markierung von Satzpunkten' ShortCut = 41039 OnExecute = SatzPKennzeichClick end object p3: TAction Caption = '3&p - "Nur-Text" nach "Nur-Text mit Zeilenwechsel"' ShortCut = 41040 OnExecute = NurTextNachNurTextMitZWClick end object q3: TAction Caption = '3&q - "Nur-Text mit Zeilenwechsel" nach "Nur-Text"' ShortCut = 41041 OnExecute = NurTextMitZWNachNurTextClick end object r3: TAction Caption = '3&r - Umwandlung von Apostroph in einfache Redezeichen' ShortCut = 41042 OnExecute = ApostrophNachEinfRedClick end object s3: TAction Caption = '3&s - Seitenzahlenanpassung im Zieldokument (BliStA)' ShortCut = 41043 OnExecute = ZielAnpassenBlistaClick end object t3: TAction Caption = '3&t - Druckvorschau (Windows)' ShortCut = 41044 OnExecute = HbsDruckvorschau1Click end object a4: TAction Caption = '4&a - HBSWIN-Einstellungen' ShortCut = 16453 OnExecute = btnEinstellungenClick end object b4: TAction Caption = '4&b - HBS-Listenbearbeitung' ShortCut = 16460 OnExecute = HBSListenEditor1Click end object c4: TAction Caption = '4&c - Voreinstellungssystem HBS nach BRL, RTF, HTM, TEX, TXT' ShortCut = 16456 OnExecute = HBSPROFILEEditor1Click end object d4: TAction Caption = '4&d - Voreinstellungssystem RTF nach HBS' ShortCut = 16466 OnExecute = RTFPROFILEEditor1Click end object e4: TAction Caption = '4&e - Voreinstellungssystem HTML nach HBS' ShortCut = 16468 OnExecute = HTMPROFILEEditor1Click end object f4: TAction Caption = '4&f - Einstellung der USB-Brailledrucker-ID' ShortCut = 49274 OnExecute = USBAnschlusssuchenClick end object g4: TAction Caption = '4&g - HBS-TAB-Listeneditor' ShortCut = 16458 OnExecute = HBSTABListenEditor1Click end object a5: TAction Caption = '5&a - Deinstallation HBS-Word-Tools' end object b5: TAction Caption = '5&b - Installation HBS-Word-Tools' end object c5: TAction Caption = '5&c - HBS-Lese-Software-Installationspr'#252'fung' ShortCut = 49264 OnExecute = hbslesedotpruef1click end object d5: TAction Caption = '5&d - Konvertierung von DOC nach RTF, HTML, TXT, ASC' end object e5: TAction Caption = '5&e - Namensabfrage des MS-Word-STARTUP-Ordners' ShortCut = 49268 OnExecute = GetWordStartupNameClick end object a6: TAction Caption = '6&a - RTFHBS-Ergebnis anzeigen' ShortCut = 49217 OnExecute = zwidatanzr2hclick end object b6: TAction Caption = '6&b - BRAVO-Ergebnis anzeigen' ShortCut = 49218 OnExecute = zwidatanzbrvclick end object c6: TAction Caption = '6&c - HTMLHBS-Ergebnis anzeigen' ShortCut = 49219 OnExecute = zwidatanzhthclick end object d6: TAction Caption = '6&d - LATFOBRA-Ergebnis anzeigen' ShortCut = 49220 OnExecute = zwidatanzlfbclick end object e6: TAction Caption = '6&e - VOPROS-Ergebnis anzeigen' ShortCut = 49221 OnExecute = zwidatanzvpsclick end object f6: TAction Caption = '6&f - PRIMUS-Ergebnis anzeigen' ShortCut = 49222 OnExecute = zwidatanzpriclick end object g6: TAction Caption = '6&g - SBSBRL-Ergebnis anzeigen' ShortCut = 49223 OnExecute = zwidatanzbrlclick end object h6: TAction Caption = '6&h - VOPROF-Ergebnis anzeigen' ShortCut = 49224 OnExecute = zwidatanzvpfclick end object i6: TAction Caption = '6&i - SBSFORM-Ergebnis anzeigen' ShortCut = 49225 OnExecute = zwidatanzforclick end object a7: TAction Caption = '7&a - RTFHBS-Protokoll anzeigen' ShortCut = 24641 OnExecute = LogDatanzr2hclick end object b7: TAction Caption = '7&b - BRAVO-Protokoll anzeigen' ShortCut = 24642 OnExecute = LogDatanzbrvclick end object c7: TAction Caption = '7&c - HTMLHBS-Protokoll anzeigen' ShortCut = 24643 OnExecute = LogDatanzhthclick end object d7: TAction Caption = '7&d - LATFOBRA-Protokoll anzeigen' ShortCut = 24644 OnExecute = LogDatanzlfbclick end object e7: TAction Caption = '7&e - VOPROS-Protokoll anzeigen' ShortCut = 24645 OnExecute = LogDatanzvpsclick end object f7: TAction Caption = '7&f - Zusammenstellung der Rechtschreibpr'#252'fung' ShortCut = 24646 OnExecute = LogDatanzvpsrclick end object g7: TAction Caption = '7&g - SBSBRL-Protokoll anzeigen' ShortCut = 24647 OnExecute = LogDatanzbrlclick end object h7: TAction Caption = '7&h - VOPROF-Protokoll anzeigen' ShortCut = 24648 OnExecute = LogDatanzvpfclick end object i7: TAction Caption = '7&i - SBSFORM-Protokoll anzeigen' ShortCut = 24649 OnExecute = LogDatanzforclick end object j7: TAction Caption = '7&j - HBSWIN-Protokoll anzeigen' ShortCut = 24650 OnExecute = LogDatanzhbsclick end object a8: TAction Caption = '8&a - HBSWIN-Handbuch als RTF-Datei' ShortCut = 8304 OnExecute = hlprtfClick end object b8: TAction Caption = '8&b - HBSWIN-Handbuch als DOC-Datei' ShortCut = 8305 OnExecute = hlpDOCClick end object c8: TAction Caption = '8&c - HBSWIN-Handbuch als HBS-Datei' ShortCut = 8306 OnExecute = hlpHBSClick end object d8: TAction Caption = '8&d - HBSWIN-Handbuch als BRL-Datei' ShortCut = 8307 OnExecute = hlpBRLClick end object e8: TAction Caption = '8&e - SBSFORM-Handbuch als TXT-Datei' ShortCut = 8308 OnExecute = hlpSbsformClick end object f8: TAction Caption = '8&f - SBSBRL-Handbuch als TXT-Datei' ShortCut = 8309 OnExecute = hlpSbsbrlClick end object g8: TAction Caption = '8&g - Lizenz- und Versionsangaben' ShortCut = 8310 OnExecute = hlpLizVersClick end object aa5: TAction Caption = '5a&a HBS-Windows-Bedienoberfl'#228'che f'#252'r Word deinstallieren' ShortCut = 24688 OnExecute = hbswindotdeinstall1click end object ab5: TAction Caption = '5a&b HBS-DOS-Bedienoberfl'#228'che f'#252'r Word deinstallieren' ShortCut = 24689 OnExecute = hbsdotdeinstall1click end object ac5: TAction Caption = '5a&c HBS-Lese-Software f'#252'r Word deinstallieren' ShortCut = 24690 OnExecute = hbslesedotdeinstall1click end object ba5: TAction Caption = '5b&a HBS-Windows-Bedienoberfl'#228'che f'#252'r Word installieren' ShortCut = 41072 OnExecute = hbswindotinstall1click end object bb5: TAction Caption = '5b&b HBS-DOS-Bedienoberfl'#228'che f'#252'r Word installieren' ShortCut = 41073 OnExecute = hbsdotinstall1click end object bc5: TAction Caption = '5b&c HBS-Lese-Software f'#252'r Word installieren' ShortCut = 41074 OnExecute = hbslesedotinstall1click end object da5: TAction Caption = '5d&a DOC nach RTF (Rich Text Format)' ShortCut = 57456 OnExecute = konvdoctortf1click end object db5: TAction Caption = '5d&b DOC nach HTML (Hyper Text Markup Language)' ShortCut = 57457 OnExecute = konvdoctohtml1click end object dc5: TAction Caption = '5d&c DOC nach TXT ("nur-Textt" f'#252'r Windows - ANSI)' ShortCut = 57458 OnExecute = konvdoctowintext1click end object dd5: TAction Caption = '5d&d DOC nach ASC ("nur-Textt" f'#252'r DOS - ASCII)' ShortCut = 57459 OnExecute = konvdoctodostext1click end end object MainMenu1: TMainMenu Left = 112 Top = 208 object N1Datei1: TMenuItem Caption = '&1 Datei' object N1affnen1: TMenuItem Action = a1 end object N2aFormelbersetzung1: TMenuItem Action = b1 end object N1affnen2: TMenuItem Action = c1 end object N1dZieldateianzeigen1: TMenuItem Action = d1 end object N1ePunktschriftdruck1: TMenuItem Action = e1 end object N1fDOCoderRTFnachHBS1: TMenuItem Action = f1 end object N1gZieldateispeichernunter1: TMenuItem Action = g1 end object N1hQuelldateispeichernunter1: TMenuItem Action = h1 end object N1iBeendenAltF41: TMenuItem Action = i1 end end object N2Einzelschritte1: TMenuItem Caption = '&2 Einzelschritte' object N2aFormelbersetzung2: TMenuItem Action = a2 end object N2bPunktschriftvorbersetzung1: TMenuItem Action = b2 end object N2cPunktschriftbersetzung1: TMenuItem Action = c2 end object N2dPunktschriftvorformatierung1: TMenuItem Action = d2 end object N2ePunktschriftformatierung1: TMenuItem Action = e2 end object N2fFormatierteDateiennachBRL1: TMenuItem Action = f2 end object N2gNurTextnachHBS1: TMenuItem Action = g2 end object N2hRTFnachHBS1: TMenuItem Action = h2 end object N2iHTMLnachHBS1: TMenuItem Action = i2 end object N2jHBSnachNurText1: TMenuItem Action = j2 end object N2kHBSnachRTF1: TMenuItem Action = k2 end object N2lHBSnachHTML1: TMenuItem Action = l2 end object N2mHBSnachLATEX1: TMenuItem Action = m2 end end object N3Extras1: TMenuItem Caption = '&3 Extras' object N3aDruckvorschauvonBRLDateien1: TMenuItem Action = a3 end object N3bBefehlssyntaxvonHBSDateienprfen1: TMenuItem Action = b3 end object N3cDruckseitenreihenfolgeinBRLDateienndern1: TMenuItem Action = c3 end object N3dFuzeilentextinBRLDateieneinfgen1: TMenuItem Action = d3 end object N3eSeitenvonBRLDateienzhlen1: TMenuItem Action = e3 end object N3fASCIInachANSI1: TMenuItem Action = f3 end object N3gANSInachASCII1: TMenuItem Action = g3 end object N3hHBSCodeZeilenAnkndigungstechniknachHBSklassisch1: TMenuItem Action = h3 end object N3iHBSklassischnachHBSCodeZeilenAnkndigungstechnik1: TMenuItem Action = i3 end object N1affnen3: TMenuItem Action = j3 end object N3kBRLDateiCheck1: TMenuItem Action = k3 end object N3lZusammenstellungvonBefehlszeilen1: TMenuItem Action = l3 end object N3mKennzeichnungvonAnredepronomina1: TMenuItem Action = m3 end object N3nKennzeichnungvonGrobuchstaben1: TMenuItem Action = n3 end object N3oMarkierungvonSatzpunkten1: TMenuItem Action = o3 end object N3pNurTextnachNurTextmitZeilenwechsel1: TMenuItem Action = p3 end object N3qNurTextmitZeilenwechselnachNurText1: TMenuItem Action = q3 end object N3rUmwandlungvonApostrophineinfacheRedezeichen1: TMenuItem Action = r3 end object N3sSeitenzahlenanpassungimZieldokumentBliStA1: TMenuItem Action = s3 end object N3tDruckvorschauWindows1: TMenuItem Action = t3 end end object N4Einstellungen1: TMenuItem Caption = '&4 Einstellungen' object N4aHBSWINEinstellungen1: TMenuItem Action = a4 end object N4bHBSListenbearbeitung1: TMenuItem Action = b4 end object N4cVoreinstellungssystemHBSnachBRLRTFHTMTEXTXT1: TMenuItem Action = c4 end object N4dVoreinstellungssystemRTFnachHBS1: TMenuItem Action = d4 end object N4eVoreinstellungssystemHTMLnachHBS1: TMenuItem Action = e4 end object N4fEinstellungderUSBBrailledruckerID1: TMenuItem Action = f4 end object N4gHBSTABListenbearbeitung1: TMenuItem Action = g4 end end object N5MSWordTools1: TMenuItem Caption = '&5 MS-Word-Tools' object N5aDeinstallationHBSWordTools1: TMenuItem Caption = '5&a - Deinstallation HBS-Word-Tools' object N5aaHBSWindowsBedienoberflchefrWorddeinstallieren1: TMenuItem Action = aa5 end object N5baHBSWindowsBedienoberflchefrWordinstallieren1: TMenuItem Action = ab5 end object N5acHBSLeseSoftwarefrWorddeinstallieren1: TMenuItem Action = ac5 end end object N5bInstallationHBSWordTools1: TMenuItem Caption = '5&b - Installation HBS-Word-Tools' object TMenuItem Action = ba5 end object N5aaHBSWindowsBedienoberflchefrWorddeinstallieren2: TMenuItem Action = bb5 end object TMenuItem Action = bc5 end end object N5cHBSLeseSoftwareInstallationsprfung1: TMenuItem Action = c5 end object N5dKonvertierungvonDOCnachRTFHTMLTXTASC1: TMenuItem Caption = '5&d - Konvertierung von DOC nach RTF, HTML, TXT, ASC' object N5daDOCnachRTFRichTextFormat1: TMenuItem Action = da5 end object N5dbDOCnachHTMLHyperTextMarkupLanguage1: TMenuItem Action = db5 end object N5dcDOCnachTXTnurTexttfrWindowsANSI1: TMenuItem Action = dc5 end object N5ddDOCnachASCnurTexttfrDOSASCII1: TMenuItem Action = dd5 end end object N5eNamedesMSWordSTARTUPOrdners1: TMenuItem Action = e5 end end object N6Zwischenergebnisse1: TMenuItem Caption = '&6 Zwischenergebnisse' object N6aRTFHBSErgebnisanzeigen1: TMenuItem Action = a6 end object N6bBRAVOErgebnisanzeigen1: TMenuItem Action = b6 end object N6cHTMLHBSErgebnisanzeigen1: TMenuItem Action = c6 end object N6dLATFOBRAErgebnisanzeigen1: TMenuItem Action = d6 end object N6eVOPROSErgebnisanzeigen1: TMenuItem Action = e6 end object N6fPRIMUSErgebnisanzeigen1: TMenuItem Action = f6 end object N6gSBSBRLErgebnisanzeigen1: TMenuItem Action = g6 end object N6hVOPROFErgebnisanzeigen1: TMenuItem Action = h6 end object N1affnen4: TMenuItem Action = i6 end end object N7Protokolle1: TMenuItem Caption = '&7 Protokolle' object N7aRTFHBSProtokollanzeigen1: TMenuItem Action = a7 end object N7bBRAVOProtokollanzeigen1: TMenuItem Action = b7 end object N7cHTMLHBSProtokollanzeigen1: TMenuItem Action = c7 end object N7dLATFOBRAProtokollanzeigen1: TMenuItem Action = d7 end object N7eVOPROSProtokollanzeigen1: TMenuItem Action = e7 end object N7fZusammenstellungderRechtschreibprfung1: TMenuItem Action = f7 end object N7gSBSBRLProtokollanzeigen1: TMenuItem Action = g7 end object N7hVOPROFProtokollanzeigen1: TMenuItem Action = h7 end object N7iSBSFORMProtokollanzeigen1: TMenuItem Action = i7 end object N7jHBSWINProtokollanzeigen1: TMenuItem Action = j7 end end object N8Hilfe1: TMenuItem Caption = '&8 Hilfe' object N8aHBSWINHandbuchalsRTFDatei1: TMenuItem Action = a8 end object N8bHBSWINHandbuchalsDOCDatei1: TMenuItem Action = b8 end object N8cHBSWINHandbuchalsHBSDatei1: TMenuItem Action = c8 end object N8dHBSWINHandbuchalsBRLDatei1: TMenuItem Action = d8 end object N8eSBSFORMHandbuchalsTXTDatei1: TMenuItem Action = e8 end object N8fSBSBRLHandbuchalsTXTDatei1: TMenuItem Action = f8 end object N8gLizenzundVersionsangaben1: TMenuItem Action = g8 end end end end
if(copy_paste==false)
Programmierer=Hilflos; |
Zitat |
Registriert seit: 15. Feb 2006 Ort: Hechingen 504 Beiträge Delphi 10.2 Tokyo Professional |
#6
Zitat von binio:
... Und es ist ja nicht wirklich eine Farbe die der Rand annimmt. Es ist ja der Hintergrund vom Desktop der durchscheint.
Bin ich erstmal ratlos. Sorry. Gruß, Chris
Christian E.
Es gibt 10 Arten von Menschen, die die Binär lesen können und die die es nicht können Delphi programming rules |
Zitat |
Ansicht |
Linear-Darstellung |
Zur Hybrid-Darstellung wechseln |
Zur Baum-Darstellung wechseln |
ForumregelnEs ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.
BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus. Trackbacks are an
Pingbacks are an
Refbacks are aus
|
|
Nützliche Links |
Heutige Beiträge |
Sitemap |
Suchen |
Code-Library |
Wer ist online |
Alle Foren als gelesen markieren |
Gehe zu... |
LinkBack |
LinkBack URL |
About LinkBacks |