update 20241201
This commit is contained in:
216
Client/UIControls/DokList.Designer.cs
generated
216
Client/UIControls/DokList.Designer.cs
generated
@@ -52,7 +52,6 @@ namespace OnDoc.UICintrols
|
||||
this.tsbtnpreviewbottom = new System.Windows.Forms.ToolStripButton();
|
||||
this.tsbtnpreviewright = new System.Windows.Forms.ToolStripButton();
|
||||
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
||||
this.docPreview1 = new OnDoc.UIControls.DocPreview();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.lblTitel = new System.Windows.Forms.Label();
|
||||
this.ribbonPanel2 = new System.Windows.Forms.RibbonPanel();
|
||||
@@ -91,16 +90,25 @@ namespace OnDoc.UICintrols
|
||||
this.RibbonFilterLabel = new System.Windows.Forms.RibbonLabel();
|
||||
this.RibbonPartnerSaldiert = new System.Windows.Forms.RibbonButton();
|
||||
this.RibbonFilterDelete = 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.RibbonBtnVorschauSepparat = new System.Windows.Forms.RibbonButton();
|
||||
this.RibbonPannelAnsicht = new System.Windows.Forms.RibbonPanel();
|
||||
this.ribbonItemGroup2 = new System.Windows.Forms.RibbonItemGroup();
|
||||
this.ribboncomboboxansicht = new System.Windows.Forms.RibbonLabel();
|
||||
this.ribbonCBAnsicht = new System.Windows.Forms.RibbonComboBox();
|
||||
this.ribbonItemGroup3 = new System.Windows.Forms.RibbonItemGroup();
|
||||
this.RibbonButtonViewStandard = new System.Windows.Forms.RibbonButton();
|
||||
this.RibbonButtonViewSave = new System.Windows.Forms.RibbonButton();
|
||||
this.RibbonButtonViewDelete = new System.Windows.Forms.RibbonButton();
|
||||
this.ribbonButton4 = 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.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.RibbonBtnVorschauSepparat = new System.Windows.Forms.RibbonButton();
|
||||
this.ribbonPannelDiverseVorlagen = new System.Windows.Forms.RibbonPanel();
|
||||
this.ribbonButtonNativ = new System.Windows.Forms.RibbonButton();
|
||||
this.RibbonTabAdmin = new System.Windows.Forms.RibbonTab();
|
||||
@@ -118,6 +126,8 @@ namespace OnDoc.UICintrols
|
||||
this.lblToApprove = new System.Windows.Forms.Label();
|
||||
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||||
this.RibbonButtonCreateNewDoc = new System.Windows.Forms.RibbonButton();
|
||||
this.ribbonButton5 = new System.Windows.Forms.RibbonButton();
|
||||
this.docPreview1 = new OnDoc.UIControls.DocPreview();
|
||||
((System.ComponentModel.ISupportInitialize)(this.sfDataGrid1)).BeginInit();
|
||||
this.ctxMenuDokList.SuspendLayout();
|
||||
this.toolStrip1.SuspendLayout();
|
||||
@@ -163,7 +173,7 @@ namespace OnDoc.UICintrols
|
||||
this.dokumentAnVersandstrasseToolStripMenuItem,
|
||||
this.wordInterOPEditToolStripMenuItem});
|
||||
this.ctxMenuDokList.Name = "ctxMenuDokList";
|
||||
this.ctxMenuDokList.Size = new System.Drawing.Size(280, 246);
|
||||
this.ctxMenuDokList.Size = new System.Drawing.Size(280, 268);
|
||||
//
|
||||
// dokumentAnzeigenToolStripMenuItem
|
||||
//
|
||||
@@ -195,6 +205,7 @@ namespace OnDoc.UICintrols
|
||||
this.archivierenToolStripMenuItem.Name = "archivierenToolStripMenuItem";
|
||||
this.archivierenToolStripMenuItem.Size = new System.Drawing.Size(279, 22);
|
||||
this.archivierenToolStripMenuItem.Text = "Archivieren";
|
||||
this.archivierenToolStripMenuItem.Click += new System.EventHandler(this.archivierenToolStripMenuItem_Click);
|
||||
//
|
||||
// barcodeDemoToolStripMenuItem
|
||||
//
|
||||
@@ -231,6 +242,7 @@ namespace OnDoc.UICintrols
|
||||
this.pDFGenerierenToolStripMenuItem.Name = "pDFGenerierenToolStripMenuItem";
|
||||
this.pDFGenerierenToolStripMenuItem.Size = new System.Drawing.Size(279, 22);
|
||||
this.pDFGenerierenToolStripMenuItem.Text = "PDF generieren";
|
||||
this.pDFGenerierenToolStripMenuItem.Visible = false;
|
||||
this.pDFGenerierenToolStripMenuItem.Click += new System.EventHandler(this.pDFGenerierenToolStripMenuItem_Click);
|
||||
//
|
||||
// dokumentAnVersandstrasseToolStripMenuItem
|
||||
@@ -238,12 +250,14 @@ namespace OnDoc.UICintrols
|
||||
this.dokumentAnVersandstrasseToolStripMenuItem.Name = "dokumentAnVersandstrasseToolStripMenuItem";
|
||||
this.dokumentAnVersandstrasseToolStripMenuItem.Size = new System.Drawing.Size(279, 22);
|
||||
this.dokumentAnVersandstrasseToolStripMenuItem.Text = "Dokument an Versandstrasse";
|
||||
this.dokumentAnVersandstrasseToolStripMenuItem.Visible = false;
|
||||
//
|
||||
// wordInterOPEditToolStripMenuItem
|
||||
//
|
||||
this.wordInterOPEditToolStripMenuItem.Name = "wordInterOPEditToolStripMenuItem";
|
||||
this.wordInterOPEditToolStripMenuItem.Size = new System.Drawing.Size(279, 22);
|
||||
this.wordInterOPEditToolStripMenuItem.Text = "Word InterOP Edit";
|
||||
this.wordInterOPEditToolStripMenuItem.Visible = false;
|
||||
this.wordInterOPEditToolStripMenuItem.Click += new System.EventHandler(this.wordInterOPEditToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStrip1
|
||||
@@ -331,16 +345,6 @@ namespace OnDoc.UICintrols
|
||||
this.splitContainer1.SplitterDistance = 343;
|
||||
this.splitContainer1.TabIndex = 2;
|
||||
//
|
||||
// docPreview1
|
||||
//
|
||||
this.docPreview1.BackColor = System.Drawing.SystemColors.Control;
|
||||
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(1709, 347);
|
||||
this.docPreview1.TabIndex = 0;
|
||||
this.docPreview1.ZoomPercentage = 0;
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
this.panel2.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
@@ -411,8 +415,9 @@ namespace OnDoc.UICintrols
|
||||
this.RibbonTabUserFunctions.Panels.Add(this.RibbonPanelDoklist);
|
||||
this.RibbonTabUserFunctions.Panels.Add(this.RibbonPanelDemo);
|
||||
this.RibbonTabUserFunctions.Panels.Add(this.RibbonPanelSuche);
|
||||
this.RibbonTabUserFunctions.Panels.Add(this.ribbonPanelVorschau);
|
||||
this.RibbonTabUserFunctions.Panels.Add(this.RibbonPannelAnsicht);
|
||||
this.RibbonTabUserFunctions.Panels.Add(this.RibbonPanelProfil);
|
||||
this.RibbonTabUserFunctions.Panels.Add(this.ribbonPanelVorschau);
|
||||
this.RibbonTabUserFunctions.Panels.Add(this.ribbonPannelDiverseVorlagen);
|
||||
this.RibbonTabUserFunctions.Text = "Funktionen";
|
||||
//
|
||||
@@ -714,6 +719,118 @@ namespace OnDoc.UICintrols
|
||||
this.RibbonFilterDelete.Visible = false;
|
||||
this.RibbonFilterDelete.Click += new System.EventHandler(this.RibbonFilterDelete_Click);
|
||||
//
|
||||
// RibbonPannelAnsicht
|
||||
//
|
||||
this.RibbonPannelAnsicht.Items.Add(this.ribbonItemGroup2);
|
||||
this.RibbonPannelAnsicht.Items.Add(this.ribbonItemGroup3);
|
||||
this.RibbonPannelAnsicht.Name = "RibbonPannelAnsicht";
|
||||
this.RibbonPannelAnsicht.Text = "Ansicht";
|
||||
//
|
||||
// ribbonItemGroup2
|
||||
//
|
||||
this.ribbonItemGroup2.Items.Add(this.ribboncomboboxansicht);
|
||||
this.ribbonItemGroup2.Items.Add(this.ribbonCBAnsicht);
|
||||
this.ribbonItemGroup2.Name = "ribbonItemGroup2";
|
||||
//
|
||||
// ribboncomboboxansicht
|
||||
//
|
||||
this.ribboncomboboxansicht.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
|
||||
this.ribboncomboboxansicht.Name = "ribboncomboboxansicht";
|
||||
this.ribboncomboboxansicht.Text = "Ansicht";
|
||||
//
|
||||
// ribbonCBAnsicht
|
||||
//
|
||||
this.ribbonCBAnsicht.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
|
||||
this.ribbonCBAnsicht.Name = "ribbonCBAnsicht";
|
||||
this.ribbonCBAnsicht.SelectedIndex = -1;
|
||||
this.ribbonCBAnsicht.TextBoxText = "";
|
||||
this.ribbonCBAnsicht.DropDownItemClicked += new System.Windows.Forms.RibbonComboBox.RibbonItemEventHandler(this.ribbonCBAnsicht_DropDownItemClicked);
|
||||
//
|
||||
// ribbonItemGroup3
|
||||
//
|
||||
this.ribbonItemGroup3.Items.Add(this.RibbonButtonViewStandard);
|
||||
this.ribbonItemGroup3.Items.Add(this.RibbonButtonViewSave);
|
||||
this.ribbonItemGroup3.Items.Add(this.RibbonButtonViewDelete);
|
||||
this.ribbonItemGroup3.Items.Add(this.ribbonButton4);
|
||||
this.ribbonItemGroup3.Name = "ribbonItemGroup3";
|
||||
//
|
||||
// RibbonButtonViewStandard
|
||||
//
|
||||
this.RibbonButtonViewStandard.Image = global::OnDoc.Properties.Resources.Default_24x24_32;
|
||||
this.RibbonButtonViewStandard.LargeImage = global::OnDoc.Properties.Resources.Default_24x24_32;
|
||||
this.RibbonButtonViewStandard.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
|
||||
this.RibbonButtonViewStandard.Name = "RibbonButtonViewStandard";
|
||||
this.RibbonButtonViewStandard.SmallImage = global::OnDoc.Properties.Resources.Default_16x16_32;
|
||||
this.RibbonButtonViewStandard.Text = "Standard";
|
||||
this.RibbonButtonViewStandard.ToolTip = "Standard-Ansicht";
|
||||
this.RibbonButtonViewStandard.Click += new System.EventHandler(this.RibbonButtonViewStandard_Click);
|
||||
//
|
||||
// RibbonButtonViewSave
|
||||
//
|
||||
this.RibbonButtonViewSave.Image = global::OnDoc.Properties.Resources.add_24x24_32;
|
||||
this.RibbonButtonViewSave.LargeImage = global::OnDoc.Properties.Resources.add_24x24_32;
|
||||
this.RibbonButtonViewSave.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
|
||||
this.RibbonButtonViewSave.Name = "RibbonButtonViewSave";
|
||||
this.RibbonButtonViewSave.SmallImage = global::OnDoc.Properties.Resources.add_16x16_32;
|
||||
this.RibbonButtonViewSave.ToolTip = "Aktuelle Ansicht speichern";
|
||||
this.RibbonButtonViewSave.Click += new System.EventHandler(this.RibbonButtonViewSave_Click);
|
||||
//
|
||||
// RibbonButtonViewDelete
|
||||
//
|
||||
this.RibbonButtonViewDelete.Image = global::OnDoc.Properties.Resources.Remove_24x24_32;
|
||||
this.RibbonButtonViewDelete.LargeImage = global::OnDoc.Properties.Resources.Remove_24x24_32;
|
||||
this.RibbonButtonViewDelete.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
|
||||
this.RibbonButtonViewDelete.Name = "RibbonButtonViewDelete";
|
||||
this.RibbonButtonViewDelete.SmallImage = global::OnDoc.Properties.Resources.Remove_16x16_32;
|
||||
this.RibbonButtonViewDelete.ToolTip = "Ansichtseinstellung löschen";
|
||||
this.RibbonButtonViewDelete.Click += new System.EventHandler(this.RibbonButtonViewDelete_Click);
|
||||
//
|
||||
// ribbonButton4
|
||||
//
|
||||
this.ribbonButton4.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton4.Image")));
|
||||
this.ribbonButton4.LargeImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton4.LargeImage")));
|
||||
this.ribbonButton4.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
|
||||
this.ribbonButton4.Name = "ribbonButton4";
|
||||
this.ribbonButton4.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton4.SmallImage")));
|
||||
this.ribbonButton4.Visible = false;
|
||||
this.ribbonButton4.Click += new System.EventHandler(this.ribbonButton4_Click_1);
|
||||
//
|
||||
// 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::OnDoc.Properties.Resources.Pprofil_16x16_32;
|
||||
this.ribbonButton1.LargeImage = global::OnDoc.Properties.Resources.Pprofil_16x16_32;
|
||||
this.ribbonButton1.Name = "ribbonButton1";
|
||||
this.ribbonButton1.SmallImage = global::OnDoc.Properties.Resources.Pprofil_16x16_32;
|
||||
this.ribbonButton1.ToolTip = "Profil bearbeiten";
|
||||
this.ribbonButton1.Click += new System.EventHandler(this.ribbonButton1_Click);
|
||||
//
|
||||
// ribbonPanelVorschau
|
||||
//
|
||||
this.ribbonPanelVorschau.ButtonMoreVisible = false;
|
||||
@@ -762,41 +879,6 @@ namespace OnDoc.UICintrols
|
||||
this.RibbonBtnVorschauSepparat.Text = "Eigenes Fenster";
|
||||
this.RibbonBtnVorschauSepparat.Click += new System.EventHandler(this.RibbonBtnVorschauSepparat_Click);
|
||||
//
|
||||
// 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::OnDoc.Properties.Resources.Pprofil_32x32_32;
|
||||
this.ribbonButton1.LargeImage = global::OnDoc.Properties.Resources.Pprofil_32x32_32;
|
||||
this.ribbonButton1.Name = "ribbonButton1";
|
||||
this.ribbonButton1.SmallImage = global::OnDoc.Properties.Resources.Pprofil_16x16_32;
|
||||
this.ribbonButton1.Click += new System.EventHandler(this.ribbonButton1_Click);
|
||||
//
|
||||
// ribbonPannelDiverseVorlagen
|
||||
//
|
||||
this.ribbonPannelDiverseVorlagen.Items.Add(this.ribbonButtonNativ);
|
||||
@@ -928,6 +1010,24 @@ namespace OnDoc.UICintrols
|
||||
this.RibbonButtonCreateNewDoc.Text = "Dokument";
|
||||
this.RibbonButtonCreateNewDoc.Click += new System.EventHandler(this.RibbonButtonCreateNewDoc_Click);
|
||||
//
|
||||
// ribbonButton5
|
||||
//
|
||||
this.ribbonButton5.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton5.Image")));
|
||||
this.ribbonButton5.LargeImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton5.LargeImage")));
|
||||
this.ribbonButton5.Name = "ribbonButton5";
|
||||
this.ribbonButton5.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton5.SmallImage")));
|
||||
this.ribbonButton5.Text = "Load";
|
||||
//
|
||||
// docPreview1
|
||||
//
|
||||
this.docPreview1.BackColor = System.Drawing.SystemColors.Control;
|
||||
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(1709, 347);
|
||||
this.docPreview1.TabIndex = 0;
|
||||
this.docPreview1.ZoomPercentage = 0;
|
||||
//
|
||||
// DokList
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
@@ -1043,5 +1143,15 @@ namespace OnDoc.UICintrols
|
||||
private System.Windows.Forms.RibbonButton RibbonPartnerSaldiert;
|
||||
private System.Windows.Forms.RibbonPanel ribbonPanel4;
|
||||
private System.Windows.Forms.RibbonButton ribbonbuttonlogin;
|
||||
private System.Windows.Forms.RibbonButton ribbonButton5;
|
||||
private System.Windows.Forms.RibbonPanel RibbonPannelAnsicht;
|
||||
private System.Windows.Forms.RibbonItemGroup ribbonItemGroup2;
|
||||
private System.Windows.Forms.RibbonLabel ribboncomboboxansicht;
|
||||
private System.Windows.Forms.RibbonComboBox ribbonCBAnsicht;
|
||||
private System.Windows.Forms.RibbonItemGroup ribbonItemGroup3;
|
||||
private System.Windows.Forms.RibbonButton RibbonButtonViewStandard;
|
||||
private System.Windows.Forms.RibbonButton RibbonButtonViewSave;
|
||||
private System.Windows.Forms.RibbonButton RibbonButtonViewDelete;
|
||||
private System.Windows.Forms.RibbonButton ribbonButton4;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,6 +41,9 @@ using OnDoc.Versandstrasse;
|
||||
using Windows.UI.Input.Preview.Injection;
|
||||
using Windows.UI.WebUI;
|
||||
using Windows.ApplicationModel.VoiceCommands;
|
||||
using System.Runtime.InteropServices.ComTypes;
|
||||
using Windows.Storage.Streams;
|
||||
using Windows.UI.Xaml.Media;
|
||||
|
||||
|
||||
|
||||
@@ -66,6 +69,7 @@ namespace OnDoc.UICintrols
|
||||
public bool runmacros { get; set; } = false;
|
||||
|
||||
public string Search_Docid { get; set; } = "";
|
||||
private System.Data.DataTable Ansichten { get; set; }
|
||||
|
||||
public DokList()
|
||||
{
|
||||
@@ -116,6 +120,36 @@ namespace OnDoc.UICintrols
|
||||
RibbonCBProfil.SelectedItem = rl;
|
||||
}
|
||||
}
|
||||
db = null;
|
||||
refresh_ansichten();
|
||||
}
|
||||
private void refresh_ansichten(string Bezeichnung="") {
|
||||
ribbonCBAnsicht.DropDownItems.Clear();
|
||||
DB db = new DB(AppParams.connectionstring);
|
||||
db.clear_parameter();
|
||||
db.add_parameter("@maid", AppParams.CurrentMitarbieter.ToString());
|
||||
db.Get_Tabledata("sp_ondoc_get_magridveiw", true, false);
|
||||
Ansichten = db.dsdaten.Tables[0].Copy();
|
||||
string standardview = "";
|
||||
foreach (System.Data.DataRow dr in Ansichten.Rows)
|
||||
{
|
||||
RibbonLabel rl = new RibbonLabel();
|
||||
rl.Text = dr["bezeichnung"].ToString();
|
||||
rl.Tag = Convert.ToInt32(dr["id"]);
|
||||
ribbonCBAnsicht.DropDownItems.Add(rl);
|
||||
if (Convert.ToBoolean(dr["standard"])==true && Bezeichnung=="")
|
||||
{
|
||||
ribbonCBAnsicht.SelectedItem = rl;
|
||||
standardview = dr["gridsettings"].ToString();
|
||||
}
|
||||
if (rl.Text == Bezeichnung)
|
||||
{
|
||||
ribbonCBAnsicht.SelectedItem = rl;
|
||||
standardview = dr["gridsettings"].ToString();
|
||||
}
|
||||
}
|
||||
db = null;
|
||||
if (standardview != "") { refresh_view(standardview); }
|
||||
}
|
||||
|
||||
|
||||
@@ -201,7 +235,7 @@ namespace OnDoc.UICintrols
|
||||
selected_dokumentid = documentid;
|
||||
selected_partnernr = dataRow["Partner-Nr"].ToString();
|
||||
selected_cellvalue = dataRow[e.DataColumn.ColumnIndex].ToString();
|
||||
|
||||
|
||||
|
||||
if (dataRow["Bearbeitung_Zwingend"].ToString() == "1")
|
||||
{
|
||||
@@ -210,7 +244,7 @@ namespace OnDoc.UICintrols
|
||||
}
|
||||
else
|
||||
{
|
||||
if (dataRow["toapprove"].ToString() == "True" && dataRow["approved"].ToString() =="False")
|
||||
if (dataRow["toapprove"].ToString() == "True" && dataRow["approved"].ToString() == "False")
|
||||
{
|
||||
RibbonButtonArchivToOnBase.Enabled = false;
|
||||
archivierenToolStripMenuItem.Enabled = false;
|
||||
@@ -559,7 +593,7 @@ namespace OnDoc.UICintrols
|
||||
break;
|
||||
case 4:
|
||||
archivedoc(frmnewdok.dokumentid);
|
||||
|
||||
|
||||
break;
|
||||
case 5:
|
||||
break;
|
||||
@@ -672,7 +706,20 @@ namespace OnDoc.UICintrols
|
||||
|
||||
private void sfDataGrid1_DrawCell(object sender, DrawCellEventArgs e)
|
||||
{
|
||||
|
||||
if (e.Column.MappingName == "zu_retournieren")
|
||||
{
|
||||
e.Column.CellStyle.HorizontalAlignment = HorizontalAlignment.Center;
|
||||
e.Handled = true;
|
||||
var selectedItem = e.DataRow;
|
||||
var dataRow = (e.DataRow.RowData as DataRowView).Row;
|
||||
if (Convert.ToBoolean(dataRow["zu_retournieren"]) == true)
|
||||
{
|
||||
e.Graphics.DrawImage(OnDoc.Properties.Resources.Barcode_24x24_32, e.Bounds.X + 20, e.Bounds.Y + 3);
|
||||
Pen borderPen = new Pen(Color.LightGray);
|
||||
e.Graphics.DrawLine(borderPen, e.Bounds.Right, e.Bounds.Top, e.Bounds.Right, e.Bounds.Bottom);
|
||||
e.Graphics.DrawLine(borderPen, e.Bounds.Left, e.Bounds.Bottom, e.Bounds.Right, e.Bounds.Bottom);
|
||||
}
|
||||
}
|
||||
if (e.Column.MappingName == "fileext")
|
||||
{
|
||||
try
|
||||
@@ -681,6 +728,9 @@ namespace OnDoc.UICintrols
|
||||
e.Handled = true;
|
||||
var selectedItem = e.DataRow;
|
||||
var dataRow = (e.DataRow.RowData as DataRowView).Row;
|
||||
|
||||
|
||||
|
||||
if (dataRow[0].ToString().Substring(0, 1).ToUpper() == "D")
|
||||
{
|
||||
//word
|
||||
@@ -828,7 +878,7 @@ namespace OnDoc.UICintrols
|
||||
nv.Show();
|
||||
}
|
||||
|
||||
private void archivedoc (string documentid)
|
||||
private void archivedoc(string documentid)
|
||||
{
|
||||
string URL = AppParams.RESTURI + "api/ArchiveDocFromDatabase?dokumentid=" + documentid;
|
||||
|
||||
@@ -902,7 +952,7 @@ namespace OnDoc.UICintrols
|
||||
|
||||
//}
|
||||
//refresh_dokumente();
|
||||
|
||||
|
||||
}
|
||||
private void ribbonButtonVersandstrasse_Click(object sender, EventArgs e)
|
||||
{
|
||||
@@ -1135,6 +1185,163 @@ namespace OnDoc.UICintrols
|
||||
set_functions();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
private void refresh_view(string base64string)
|
||||
{
|
||||
|
||||
byte[] bytes = Convert.FromBase64String(base64string);
|
||||
string plaintext = Strings.Base64Decode(base64string);
|
||||
string tagesdatum = DateTime.Now.ToString("yyyy-MM-ddT00:00:00");
|
||||
//tagesdatum = "2024-11-29T00:00:00";
|
||||
plaintext = plaintext.Replace("@today@", tagesdatum);
|
||||
plaintext = Strings.Base64Encode(plaintext);
|
||||
bytes=Convert.FromBase64String(plaintext);
|
||||
using (MemoryStream ms = new MemoryStream(bytes))
|
||||
{
|
||||
this.sfDataGrid1.Deserialize(ms);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
public static string Decode(string text)
|
||||
{
|
||||
text = text.Replace('_', '/').Replace('-', '+');
|
||||
switch (text.Length % 4)
|
||||
{
|
||||
case 2:
|
||||
text += "==";
|
||||
break;
|
||||
case 3:
|
||||
text += "=";
|
||||
break;
|
||||
}
|
||||
return Encoding.UTF8.GetString(Convert.FromBase64String(text));
|
||||
}
|
||||
private void ribbonButton4_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (System.IO.File.Exists(@"x:\gridsettings.xml"))
|
||||
{
|
||||
using (var file = File.Open(@"x:\gridsettings.xml", FileMode.Open))
|
||||
{
|
||||
this.sfDataGrid1.Deserialize(file);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private void ribbonCBAnsicht_DropDownItemClicked(object sender, System.Windows.Forms.RibbonItemEventArgs e)
|
||||
{
|
||||
try
|
||||
{
|
||||
int selecteditem = Convert.ToInt32(e.Item.Tag);
|
||||
if (selecteditem == -999)
|
||||
{
|
||||
RibbonButtonViewStandard_Click(sender, e);
|
||||
return;
|
||||
}
|
||||
foreach (System.Data.DataRow dr in Ansichten.Rows)
|
||||
{
|
||||
if (Convert.ToInt32(dr["id"]) == selecteditem)
|
||||
{
|
||||
sfDataGrid1.ClearFilters();
|
||||
sfDataGrid1.ClearGrouping();
|
||||
sfDataGrid1.ClearSelection();
|
||||
sfDataGrid1.ClearSorting();
|
||||
refresh_view(dr["gridsettings"].ToString());
|
||||
}
|
||||
}
|
||||
}
|
||||
catch { }
|
||||
}
|
||||
|
||||
private void RibbonButtonViewStandard_Click(object sender, EventArgs e)
|
||||
{
|
||||
sfDataGrid1.ClearFilters();
|
||||
sfDataGrid1.ClearGrouping();
|
||||
sfDataGrid1.ClearSelection();
|
||||
sfDataGrid1.ClearSorting();
|
||||
ribbonCBAnsicht.SelectedIndex = 0;
|
||||
}
|
||||
|
||||
private void RibbonButtonViewSave_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
|
||||
SaveAnsicht sa = new SaveAnsicht();
|
||||
sa.ShowDialog();
|
||||
if (sa.DialogResult == DialogResult.OK)
|
||||
{
|
||||
MemoryStream ms = new MemoryStream();
|
||||
this.sfDataGrid1.Serialize(ms);
|
||||
string inputAsString = Convert.ToBase64String(ms.ToArray());
|
||||
|
||||
DB db = new DB(AppParams.connectionstring);
|
||||
if (sa.alsStandard == 1)
|
||||
{
|
||||
db.Exec_SQL("Update mitarbeiter_gridsettings set standard=0 where mitarbeiterid=" + AppParams.CurrentMitarbieter.ToString());
|
||||
}
|
||||
|
||||
string sql = "insert Mitarbeiter_GridSettings (mitarbeiterid, erstellt_am, aktiv, bezeichnung, gridsettings,standard) values(";
|
||||
sql = sql + AppParams.CurrentMitarbieter.ToString() + ",getdate(),1,'" + sa.selectedtext + "','" + inputAsString + "',"+sa.alsStandard.ToString()+")";
|
||||
db.Exec_SQL(sql);
|
||||
db = null;
|
||||
if (sa.alsStandard != 1) { refresh_ansichten(sa.selectedtext); } else { refresh_ansichten(); }
|
||||
|
||||
//using (var file = File.Create(@"x:\gridsettings4.xml"))
|
||||
//{
|
||||
// this.sfDataGrid1.Serialize(file);
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
||||
private void RibbonButtonViewDelete_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
if (ribbonCBAnsicht.SelectedItem.Text.Trim()=="" || ribbonCBAnsicht.SelectedItem.Text.Substring(0,4)==" Heu")
|
||||
{
|
||||
MessageBox.Show("Die gewählte Standard-Ansicht kann nicht gelöscht werden", "Ansicht löschen", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
return;
|
||||
}
|
||||
if (MessageBox.Show("Aktuelle Ansicht löschen?", "Ansicht löschen", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes)
|
||||
{
|
||||
DB db = new DB(AppParams.connectionstring);
|
||||
foreach (System.Data.DataRow dr in Ansichten.Rows)
|
||||
{
|
||||
if (dr["bezeichnung"].ToString() == ribbonCBAnsicht.SelectedItem.Text)
|
||||
{
|
||||
db.Exec_SQL("Update mitarbeiter_gridsettings set aktiv=0 where id=" + dr["id"].ToString());
|
||||
}
|
||||
}
|
||||
db = null;
|
||||
refresh_ansichten();
|
||||
}
|
||||
}
|
||||
|
||||
private void ribbonButton4_Click_1(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
FileHelper fh = new FileHelper();
|
||||
string b = fh.Base64FromFile(@"x:\gridsettings2.xml");
|
||||
|
||||
DB db = new DB(AppParams.connectionstring);
|
||||
db.Exec_SQL("Update mitarbeiter_gridsettings set gridsettings='" + b + "' where id=-101");
|
||||
// using (var file = File.Open(@"x:\gridsettings2.xml", FileMode.Open))
|
||||
// {
|
||||
// this.sfDataGrid1.Deserialize(file);
|
||||
// }
|
||||
//using (var file = File.Open(@"x:\gridsettings3.xml", FileMode.Open))
|
||||
//{
|
||||
// this.sfDataGrid1.Serialize(file);
|
||||
//}
|
||||
|
||||
}
|
||||
|
||||
private void archivierenToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
RibbonButtonArchivToOnBase_Click(sender, e);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -375,6 +375,24 @@
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vAAADrwBlbxySQAAABNJREFUOE9jGAWjYBSMAjBgYAAABBAAAadEfGMAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="ribbonButton4.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wQAADsEBuJFr7QAAABpJREFUWEftwQEBAAAAgiD/r25IQAAAAMC5GhAgAAGdeElDAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="ribbonButton4.LargeImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wQAADsEBuJFr7QAAABpJREFUWEftwQEBAAAAgiD/r25IQAAAAMC5GhAgAAGdeElDAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="ribbonButton4.SmallImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wQAADsEBuJFr7QAAABNJREFUOE9jGAWjYBSMAjBgYAAABBAAAadEfGMAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="RibbonButtonDokumenttyp.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
@@ -470,19 +488,19 @@
|
||||
<data name="ribbonbuttonlogin.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vwAADr8BOAVTJAAAABpJREFUWEftwQEBAAAAgiD/r25IQAAAAMC5GhAgAAGdeElDAAAAAElFTkSuQmCC
|
||||
vAAADrwBlbxySQAAABpJREFUWEftwQEBAAAAgiD/r25IQAAAAMC5GhAgAAGdeElDAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="ribbonbuttonlogin.LargeImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vwAADr8BOAVTJAAAABpJREFUWEftwQEBAAAAgiD/r25IQAAAAMC5GhAgAAGdeElDAAAAAElFTkSuQmCC
|
||||
vAAADrwBlbxySQAAABpJREFUWEftwQEBAAAAgiD/r25IQAAAAMC5GhAgAAGdeElDAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="ribbonbuttonlogin.SmallImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vwAADr8BOAVTJAAAABNJREFUOE9jGAWjYBSMAjBgYAAABBAAAadEfGMAAAAASUVORK5CYII=
|
||||
vAAADrwBlbxySQAAABNJREFUOE9jGAWjYBSMAjBgYAAABBAAAadEfGMAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="pdfConfig1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
@@ -491,4 +509,22 @@
|
||||
<metadata name="timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>376, 17</value>
|
||||
</metadata>
|
||||
<data name="ribbonButton5.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vAAADrwBlbxySQAAABpJREFUWEftwQEBAAAAgiD/r25IQAAAAMC5GhAgAAGdeElDAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="ribbonButton5.LargeImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vAAADrwBlbxySQAAABpJREFUWEftwQEBAAAAgiD/r25IQAAAAMC5GhAgAAGdeElDAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="ribbonButton5.SmallImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vAAADrwBlbxySQAAABNJREFUOE9jGAWjYBSMAjBgYAAABBAAAadEfGMAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -54,6 +54,8 @@ namespace OnDoc.UIControls
|
||||
public int barcode_width = 0;
|
||||
public int barcode_height = 0;
|
||||
public int barcode_horizontal = 0;
|
||||
public string barcode_type = "";
|
||||
public string barcode_content = "";
|
||||
|
||||
public UCAllgemeineDokumentParam()
|
||||
{
|
||||
@@ -152,20 +154,37 @@ namespace OnDoc.UIControls
|
||||
catch { }
|
||||
|
||||
|
||||
db.Get_Tabledata("Select office_vorlagenr,kopfzeile_generieren, bcpt,bcpl, bcw, bch, bchorizontal from office_vorlage where office_vorlagenr="+dr["office_vorlagenr"].ToString(),false,true);
|
||||
db.Get_Tabledata("Select office_vorlagenr,kopfzeile_generieren, bcpt,bcpl, bcw, bch, bchorizontal, barcodetype, datamatrixcontent from office_vorlage where office_vorlagenr="+dr["office_vorlagenr"].ToString(),false,true);
|
||||
this.vorlagenr = Convert.ToInt32(dr["office_vorlagenr"]);
|
||||
this.kopfzeile_generieren = false;
|
||||
this.barcode_left = Convert.ToInt32(db.dsdaten.Tables[0].Rows[0]["bcpl"]);
|
||||
this.barcode_top = Convert.ToInt32(db.dsdaten.Tables[0].Rows[0]["bcpt"]);
|
||||
this.barcode_width = Convert.ToInt32(db.dsdaten.Tables[0].Rows[0]["bcw"]);
|
||||
this.barcode_height = Convert.ToInt32(db.dsdaten.Tables[0].Rows[0]["bch"]);
|
||||
this.barcode_horizontal = Convert.ToInt32(db.dsdaten.Tables[0].Rows[0]["bchorizontal"]);
|
||||
try
|
||||
{
|
||||
if (Convert.ToBoolean(db.dsdaten.Tables[0].Rows[0][1]) == true) { this.kopfzeile_generieren = true; }
|
||||
}
|
||||
catch { }
|
||||
|
||||
this.barcode_left = Convert.ToInt32(db.dsdaten.Tables[0].Rows[0]["bcpl"]);
|
||||
this.barcode_top = Convert.ToInt32(db.dsdaten.Tables[0].Rows[0]["bcpt"]);
|
||||
this.barcode_width = Convert.ToInt32(db.dsdaten.Tables[0].Rows[0]["bcw"]);
|
||||
this.barcode_height = Convert.ToInt32(db.dsdaten.Tables[0].Rows[0]["bch"]);
|
||||
this.barcode_horizontal = Convert.ToInt32(db.dsdaten.Tables[0].Rows[0]["bchorizontal"]);
|
||||
this.barcode_type = db.dsdaten.Tables[0].Rows[0]["BarcodeType"].ToString();
|
||||
this.barcode_content = db.dsdaten.Tables[0].Rows[0]["DatamatrixContent"].ToString();
|
||||
|
||||
|
||||
string sql = "";
|
||||
sql = "select bcpt, bcpl, bcw, bch, bchorizontal from OnDocBarcodeMpping ";
|
||||
sql = sql + "where orig_bcpt = " + barcode_top.ToString() + " and orig_bcpl=" + barcode_left.ToString() + " ";
|
||||
sql = sql + "and orig_bcw=" + barcode_width.ToString() + " and orig_bch=" + barcode_height.ToString();
|
||||
db.Get_Tabledata(sql, false, true);
|
||||
if (db.dsdaten.Tables[0].Rows.Count > 0)
|
||||
{
|
||||
this.barcode_left = Convert.ToInt32(db.dsdaten.Tables[0].Rows[0]["bcpl"]);
|
||||
this.barcode_top = Convert.ToInt32(db.dsdaten.Tables[0].Rows[0]["bcpt"]);
|
||||
this.barcode_width = Convert.ToInt32(db.dsdaten.Tables[0].Rows[0]["bcw"]);
|
||||
this.barcode_height = Convert.ToInt32(db.dsdaten.Tables[0].Rows[0]["bch"]);
|
||||
}
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -384,6 +403,7 @@ namespace OnDoc.UIControls
|
||||
}
|
||||
public void Update_DocGenData()
|
||||
{
|
||||
|
||||
docgendata.partnernr = this.partnernr.ToString();
|
||||
docgendata.inhaberadresse = this.txtPartnerInhaber.Text;
|
||||
docgendata.zustelladresse = this.txtPartnerZusteller.Text;
|
||||
@@ -445,9 +465,13 @@ namespace OnDoc.UIControls
|
||||
dokdata.barcode_width = barcode_width;
|
||||
dokdata.barcode_top = barcode_top;
|
||||
dokdata.barcode_height = barcode_height;
|
||||
dokdata.barcode_zusatz = barcode_zusatz;
|
||||
|
||||
|
||||
dokdata.barcode_horizontal = barcode_horizontal;
|
||||
dokdata.barcode_font = AppParams.barcodefont;
|
||||
dokdata.barcode_fontsize = Convert.ToInt32(AppParams.barcodefontsize);
|
||||
dokdata.barcode_textposition = AppParams.barcodetextposition;
|
||||
dokdata.barcode_type = barcode_type;
|
||||
dokdata.barcode_content = barcode_content;
|
||||
dokdata.barcode_zusatz = "";
|
||||
}
|
||||
private void sfButton1_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user