148 lines
8.6 KiB
C#
148 lines
8.6 KiB
C#
namespace Deckungsbeitrag
|
|
{
|
|
partial class FormBenutzerVW
|
|
{
|
|
/// <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(FormBenutzerVW));
|
|
this.objectListViewBenutzer = new BrightIdeasSoftware.ObjectListView();
|
|
this.buttonNewUser = new System.Windows.Forms.Button();
|
|
this.buttonAbbrechen = new System.Windows.Forms.Button();
|
|
this.buttonSpeichern = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.objectListViewBenutzer)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// objectListViewBenutzer
|
|
//
|
|
this.objectListViewBenutzer.AlternateRowBackColor = System.Drawing.Color.LightSteelBlue;
|
|
this.objectListViewBenutzer.CellEditActivation = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.DoubleClick;
|
|
this.objectListViewBenutzer.CellEditUseWholeCell = false;
|
|
this.objectListViewBenutzer.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.objectListViewBenutzer.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.objectListViewBenutzer.FullRowSelect = true;
|
|
this.objectListViewBenutzer.GridLines = true;
|
|
this.objectListViewBenutzer.HideSelection = false;
|
|
this.objectListViewBenutzer.Location = new System.Drawing.Point(0, 0);
|
|
this.objectListViewBenutzer.MultiSelect = false;
|
|
this.objectListViewBenutzer.Name = "objectListViewBenutzer";
|
|
this.objectListViewBenutzer.SelectColumnsOnRightClick = false;
|
|
this.objectListViewBenutzer.SelectColumnsOnRightClickBehaviour = BrightIdeasSoftware.ObjectListView.ColumnSelectBehaviour.None;
|
|
this.objectListViewBenutzer.ShowGroups = false;
|
|
this.objectListViewBenutzer.ShowSortIndicators = false;
|
|
this.objectListViewBenutzer.Size = new System.Drawing.Size(800, 396);
|
|
this.objectListViewBenutzer.TabIndex = 46;
|
|
this.objectListViewBenutzer.UseAlternatingBackColors = true;
|
|
this.objectListViewBenutzer.UseCompatibleStateImageBehavior = false;
|
|
this.objectListViewBenutzer.UseFiltering = true;
|
|
this.objectListViewBenutzer.View = System.Windows.Forms.View.Details;
|
|
this.objectListViewBenutzer.CellEditFinished += new BrightIdeasSoftware.CellEditEventHandler(this.objectListViewBenutzer_CellEditFinished);
|
|
this.objectListViewBenutzer.CellEditStarting += new BrightIdeasSoftware.CellEditEventHandler(this.objectListViewBenutzer_CellEditStarting);
|
|
this.objectListViewBenutzer.SubItemChecking += new System.EventHandler<BrightIdeasSoftware.SubItemCheckingEventArgs>(this.objectListViewBenutzer_SubItemChecking);
|
|
this.objectListViewBenutzer.SelectedIndexChanged += new System.EventHandler(this.objectListViewBenutzer_SelectedIndexChanged);
|
|
//
|
|
// buttonNewUser
|
|
//
|
|
this.buttonNewUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.buttonNewUser.BackColor = System.Drawing.Color.Yellow;
|
|
this.buttonNewUser.FlatAppearance.BorderSize = 0;
|
|
this.buttonNewUser.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonNewUser.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonNewUser.Location = new System.Drawing.Point(11, 406);
|
|
this.buttonNewUser.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonNewUser.Name = "buttonNewUser";
|
|
this.buttonNewUser.Size = new System.Drawing.Size(150, 41);
|
|
this.buttonNewUser.TabIndex = 45;
|
|
this.buttonNewUser.Text = "Neuer User";
|
|
this.buttonNewUser.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.buttonNewUser.UseVisualStyleBackColor = false;
|
|
this.buttonNewUser.Click += new System.EventHandler(this.buttonNewUser_Click);
|
|
//
|
|
// buttonAbbrechen
|
|
//
|
|
this.buttonAbbrechen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonAbbrechen.BackColor = System.Drawing.Color.Red;
|
|
this.buttonAbbrechen.FlatAppearance.BorderSize = 0;
|
|
this.buttonAbbrechen.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonAbbrechen.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonAbbrechen.Image = global::Deckungsbeitrag.Properties.Resources.Close_WhiteNoHalo_16x;
|
|
this.buttonAbbrechen.Location = new System.Drawing.Point(748, 406);
|
|
this.buttonAbbrechen.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonAbbrechen.Name = "buttonAbbrechen";
|
|
this.buttonAbbrechen.Size = new System.Drawing.Size(41, 41);
|
|
this.buttonAbbrechen.TabIndex = 39;
|
|
this.buttonAbbrechen.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.buttonAbbrechen.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.buttonAbbrechen.UseVisualStyleBackColor = false;
|
|
this.buttonAbbrechen.Click += new System.EventHandler(this.buttonAbbrechen_Click);
|
|
//
|
|
// buttonSpeichern
|
|
//
|
|
this.buttonSpeichern.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonSpeichern.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.buttonSpeichern.Enabled = false;
|
|
this.buttonSpeichern.FlatAppearance.BorderSize = 0;
|
|
this.buttonSpeichern.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonSpeichern.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonSpeichern.Image = ((System.Drawing.Image)(resources.GetObject("buttonSpeichern.Image")));
|
|
this.buttonSpeichern.Location = new System.Drawing.Point(703, 406);
|
|
this.buttonSpeichern.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonSpeichern.Name = "buttonSpeichern";
|
|
this.buttonSpeichern.Size = new System.Drawing.Size(41, 41);
|
|
this.buttonSpeichern.TabIndex = 38;
|
|
this.buttonSpeichern.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
this.buttonSpeichern.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.buttonSpeichern.UseVisualStyleBackColor = false;
|
|
this.buttonSpeichern.Visible = false;
|
|
//
|
|
// FormBenutzerVW
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101)))));
|
|
this.ClientSize = new System.Drawing.Size(800, 455);
|
|
this.Controls.Add(this.objectListViewBenutzer);
|
|
this.Controls.Add(this.buttonNewUser);
|
|
this.Controls.Add(this.buttonAbbrechen);
|
|
this.Controls.Add(this.buttonSpeichern);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "FormBenutzerVW";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "BENUTZERVERWALTUNG";
|
|
this.Load += new System.EventHandler(this.FormBenutzerVW_Load);
|
|
this.Shown += new System.EventHandler(this.FormBenutzerVW_Shown);
|
|
((System.ComponentModel.ISupportInitialize)(this.objectListViewBenutzer)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Button buttonAbbrechen;
|
|
private System.Windows.Forms.Button buttonSpeichern;
|
|
private System.Windows.Forms.Button buttonNewUser;
|
|
private BrightIdeasSoftware.ObjectListView objectListViewBenutzer;
|
|
}
|
|
} |