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.
523 lines
30 KiB
523 lines
30 KiB
namespace EDOKA_2024.UICintrols
|
|
{
|
|
partial class DokList
|
|
{
|
|
/// <summary>
|
|
/// Erforderliche Designervariable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Verwendete Ressourcen bereinigen.
|
|
/// </summary>
|
|
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Vom Komponenten-Designer generierter Code
|
|
|
|
/// <summary>
|
|
/// Erforderliche Methode für die Designerunterstützung.
|
|
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DokList));
|
|
this.sfDataGrid1 = new Syncfusion.WinForms.DataGrid.SfDataGrid();
|
|
this.ctxMenuDokList = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.dokumentAnzeigenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.dokumentBearbeitenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.barcodeDemoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.vertragPDFDEMOToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
|
|
this.tsrbvorschau = new System.Windows.Forms.ToolStripComboBox();
|
|
this.tsbtnpreviewno = new System.Windows.Forms.ToolStripButton();
|
|
this.tsbtnpreviewbottom = new System.Windows.Forms.ToolStripButton();
|
|
this.tsbtnpreviewright = new System.Windows.Forms.ToolStripButton();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.docPreview1 = new EDOKA_2024.UIControls.DocPreview();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.lblTitel = new System.Windows.Forms.Label();
|
|
this.ribbonPanel2 = new System.Windows.Forms.RibbonPanel();
|
|
this.ribbon2 = new System.Windows.Forms.Ribbon();
|
|
this.RibbonTabUserFunctions = new System.Windows.Forms.RibbonTab();
|
|
this.RibbonPanelExit = new System.Windows.Forms.RibbonPanel();
|
|
this.RibbonButtonExit = new System.Windows.Forms.RibbonButton();
|
|
this.ribbonPanelVorschau = new System.Windows.Forms.RibbonPanel();
|
|
this.RibbonBtnVorschauNo = new System.Windows.Forms.RibbonButton();
|
|
this.RibbonBtnVorschauUnten = new System.Windows.Forms.RibbonButton();
|
|
this.RibbonButtonVorschauRechts = new System.Windows.Forms.RibbonButton();
|
|
this.RibbonPanelBearbeiten = new System.Windows.Forms.RibbonPanel();
|
|
this.RibbonButtonEditEditDoc = new System.Windows.Forms.RibbonButton();
|
|
this.RibbonButtonEditDelete = new System.Windows.Forms.RibbonButton();
|
|
this.RibbonPanelArchiv = new System.Windows.Forms.RibbonPanel();
|
|
this.RibbonButtonArchivToOnBase = new System.Windows.Forms.RibbonButton();
|
|
this.RibbonPanelProfil = new System.Windows.Forms.RibbonPanel();
|
|
this.ribbonItemGroup1 = new System.Windows.Forms.RibbonItemGroup();
|
|
this.ribbonLabel1 = new System.Windows.Forms.RibbonLabel();
|
|
this.RibbonCBProfil = new System.Windows.Forms.RibbonComboBox();
|
|
this.ribbonButton1 = new System.Windows.Forms.RibbonButton();
|
|
this.RibbonButtonCreate = new System.Windows.Forms.RibbonPanel();
|
|
this.RibbonButtonCreateNewDoc = new System.Windows.Forms.RibbonButton();
|
|
this.RibbonButtonCreateNewPaket = new System.Windows.Forms.RibbonButton();
|
|
this.RibbonButtonCreateNewSerienbrief = new System.Windows.Forms.RibbonButton();
|
|
this.RibbonTabAdmin = new System.Windows.Forms.RibbonTab();
|
|
((System.ComponentModel.ISupportInitialize)(this.sfDataGrid1)).BeginInit();
|
|
this.ctxMenuDokList.SuspendLayout();
|
|
this.toolStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// sfDataGrid1
|
|
//
|
|
this.sfDataGrid1.AccessibleName = "Table";
|
|
this.sfDataGrid1.AllowFiltering = true;
|
|
this.sfDataGrid1.AllowResizingColumns = true;
|
|
this.sfDataGrid1.AutoSizeColumnsMode = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.AllCells;
|
|
this.sfDataGrid1.ContextMenuStrip = this.ctxMenuDokList;
|
|
this.sfDataGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.sfDataGrid1.Location = new System.Drawing.Point(0, 0);
|
|
this.sfDataGrid1.Name = "sfDataGrid1";
|
|
this.sfDataGrid1.SelectionMode = Syncfusion.WinForms.DataGrid.Enums.GridSelectionMode.Extended;
|
|
this.sfDataGrid1.Size = new System.Drawing.Size(1556, 346);
|
|
this.sfDataGrid1.TabIndex = 0;
|
|
this.sfDataGrid1.CellClick += new Syncfusion.WinForms.DataGrid.Events.CellClickEventHandler(this.sfDataGrid1_CellClick);
|
|
//
|
|
// ctxMenuDokList
|
|
//
|
|
this.ctxMenuDokList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.dokumentAnzeigenToolStripMenuItem,
|
|
this.dokumentBearbeitenToolStripMenuItem,
|
|
this.barcodeDemoToolStripMenuItem,
|
|
this.vertragPDFDEMOToolStripMenuItem});
|
|
this.ctxMenuDokList.Name = "ctxMenuDokList";
|
|
this.ctxMenuDokList.Size = new System.Drawing.Size(190, 92);
|
|
//
|
|
// dokumentAnzeigenToolStripMenuItem
|
|
//
|
|
this.dokumentAnzeigenToolStripMenuItem.Name = "dokumentAnzeigenToolStripMenuItem";
|
|
this.dokumentAnzeigenToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
|
|
this.dokumentAnzeigenToolStripMenuItem.Text = "Dokument anzeigen";
|
|
this.dokumentAnzeigenToolStripMenuItem.Click += new System.EventHandler(this.dokumentAnzeigenToolStripMenuItem_Click);
|
|
//
|
|
// dokumentBearbeitenToolStripMenuItem
|
|
//
|
|
this.dokumentBearbeitenToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("dokumentBearbeitenToolStripMenuItem.Image")));
|
|
this.dokumentBearbeitenToolStripMenuItem.Name = "dokumentBearbeitenToolStripMenuItem";
|
|
this.dokumentBearbeitenToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
|
|
this.dokumentBearbeitenToolStripMenuItem.Text = "Dokument bearbeiten";
|
|
this.dokumentBearbeitenToolStripMenuItem.Click += new System.EventHandler(this.dokumentBearbeitenToolStripMenuItem_Click);
|
|
//
|
|
// barcodeDemoToolStripMenuItem
|
|
//
|
|
this.barcodeDemoToolStripMenuItem.Name = "barcodeDemoToolStripMenuItem";
|
|
this.barcodeDemoToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
|
|
this.barcodeDemoToolStripMenuItem.Text = "Barcode-Demo";
|
|
this.barcodeDemoToolStripMenuItem.Click += new System.EventHandler(this.barcodeDemoToolStripMenuItem_Click);
|
|
//
|
|
// vertragPDFDEMOToolStripMenuItem
|
|
//
|
|
this.vertragPDFDEMOToolStripMenuItem.Name = "vertragPDFDEMOToolStripMenuItem";
|
|
this.vertragPDFDEMOToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
|
|
this.vertragPDFDEMOToolStripMenuItem.Text = "Vertrag_PDF_DEMO";
|
|
this.vertragPDFDEMOToolStripMenuItem.Click += new System.EventHandler(this.vertragPDFDEMOToolStripMenuItem_Click);
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripLabel1,
|
|
this.tsrbvorschau,
|
|
this.tsbtnpreviewno,
|
|
this.tsbtnpreviewbottom,
|
|
this.tsbtnpreviewright});
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 10);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(1556, 25);
|
|
this.toolStrip1.TabIndex = 1;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
this.toolStrip1.Visible = false;
|
|
//
|
|
// toolStripLabel1
|
|
//
|
|
this.toolStripLabel1.Name = "toolStripLabel1";
|
|
this.toolStripLabel1.Size = new System.Drawing.Size(116, 22);
|
|
this.toolStripLabel1.Text = "Dokument-Vorschau";
|
|
//
|
|
// tsrbvorschau
|
|
//
|
|
this.tsrbvorschau.AutoCompleteCustomSource.AddRange(new string[] {
|
|
"keine Vorschau",
|
|
"Vorschau links",
|
|
"Vorschau rechts",
|
|
"Vorschau unten",
|
|
"Vorschau oben"});
|
|
this.tsrbvorschau.Items.AddRange(new object[] {
|
|
"Keine Vorschau",
|
|
"Vorschau unten",
|
|
"Vorschau rechts"});
|
|
this.tsrbvorschau.Name = "tsrbvorschau";
|
|
this.tsrbvorschau.Size = new System.Drawing.Size(121, 25);
|
|
this.tsrbvorschau.SelectedIndexChanged += new System.EventHandler(this.tsrbvorschau_SelectedIndexChanged);
|
|
this.tsrbvorschau.TextChanged += new System.EventHandler(this.tsrbvorschau_TextChanged);
|
|
//
|
|
// tsbtnpreviewno
|
|
//
|
|
this.tsbtnpreviewno.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.tsbtnpreviewno.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnpreviewno.Image")));
|
|
this.tsbtnpreviewno.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbtnpreviewno.Name = "tsbtnpreviewno";
|
|
this.tsbtnpreviewno.Size = new System.Drawing.Size(23, 22);
|
|
this.tsbtnpreviewno.Text = "Keine Vorschau";
|
|
//
|
|
// tsbtnpreviewbottom
|
|
//
|
|
this.tsbtnpreviewbottom.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.tsbtnpreviewbottom.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnpreviewbottom.Image")));
|
|
this.tsbtnpreviewbottom.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbtnpreviewbottom.Name = "tsbtnpreviewbottom";
|
|
this.tsbtnpreviewbottom.Size = new System.Drawing.Size(23, 22);
|
|
this.tsbtnpreviewbottom.Text = "Vorschau unten";
|
|
//
|
|
// tsbtnpreviewright
|
|
//
|
|
this.tsbtnpreviewright.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.tsbtnpreviewright.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnpreviewright.Image")));
|
|
this.tsbtnpreviewright.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.tsbtnpreviewright.Name = "tsbtnpreviewright";
|
|
this.tsbtnpreviewright.Size = new System.Drawing.Size(23, 22);
|
|
this.tsbtnpreviewright.Text = "Vorschau rechts";
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 149);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.sfDataGrid1);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.docPreview1);
|
|
this.splitContainer1.Size = new System.Drawing.Size(1556, 698);
|
|
this.splitContainer1.SplitterDistance = 346;
|
|
this.splitContainer1.TabIndex = 2;
|
|
//
|
|
// docPreview1
|
|
//
|
|
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(1556, 348);
|
|
this.docPreview1.TabIndex = 0;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
|
this.panel2.Controls.Add(this.toolStrip1);
|
|
this.panel2.Controls.Add(this.lblTitel);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel2.Location = new System.Drawing.Point(0, 127);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(1556, 22);
|
|
this.panel2.TabIndex = 3;
|
|
//
|
|
// lblTitel
|
|
//
|
|
this.lblTitel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblTitel.Location = new System.Drawing.Point(0, 0);
|
|
this.lblTitel.Name = "lblTitel";
|
|
this.lblTitel.Size = new System.Drawing.Size(1556, 18);
|
|
this.lblTitel.TabIndex = 2;
|
|
this.lblTitel.Text = "Pendente Dokumente";
|
|
this.lblTitel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.lblTitel.Visible = false;
|
|
//
|
|
// ribbonPanel2
|
|
//
|
|
this.ribbonPanel2.Name = "ribbonPanel2";
|
|
this.ribbonPanel2.Text = "ribbonPanel2";
|
|
this.ribbonPanel2.Visible = false;
|
|
//
|
|
// ribbon2
|
|
//
|
|
this.ribbon2.CaptionBarVisible = false;
|
|
this.ribbon2.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.ribbon2.Location = new System.Drawing.Point(0, 0);
|
|
this.ribbon2.Minimized = false;
|
|
this.ribbon2.Name = "ribbon2";
|
|
//
|
|
//
|
|
//
|
|
this.ribbon2.OrbDropDown.BorderRoundness = 8;
|
|
this.ribbon2.OrbDropDown.Enabled = false;
|
|
this.ribbon2.OrbDropDown.Location = new System.Drawing.Point(0, 0);
|
|
this.ribbon2.OrbDropDown.Name = "";
|
|
this.ribbon2.OrbDropDown.Size = new System.Drawing.Size(527, 447);
|
|
this.ribbon2.OrbDropDown.TabIndex = 0;
|
|
this.ribbon2.OrbStyle = System.Windows.Forms.RibbonOrbStyle.Office_2013;
|
|
this.ribbon2.OrbText = "";
|
|
this.ribbon2.OrbVisible = false;
|
|
this.ribbon2.RibbonTabFont = new System.Drawing.Font("Trebuchet MS", 9F);
|
|
this.ribbon2.Size = new System.Drawing.Size(1556, 127);
|
|
this.ribbon2.TabIndex = 5;
|
|
this.ribbon2.Tabs.Add(this.RibbonTabUserFunctions);
|
|
this.ribbon2.Tabs.Add(this.RibbonTabAdmin);
|
|
this.ribbon2.TabSpacing = 4;
|
|
this.ribbon2.Text = "ribbon2";
|
|
//
|
|
// RibbonTabUserFunctions
|
|
//
|
|
this.RibbonTabUserFunctions.Name = "RibbonTabUserFunctions";
|
|
this.RibbonTabUserFunctions.Panels.Add(this.RibbonPanelExit);
|
|
this.RibbonTabUserFunctions.Panels.Add(this.ribbonPanelVorschau);
|
|
this.RibbonTabUserFunctions.Panels.Add(this.RibbonPanelBearbeiten);
|
|
this.RibbonTabUserFunctions.Panels.Add(this.RibbonPanelArchiv);
|
|
this.RibbonTabUserFunctions.Panels.Add(this.RibbonPanelProfil);
|
|
this.RibbonTabUserFunctions.Panels.Add(this.RibbonButtonCreate);
|
|
this.RibbonTabUserFunctions.Text = "Funktionen";
|
|
//
|
|
// RibbonPanelExit
|
|
//
|
|
this.RibbonPanelExit.Items.Add(this.RibbonButtonExit);
|
|
this.RibbonPanelExit.Name = "RibbonPanelExit";
|
|
this.RibbonPanelExit.Text = "Beenden";
|
|
//
|
|
// 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 = "Beenden";
|
|
this.RibbonButtonExit.Click += new System.EventHandler(this.RibbonButtonExit_Click);
|
|
//
|
|
// ribbonPanelVorschau
|
|
//
|
|
this.ribbonPanelVorschau.Items.Add(this.RibbonBtnVorschauNo);
|
|
this.ribbonPanelVorschau.Items.Add(this.RibbonBtnVorschauUnten);
|
|
this.ribbonPanelVorschau.Items.Add(this.RibbonButtonVorschauRechts);
|
|
this.ribbonPanelVorschau.Name = "ribbonPanelVorschau";
|
|
this.ribbonPanelVorschau.Text = "Vorschau";
|
|
//
|
|
// RibbonBtnVorschauNo
|
|
//
|
|
this.RibbonBtnVorschauNo.Image = ((System.Drawing.Image)(resources.GetObject("RibbonBtnVorschauNo.Image")));
|
|
this.RibbonBtnVorschauNo.LargeImage = ((System.Drawing.Image)(resources.GetObject("RibbonBtnVorschauNo.LargeImage")));
|
|
this.RibbonBtnVorschauNo.Name = "RibbonBtnVorschauNo";
|
|
this.RibbonBtnVorschauNo.SmallImage = ((System.Drawing.Image)(resources.GetObject("RibbonBtnVorschauNo.SmallImage")));
|
|
this.RibbonBtnVorschauNo.Text = "Keine";
|
|
this.RibbonBtnVorschauNo.Click += new System.EventHandler(this.RibbonBtnVorschauNo_Click);
|
|
//
|
|
// RibbonBtnVorschauUnten
|
|
//
|
|
this.RibbonBtnVorschauUnten.Image = ((System.Drawing.Image)(resources.GetObject("RibbonBtnVorschauUnten.Image")));
|
|
this.RibbonBtnVorschauUnten.LargeImage = ((System.Drawing.Image)(resources.GetObject("RibbonBtnVorschauUnten.LargeImage")));
|
|
this.RibbonBtnVorschauUnten.Name = "RibbonBtnVorschauUnten";
|
|
this.RibbonBtnVorschauUnten.SmallImage = ((System.Drawing.Image)(resources.GetObject("RibbonBtnVorschauUnten.SmallImage")));
|
|
this.RibbonBtnVorschauUnten.Text = "Unten";
|
|
this.RibbonBtnVorschauUnten.Click += new System.EventHandler(this.RibbonBtnVorschauUnten_Click);
|
|
//
|
|
// RibbonButtonVorschauRechts
|
|
//
|
|
this.RibbonButtonVorschauRechts.Image = ((System.Drawing.Image)(resources.GetObject("RibbonButtonVorschauRechts.Image")));
|
|
this.RibbonButtonVorschauRechts.LargeImage = ((System.Drawing.Image)(resources.GetObject("RibbonButtonVorschauRechts.LargeImage")));
|
|
this.RibbonButtonVorschauRechts.Name = "RibbonButtonVorschauRechts";
|
|
this.RibbonButtonVorschauRechts.SmallImage = ((System.Drawing.Image)(resources.GetObject("RibbonButtonVorschauRechts.SmallImage")));
|
|
this.RibbonButtonVorschauRechts.Text = "Rechts";
|
|
this.RibbonButtonVorschauRechts.Click += new System.EventHandler(this.RibbonButtonVorschauRechts_Click);
|
|
//
|
|
// RibbonPanelBearbeiten
|
|
//
|
|
this.RibbonPanelBearbeiten.Items.Add(this.RibbonButtonEditEditDoc);
|
|
this.RibbonPanelBearbeiten.Items.Add(this.RibbonButtonEditDelete);
|
|
this.RibbonPanelBearbeiten.Name = "RibbonPanelBearbeiten";
|
|
this.RibbonPanelBearbeiten.Text = "Bearbeiten";
|
|
//
|
|
// RibbonButtonEditEditDoc
|
|
//
|
|
this.RibbonButtonEditEditDoc.Image = ((System.Drawing.Image)(resources.GetObject("RibbonButtonEditEditDoc.Image")));
|
|
this.RibbonButtonEditEditDoc.LargeImage = ((System.Drawing.Image)(resources.GetObject("RibbonButtonEditEditDoc.LargeImage")));
|
|
this.RibbonButtonEditEditDoc.Name = "RibbonButtonEditEditDoc";
|
|
this.RibbonButtonEditEditDoc.SmallImage = ((System.Drawing.Image)(resources.GetObject("RibbonButtonEditEditDoc.SmallImage")));
|
|
this.RibbonButtonEditEditDoc.Text = "Bearbeiten";
|
|
this.RibbonButtonEditEditDoc.Click += new System.EventHandler(this.dokumentBearbeitenToolStripMenuItem_Click);
|
|
//
|
|
// RibbonButtonEditDelete
|
|
//
|
|
this.RibbonButtonEditDelete.Image = ((System.Drawing.Image)(resources.GetObject("RibbonButtonEditDelete.Image")));
|
|
this.RibbonButtonEditDelete.LargeImage = ((System.Drawing.Image)(resources.GetObject("RibbonButtonEditDelete.LargeImage")));
|
|
this.RibbonButtonEditDelete.Name = "RibbonButtonEditDelete";
|
|
this.RibbonButtonEditDelete.SmallImage = ((System.Drawing.Image)(resources.GetObject("RibbonButtonEditDelete.SmallImage")));
|
|
this.RibbonButtonEditDelete.Text = "Löschen";
|
|
//
|
|
// RibbonPanelArchiv
|
|
//
|
|
this.RibbonPanelArchiv.Items.Add(this.RibbonButtonArchivToOnBase);
|
|
this.RibbonPanelArchiv.Name = "RibbonPanelArchiv";
|
|
this.RibbonPanelArchiv.Text = "Archiv";
|
|
//
|
|
// RibbonButtonArchivToOnBase
|
|
//
|
|
this.RibbonButtonArchivToOnBase.Image = ((System.Drawing.Image)(resources.GetObject("RibbonButtonArchivToOnBase.Image")));
|
|
this.RibbonButtonArchivToOnBase.LargeImage = ((System.Drawing.Image)(resources.GetObject("RibbonButtonArchivToOnBase.LargeImage")));
|
|
this.RibbonButtonArchivToOnBase.Name = "RibbonButtonArchivToOnBase";
|
|
this.RibbonButtonArchivToOnBase.SmallImage = ((System.Drawing.Image)(resources.GetObject("RibbonButtonArchivToOnBase.SmallImage")));
|
|
this.RibbonButtonArchivToOnBase.Text = "Archivieren";
|
|
//
|
|
// RibbonPanelProfil
|
|
//
|
|
this.RibbonPanelProfil.ButtonMoreVisible = false;
|
|
this.RibbonPanelProfil.Items.Add(this.ribbonItemGroup1);
|
|
this.RibbonPanelProfil.Items.Add(this.ribbonButton1);
|
|
this.RibbonPanelProfil.Name = "RibbonPanelProfil";
|
|
this.RibbonPanelProfil.Text = "Profil";
|
|
//
|
|
// ribbonItemGroup1
|
|
//
|
|
this.ribbonItemGroup1.Items.Add(this.ribbonLabel1);
|
|
this.ribbonItemGroup1.Items.Add(this.RibbonCBProfil);
|
|
this.ribbonItemGroup1.Name = "ribbonItemGroup1";
|
|
//
|
|
// ribbonLabel1
|
|
//
|
|
this.ribbonLabel1.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
|
|
this.ribbonLabel1.Name = "ribbonLabel1";
|
|
this.ribbonLabel1.Text = "Profil";
|
|
//
|
|
// RibbonCBProfil
|
|
//
|
|
this.RibbonCBProfil.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
|
|
this.RibbonCBProfil.Name = "RibbonCBProfil";
|
|
this.RibbonCBProfil.SelectedIndex = -1;
|
|
this.RibbonCBProfil.TextBoxText = "";
|
|
//
|
|
// ribbonButton1
|
|
//
|
|
this.ribbonButton1.Image = global::EDOKA_2024.Properties.Resources.Profil;
|
|
this.ribbonButton1.LargeImage = global::EDOKA_2024.Properties.Resources.Profil;
|
|
this.ribbonButton1.Name = "ribbonButton1";
|
|
this.ribbonButton1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.SmallImage")));
|
|
//
|
|
// RibbonButtonCreate
|
|
//
|
|
this.RibbonButtonCreate.Items.Add(this.RibbonButtonCreateNewDoc);
|
|
this.RibbonButtonCreate.Items.Add(this.RibbonButtonCreateNewPaket);
|
|
this.RibbonButtonCreate.Items.Add(this.RibbonButtonCreateNewSerienbrief);
|
|
this.RibbonButtonCreate.Name = "RibbonButtonCreate";
|
|
this.RibbonButtonCreate.Text = "Erstellen";
|
|
//
|
|
// RibbonButtonCreateNewDoc
|
|
//
|
|
this.RibbonButtonCreateNewDoc.Image = ((System.Drawing.Image)(resources.GetObject("RibbonButtonCreateNewDoc.Image")));
|
|
this.RibbonButtonCreateNewDoc.LargeImage = ((System.Drawing.Image)(resources.GetObject("RibbonButtonCreateNewDoc.LargeImage")));
|
|
this.RibbonButtonCreateNewDoc.Name = "RibbonButtonCreateNewDoc";
|
|
this.RibbonButtonCreateNewDoc.SmallImage = ((System.Drawing.Image)(resources.GetObject("RibbonButtonCreateNewDoc.SmallImage")));
|
|
this.RibbonButtonCreateNewDoc.Text = "Dokument";
|
|
this.RibbonButtonCreateNewDoc.Click += new System.EventHandler(this.RibbonButtonCreateNewDoc_Click);
|
|
//
|
|
// RibbonButtonCreateNewPaket
|
|
//
|
|
this.RibbonButtonCreateNewPaket.Image = ((System.Drawing.Image)(resources.GetObject("RibbonButtonCreateNewPaket.Image")));
|
|
this.RibbonButtonCreateNewPaket.LargeImage = ((System.Drawing.Image)(resources.GetObject("RibbonButtonCreateNewPaket.LargeImage")));
|
|
this.RibbonButtonCreateNewPaket.Name = "RibbonButtonCreateNewPaket";
|
|
this.RibbonButtonCreateNewPaket.SmallImage = ((System.Drawing.Image)(resources.GetObject("RibbonButtonCreateNewPaket.SmallImage")));
|
|
this.RibbonButtonCreateNewPaket.Text = "Dokumentpaket";
|
|
//
|
|
// RibbonButtonCreateNewSerienbrief
|
|
//
|
|
this.RibbonButtonCreateNewSerienbrief.Image = ((System.Drawing.Image)(resources.GetObject("RibbonButtonCreateNewSerienbrief.Image")));
|
|
this.RibbonButtonCreateNewSerienbrief.LargeImage = ((System.Drawing.Image)(resources.GetObject("RibbonButtonCreateNewSerienbrief.LargeImage")));
|
|
this.RibbonButtonCreateNewSerienbrief.Name = "RibbonButtonCreateNewSerienbrief";
|
|
this.RibbonButtonCreateNewSerienbrief.SmallImage = ((System.Drawing.Image)(resources.GetObject("RibbonButtonCreateNewSerienbrief.SmallImage")));
|
|
this.RibbonButtonCreateNewSerienbrief.Text = "Serienbrief";
|
|
//
|
|
// RibbonTabAdmin
|
|
//
|
|
this.RibbonTabAdmin.Name = "RibbonTabAdmin";
|
|
this.RibbonTabAdmin.Text = "Administration";
|
|
//
|
|
// DokList
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.ribbon2);
|
|
this.Name = "DokList";
|
|
this.Size = new System.Drawing.Size(1556, 847);
|
|
this.Load += new System.EventHandler(this.DokList_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.sfDataGrid1)).EndInit();
|
|
this.ctxMenuDokList.ResumeLayout(false);
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Syncfusion.WinForms.DataGrid.SfDataGrid sfDataGrid1;
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.ContextMenuStrip ctxMenuDokList;
|
|
private System.Windows.Forms.ToolStripMenuItem dokumentAnzeigenToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem dokumentBearbeitenToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem barcodeDemoToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripComboBox tsrbvorschau;
|
|
private System.Windows.Forms.ToolStripMenuItem vertragPDFDEMOToolStripMenuItem;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Label lblTitel;
|
|
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
|
|
private System.Windows.Forms.ToolStripButton tsbtnpreviewno;
|
|
private System.Windows.Forms.ToolStripButton tsbtnpreviewbottom;
|
|
private System.Windows.Forms.ToolStripButton tsbtnpreviewright;
|
|
private UIControls.DocPreview docPreview1;
|
|
private System.Windows.Forms.RibbonPanel ribbonPanel2;
|
|
private System.Windows.Forms.Ribbon ribbon2;
|
|
private System.Windows.Forms.RibbonTab RibbonTabUserFunctions;
|
|
private System.Windows.Forms.RibbonPanel ribbonPanelVorschau;
|
|
private System.Windows.Forms.RibbonButton RibbonBtnVorschauNo;
|
|
private System.Windows.Forms.RibbonButton RibbonBtnVorschauUnten;
|
|
private System.Windows.Forms.RibbonButton RibbonButtonVorschauRechts;
|
|
private System.Windows.Forms.RibbonPanel RibbonPanelBearbeiten;
|
|
private System.Windows.Forms.RibbonButton RibbonButtonEditEditDoc;
|
|
private System.Windows.Forms.RibbonButton RibbonButtonEditDelete;
|
|
private System.Windows.Forms.RibbonPanel RibbonPanelArchiv;
|
|
private System.Windows.Forms.RibbonButton RibbonButtonArchivToOnBase;
|
|
private System.Windows.Forms.RibbonPanel RibbonPanelExit;
|
|
private System.Windows.Forms.RibbonButton RibbonButtonExit;
|
|
private System.Windows.Forms.RibbonPanel RibbonPanelProfil;
|
|
private System.Windows.Forms.RibbonItemGroup ribbonItemGroup1;
|
|
private System.Windows.Forms.RibbonLabel ribbonLabel1;
|
|
private System.Windows.Forms.RibbonComboBox RibbonCBProfil;
|
|
private System.Windows.Forms.RibbonButton ribbonButton1;
|
|
private System.Windows.Forms.RibbonPanel RibbonButtonCreate;
|
|
private System.Windows.Forms.RibbonButton RibbonButtonCreateNewDoc;
|
|
private System.Windows.Forms.RibbonButton RibbonButtonCreateNewPaket;
|
|
private System.Windows.Forms.RibbonButton RibbonButtonCreateNewSerienbrief;
|
|
private System.Windows.Forms.RibbonTab RibbonTabAdmin;
|
|
}
|
|
}
|