You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
498 lines
26 KiB
498 lines
26 KiB
namespace OnDoc.DocMgmt
|
|
{
|
|
partial class Dokumentpaket
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Dokumentpaket));
|
|
this.lblKurznamePerson = new System.Windows.Forms.Label();
|
|
this.lblKurznameBP = new System.Windows.Forms.Label();
|
|
this.txtpersonnummer = new System.Windows.Forms.TextBox();
|
|
this.txtbpnummer = new System.Windows.Forms.TextBox();
|
|
this.lblPerson = new System.Windows.Forms.Label();
|
|
this.lblBP = new System.Windows.Forms.Label();
|
|
this.lblPaketDetails = new System.Windows.Forms.Label();
|
|
this.ribbon1 = new System.Windows.Forms.Ribbon();
|
|
this.ribbonTab1 = new System.Windows.Forms.RibbonTab();
|
|
this.ribbonPanel1 = new System.Windows.Forms.RibbonPanel();
|
|
this.RibbonButtonExit = new System.Windows.Forms.RibbonButton();
|
|
this.ribbonPanel5 = new System.Windows.Forms.RibbonPanel();
|
|
this.ribbonButtonNew = new System.Windows.Forms.RibbonButton();
|
|
this.ribbonPanel3 = new System.Windows.Forms.RibbonPanel();
|
|
this.RibbonButtonGenerieren = new System.Windows.Forms.RibbonButton();
|
|
this.RibbonButtonEInzelgenerierung = new System.Windows.Forms.RibbonButton();
|
|
this.RibbonButtonGenerate = new System.Windows.Forms.RibbonButton();
|
|
this.sfListView1 = new Syncfusion.WinForms.ListView.SfListView();
|
|
this.TabControlDokuments = new Syncfusion.Windows.Forms.Tools.TabControlAdv();
|
|
this.tabPageAdv1 = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
|
|
this.panelword = new System.Windows.Forms.Panel();
|
|
this.lbldokumentname = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.pnlfooter = new System.Windows.Forms.Panel();
|
|
this.progressBarAdv1 = new Syncfusion.Windows.Forms.Tools.ProgressBarAdv();
|
|
this.pnlleft = new System.Windows.Forms.Panel();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.btnSearchBP = new System.Windows.Forms.Button();
|
|
this.btnSearchPerson = new System.Windows.Forms.Button();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.dokList1 = new OnDoc.UICintrols.DokList();
|
|
((System.ComponentModel.ISupportInitialize)(this.TabControlDokuments)).BeginInit();
|
|
this.TabControlDokuments.SuspendLayout();
|
|
this.panelword.SuspendLayout();
|
|
this.pnlfooter.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.progressBarAdv1)).BeginInit();
|
|
this.pnlleft.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblKurznamePerson
|
|
//
|
|
this.lblKurznamePerson.AutoSize = true;
|
|
this.lblKurznamePerson.Location = new System.Drawing.Point(69, 88);
|
|
this.lblKurznamePerson.Name = "lblKurznamePerson";
|
|
this.lblKurznamePerson.Size = new System.Drawing.Size(90, 13);
|
|
this.lblKurznamePerson.TabIndex = 5;
|
|
this.lblKurznamePerson.Text = "Kurzname Person";
|
|
//
|
|
// lblKurznameBP
|
|
//
|
|
this.lblKurznameBP.AutoSize = true;
|
|
this.lblKurznameBP.Location = new System.Drawing.Point(69, 41);
|
|
this.lblKurznameBP.Name = "lblKurznameBP";
|
|
this.lblKurznameBP.Size = new System.Drawing.Size(71, 13);
|
|
this.lblKurznameBP.TabIndex = 4;
|
|
this.lblKurznameBP.Text = "Kurzname BP";
|
|
//
|
|
// txtpersonnummer
|
|
//
|
|
this.txtpersonnummer.Location = new System.Drawing.Point(72, 65);
|
|
this.txtpersonnummer.Name = "txtpersonnummer";
|
|
this.txtpersonnummer.ReadOnly = true;
|
|
this.txtpersonnummer.Size = new System.Drawing.Size(100, 20);
|
|
this.txtpersonnummer.TabIndex = 3;
|
|
//
|
|
// txtbpnummer
|
|
//
|
|
this.txtbpnummer.Location = new System.Drawing.Point(72, 18);
|
|
this.txtbpnummer.Name = "txtbpnummer";
|
|
this.txtbpnummer.ReadOnly = true;
|
|
this.txtbpnummer.Size = new System.Drawing.Size(100, 20);
|
|
this.txtbpnummer.TabIndex = 2;
|
|
this.txtbpnummer.Leave += new System.EventHandler(this.textBox1_Leave);
|
|
//
|
|
// lblPerson
|
|
//
|
|
this.lblPerson.AutoSize = true;
|
|
this.lblPerson.Location = new System.Drawing.Point(13, 68);
|
|
this.lblPerson.Name = "lblPerson";
|
|
this.lblPerson.Size = new System.Drawing.Size(40, 13);
|
|
this.lblPerson.TabIndex = 1;
|
|
this.lblPerson.Text = "Person";
|
|
//
|
|
// lblBP
|
|
//
|
|
this.lblBP.AutoSize = true;
|
|
this.lblBP.Location = new System.Drawing.Point(13, 25);
|
|
this.lblBP.Name = "lblBP";
|
|
this.lblBP.Size = new System.Drawing.Size(21, 13);
|
|
this.lblBP.TabIndex = 0;
|
|
this.lblBP.Text = "BP";
|
|
//
|
|
// lblPaketDetails
|
|
//
|
|
this.lblPaketDetails.AutoSize = true;
|
|
this.lblPaketDetails.Location = new System.Drawing.Point(947, 88);
|
|
this.lblPaketDetails.Name = "lblPaketDetails";
|
|
this.lblPaketDetails.Size = new System.Drawing.Size(214, 13);
|
|
this.lblPaketDetails.TabIndex = 12;
|
|
this.lblPaketDetails.Text = "Dokumentdetails der gewählten Dokumente";
|
|
this.lblPaketDetails.Click += new System.EventHandler(this.lblPaketDetails_Click);
|
|
//
|
|
// ribbon1
|
|
//
|
|
this.ribbon1.CaptionBarVisible = false;
|
|
this.ribbon1.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.ribbon1.Location = new System.Drawing.Point(2, 2);
|
|
this.ribbon1.Minimized = false;
|
|
this.ribbon1.Name = "ribbon1";
|
|
//
|
|
//
|
|
//
|
|
this.ribbon1.OrbDropDown.BorderRoundness = 8;
|
|
this.ribbon1.OrbDropDown.Location = new System.Drawing.Point(0, 0);
|
|
this.ribbon1.OrbDropDown.Name = "";
|
|
this.ribbon1.OrbDropDown.Size = new System.Drawing.Size(527, 447);
|
|
this.ribbon1.OrbDropDown.TabIndex = 0;
|
|
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(1536, 121);
|
|
this.ribbon1.TabIndex = 17;
|
|
this.ribbon1.Tabs.Add(this.ribbonTab1);
|
|
this.ribbon1.TabSpacing = 4;
|
|
//
|
|
// ribbonTab1
|
|
//
|
|
this.ribbonTab1.Name = "ribbonTab1";
|
|
this.ribbonTab1.Panels.Add(this.ribbonPanel1);
|
|
this.ribbonTab1.Panels.Add(this.ribbonPanel5);
|
|
this.ribbonTab1.Panels.Add(this.ribbonPanel3);
|
|
this.ribbonTab1.Text = "Funktionen";
|
|
//
|
|
// ribbonPanel1
|
|
//
|
|
this.ribbonPanel1.ButtonMoreVisible = false;
|
|
this.ribbonPanel1.Items.Add(this.RibbonButtonExit);
|
|
this.ribbonPanel1.Name = "ribbonPanel1";
|
|
this.ribbonPanel1.Text = null;
|
|
this.ribbonPanel1.Visible = false;
|
|
//
|
|
// RibbonButtonExit
|
|
//
|
|
this.RibbonButtonExit.Image = ((System.Drawing.Image)(resources.GetObject("RibbonButtonExit.Image")));
|
|
this.RibbonButtonExit.LargeImage = ((System.Drawing.Image)(resources.GetObject("RibbonButtonExit.LargeImage")));
|
|
this.RibbonButtonExit.Name = "RibbonButtonExit";
|
|
this.RibbonButtonExit.SmallImage = ((System.Drawing.Image)(resources.GetObject("RibbonButtonExit.SmallImage")));
|
|
this.RibbonButtonExit.Text = "Schliessen";
|
|
this.RibbonButtonExit.Click += new System.EventHandler(this.RibbonButtonExit_Click);
|
|
//
|
|
// ribbonPanel5
|
|
//
|
|
this.ribbonPanel5.ButtonMoreVisible = false;
|
|
this.ribbonPanel5.Items.Add(this.ribbonButtonNew);
|
|
this.ribbonPanel5.Name = "ribbonPanel5";
|
|
this.ribbonPanel5.Text = "";
|
|
//
|
|
// ribbonButtonNew
|
|
//
|
|
this.ribbonButtonNew.Image = global::OnDoc.Properties.Resources.NewDokPaket_32x32_32;
|
|
this.ribbonButtonNew.LargeImage = global::OnDoc.Properties.Resources.NewDokPaket_32x32_32;
|
|
this.ribbonButtonNew.Name = "ribbonButtonNew";
|
|
this.ribbonButtonNew.SmallImage = global::OnDoc.Properties.Resources.NewDokPaket_24x24_32;
|
|
this.ribbonButtonNew.Text = "Neu";
|
|
this.ribbonButtonNew.Click += new System.EventHandler(this.ribbonButtonNew_Click);
|
|
//
|
|
// ribbonPanel3
|
|
//
|
|
this.ribbonPanel3.ButtonMoreVisible = false;
|
|
this.ribbonPanel3.Items.Add(this.RibbonButtonGenerieren);
|
|
this.ribbonPanel3.Items.Add(this.RibbonButtonEInzelgenerierung);
|
|
this.ribbonPanel3.Name = "ribbonPanel3";
|
|
this.ribbonPanel3.Text = "";
|
|
//
|
|
// RibbonButtonGenerieren
|
|
//
|
|
this.RibbonButtonGenerieren.Image = global::OnDoc.Properties.Resources.DokumenteGenerieren_32x32_321;
|
|
this.RibbonButtonGenerieren.LargeImage = global::OnDoc.Properties.Resources.DokumenteGenerieren_32x32_321;
|
|
this.RibbonButtonGenerieren.Name = "RibbonButtonGenerieren";
|
|
this.RibbonButtonGenerieren.SmallImage = global::OnDoc.Properties.Resources.DokumenteGenerieren_24x24_321;
|
|
this.RibbonButtonGenerieren.Text = "Dokumente generieren";
|
|
this.RibbonButtonGenerieren.ToolTip = "Alle Dokumente sofort generieren";
|
|
this.RibbonButtonGenerieren.Click += new System.EventHandler(this.RibbonButtonGenerieren_Click);
|
|
//
|
|
// RibbonButtonEInzelgenerierung
|
|
//
|
|
this.RibbonButtonEInzelgenerierung.Image = global::OnDoc.Properties.Resources.DokumenteGenerieren_32x32_321;
|
|
this.RibbonButtonEInzelgenerierung.LargeImage = global::OnDoc.Properties.Resources.DokumenteGenerieren_32x32_321;
|
|
this.RibbonButtonEInzelgenerierung.Name = "RibbonButtonEInzelgenerierung";
|
|
this.RibbonButtonEInzelgenerierung.SmallImage = global::OnDoc.Properties.Resources.DokumenteGenerieren_24x24_321;
|
|
this.RibbonButtonEInzelgenerierung.Text = "Einzeln generieren";
|
|
this.RibbonButtonEInzelgenerierung.ToolTip = "Dokumente nacheinander, einzeln generieren";
|
|
this.RibbonButtonEInzelgenerierung.Click += new System.EventHandler(this.RibbonButtonEInzelgenerierung_Click);
|
|
//
|
|
// RibbonButtonGenerate
|
|
//
|
|
this.RibbonButtonGenerate.Image = global::OnDoc.Properties.Resources.DokumenteGenerieren_32x32_321;
|
|
this.RibbonButtonGenerate.LargeImage = global::OnDoc.Properties.Resources.DokumenteGenerieren_32x32_321;
|
|
this.RibbonButtonGenerate.Name = "RibbonButtonGenerate";
|
|
this.RibbonButtonGenerate.SmallImage = global::OnDoc.Properties.Resources.DokumenteGenerieren_16x16_321;
|
|
//
|
|
// sfListView1
|
|
//
|
|
this.sfListView1.AccessibleName = "ScrollControl";
|
|
this.sfListView1.AutoHideScrollBars = true;
|
|
this.sfListView1.BackColor = System.Drawing.SystemColors.Window;
|
|
this.sfListView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.sfListView1.Location = new System.Drawing.Point(0, 149);
|
|
this.sfListView1.Name = "sfListView1";
|
|
this.sfListView1.Size = new System.Drawing.Size(249, 524);
|
|
this.sfListView1.TabIndex = 18;
|
|
this.sfListView1.Text = "sfListView1";
|
|
this.sfListView1.SelectionChanged += new System.EventHandler<Syncfusion.WinForms.ListView.Events.ItemSelectionChangedEventArgs>(this.sfListView1_SelectionChanged);
|
|
this.sfListView1.ItemChecking += new System.EventHandler<Syncfusion.WinForms.ListView.Events.ItemCheckingEventArgs>(this.sfListView1_ItemChecking);
|
|
this.sfListView1.ItemChecked += new System.EventHandler<Syncfusion.WinForms.ListView.Events.ItemCheckedEventArgs>(this.sfListView1_ItemChecked);
|
|
//
|
|
// TabControlDokuments
|
|
//
|
|
this.TabControlDokuments.BorderVisible = true;
|
|
this.TabControlDokuments.Controls.Add(this.tabPageAdv1);
|
|
this.TabControlDokuments.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.TabControlDokuments.Location = new System.Drawing.Point(3, 16);
|
|
this.TabControlDokuments.Name = "TabControlDokuments";
|
|
this.TabControlDokuments.Size = new System.Drawing.Size(1069, 654);
|
|
this.TabControlDokuments.TabIndex = 19;
|
|
this.TabControlDokuments.ThemeStyle.PrimitiveButtonStyle.DisabledNextPageImage = null;
|
|
//
|
|
// tabPageAdv1
|
|
//
|
|
this.tabPageAdv1.Image = null;
|
|
this.tabPageAdv1.ImageSize = new System.Drawing.Size(16, 16);
|
|
this.tabPageAdv1.Location = new System.Drawing.Point(5, 25);
|
|
this.tabPageAdv1.Name = "tabPageAdv1";
|
|
this.tabPageAdv1.ShowCloseButton = true;
|
|
this.tabPageAdv1.Size = new System.Drawing.Size(1059, 624);
|
|
this.tabPageAdv1.Text = "tabPageAdv1";
|
|
this.tabPageAdv1.ThemesEnabled = false;
|
|
//
|
|
// panelword
|
|
//
|
|
this.panelword.BackColor = System.Drawing.Color.PowderBlue;
|
|
this.panelword.Controls.Add(this.lbldokumentname);
|
|
this.panelword.Controls.Add(this.label1);
|
|
this.panelword.Location = new System.Drawing.Point(437, 75);
|
|
this.panelword.Name = "panelword";
|
|
this.panelword.Size = new System.Drawing.Size(715, 354);
|
|
this.panelword.TabIndex = 24;
|
|
this.panelword.Visible = false;
|
|
//
|
|
// lbldokumentname
|
|
//
|
|
this.lbldokumentname.AutoSize = true;
|
|
this.lbldokumentname.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbldokumentname.Location = new System.Drawing.Point(22, 81);
|
|
this.lbldokumentname.Name = "lbldokumentname";
|
|
this.lbldokumentname.Size = new System.Drawing.Size(167, 26);
|
|
this.lbldokumentname.TabIndex = 1;
|
|
this.lbldokumentname.Text = "Dokumentname";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.Location = new System.Drawing.Point(22, 25);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(443, 26);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Folgendes Dokument wird in Word generiert:";
|
|
//
|
|
// pnlfooter
|
|
//
|
|
this.pnlfooter.Controls.Add(this.progressBarAdv1);
|
|
this.pnlfooter.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pnlfooter.Location = new System.Drawing.Point(2, 796);
|
|
this.pnlfooter.Name = "pnlfooter";
|
|
this.pnlfooter.Size = new System.Drawing.Size(1536, 47);
|
|
this.pnlfooter.TabIndex = 20;
|
|
//
|
|
// progressBarAdv1
|
|
//
|
|
this.progressBarAdv1.BackMultipleColors = new System.Drawing.Color[] {
|
|
System.Drawing.Color.Empty};
|
|
this.progressBarAdv1.BackSegments = false;
|
|
this.progressBarAdv1.CustomText = null;
|
|
this.progressBarAdv1.CustomWaitingRender = false;
|
|
this.progressBarAdv1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.progressBarAdv1.ForeColor = System.Drawing.Color.Blue;
|
|
this.progressBarAdv1.ForegroundImage = null;
|
|
this.progressBarAdv1.Location = new System.Drawing.Point(0, 24);
|
|
this.progressBarAdv1.MultipleColors = new System.Drawing.Color[] {
|
|
System.Drawing.Color.Empty};
|
|
this.progressBarAdv1.Name = "progressBarAdv1";
|
|
this.progressBarAdv1.SegmentWidth = 12;
|
|
this.progressBarAdv1.Size = new System.Drawing.Size(1536, 23);
|
|
this.progressBarAdv1.TabIndex = 0;
|
|
this.progressBarAdv1.Text = "progressBarGeneraate";
|
|
this.progressBarAdv1.Visible = false;
|
|
this.progressBarAdv1.WaitingGradientWidth = 400;
|
|
//
|
|
// pnlleft
|
|
//
|
|
this.pnlleft.Controls.Add(this.sfListView1);
|
|
this.pnlleft.Controls.Add(this.groupBox1);
|
|
this.pnlleft.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.pnlleft.Location = new System.Drawing.Point(2, 123);
|
|
this.pnlleft.Name = "pnlleft";
|
|
this.pnlleft.Size = new System.Drawing.Size(249, 673);
|
|
this.pnlleft.TabIndex = 21;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.txtpersonnummer);
|
|
this.groupBox1.Controls.Add(this.txtbpnummer);
|
|
this.groupBox1.Controls.Add(this.lblPerson);
|
|
this.groupBox1.Controls.Add(this.lblBP);
|
|
this.groupBox1.Controls.Add(this.lblKurznameBP);
|
|
this.groupBox1.Controls.Add(this.lblKurznamePerson);
|
|
this.groupBox1.Controls.Add(this.btnSearchBP);
|
|
this.groupBox1.Controls.Add(this.btnSearchPerson);
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.groupBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(249, 149);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Kundendaten";
|
|
//
|
|
// btnSearchBP
|
|
//
|
|
this.btnSearchBP.Image = ((System.Drawing.Image)(resources.GetObject("btnSearchBP.Image")));
|
|
this.btnSearchBP.Location = new System.Drawing.Point(178, 17);
|
|
this.btnSearchBP.Name = "btnSearchBP";
|
|
this.btnSearchBP.Size = new System.Drawing.Size(33, 23);
|
|
this.btnSearchBP.TabIndex = 6;
|
|
this.btnSearchBP.UseVisualStyleBackColor = true;
|
|
this.btnSearchBP.Click += new System.EventHandler(this.btnSearchBP_Click);
|
|
//
|
|
// btnSearchPerson
|
|
//
|
|
this.btnSearchPerson.Image = ((System.Drawing.Image)(resources.GetObject("btnSearchPerson.Image")));
|
|
this.btnSearchPerson.Location = new System.Drawing.Point(178, 63);
|
|
this.btnSearchPerson.Name = "btnSearchPerson";
|
|
this.btnSearchPerson.Size = new System.Drawing.Size(33, 23);
|
|
this.btnSearchPerson.TabIndex = 7;
|
|
this.btnSearchPerson.UseVisualStyleBackColor = true;
|
|
this.btnSearchPerson.Click += new System.EventHandler(this.btnSearchPerson_Click);
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.TabControlDokuments);
|
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.groupBox2.Location = new System.Drawing.Point(251, 123);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(1075, 673);
|
|
this.groupBox2.TabIndex = 22;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Dokumente zur Erstellung";
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.dokList1);
|
|
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox3.Location = new System.Drawing.Point(1326, 123);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(212, 673);
|
|
this.groupBox3.TabIndex = 23;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Generierte Dokumente";
|
|
//
|
|
// dokList1
|
|
//
|
|
this.dokList1.datafilter = "";
|
|
this.dokList1.docartnr = 0;
|
|
this.dokList1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dokList1.forMaNr = 0;
|
|
this.dokList1.interop = false;
|
|
this.dokList1.Location = new System.Drawing.Point(3, 16);
|
|
this.dokList1.mitarbeiternr = 0;
|
|
this.dokList1.Name = "dokList1";
|
|
this.dokList1.partnernr = 0;
|
|
this.dokList1.personbezeichnung = "";
|
|
this.dokList1.personnr = 0;
|
|
this.dokList1.profilnr = 0;
|
|
this.dokList1.runmacros = false;
|
|
this.dokList1.Search_Docid = "";
|
|
this.dokList1.selected_cellvalue = null;
|
|
this.dokList1.selected_dokumentid = null;
|
|
this.dokList1.selected_partnernr = null;
|
|
this.dokList1.Size = new System.Drawing.Size(206, 654);
|
|
this.dokList1.TabIndex = 0;
|
|
//
|
|
// Dokumentpaket
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1540, 845);
|
|
this.Controls.Add(this.panelword);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.pnlleft);
|
|
this.Controls.Add(this.pnlfooter);
|
|
this.Controls.Add(this.ribbon1);
|
|
this.Controls.Add(this.lblPaketDetails);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.KeyPreview = true;
|
|
this.Name = "Dokumentpaket";
|
|
this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
|
|
this.Text = "Dokumentpaket";
|
|
this.Load += new System.EventHandler(this.Dokumentpaket_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.TabControlDokuments)).EndInit();
|
|
this.TabControlDokuments.ResumeLayout(false);
|
|
this.panelword.ResumeLayout(false);
|
|
this.panelword.PerformLayout();
|
|
this.pnlfooter.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.progressBarAdv1)).EndInit();
|
|
this.pnlleft.ResumeLayout(false);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Label lblPerson;
|
|
private System.Windows.Forms.Label lblBP;
|
|
private System.Windows.Forms.Button btnSearchPerson;
|
|
private System.Windows.Forms.Button btnSearchBP;
|
|
private System.Windows.Forms.Label lblKurznamePerson;
|
|
private System.Windows.Forms.Label lblKurznameBP;
|
|
private System.Windows.Forms.TextBox txtpersonnummer;
|
|
private System.Windows.Forms.TextBox txtbpnummer;
|
|
private System.Windows.Forms.Label lblPaketDetails;
|
|
private System.Windows.Forms.Ribbon ribbon1;
|
|
private System.Windows.Forms.RibbonTab ribbonTab1;
|
|
private System.Windows.Forms.RibbonPanel ribbonPanel1;
|
|
private System.Windows.Forms.RibbonButton RibbonButtonExit;
|
|
private Syncfusion.WinForms.ListView.SfListView sfListView1;
|
|
private Syncfusion.Windows.Forms.Tools.TabControlAdv TabControlDokuments;
|
|
private Syncfusion.Windows.Forms.Tools.TabPageAdv tabPageAdv1;
|
|
private System.Windows.Forms.Panel pnlfooter;
|
|
private System.Windows.Forms.Panel pnlleft;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private UICintrols.DokList dokList1;
|
|
private System.Windows.Forms.RibbonPanel ribbonPanel2;
|
|
private System.Windows.Forms.RibbonButton RibbonButtonGenerate;
|
|
private System.Windows.Forms.RibbonPanel ribbonPanel3;
|
|
private System.Windows.Forms.RibbonButton RibbonButtonGenerieren;
|
|
private System.Windows.Forms.RibbonPanel ribbonPanel4;
|
|
private Syncfusion.Windows.Forms.Tools.ProgressBarAdv progressBarAdv1;
|
|
private System.Windows.Forms.RibbonPanel ribbonPanel5;
|
|
private System.Windows.Forms.RibbonButton ribbonButtonNew;
|
|
private System.Windows.Forms.Panel panelword;
|
|
private System.Windows.Forms.Label lbldokumentname;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.RibbonButton RibbonButtonEInzelgenerierung;
|
|
}
|
|
} |