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.
330 lines
17 KiB
330 lines
17 KiB
namespace OnDoc.Diverses
|
|
{
|
|
partial class MitarbeiterProfil
|
|
{
|
|
/// <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(MitarbeiterProfil));
|
|
this.ribbon1 = new System.Windows.Forms.Ribbon();
|
|
this.ribbonTab1 = new System.Windows.Forms.RibbonTab();
|
|
this.RibbonPanelExit = new System.Windows.Forms.RibbonPanel();
|
|
this.ribbonPanel1 = new System.Windows.Forms.RibbonPanel();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.lbprofile = new System.Windows.Forms.ListBox();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.txtbezeichnung = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.cbStandard = new System.Windows.Forms.CheckBox();
|
|
this.cbboxTeam = new Syncfusion.WinForms.ListView.SfComboBox();
|
|
this.cbboxUnterschriftRechts = new Syncfusion.WinForms.ListView.SfComboBox();
|
|
this.cbboxUnterschriftLinks = new Syncfusion.WinForms.ListView.SfComboBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.RibbonButtonExit = new System.Windows.Forms.RibbonButton();
|
|
this.ribbonButtonSave = new System.Windows.Forms.RibbonButton();
|
|
this.ribbonButtonNew = new System.Windows.Forms.RibbonButton();
|
|
this.ribbonButtonDelete = new System.Windows.Forms.RibbonButton();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbboxTeam)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbboxUnterschriftRechts)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbboxUnterschriftLinks)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// ribbon1
|
|
//
|
|
this.ribbon1.CaptionBarVisible = false;
|
|
this.ribbon1.CausesValidation = 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(796, 80);
|
|
this.ribbon1.TabIndex = 0;
|
|
this.ribbon1.Tabs.Add(this.ribbonTab1);
|
|
this.ribbon1.TabSpacing = 4;
|
|
this.ribbon1.Text = "ribbon1";
|
|
//
|
|
// ribbonTab1
|
|
//
|
|
this.ribbonTab1.Name = "ribbonTab1";
|
|
this.ribbonTab1.Panels.Add(this.RibbonPanelExit);
|
|
this.ribbonTab1.Panels.Add(this.ribbonPanel1);
|
|
this.ribbonTab1.Text = "";
|
|
//
|
|
// RibbonPanelExit
|
|
//
|
|
this.RibbonPanelExit.ButtonMoreVisible = false;
|
|
this.RibbonPanelExit.Items.Add(this.RibbonButtonExit);
|
|
this.RibbonPanelExit.Name = "RibbonPanelExit";
|
|
this.RibbonPanelExit.Text = "";
|
|
//
|
|
// ribbonPanel1
|
|
//
|
|
this.ribbonPanel1.ButtonMoreVisible = false;
|
|
this.ribbonPanel1.Items.Add(this.ribbonButtonSave);
|
|
this.ribbonPanel1.Items.Add(this.ribbonButtonNew);
|
|
this.ribbonPanel1.Items.Add(this.ribbonButtonDelete);
|
|
this.ribbonPanel1.Name = "ribbonPanel1";
|
|
this.ribbonPanel1.Text = "Profil";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.lbprofile);
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.groupBox1.Location = new System.Drawing.Point(2, 82);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(231, 366);
|
|
this.groupBox1.TabIndex = 1;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Profile";
|
|
//
|
|
// lbprofile
|
|
//
|
|
this.lbprofile.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lbprofile.FormattingEnabled = true;
|
|
this.lbprofile.Location = new System.Drawing.Point(3, 16);
|
|
this.lbprofile.Name = "lbprofile";
|
|
this.lbprofile.Size = new System.Drawing.Size(225, 347);
|
|
this.lbprofile.TabIndex = 0;
|
|
this.lbprofile.SelectedValueChanged += new System.EventHandler(this.lbprofile_SelectedValueChanged);
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.label5);
|
|
this.groupBox2.Controls.Add(this.txtbezeichnung);
|
|
this.groupBox2.Controls.Add(this.label4);
|
|
this.groupBox2.Controls.Add(this.cbStandard);
|
|
this.groupBox2.Controls.Add(this.cbboxTeam);
|
|
this.groupBox2.Controls.Add(this.cbboxUnterschriftRechts);
|
|
this.groupBox2.Controls.Add(this.cbboxUnterschriftLinks);
|
|
this.groupBox2.Controls.Add(this.label3);
|
|
this.groupBox2.Controls.Add(this.label2);
|
|
this.groupBox2.Controls.Add(this.label1);
|
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox2.Location = new System.Drawing.Point(233, 82);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(565, 366);
|
|
this.groupBox2.TabIndex = 2;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Details";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(25, 28);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(69, 13);
|
|
this.label5.TabIndex = 10;
|
|
this.label5.Text = "Bezeichnung";
|
|
//
|
|
// txtbezeichnung
|
|
//
|
|
this.txtbezeichnung.Location = new System.Drawing.Point(137, 21);
|
|
this.txtbezeichnung.Name = "txtbezeichnung";
|
|
this.txtbezeichnung.Size = new System.Drawing.Size(244, 20);
|
|
this.txtbezeichnung.TabIndex = 9;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(25, 124);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(50, 13);
|
|
this.label4.TabIndex = 8;
|
|
this.label4.Text = "Standard";
|
|
//
|
|
// cbStandard
|
|
//
|
|
this.cbStandard.AutoSize = true;
|
|
this.cbStandard.Location = new System.Drawing.Point(137, 123);
|
|
this.cbStandard.Name = "cbStandard";
|
|
this.cbStandard.Size = new System.Drawing.Size(15, 14);
|
|
this.cbStandard.TabIndex = 7;
|
|
this.cbStandard.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbboxTeam
|
|
//
|
|
this.cbboxTeam.DropDownPosition = Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.Center;
|
|
this.cbboxTeam.Location = new System.Drawing.Point(137, 97);
|
|
this.cbboxTeam.Name = "cbboxTeam";
|
|
this.cbboxTeam.Size = new System.Drawing.Size(244, 19);
|
|
this.cbboxTeam.Style.DropDownStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
|
|
this.cbboxTeam.Style.TokenStyle.CloseButtonBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
this.cbboxTeam.TabIndex = 5;
|
|
this.cbboxTeam.TabStop = false;
|
|
//
|
|
// cbboxUnterschriftRechts
|
|
//
|
|
this.cbboxUnterschriftRechts.DropDownPosition = Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.Center;
|
|
this.cbboxUnterschriftRechts.Location = new System.Drawing.Point(137, 72);
|
|
this.cbboxUnterschriftRechts.Name = "cbboxUnterschriftRechts";
|
|
this.cbboxUnterschriftRechts.Size = new System.Drawing.Size(244, 19);
|
|
this.cbboxUnterschriftRechts.Style.DropDownStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
|
|
this.cbboxUnterschriftRechts.Style.TokenStyle.CloseButtonBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
this.cbboxUnterschriftRechts.TabIndex = 4;
|
|
this.cbboxUnterschriftRechts.TabStop = false;
|
|
//
|
|
// cbboxUnterschriftLinks
|
|
//
|
|
this.cbboxUnterschriftLinks.DropDownPosition = Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.Center;
|
|
this.cbboxUnterschriftLinks.Location = new System.Drawing.Point(137, 47);
|
|
this.cbboxUnterschriftLinks.Name = "cbboxUnterschriftLinks";
|
|
this.cbboxUnterschriftLinks.Size = new System.Drawing.Size(244, 19);
|
|
this.cbboxUnterschriftLinks.Style.DropDownStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
|
|
this.cbboxUnterschriftLinks.Style.TokenStyle.CloseButtonBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
this.cbboxUnterschriftLinks.TabIndex = 3;
|
|
this.cbboxUnterschriftLinks.TabStop = false;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(25, 97);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(34, 13);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "Team";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(25, 72);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(93, 13);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "Unterschrift rechts";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(25, 54);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(85, 13);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Unterschrift links";
|
|
//
|
|
// RibbonButtonExit
|
|
//
|
|
this.RibbonButtonExit.Image = global::OnDoc.Properties.Resources.CloseApplication_32x32_32;
|
|
this.RibbonButtonExit.LargeImage = global::OnDoc.Properties.Resources.CloseApplication_32x32_32;
|
|
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);
|
|
//
|
|
// ribbonButtonSave
|
|
//
|
|
this.ribbonButtonSave.Image = global::OnDoc.Properties.Resources.Refresh_32x32_32;
|
|
this.ribbonButtonSave.LargeImage = global::OnDoc.Properties.Resources.Refresh_32x32_32;
|
|
this.ribbonButtonSave.Name = "ribbonButtonSave";
|
|
this.ribbonButtonSave.SmallImage = global::OnDoc.Properties.Resources.save_16x16_32;
|
|
this.ribbonButtonSave.Text = "Speichern";
|
|
this.ribbonButtonSave.Click += new System.EventHandler(this.ribbonButtonSave_Click);
|
|
//
|
|
// ribbonButtonNew
|
|
//
|
|
this.ribbonButtonNew.Image = global::OnDoc.Properties.Resources.add_32x32_32;
|
|
this.ribbonButtonNew.LargeImage = global::OnDoc.Properties.Resources.add_32x32_32;
|
|
this.ribbonButtonNew.Name = "ribbonButtonNew";
|
|
this.ribbonButtonNew.SmallImage = global::OnDoc.Properties.Resources.add_16x16_32;
|
|
this.ribbonButtonNew.Text = "Neu";
|
|
this.ribbonButtonNew.DoubleClick += new System.EventHandler(this.ribbonButtonNew_DoubleClick);
|
|
this.ribbonButtonNew.Click += new System.EventHandler(this.ribbonButtonNew_Click);
|
|
//
|
|
// ribbonButtonDelete
|
|
//
|
|
this.ribbonButtonDelete.Image = global::OnDoc.Properties.Resources.Remove_32x32_32;
|
|
this.ribbonButtonDelete.LargeImage = global::OnDoc.Properties.Resources.Remove_32x32_32;
|
|
this.ribbonButtonDelete.Name = "ribbonButtonDelete";
|
|
this.ribbonButtonDelete.SmallImage = global::OnDoc.Properties.Resources.Remove_16x16_32;
|
|
this.ribbonButtonDelete.Text = "Löschen";
|
|
this.ribbonButtonDelete.Click += new System.EventHandler(this.ribbonButtonDelete_Click);
|
|
//
|
|
// MitarbeiterProfil
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.ribbon1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.KeyPreview = true;
|
|
this.Name = "MitarbeiterProfil";
|
|
this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
|
|
this.Style.TitleBar.BackColor = System.Drawing.Color.Silver;
|
|
this.Text = "MitarbeiterProfil";
|
|
this.Load += new System.EventHandler(this.MitarbeiterProfil_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbboxTeam)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbboxUnterschriftRechts)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbboxUnterschriftLinks)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Ribbon ribbon1;
|
|
private System.Windows.Forms.RibbonTab ribbonTab1;
|
|
private System.Windows.Forms.RibbonPanel RibbonPanelExit;
|
|
private System.Windows.Forms.RibbonButton RibbonButtonExit;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.ListBox lbprofile;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Label label1;
|
|
private Syncfusion.WinForms.ListView.SfComboBox cbboxTeam;
|
|
private Syncfusion.WinForms.ListView.SfComboBox cbboxUnterschriftRechts;
|
|
private Syncfusion.WinForms.ListView.SfComboBox cbboxUnterschriftLinks;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.CheckBox cbStandard;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox txtbezeichnung;
|
|
private System.Windows.Forms.RibbonPanel ribbonPanel1;
|
|
private System.Windows.Forms.RibbonButton ribbonButtonSave;
|
|
private System.Windows.Forms.RibbonButton ribbonButtonNew;
|
|
private System.Windows.Forms.RibbonButton ribbonButtonDelete;
|
|
}
|
|
} |