@ -28,12 +28,13 @@
/// </summary>
private void InitializeComponent ( )
{
this . components = new System . ComponentModel . Container ( ) ;
Syncfusion . Windows . Forms . Tools . TreeNodeAdvStyleInfo treeNodeAdvStyleInfo1 = new Syncfusion . Windows . Forms . Tools . TreeNodeAdvStyleInfo ( ) ;
Syncfusion . Windows . Forms . Tools . TreeNodeAdvStyleInfo treeNodeAdvStyleInfo2 = new Syncfusion . Windows . Forms . Tools . TreeNodeAdvStyleInfo ( ) ;
Syncfusion . Windows . Forms . PdfViewer . MessageBoxSettings messageBoxSettings 4 = new Syncfusion . Windows . Forms . PdfViewer . MessageBoxSettings ( ) ;
Syncfusion . Windows . PdfViewer . PdfViewerPrinterSettings pdfViewerPrinterSettings 4 = new Syncfusion . Windows . PdfViewer . PdfViewerPrinterSettings ( ) ;
Syncfusion . Windows . Forms . PdfViewer . MessageBoxSettings messageBoxSettings 1 = new Syncfusion . Windows . Forms . PdfViewer . MessageBoxSettings ( ) ;
Syncfusion . Windows . PdfViewer . PdfViewerPrinterSettings pdfViewerPrinterSettings 1 = new Syncfusion . Windows . PdfViewer . PdfViewerPrinterSettings ( ) ;
System . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( Versandstrasse ) ) ;
Syncfusion . Windows . Forms . PdfViewer . TextSearchSettings textSearchSettings 4 = new Syncfusion . Windows . Forms . PdfViewer . TextSearchSettings ( ) ;
Syncfusion . Windows . Forms . PdfViewer . TextSearchSettings textSearchSettings 1 = new Syncfusion . Windows . Forms . PdfViewer . TextSearchSettings ( ) ;
this . treeViewAdv1 = new Syncfusion . Windows . Forms . Tools . TreeViewAdv ( ) ;
this . toolStrip1 = new System . Windows . Forms . ToolStrip ( ) ;
this . tsbtnDruckPaketNew = new System . Windows . Forms . ToolStripButton ( ) ;
@ -41,6 +42,7 @@
this . tscheckboxpreview = new Syncfusion . Windows . Forms . Tools . ToolStripCheckBox ( ) ;
this . GrpPaketDetails = new System . Windows . Forms . GroupBox ( ) ;
this . panelVerify = new System . Windows . Forms . Panel ( ) ;
this . button2 = new System . Windows . Forms . Button ( ) ;
this . label3 = new System . Windows . Forms . Label ( ) ;
this . label2 = new System . Windows . Forms . Label ( ) ;
this . btnSendFinal = new System . Windows . Forms . Button ( ) ;
@ -62,7 +64,8 @@
this . panel3 = new System . Windows . Forms . Panel ( ) ;
this . panelPrepare = new System . Windows . Forms . Panel ( ) ;
this . label4 = new System . Windows . Forms . Label ( ) ;
this . button2 = new System . Windows . Forms . Button ( ) ;
this . contextMenuStrip1 = new System . Windows . Forms . ContextMenuStrip ( this . components ) ;
this . l ö schenToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . treeViewAdv1 ) ) . BeginInit ( ) ;
this . toolStrip1 . SuspendLayout ( ) ;
this . GrpPaketDetails . SuspendLayout ( ) ;
@ -74,6 +77,7 @@
this . panel2 . SuspendLayout ( ) ;
this . panel3 . SuspendLayout ( ) ;
this . panelPrepare . SuspendLayout ( ) ;
this . contextMenuStrip1 . SuspendLayout ( ) ;
this . SuspendLayout ( ) ;
//
// treeViewAdv1
@ -94,6 +98,7 @@
this . treeViewAdv1 . BeforeTouchSize = new System . Drawing . Size ( 548 , 493 ) ;
this . treeViewAdv1 . Border3DStyle = System . Windows . Forms . Border3DStyle . Flat ;
this . treeViewAdv1 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . treeViewAdv1 . ContextMenuStrip = this . contextMenuStrip1 ;
this . treeViewAdv1 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . treeViewAdv1 . Font = new System . Drawing . Font ( "Tahoma" , 9.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . treeViewAdv1 . ForeColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 43 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 43 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 43 ) ) ) ) ) ;
@ -215,6 +220,16 @@
this . panelVerify . TabIndex = 6 ;
this . panelVerify . Visible = false ;
//
// button2
//
this . button2 . Location = new System . Drawing . Point ( 3 , 68 ) ;
this . button2 . Name = "button2" ;
this . button2 . Size = new System . Drawing . Size ( 123 , 23 ) ;
this . button2 . TabIndex = 7 ;
this . button2 . Text = "Abbrechen" ;
this . button2 . UseVisualStyleBackColor = true ;
this . button2 . Click + = new System . EventHandler ( this . button2_Click ) ;
//
// label3
//
this . label3 . AutoSize = true ;
@ -427,17 +442,17 @@
this . pdfViewerControl1 . IsTextSearchEnabled = true ;
this . pdfViewerControl1 . IsTextSelectionEnabled = true ;
this . pdfViewerControl1 . Location = new System . Drawing . Point ( 0 , 0 ) ;
messageBoxSettings 4 . EnableNotification = true ;
this . pdfViewerControl1 . MessageBoxSettings = messageBoxSettings 4 ;
messageBoxSettings 1 . EnableNotification = true ;
this . pdfViewerControl1 . MessageBoxSettings = messageBoxSettings 1 ;
this . pdfViewerControl1 . MinimumZoomPercentage = 50 ;
this . pdfViewerControl1 . Name = "pdfViewerControl1" ;
this . pdfViewerControl1 . PageBorderThickness = 1 ;
pdfViewerPrinterSettings 4 . Copies = 1 ;
pdfViewerPrinterSettings 4 . PageOrientation = Syncfusion . Windows . PdfViewer . PdfViewerPrintOrientation . Auto ;
pdfViewerPrinterSettings 4 . PageSize = Syncfusion . Windows . PdfViewer . PdfViewerPrintSize . ActualSize ;
pdfViewerPrinterSettings 4 . PrintLocation = ( ( System . Drawing . PointF ) ( resources . GetObject ( "pdfViewerPrinterSettings 4 .PrintLocation") ) ) ;
pdfViewerPrinterSettings 4 . ShowPrintStatusDialog = true ;
this . pdfViewerControl1 . PrinterSettings = pdfViewerPrinterSettings 4 ;
pdfViewerPrinterSettings 1 . Copies = 1 ;
pdfViewerPrinterSettings 1 . PageOrientation = Syncfusion . Windows . PdfViewer . PdfViewerPrintOrientation . Auto ;
pdfViewerPrinterSettings 1 . PageSize = Syncfusion . Windows . PdfViewer . PdfViewerPrintSize . ActualSize ;
pdfViewerPrinterSettings 1 . PrintLocation = ( ( System . Drawing . PointF ) ( resources . GetObject ( "pdfViewerPrinterSettings 1 .PrintLocation") ) ) ;
pdfViewerPrinterSettings 1 . ShowPrintStatusDialog = true ;
this . pdfViewerControl1 . PrinterSettings = pdfViewerPrinterSettings 1 ;
this . pdfViewerControl1 . ReferencePath = null ;
this . pdfViewerControl1 . ScrollDisplacementValue = 0 ;
this . pdfViewerControl1 . ShowHorizontalScrollBar = true ;
@ -447,10 +462,10 @@
this . pdfViewerControl1 . SpaceBetweenPages = 8 ;
this . pdfViewerControl1 . TabIndex = 10 ;
this . pdfViewerControl1 . Text = "pdfViewerControl1" ;
textSearchSettings 4 . CurrentInstanceColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 127 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 255 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 171 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 64 ) ) ) ) ) ;
textSearchSettings 4 . HighlightAllInstance = true ;
textSearchSettings 4 . OtherInstanceColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 127 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 254 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 255 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 0 ) ) ) ) ) ;
this . pdfViewerControl1 . TextSearchSettings = textSearchSettings 4 ;
textSearchSettings 1 . CurrentInstanceColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 127 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 255 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 171 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 64 ) ) ) ) ) ;
textSearchSettings 1 . HighlightAllInstance = true ;
textSearchSettings 1 . OtherInstanceColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 127 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 254 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 255 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 0 ) ) ) ) ) ;
this . pdfViewerControl1 . TextSearchSettings = textSearchSettings 1 ;
this . pdfViewerControl1 . ThemeName = "Default" ;
this . pdfViewerControl1 . VerticalScrollOffset = 0 ;
this . pdfViewerControl1 . VisualStyle = Syncfusion . Windows . Forms . PdfViewer . VisualStyle . Default ;
@ -503,15 +518,19 @@
this . label4 . TabIndex = 0 ;
this . label4 . Text = "Versand wird vorbereit - bitte einen Moment warten...." ;
//
// button2
// contextMenuStrip1
//
this . button2 . Location = new System . Drawing . Point ( 3 , 68 ) ;
this . button2 . Name = "button2" ;
this . button2 . Size = new System . Drawing . Size ( 123 , 23 ) ;
this . button2 . TabIndex = 7 ;
this . button2 . Text = "Abbrechen" ;
this . button2 . UseVisualStyleBackColor = true ;
this . button2 . Click + = new System . EventHandler ( this . button2_Click ) ;
this . contextMenuStrip1 . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . l ö schenToolStripMenuItem } ) ;
this . contextMenuStrip1 . Name = "contextMenuStrip1" ;
this . contextMenuStrip1 . Size = new System . Drawing . Size ( 181 , 48 ) ;
this . contextMenuStrip1 . Click + = new System . EventHandler ( this . contextMenuStrip1_Click ) ;
//
// löschenToolStripMenuItem
//
this . l ö schenToolStripMenuItem . Name = "löschenToolStripMenuItem" ;
this . l ö schenToolStripMenuItem . Size = new System . Drawing . Size ( 180 , 22 ) ;
this . l ö schenToolStripMenuItem . Text = "Löschen" ;
//
// Versandstrasse
//
@ -546,6 +565,7 @@
this . panel3 . ResumeLayout ( false ) ;
this . panelPrepare . ResumeLayout ( false ) ;
this . panelPrepare . PerformLayout ( ) ;
this . contextMenuStrip1 . ResumeLayout ( false ) ;
this . ResumeLayout ( false ) ;
}
@ -580,5 +600,7 @@
private System . Windows . Forms . Label label3 ;
private System . Windows . Forms . Label label2 ;
private System . Windows . Forms . Button button2 ;
private System . Windows . Forms . ContextMenuStrip contextMenuStrip1 ;
private System . Windows . Forms . ToolStripMenuItem l ö schenToolStripMenuItem ;
}
}