Nach Update Syncfusion / Anpassungen Nativ
This commit is contained in:
199
Client/UIControls/Administrator/Dokumenttyp.Designer.cs
generated
199
Client/UIControls/Administrator/Dokumenttyp.Designer.cs
generated
@@ -38,6 +38,7 @@
|
||||
Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv7 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
|
||||
Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv8 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
|
||||
Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv9 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
|
||||
Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo2 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Dokumenttyp));
|
||||
this.tabControlAdv1 = new Syncfusion.Windows.Forms.Tools.TabControlAdv();
|
||||
this.tabPageAdv1 = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
|
||||
@@ -92,6 +93,8 @@
|
||||
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
||||
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||
this.grpVorlagenfeld = new System.Windows.Forms.GroupBox();
|
||||
this.chkaktiv = new System.Windows.Forms.CheckBox();
|
||||
this.label14 = new System.Windows.Forms.Label();
|
||||
this.lblFeldregel = new System.Windows.Forms.TextBox();
|
||||
this.txtTechbezeichnung = new System.Windows.Forms.TextBox();
|
||||
this.label13 = new System.Windows.Forms.Label();
|
||||
@@ -125,15 +128,14 @@
|
||||
this.lblfeldregeliddesc = new System.Windows.Forms.Label();
|
||||
this.lblID = new System.Windows.Forms.Label();
|
||||
this.lbliddesc = new System.Windows.Forms.Label();
|
||||
this.chkaktiv = new System.Windows.Forms.CheckBox();
|
||||
this.label14 = new System.Windows.Forms.Label();
|
||||
this.groupBox7 = new System.Windows.Forms.GroupBox();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.txtFilter = new System.Windows.Forms.TextBox();
|
||||
this.rbBezeichnung = new System.Windows.Forms.RadioButton();
|
||||
this.label16 = new System.Windows.Forms.Label();
|
||||
this.rbNr = new System.Windows.Forms.RadioButton();
|
||||
this.label15 = new System.Windows.Forms.Label();
|
||||
this.txtFilter = new System.Windows.Forms.TextBox();
|
||||
this.label16 = new System.Windows.Forms.Label();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.TreeDokumenttyp = new Syncfusion.Windows.Forms.Tools.TreeViewAdv();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tabControlAdv1)).BeginInit();
|
||||
this.tabControlAdv1.SuspendLayout();
|
||||
this.tabPageAdv1.SuspendLayout();
|
||||
@@ -161,6 +163,7 @@
|
||||
this.grpVorlagenfeld.SuspendLayout();
|
||||
this.groupBox7.SuspendLayout();
|
||||
this.panel1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.TreeDokumenttyp)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// tabControlAdv1
|
||||
@@ -889,6 +892,26 @@
|
||||
this.grpVorlagenfeld.TabStop = false;
|
||||
this.grpVorlagenfeld.Text = "Vorlagenfeld";
|
||||
//
|
||||
// chkaktiv
|
||||
//
|
||||
this.chkaktiv.AutoSize = true;
|
||||
this.chkaktiv.Location = new System.Drawing.Point(135, 576);
|
||||
this.chkaktiv.Name = "chkaktiv";
|
||||
this.chkaktiv.Size = new System.Drawing.Size(15, 14);
|
||||
this.chkaktiv.TabIndex = 35;
|
||||
this.chkaktiv.Tag = "aktiv";
|
||||
this.chkaktiv.UseVisualStyleBackColor = true;
|
||||
this.chkaktiv.CheckedChanged += new System.EventHandler(this.chkui_CheckedChanged);
|
||||
//
|
||||
// label14
|
||||
//
|
||||
this.label14.AutoSize = true;
|
||||
this.label14.Location = new System.Drawing.Point(18, 577);
|
||||
this.label14.Name = "label14";
|
||||
this.label14.Size = new System.Drawing.Size(31, 13);
|
||||
this.label14.TabIndex = 34;
|
||||
this.label14.Text = "Aktiv";
|
||||
//
|
||||
// lblFeldregel
|
||||
//
|
||||
this.lblFeldregel.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
@@ -1194,28 +1217,9 @@
|
||||
this.lbliddesc.TabIndex = 0;
|
||||
this.lbliddesc.Text = "ID";
|
||||
//
|
||||
// chkaktiv
|
||||
//
|
||||
this.chkaktiv.AutoSize = true;
|
||||
this.chkaktiv.Location = new System.Drawing.Point(135, 576);
|
||||
this.chkaktiv.Name = "chkaktiv";
|
||||
this.chkaktiv.Size = new System.Drawing.Size(15, 14);
|
||||
this.chkaktiv.TabIndex = 35;
|
||||
this.chkaktiv.Tag = "aktiv";
|
||||
this.chkaktiv.UseVisualStyleBackColor = true;
|
||||
this.chkaktiv.CheckedChanged += new System.EventHandler(this.chkui_CheckedChanged);
|
||||
//
|
||||
// label14
|
||||
//
|
||||
this.label14.AutoSize = true;
|
||||
this.label14.Location = new System.Drawing.Point(18, 577);
|
||||
this.label14.Name = "label14";
|
||||
this.label14.Size = new System.Drawing.Size(31, 13);
|
||||
this.label14.TabIndex = 34;
|
||||
this.label14.Text = "Aktiv";
|
||||
//
|
||||
// groupBox7
|
||||
//
|
||||
this.groupBox7.Controls.Add(this.TreeDokumenttyp);
|
||||
this.groupBox7.Controls.Add(this.panel1);
|
||||
this.groupBox7.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.groupBox7.Location = new System.Drawing.Point(2, 2);
|
||||
@@ -1225,53 +1229,6 @@
|
||||
this.groupBox7.TabStop = false;
|
||||
this.groupBox7.Text = "sflk";
|
||||
//
|
||||
// rbBezeichnung
|
||||
//
|
||||
this.rbBezeichnung.AutoSize = true;
|
||||
this.rbBezeichnung.Location = new System.Drawing.Point(111, 40);
|
||||
this.rbBezeichnung.Name = "rbBezeichnung";
|
||||
this.rbBezeichnung.Size = new System.Drawing.Size(87, 17);
|
||||
this.rbBezeichnung.TabIndex = 9;
|
||||
this.rbBezeichnung.Text = "Bezeichnung";
|
||||
this.rbBezeichnung.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// rbNr
|
||||
//
|
||||
this.rbNr.AutoSize = true;
|
||||
this.rbNr.Checked = true;
|
||||
this.rbNr.Location = new System.Drawing.Point(69, 39);
|
||||
this.rbNr.Name = "rbNr";
|
||||
this.rbNr.Size = new System.Drawing.Size(36, 17);
|
||||
this.rbNr.TabIndex = 8;
|
||||
this.rbNr.TabStop = true;
|
||||
this.rbNr.Text = "Nr";
|
||||
this.rbNr.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// label15
|
||||
//
|
||||
this.label15.AutoSize = true;
|
||||
this.label15.Location = new System.Drawing.Point(12, 37);
|
||||
this.label15.Name = "label15";
|
||||
this.label15.Size = new System.Drawing.Size(26, 13);
|
||||
this.label15.TabIndex = 7;
|
||||
this.label15.Text = "Sort";
|
||||
//
|
||||
// txtFilter
|
||||
//
|
||||
this.txtFilter.Location = new System.Drawing.Point(69, 12);
|
||||
this.txtFilter.Name = "txtFilter";
|
||||
this.txtFilter.Size = new System.Drawing.Size(139, 20);
|
||||
this.txtFilter.TabIndex = 6;
|
||||
//
|
||||
// label16
|
||||
//
|
||||
this.label16.AutoSize = true;
|
||||
this.label16.Location = new System.Drawing.Point(12, 15);
|
||||
this.label16.Name = "label16";
|
||||
this.label16.Size = new System.Drawing.Size(29, 13);
|
||||
this.label16.TabIndex = 5;
|
||||
this.label16.Text = "Filter";
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.Controls.Add(this.txtFilter);
|
||||
@@ -1285,6 +1242,102 @@
|
||||
this.panel1.Size = new System.Drawing.Size(276, 71);
|
||||
this.panel1.TabIndex = 10;
|
||||
//
|
||||
// txtFilter
|
||||
//
|
||||
this.txtFilter.Location = new System.Drawing.Point(69, 12);
|
||||
this.txtFilter.Name = "txtFilter";
|
||||
this.txtFilter.Size = new System.Drawing.Size(139, 20);
|
||||
this.txtFilter.TabIndex = 6;
|
||||
this.txtFilter.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtFilter_KeyDown);
|
||||
//
|
||||
// rbBezeichnung
|
||||
//
|
||||
this.rbBezeichnung.AutoSize = true;
|
||||
this.rbBezeichnung.Location = new System.Drawing.Point(111, 40);
|
||||
this.rbBezeichnung.Name = "rbBezeichnung";
|
||||
this.rbBezeichnung.Size = new System.Drawing.Size(87, 17);
|
||||
this.rbBezeichnung.TabIndex = 9;
|
||||
this.rbBezeichnung.Text = "Bezeichnung";
|
||||
this.rbBezeichnung.UseVisualStyleBackColor = true;
|
||||
this.rbBezeichnung.Click += new System.EventHandler(this.rbNr_Click);
|
||||
//
|
||||
// label16
|
||||
//
|
||||
this.label16.AutoSize = true;
|
||||
this.label16.Location = new System.Drawing.Point(12, 15);
|
||||
this.label16.Name = "label16";
|
||||
this.label16.Size = new System.Drawing.Size(29, 13);
|
||||
this.label16.TabIndex = 5;
|
||||
this.label16.Text = "Filter";
|
||||
//
|
||||
// rbNr
|
||||
//
|
||||
this.rbNr.AutoSize = true;
|
||||
this.rbNr.Checked = true;
|
||||
this.rbNr.Location = new System.Drawing.Point(69, 39);
|
||||
this.rbNr.Name = "rbNr";
|
||||
this.rbNr.Size = new System.Drawing.Size(36, 17);
|
||||
this.rbNr.TabIndex = 8;
|
||||
this.rbNr.TabStop = true;
|
||||
this.rbNr.Text = "Nr";
|
||||
this.rbNr.UseVisualStyleBackColor = true;
|
||||
this.rbNr.Click += new System.EventHandler(this.rbNr_Click);
|
||||
//
|
||||
// label15
|
||||
//
|
||||
this.label15.AutoSize = true;
|
||||
this.label15.Location = new System.Drawing.Point(12, 37);
|
||||
this.label15.Name = "label15";
|
||||
this.label15.Size = new System.Drawing.Size(26, 13);
|
||||
this.label15.TabIndex = 7;
|
||||
this.label15.Text = "Sort";
|
||||
//
|
||||
// TreeDokumenttyp
|
||||
//
|
||||
treeNodeAdvStyleInfo2.CheckBoxTickThickness = 1;
|
||||
treeNodeAdvStyleInfo2.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdvStyleInfo2.EnsureDefaultOptionedChild = true;
|
||||
treeNodeAdvStyleInfo2.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdvStyleInfo2.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdvStyleInfo2.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
|
||||
treeNodeAdvStyleInfo2.ShowCheckBox = false;
|
||||
treeNodeAdvStyleInfo2.TextColor = System.Drawing.Color.Black;
|
||||
this.TreeDokumenttyp.BaseStylePairs.AddRange(new Syncfusion.Windows.Forms.Tools.StyleNamePair[] {
|
||||
new Syncfusion.Windows.Forms.Tools.StyleNamePair("Standard", treeNodeAdvStyleInfo2)});
|
||||
this.TreeDokumenttyp.BeforeTouchSize = new System.Drawing.Size(303, 670);
|
||||
this.TreeDokumenttyp.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.TreeDokumenttyp.HelpTextControl.BaseThemeName = null;
|
||||
this.TreeDokumenttyp.HelpTextControl.Location = new System.Drawing.Point(0, 0);
|
||||
this.TreeDokumenttyp.HelpTextControl.Name = "";
|
||||
this.TreeDokumenttyp.HelpTextControl.Size = new System.Drawing.Size(392, 112);
|
||||
this.TreeDokumenttyp.HelpTextControl.TabIndex = 0;
|
||||
this.TreeDokumenttyp.HelpTextControl.Visible = true;
|
||||
this.TreeDokumenttyp.InactiveSelectedNodeForeColor = System.Drawing.SystemColors.ControlText;
|
||||
this.TreeDokumenttyp.Location = new System.Drawing.Point(3, 87);
|
||||
this.TreeDokumenttyp.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
|
||||
this.TreeDokumenttyp.Name = "TreeDokumenttyp";
|
||||
this.TreeDokumenttyp.SelectedNodeForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
this.TreeDokumenttyp.Size = new System.Drawing.Size(303, 670);
|
||||
this.TreeDokumenttyp.SortWithChildNodes = true;
|
||||
this.TreeDokumenttyp.TabIndex = 11;
|
||||
this.TreeDokumenttyp.Text = "treeViewAdv1";
|
||||
this.TreeDokumenttyp.ThemeStyle.TreeNodeAdvStyle.CheckBoxTickThickness = 0;
|
||||
this.TreeDokumenttyp.ThemeStyle.TreeNodeAdvStyle.EnsureDefaultOptionedChild = true;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.TreeDokumenttyp.ToolTipControl.BaseThemeName = null;
|
||||
this.TreeDokumenttyp.ToolTipControl.Location = new System.Drawing.Point(0, 0);
|
||||
this.TreeDokumenttyp.ToolTipControl.Name = "";
|
||||
this.TreeDokumenttyp.ToolTipControl.Size = new System.Drawing.Size(392, 112);
|
||||
this.TreeDokumenttyp.ToolTipControl.TabIndex = 0;
|
||||
this.TreeDokumenttyp.ToolTipControl.Visible = true;
|
||||
this.TreeDokumenttyp.AfterSelect += new System.EventHandler(this.TreeDokumenttyp_AfterSelect);
|
||||
this.TreeDokumenttyp.Click += new System.EventHandler(this.TreeDokumenttyp_Click);
|
||||
//
|
||||
// Dokumenttyp
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
@@ -1334,6 +1387,7 @@
|
||||
this.groupBox7.ResumeLayout(false);
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.TreeDokumenttyp)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
@@ -1435,5 +1489,6 @@
|
||||
private System.Windows.Forms.Label label16;
|
||||
private System.Windows.Forms.RadioButton rbNr;
|
||||
private System.Windows.Forms.Label label15;
|
||||
private Syncfusion.Windows.Forms.Tools.TreeViewAdv TreeDokumenttyp;
|
||||
}
|
||||
}
|
||||
@@ -14,6 +14,8 @@ using Database;
|
||||
using Helper;
|
||||
using System.Windows.Forms.VisualStyles;
|
||||
using OnDoc.Helper;
|
||||
using Syncfusion.Windows.Forms.Tools;
|
||||
using Syncfusion.WinForms.Controls;
|
||||
|
||||
namespace OnDoc.UIControls.Administrator
|
||||
{
|
||||
@@ -37,9 +39,41 @@ namespace OnDoc.UIControls.Administrator
|
||||
this.dokumenttypnr = dokumenttypnr;
|
||||
}
|
||||
|
||||
System.Data.DataTable treedata = new System.Data.DataTable();
|
||||
private void update_tree()
|
||||
{
|
||||
db.Get_Tabledata("Select dokumenttypnr as ID, Bezeichnung, Aktiv from dokumenttyp", false, true);
|
||||
treedata = db.dsdaten.Tables[0].Copy();
|
||||
string _sqlWhere = " Bezeichnung like '%" + txtFilter.Text + "%'";
|
||||
string _sqlOrder = "Bezeichnung ";
|
||||
if (rbNr.Checked)
|
||||
{
|
||||
_sqlOrder = "id ";
|
||||
}
|
||||
else _sqlOrder = "Bezeichnung";
|
||||
|
||||
System.Data.DataTable _newDataTable = treedata.Select(_sqlWhere, _sqlOrder).CopyToDataTable();
|
||||
|
||||
foreach (DataRow r in _newDataTable.Rows)
|
||||
{
|
||||
TreeNodeAdv nodeAdv = new TreeNodeAdv();
|
||||
nodeAdv.Text = r["id"].ToString() + " " + r["Bezeichnung"].ToString();
|
||||
nodeAdv.Tag = r["id"].ToString();
|
||||
if (Convert.ToBoolean(r["aktiv"]) == false)
|
||||
{
|
||||
nodeAdv.Font = new System.Drawing.Font(nodeAdv.Font, FontStyle.Strikeout);
|
||||
}
|
||||
TreeDokumenttyp.Nodes.Add(nodeAdv);
|
||||
}
|
||||
}
|
||||
|
||||
private void Dokumenttyp_Load(object sender, EventArgs e)
|
||||
{
|
||||
update_tree();
|
||||
|
||||
return;
|
||||
}
|
||||
private void Update_Details(int id) {
|
||||
db.Get_Tabledata("Select office_vorlagenr, bezeichnung from office_vorlage", false, true);
|
||||
cbboxofficevorlage.DataSource = db.dsdaten.Tables[0];
|
||||
cbboxofficevorlage.DisplayMember = "Bezeichnung";
|
||||
@@ -320,5 +354,29 @@ namespace OnDoc.UIControls.Administrator
|
||||
Origin.AcceptChanges();
|
||||
sfDataGrid1.Update();
|
||||
}
|
||||
|
||||
private void TreeDokumenttyp_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void TreeDokumenttyp_AfterSelect(object sender, EventArgs e)
|
||||
{
|
||||
this.dokumenttypnr = Convert.ToInt32(TreeDokumenttyp.SelectedNode.Tag.ToString());
|
||||
Update_Details(dokumenttypnr);
|
||||
}
|
||||
|
||||
private void txtFilter_KeyDown(object sender, KeyEventArgs e)
|
||||
{
|
||||
if (e.KeyCode == Keys.Enter)
|
||||
{
|
||||
update_tree();
|
||||
}
|
||||
}
|
||||
|
||||
private void rbNr_Click(object sender, EventArgs e)
|
||||
{
|
||||
update_tree();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
35
Client/UIControls/DokList.Designer.cs
generated
35
Client/UIControls/DokList.Designer.cs
generated
@@ -49,7 +49,6 @@
|
||||
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();
|
||||
@@ -110,6 +109,7 @@
|
||||
this.lblToApprove = new System.Windows.Forms.Label();
|
||||
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||||
this.cbboxMitarbeiter = new Syncfusion.WinForms.ListView.SfComboBox();
|
||||
this.docPreview1 = new OnDoc.UIControls.DocPreview();
|
||||
((System.ComponentModel.ISupportInitialize)(this.sfDataGrid1)).BeginInit();
|
||||
this.ctxMenuDokList.SuspendLayout();
|
||||
this.toolStrip1.SuspendLayout();
|
||||
@@ -316,15 +316,6 @@
|
||||
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;
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
this.panel2.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
@@ -387,15 +378,15 @@
|
||||
//
|
||||
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.RibbonPannelAproval);
|
||||
this.RibbonTabUserFunctions.Panels.Add(this.RibbonPanelArchiv);
|
||||
this.RibbonTabUserFunctions.Panels.Add(this.RibbonPanelProfil);
|
||||
this.RibbonTabUserFunctions.Panels.Add(this.RibbonPanelCreate);
|
||||
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.RibbonPanelProfil);
|
||||
this.RibbonTabUserFunctions.Panels.Add(this.ribbonPannelDiverseVorlagen);
|
||||
this.RibbonTabUserFunctions.Text = "Funktionen";
|
||||
//
|
||||
@@ -405,6 +396,7 @@
|
||||
this.RibbonPanelExit.Items.Add(this.RibbonButtonExit);
|
||||
this.RibbonPanelExit.Name = "RibbonPanelExit";
|
||||
this.RibbonPanelExit.Text = "Beenden";
|
||||
this.RibbonPanelExit.Visible = false;
|
||||
//
|
||||
// RibbonButtonExit
|
||||
//
|
||||
@@ -527,7 +519,7 @@
|
||||
this.ribbonButtonToApproval.LargeImage = global::OnDoc.Properties.Resources.Approval_32x32_32;
|
||||
this.ribbonButtonToApproval.Name = "ribbonButtonToApproval";
|
||||
this.ribbonButtonToApproval.SmallImage = global::OnDoc.Properties.Resources.Approval_24x24_32;
|
||||
this.ribbonButtonToApproval.Text = "zur Bewilligung";
|
||||
this.ribbonButtonToApproval.Text = "zur Unterschriften-Prüfung";
|
||||
this.ribbonButtonToApproval.Click += new System.EventHandler(this.ribbonButtonToApproval_Click);
|
||||
//
|
||||
// RibbonPannelAproval
|
||||
@@ -544,7 +536,7 @@
|
||||
this.ribbonButtonApproval.LargeImage = global::OnDoc.Properties.Resources.Approval_32x32_32;
|
||||
this.ribbonButtonApproval.Name = "ribbonButtonApproval";
|
||||
this.ribbonButtonApproval.SmallImage = global::OnDoc.Properties.Resources.Approval_24x24_32;
|
||||
this.ribbonButtonApproval.Text = "Bewilligen";
|
||||
this.ribbonButtonApproval.Text = "Prüfen";
|
||||
this.ribbonButtonApproval.Click += new System.EventHandler(this.ribbonButtonApproval_Click);
|
||||
//
|
||||
// ribbonButtonRefresh_Bewilligungen
|
||||
@@ -614,6 +606,7 @@
|
||||
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.Visible = false;
|
||||
this.ribbonButton1.Click += new System.EventHandler(this.ribbonButton1_Click);
|
||||
//
|
||||
// RibbonPanelCreate
|
||||
@@ -746,6 +739,7 @@
|
||||
this.ribbonPannelDiverseVorlagen.Items.Add(this.ribbonButtonNativ);
|
||||
this.ribbonPannelDiverseVorlagen.Name = "ribbonPannelDiverseVorlagen";
|
||||
this.ribbonPannelDiverseVorlagen.Text = "Nativ";
|
||||
this.ribbonPannelDiverseVorlagen.Visible = false;
|
||||
//
|
||||
// ribbonButtonNativ
|
||||
//
|
||||
@@ -830,7 +824,7 @@
|
||||
this.lblToApprove.AutoSize = true;
|
||||
this.lblToApprove.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lblToApprove.ForeColor = System.Drawing.Color.Red;
|
||||
this.lblToApprove.Location = new System.Drawing.Point(624, 89);
|
||||
this.lblToApprove.Location = new System.Drawing.Point(407, 88);
|
||||
this.lblToApprove.Name = "lblToApprove";
|
||||
this.lblToApprove.Size = new System.Drawing.Size(26, 18);
|
||||
this.lblToApprove.TabIndex = 6;
|
||||
@@ -846,7 +840,7 @@
|
||||
this.cbboxMitarbeiter.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
||||
this.cbboxMitarbeiter.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
||||
this.cbboxMitarbeiter.DropDownPosition = Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.Center;
|
||||
this.cbboxMitarbeiter.Location = new System.Drawing.Point(1342, 71);
|
||||
this.cbboxMitarbeiter.Location = new System.Drawing.Point(966, 73);
|
||||
this.cbboxMitarbeiter.Name = "cbboxMitarbeiter";
|
||||
this.cbboxMitarbeiter.Size = new System.Drawing.Size(121, 19);
|
||||
this.cbboxMitarbeiter.Style.DropDownStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
|
||||
@@ -856,6 +850,15 @@
|
||||
this.cbboxMitarbeiter.TabStop = false;
|
||||
this.cbboxMitarbeiter.SelectedValueChanged += new System.EventHandler(this.cbboxMitarbeiter_SelectedValueChanged);
|
||||
//
|
||||
// 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;
|
||||
//
|
||||
// DokList
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
|
||||
@@ -695,8 +695,11 @@ namespace OnDoc.UICintrols
|
||||
|
||||
private void RibbonButtonDokumenttyp_Click(object sender, EventArgs e)
|
||||
{
|
||||
DokumenttypListe dtliste = new DokumenttypListe();
|
||||
dtliste.Show();
|
||||
//DokumenttypListe dtliste = new DokumenttypListe();
|
||||
//dtliste.Show();
|
||||
Dokumenttyp doktype = new Dokumenttyp();
|
||||
doktype.Show();
|
||||
|
||||
}
|
||||
|
||||
private void RibbonButtonVorlagen_Click(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user