@ -74,17 +74,19 @@
this . ribbonPanel2 = new System . Windows . Forms . RibbonPanel ( ) ;
this . RibbonButtonNew = new System . Windows . Forms . RibbonButton ( ) ;
this . RibbonButtonOpen = new System . Windows . Forms . RibbonButton ( ) ;
this . ribbonPanel3 = new System . Windows . Forms . RibbonPanel ( ) ;
this . RibbonButtonExcelImport = new System . Windows . Forms . RibbonButton ( ) ;
this . ribbonPanel4 = new System . Windows . Forms . RibbonPanel ( ) ;
this . RibbonButtonEditWord = new System . Windows . Forms . RibbonButton ( ) ;
this . ribbonPanel5 = new System . Windows . Forms . RibbonPanel ( ) ;
this . ribbonbuttonsave = new System . Windows . Forms . RibbonButton ( ) ;
this . ribbonPanel3 = new System . Windows . Forms . RibbonPanel ( ) ;
this . RibbonButtonExcelImport = new System . Windows . Forms . RibbonButton ( ) ;
this . ribbonPanel6 = new System . Windows . Forms . RibbonPanel ( ) ;
this . ribbonButton1 = new System . Windows . Forms . RibbonButton ( ) ;
this . ribbonPanel7 = new System . Windows . Forms . RibbonPanel ( ) ;
this . ribbonbuttonaddpartner = new System . Windows . Forms . RibbonButton ( ) ;
this . ribbonButton2 = new System . Windows . Forms . RibbonButton ( ) ;
this . ribbonPanel8 = new System . Windows . Forms . RibbonPanel ( ) ;
this . RibbonButtonGenerateSB = new System . Windows . Forms . RibbonButton ( ) ;
this . openFileDialog1 = new System . Windows . Forms . OpenFileDialog ( ) ;
this . pnlLoad = new System . Windows . Forms . Panel ( ) ;
this . sfdatagridsbload = new Syncfusion . WinForms . DataGrid . SfDataGrid ( ) ;
@ -92,7 +94,8 @@
this . btnsbloadok = new System . Windows . Forms . Button ( ) ;
this . panel1 = new System . Windows . Forms . Panel ( ) ;
this . label1 = new System . Windows . Forms . Label ( ) ;
this . ribbonPanel8 = new System . Windows . Forms . RibbonPanel ( ) ;
this . docPreview1 = new OnDoc . UIControls . DocPreview ( ) ;
this . splitContainer1 = new System . Windows . Forms . SplitContainer ( ) ;
this . GrpDokumentInhalt . SuspendLayout ( ) ;
this . groupBox8 . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . cbboxteam ) ) . BeginInit ( ) ;
@ -112,6 +115,10 @@
this . pnlLoad . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . sfdatagridsbload ) ) . BeginInit ( ) ;
this . panel1 . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . splitContainer1 ) ) . BeginInit ( ) ;
this . splitContainer1 . Panel1 . SuspendLayout ( ) ;
this . splitContainer1 . Panel2 . SuspendLayout ( ) ;
this . splitContainer1 . SuspendLayout ( ) ;
this . SuspendLayout ( ) ;
//
// GrpDokumentInhalt
@ -124,7 +131,7 @@
this . GrpDokumentInhalt . Enabled = false ;
this . GrpDokumentInhalt . Location = new System . Drawing . Point ( 2 , 101 ) ;
this . GrpDokumentInhalt . Name = "GrpDokumentInhalt" ;
this . GrpDokumentInhalt . Size = new System . Drawing . Size ( 1 255 , 254 ) ;
this . GrpDokumentInhalt . Size = new System . Drawing . Size ( 1 629 , 254 ) ;
this . GrpDokumentInhalt . TabIndex = 1 ;
this . GrpDokumentInhalt . TabStop = false ;
this . GrpDokumentInhalt . Text = "Dokument-Inahalt" ;
@ -393,9 +400,9 @@
this . GrpEmpfaenger . Controls . Add ( this . treeViewAdv1 ) ;
this . GrpEmpfaenger . Controls . Add ( this . GridEmpf ä nger ) ;
this . GrpEmpfaenger . Dock = System . Windows . Forms . DockStyle . Fill ;
this . GrpEmpfaenger . Location = new System . Drawing . Point ( 2, 355 ) ;
this . GrpEmpfaenger . Location = new System . Drawing . Point ( 0, 0 ) ;
this . GrpEmpfaenger . Name = "GrpEmpfaenger" ;
this . GrpEmpfaenger . Size = new System . Drawing . Size ( 1255 , 598 ) ;
this . GrpEmpfaenger . Size = new System . Drawing . Size ( 900 , 598 ) ;
this . GrpEmpfaenger . TabIndex = 2 ;
this . GrpEmpfaenger . TabStop = false ;
this . GrpEmpfaenger . Text = "Empfänger" ;
@ -408,9 +415,10 @@
this . sfDataGridEmpfaenger . Location = new System . Drawing . Point ( 233 , 16 ) ;
this . sfDataGridEmpfaenger . Name = "sfDataGridEmpfaenger" ;
this . sfDataGridEmpfaenger . SelectionMode = Syncfusion . WinForms . DataGrid . Enums . GridSelectionMode . Extended ;
this . sfDataGridEmpfaenger . Size = new System . Drawing . Size ( 1019 , 579 ) ;
this . sfDataGridEmpfaenger . Size = new System . Drawing . Size ( 664 , 579 ) ;
this . sfDataGridEmpfaenger . TabIndex = 4 ;
this . sfDataGridEmpfaenger . Text = "sfDataGrid1" ;
this . sfDataGridEmpfaenger . CellClick + = new Syncfusion . WinForms . DataGrid . Events . CellClickEventHandler ( this . sfDataGridEmpfaenger_CellClick ) ;
//
// ctxmenuEmpfaenger
//
@ -530,7 +538,7 @@
this . GridEmpf ä nger . EditMode = Syncfusion . WinForms . DataGrid . Enums . EditMode . SingleClick ;
this . GridEmpf ä nger . Location = new System . Drawing . Point ( 3 , 16 ) ;
this . GridEmpf ä nger . Name = "GridEmpfänger" ;
this . GridEmpf ä nger . Size = new System . Drawing . Size ( 1249 , 579 ) ;
this . GridEmpf ä nger . Size = new System . Drawing . Size ( 894 , 579 ) ;
this . GridEmpf ä nger . TabIndex = 2 ;
this . GridEmpf ä nger . Text = "sfDataGrid1" ;
//
@ -552,7 +560,7 @@
this . ribbon1 . OrbStyle = System . Windows . Forms . RibbonOrbStyle . Office_2013 ;
this . ribbon1 . OrbVisible = false ;
this . ribbon1 . RibbonTabFont = new System . Drawing . Font ( "Trebuchet MS" , 9F ) ;
this . ribbon1 . Size = new System . Drawing . Size ( 1 255 , 99 ) ;
this . ribbon1 . Size = new System . Drawing . Size ( 1 629 , 99 ) ;
this . ribbon1 . TabIndex = 3 ;
this . ribbon1 . Tabs . Add ( this . ribbonTab1 ) ;
this . ribbon1 . TabSpacing = 4 ;
@ -563,9 +571,9 @@
this . ribbonTab1 . Name = "ribbonTab1" ;
this . ribbonTab1 . Panels . Add ( this . ribbonPanel1 ) ;
this . ribbonTab1 . Panels . Add ( this . ribbonPanel2 ) ;
this . ribbonTab1 . Panels . Add ( this . ribbonPanel3 ) ;
this . ribbonTab1 . Panels . Add ( this . ribbonPanel4 ) ;
this . ribbonTab1 . Panels . Add ( this . ribbonPanel5 ) ;
this . ribbonTab1 . Panels . Add ( this . ribbonPanel3 ) ;
this . ribbonTab1 . Panels . Add ( this . ribbonPanel6 ) ;
this . ribbonTab1 . Panels . Add ( this . ribbonPanel7 ) ;
this . ribbonTab1 . Panels . Add ( this . ribbonPanel8 ) ;
@ -613,31 +621,13 @@
this . RibbonButtonOpen . Text = "Öffnen/bearbeiten" ;
this . RibbonButtonOpen . Click + = new System . EventHandler ( this . RibbonButtonOpen_Click ) ;
//
// ribbonPanel3
//
this . ribbonPanel3 . ButtonMoreEnabled = false ;
this . ribbonPanel3 . ButtonMoreVisible = false ;
this . ribbonPanel3 . Items . Add ( this . RibbonButtonExcelImport ) ;
this . ribbonPanel3 . Name = "ribbonPanel3" ;
this . ribbonPanel3 . Text = "" ;
//
// RibbonButtonExcelImport
//
this . RibbonButtonExcelImport . Image = global :: OnDoc . Properties . Resources . Excel_32x32_32 ;
this . RibbonButtonExcelImport . LargeImage = global :: OnDoc . Properties . Resources . Excel_32x32_32 ;
this . RibbonButtonExcelImport . Name = "RibbonButtonExcelImport" ;
this . RibbonButtonExcelImport . SmallImage = global :: OnDoc . Properties . Resources . Excel_16x16_32 ;
this . RibbonButtonExcelImport . Text = "Excel-Liste importieren" ;
this . RibbonButtonExcelImport . TextAlignment = System . Windows . Forms . RibbonItem . RibbonItemTextAlignment . Center ;
this . RibbonButtonExcelImport . ToolTip = "Excel-Liste importieren" ;
this . RibbonButtonExcelImport . Click + = new System . EventHandler ( this . RibbonButtonExcelImport_Click ) ;
//
// ribbonPanel4
//
this . ribbonPanel4 . ButtonMoreVisible = false ;
this . ribbonPanel4 . Items . Add ( this . RibbonButtonEditWord ) ;
this . ribbonPanel4 . Name = "ribbonPanel4" ;
this . ribbonPanel4 . Text = "" ;
this . ribbonPanel4 . Visible = false ;
//
// RibbonButtonEditWord
//
@ -663,6 +653,25 @@
this . ribbonbuttonsave . Text = "Speichern" ;
this . ribbonbuttonsave . Click + = new System . EventHandler ( this . ribbonbuttonsave_Click ) ;
//
// ribbonPanel3
//
this . ribbonPanel3 . ButtonMoreEnabled = false ;
this . ribbonPanel3 . ButtonMoreVisible = false ;
this . ribbonPanel3 . Items . Add ( this . RibbonButtonExcelImport ) ;
this . ribbonPanel3 . Name = "ribbonPanel3" ;
this . ribbonPanel3 . Text = "" ;
//
// RibbonButtonExcelImport
//
this . RibbonButtonExcelImport . Image = global :: OnDoc . Properties . Resources . Excel_32x32_32 ;
this . RibbonButtonExcelImport . LargeImage = global :: OnDoc . Properties . Resources . Excel_32x32_32 ;
this . RibbonButtonExcelImport . Name = "RibbonButtonExcelImport" ;
this . RibbonButtonExcelImport . SmallImage = global :: OnDoc . Properties . Resources . Excel_16x16_32 ;
this . RibbonButtonExcelImport . Text = "Excel-Liste_importieren" ;
this . RibbonButtonExcelImport . TextAlignment = System . Windows . Forms . RibbonItem . RibbonItemTextAlignment . Center ;
this . RibbonButtonExcelImport . ToolTip = "Excel-Liste importieren" ;
this . RibbonButtonExcelImport . Click + = new System . EventHandler ( this . RibbonButtonExcelImport_Click ) ;
//
// ribbonPanel6
//
this . ribbonPanel6 . Items . Add ( this . ribbonButton1 ) ;
@ -675,7 +684,7 @@
this . ribbonButton1 . LargeImage = global :: OnDoc . Properties . Resources . EditDoc_32x32_32 ;
this . ribbonButton1 . Name = "ribbonButton1" ;
this . ribbonButton1 . SmallImage = global :: OnDoc . Properties . Resources . EditDoc_24x24_32 ;
this . ribbonButton1 . Text = "Vorlage bearbeiten";
this . ribbonButton1 . Text = "Vorlage _ bearbeiten";
this . ribbonButton1 . Click + = new System . EventHandler ( this . ribbonButton1_Click ) ;
//
// ribbonPanel7
@ -683,26 +692,42 @@
this . ribbonPanel7 . Items . Add ( this . ribbonbuttonaddpartner ) ;
this . ribbonPanel7 . Items . Add ( this . ribbonButton2 ) ;
this . ribbonPanel7 . Name = "ribbonPanel7" ;
this . ribbonPanel7 . Text = " ribbonPanel7 ";
this . ribbonPanel7 . Text = " ";
//
// ribbonbuttonaddpartner
//
this . ribbonbuttonaddpartner . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "ribbonbuttonaddpartner.Image" ) ) ) ;
this . ribbonbuttonaddpartner . LargeImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "ribbonbuttonaddpartner.LargeImage" ) ) ) ;
this . ribbonbuttonaddpartner . Image = global :: OnDoc . Properties . Resources . Partner_32x32_32 ;
this . ribbonbuttonaddpartner . LargeImage = global :: OnDoc . Properties . Resources . Partner_32x32_32 ;
this . ribbonbuttonaddpartner . Name = "ribbonbuttonaddpartner" ;
this . ribbonbuttonaddpartner . SmallImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "ribbonbuttonaddpartner.SmallImage" ) ) ) ;
this . ribbonbuttonaddpartner . Text = "Partner hinzufügen" ;
this . ribbonbuttonaddpartner . SmallImage = global :: OnDoc . Properties . Resources . Partner_16x16_32 ;
this . ribbonbuttonaddpartner . Text = "Partner_hinzufügen" ;
this . ribbonbuttonaddpartner . TextAlignment = System . Windows . Forms . RibbonItem . RibbonItemTextAlignment . Center ;
this . ribbonbuttonaddpartner . Click + = new System . EventHandler ( this . ribbonbuttonaddpartner_Click ) ;
//
// ribbonButton2
//
this . ribbonButton2 . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "ribbonButton2.Image" ) ) ) ;
this . ribbonButton2 . LargeImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "ribbonButton2.LargeImage" ) ) ) ;
this . ribbonButton2 . Image = global :: OnDoc . Properties . Resources . SB_Partnerliste_Pruefen_32x32_32 ;
this . ribbonButton2 . LargeImage = global :: OnDoc . Properties . Resources . SB_Partnerliste_Pruefen_32x32_32 ;
this . ribbonButton2 . Name = "ribbonButton2" ;
this . ribbonButton2 . SmallImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "ribbonButton2.SmallImage" ) ) ) ;
this . ribbonButton2 . Text = "Partnerlise prüfen";
this . ribbonButton2 . SmallImage = global :: OnDoc . Properties . Resources . SB_Partnerliste_Pruefen_24x24_32 ;
this . ribbonButton2 . Text = "Partnerlise _ prüfen";
this . ribbonButton2 . Click + = new System . EventHandler ( this . ribbonButton2_Click ) ;
//
// ribbonPanel8
//
this . ribbonPanel8 . Items . Add ( this . RibbonButtonGenerateSB ) ;
this . ribbonPanel8 . Name = "ribbonPanel8" ;
this . ribbonPanel8 . Text = "" ;
//
// RibbonButtonGenerateSB
//
this . RibbonButtonGenerateSB . Image = global :: OnDoc . Properties . Resources . SB_Generierung_32x32_32 ;
this . RibbonButtonGenerateSB . LargeImage = global :: OnDoc . Properties . Resources . SB_Generierung_32x32_32 ;
this . RibbonButtonGenerateSB . Name = "RibbonButtonGenerateSB" ;
this . RibbonButtonGenerateSB . SmallImage = global :: OnDoc . Properties . Resources . SB_Generierung_24x24_32 ;
this . RibbonButtonGenerateSB . Text = "Serienbrief_generieren" ;
this . RibbonButtonGenerateSB . Click + = new System . EventHandler ( this . RibbonButtonGenerateSB_Click ) ;
//
// openFileDialog1
//
this . openFileDialog1 . FileName = "openFileDialog1" ;
@ -715,7 +740,7 @@
this . pnlLoad . Controls . Add ( this . btnsbloadcancel ) ;
this . pnlLoad . Controls . Add ( this . btnsbloadok ) ;
this . pnlLoad . Controls . Add ( this . panel1 ) ;
this . pnlLoad . Location = new System . Drawing . Point ( 241, 101 ) ;
this . pnlLoad . Location = new System . Drawing . Point ( 795, 45 ) ;
this . pnlLoad . Name = "pnlLoad" ;
this . pnlLoad . Size = new System . Drawing . Size ( 965 , 637 ) ;
this . pnlLoad . TabIndex = 4 ;
@ -775,18 +800,38 @@
this . label1 . TabIndex = 0 ;
this . label1 . Text = "Serienbrief öffnen" ;
//
// ribbonPanel8
// docPreview1
//
this . ribbonPanel8 . Name = "ribbonPanel8" ;
this . ribbonPanel8 . Text = "ribbonPanel8" ;
this . docPreview1 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . docPreview1 . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . docPreview1 . Name = "docPreview1" ;
this . docPreview1 . Size = new System . Drawing . Size ( 725 , 598 ) ;
this . docPreview1 . TabIndex = 4 ;
//
// splitContainer1
//
this . splitContainer1 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . splitContainer1 . Location = new System . Drawing . Point ( 2 , 355 ) ;
this . splitContainer1 . Name = "splitContainer1" ;
//
// splitContainer1.Panel1
//
this . splitContainer1 . Panel1 . Controls . Add ( this . GrpEmpfaenger ) ;
//
// splitContainer1.Panel2
//
this . splitContainer1 . Panel2 . Controls . Add ( this . docPreview1 ) ;
this . splitContainer1 . Size = new System . Drawing . Size ( 1629 , 598 ) ;
this . splitContainer1 . SplitterDistance = 900 ;
this . splitContainer1 . TabIndex = 5 ;
//
// Serienbrief
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . ClientSize = new System . Drawing . Size ( 1259 , 955 ) ;
this . ClientSize = new System . Drawing . Size ( 1633 , 955 ) ;
this . Controls . Add ( this . splitContainer1 ) ;
this . Controls . Add ( this . pnlLoad ) ;
this . Controls . Add ( this . GrpEmpfaenger ) ;
this . Controls . Add ( this . GrpDokumentInhalt ) ;
this . Controls . Add ( this . ribbon1 ) ;
this . Icon = ( ( System . Drawing . Icon ) ( resources . GetObject ( "$this.Icon" ) ) ) ;
@ -819,6 +864,10 @@
( ( System . ComponentModel . ISupportInitialize ) ( this . sfdatagridsbload ) ) . EndInit ( ) ;
this . panel1 . ResumeLayout ( false ) ;
this . panel1 . PerformLayout ( ) ;
this . splitContainer1 . Panel1 . ResumeLayout ( false ) ;
this . splitContainer1 . Panel2 . ResumeLayout ( false ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . splitContainer1 ) ) . EndInit ( ) ;
this . splitContainer1 . ResumeLayout ( false ) ;
this . ResumeLayout ( false ) ;
}
@ -882,5 +931,8 @@
private System . Windows . Forms . ToolStripMenuItem partnerL ö schenToolStripMenuItem ;
private System . Windows . Forms . RibbonButton ribbonButton2 ;
private System . Windows . Forms . RibbonPanel ribbonPanel8 ;
private System . Windows . Forms . RibbonButton RibbonButtonGenerateSB ;
private DocPreview docPreview1 ;
private System . Windows . Forms . SplitContainer splitContainer1 ;
}
}