134 lines
7.0 KiB
C#
134 lines
7.0 KiB
C#
namespace Deckungsbeitrag
|
|
{
|
|
partial class FormArtikelVW
|
|
{
|
|
/// <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(FormArtikelVW));
|
|
this.objectListViewArtikel = new BrightIdeasSoftware.ObjectListView();
|
|
this.fLPSuche = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.textBoxSuchen = new System.Windows.Forms.TextBox();
|
|
this.comboBoxArtikel = new System.Windows.Forms.ComboBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.objectListViewArtikel)).BeginInit();
|
|
this.fLPSuche.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// objectListViewArtikel
|
|
//
|
|
this.objectListViewArtikel.AlternateRowBackColor = System.Drawing.Color.LightSteelBlue;
|
|
this.objectListViewArtikel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.objectListViewArtikel.CellEditActivation = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.SingleClick;
|
|
this.objectListViewArtikel.CellEditEnterChangesRows = true;
|
|
this.objectListViewArtikel.CellEditUseWholeCell = false;
|
|
this.objectListViewArtikel.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.objectListViewArtikel.FullRowSelect = true;
|
|
this.objectListViewArtikel.GridLines = true;
|
|
this.objectListViewArtikel.HideSelection = false;
|
|
this.objectListViewArtikel.Location = new System.Drawing.Point(271, 0);
|
|
this.objectListViewArtikel.Margin = new System.Windows.Forms.Padding(4);
|
|
this.objectListViewArtikel.MultiSelect = false;
|
|
this.objectListViewArtikel.Name = "objectListViewArtikel";
|
|
this.objectListViewArtikel.SelectColumnsOnRightClick = false;
|
|
this.objectListViewArtikel.SelectColumnsOnRightClickBehaviour = BrightIdeasSoftware.ObjectListView.ColumnSelectBehaviour.None;
|
|
this.objectListViewArtikel.Size = new System.Drawing.Size(876, 610);
|
|
this.objectListViewArtikel.TabIndex = 0;
|
|
this.objectListViewArtikel.UseAlternatingBackColors = true;
|
|
this.objectListViewArtikel.UseCompatibleStateImageBehavior = false;
|
|
this.objectListViewArtikel.UseFiltering = true;
|
|
this.objectListViewArtikel.View = System.Windows.Forms.View.Details;
|
|
this.objectListViewArtikel.ButtonClick += new System.EventHandler<BrightIdeasSoftware.CellClickEventArgs>(this.ObjectListViewArtikel_ButtonClick);
|
|
this.objectListViewArtikel.CellEditFinished += new BrightIdeasSoftware.CellEditEventHandler(this.ObjectListViewArtikel_CellEditFinished);
|
|
this.objectListViewArtikel.CellEditStarting += new BrightIdeasSoftware.CellEditEventHandler(this.ObjectListViewArtikel_CellEditStarting);
|
|
this.objectListViewArtikel.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.ObjectListViewArtikel_MouseDoubleClick);
|
|
this.objectListViewArtikel.Resize += new System.EventHandler(this.ObjectListViewArtikel_Resize);
|
|
//
|
|
// fLPSuche
|
|
//
|
|
this.fLPSuche.Controls.Add(this.textBoxSuchen);
|
|
this.fLPSuche.Controls.Add(this.comboBoxArtikel);
|
|
this.fLPSuche.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.fLPSuche.Location = new System.Drawing.Point(0, 0);
|
|
this.fLPSuche.Name = "fLPSuche";
|
|
this.fLPSuche.Size = new System.Drawing.Size(264, 610);
|
|
this.fLPSuche.TabIndex = 1;
|
|
//
|
|
// textBoxSuchen
|
|
//
|
|
this.textBoxSuchen.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.textBoxSuchen.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxSuchen.ForeColor = System.Drawing.SystemColors.AppWorkspace;
|
|
this.textBoxSuchen.Location = new System.Drawing.Point(3, 3);
|
|
this.textBoxSuchen.Name = "textBoxSuchen";
|
|
this.textBoxSuchen.Size = new System.Drawing.Size(261, 30);
|
|
this.textBoxSuchen.TabIndex = 1;
|
|
this.textBoxSuchen.Text = "Suchtext eingeben";
|
|
this.textBoxSuchen.Click += new System.EventHandler(this.TextBoxSuchen_Click);
|
|
this.textBoxSuchen.TextChanged += new System.EventHandler(this.TextBoxSuchen_TextChanged);
|
|
this.textBoxSuchen.Enter += new System.EventHandler(this.TextBoxSuchen_Enter);
|
|
//
|
|
// comboBoxArtikel
|
|
//
|
|
this.comboBoxArtikel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBoxArtikel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.comboBoxArtikel.FormattingEnabled = true;
|
|
this.comboBoxArtikel.Location = new System.Drawing.Point(3, 39);
|
|
this.comboBoxArtikel.Name = "comboBoxArtikel";
|
|
this.comboBoxArtikel.Size = new System.Drawing.Size(261, 33);
|
|
this.comboBoxArtikel.TabIndex = 0;
|
|
this.comboBoxArtikel.SelectedIndexChanged += new System.EventHandler(this.ComboBoxArtikel_SelectedIndexChanged);
|
|
//
|
|
// FormArtikelVW
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
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(1147, 610);
|
|
this.Controls.Add(this.fLPSuche);
|
|
this.Controls.Add(this.objectListViewArtikel);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.Name = "FormArtikelVW";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "ARTIKELVERWALTUNG";
|
|
this.Load += new System.EventHandler(this.FormArtikelVW_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.objectListViewArtikel)).EndInit();
|
|
this.fLPSuche.ResumeLayout(false);
|
|
this.fLPSuche.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private BrightIdeasSoftware.ObjectListView objectListViewArtikel;
|
|
private System.Windows.Forms.FlowLayoutPanel fLPSuche;
|
|
private System.Windows.Forms.ComboBox comboBoxArtikel;
|
|
private System.Windows.Forms.TextBox textBoxSuchen;
|
|
}
|
|
} |