namespace Deckungsbeitrag { partial class FormBenutzerVW { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormBenutzerVW)); this.buttonNewUser = new System.Windows.Forms.Button(); this.buttonAbbrechen = new System.Windows.Forms.Button(); this.buttonSpeichern = new System.Windows.Forms.Button(); this.objectListViewBenutzer = new BrightIdeasSoftware.ObjectListView(); ((System.ComponentModel.ISupportInitialize)(this.objectListViewBenutzer)).BeginInit(); this.SuspendLayout(); // // 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.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonNewUser.Image = ((System.Drawing.Image)(resources.GetObject("buttonNewUser.Image"))); 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(107, 32); 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.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonAbbrechen.Image = ((System.Drawing.Image)(resources.GetObject("buttonAbbrechen.Image"))); this.buttonAbbrechen.Location = new System.Drawing.Point(759, 406); this.buttonAbbrechen.Margin = new System.Windows.Forms.Padding(2); this.buttonAbbrechen.Name = "buttonAbbrechen"; this.buttonAbbrechen.Size = new System.Drawing.Size(30, 32); 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.Lime; this.buttonSpeichern.Enabled = false; 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(725, 406); this.buttonSpeichern.Margin = new System.Windows.Forms.Padding(2); this.buttonSpeichern.Name = "buttonSpeichern"; this.buttonSpeichern.Size = new System.Drawing.Size(30, 32); 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; // // objectListViewBenutzer // this.objectListViewBenutzer.AlternateRowBackColor = System.Drawing.Color.LightSteelBlue; this.objectListViewBenutzer.CellEditActivation = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.DoubleClick; this.objectListViewBenutzer.Cursor = System.Windows.Forms.Cursors.Default; this.objectListViewBenutzer.Dock = System.Windows.Forms.DockStyle.Top; 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.SubItemChecking += new System.EventHandler(this.objectListViewBenutzer_SubItemChecking); this.objectListViewBenutzer.SelectedIndexChanged += new System.EventHandler(this.objectListViewBenutzer_SelectedIndexChanged); // // 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, 446); 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); ((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; } }