namespace MobileManager
{
partial class FrmPromotionPlan
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPromotionPlan));
this.pnlSlmDistribution = new System.Windows.Forms.Panel();
this.dgData = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.pnlMiddleToolbar = new System.Windows.Forms.Panel();
this.btnSaveEidos = new System.Windows.Forms.Button();
this.brsimageList = new System.Windows.Forms.ImageList(this.components);
this.btnNewEidos = new System.Windows.Forms.Button();
this.pnlSlmDistributionDetails = new System.Windows.Forms.Panel();
this.dgDetailsData = new DevExpress.XtraGrid.GridControl();
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.pnlMainToolBar = new System.Windows.Forms.Panel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnSaveChanges = new System.Windows.Forms.Button();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.btnDetailsSaveChanges = new System.Windows.Forms.Button();
this.btnNewSalesMan = new System.Windows.Forms.Button();
this.btnSaveSalesMan = new System.Windows.Forms.Button();
this.grbxDetails = new System.Windows.Forms.GroupBox();
this.panel1 = new System.Windows.Forms.Panel();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
((System.ComponentModel.ISupportInitialize)(this.imgBack)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbHome)).BeginInit();
this.pnlSlmDistribution.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgData)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.pnlSlmDistributionDetails.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgDetailsData)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
this.pnlMainToolBar.SuspendLayout();
this.groupBox1.SuspendLayout();
this.grbxDetails.SuspendLayout();
this.panel1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// lblTitle
//
this.lblTitle.Size = new System.Drawing.Size(920, 24);
this.lblTitle.Text = "Πλάνο Προωθητικών";
//
// pnlSlmDistribution
//
this.pnlSlmDistribution.Controls.Add(this.dgData);
this.pnlSlmDistribution.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlSlmDistribution.Location = new System.Drawing.Point(0, 97);
this.pnlSlmDistribution.Name = "pnlSlmDistribution";
this.pnlSlmDistribution.Size = new System.Drawing.Size(920, 160);
this.pnlSlmDistribution.TabIndex = 4;
//
// dgData
//
this.dgData.Dock = System.Windows.Forms.DockStyle.Fill;
//
//
//
this.dgData.EmbeddedNavigator.Name = "";
this.dgData.Location = new System.Drawing.Point(0, 0);
this.dgData.MainView = this.gridView1;
this.dgData.Name = "dgData";
this.dgData.Size = new System.Drawing.Size(920, 160);
this.dgData.TabIndex = 0;
this.dgData.Text = "gridControl1";
//
// gridView1
//
this.gridView1.GridControl = this.dgData;
this.gridView1.GroupFooterShowMode = DevExpress.XtraGrid.Views.Grid.GroupFooterShowMode.Hidden;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsCustomization.AllowGroup = false;
this.gridView1.OptionsMenu.EnableGroupPanelMenu = false;
this.gridView1.OptionsView.ShowGroupPanel = false;
//
// pnlMiddleToolbar
//
this.pnlMiddleToolbar.BackColor = System.Drawing.Color.LightSkyBlue;
this.pnlMiddleToolbar.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlMiddleToolbar.Location = new System.Drawing.Point(0, 257);
this.pnlMiddleToolbar.Name = "pnlMiddleToolbar";
this.pnlMiddleToolbar.Size = new System.Drawing.Size(920, 10);
this.pnlMiddleToolbar.TabIndex = 5;
//
// btnSaveEidos
//
this.btnSaveEidos.ImageIndex = 6;
this.btnSaveEidos.ImageList = this.brsimageList;
this.btnSaveEidos.Location = new System.Drawing.Point(52, 19);
this.btnSaveEidos.Name = "btnSaveEidos";
this.btnSaveEidos.Size = new System.Drawing.Size(24, 26);
this.btnSaveEidos.TabIndex = 1;
this.toolTip1.SetToolTip(this.btnSaveEidos, "Αποθήκευση");
this.btnSaveEidos.UseVisualStyleBackColor = true;
this.btnSaveEidos.Click += new System.EventHandler(this.btnSaveEidos_Click);
//
// brsimageList
//
this.brsimageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("brsimageList.ImageStream")));
this.brsimageList.TransparentColor = System.Drawing.Color.Transparent;
this.brsimageList.Images.SetKeyName(0, "");
this.brsimageList.Images.SetKeyName(1, "");
this.brsimageList.Images.SetKeyName(2, "");
this.brsimageList.Images.SetKeyName(3, "");
this.brsimageList.Images.SetKeyName(4, "");
this.brsimageList.Images.SetKeyName(5, "");
this.brsimageList.Images.SetKeyName(6, "");
this.brsimageList.Images.SetKeyName(7, "");
this.brsimageList.Images.SetKeyName(8, "");
this.brsimageList.Images.SetKeyName(9, "");
this.brsimageList.Images.SetKeyName(10, "");
this.brsimageList.Images.SetKeyName(11, "");
//
// btnNewEidos
//
this.btnNewEidos.ImageIndex = 0;
this.btnNewEidos.ImageList = this.brsimageList;
this.btnNewEidos.Location = new System.Drawing.Point(21, 19);
this.btnNewEidos.Name = "btnNewEidos";
this.btnNewEidos.Size = new System.Drawing.Size(24, 26);
this.btnNewEidos.TabIndex = 0;
this.toolTip1.SetToolTip(this.btnNewEidos, "Νέα Εγγραφή");
this.btnNewEidos.UseVisualStyleBackColor = true;
this.btnNewEidos.Click += new System.EventHandler(this.btnNewEidos_Click);
//
// pnlSlmDistributionDetails
//
this.pnlSlmDistributionDetails.Controls.Add(this.dgDetailsData);
this.pnlSlmDistributionDetails.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlSlmDistributionDetails.Location = new System.Drawing.Point(0, 333);
this.pnlSlmDistributionDetails.Name = "pnlSlmDistributionDetails";
this.pnlSlmDistributionDetails.Size = new System.Drawing.Size(920, 216);
this.pnlSlmDistributionDetails.TabIndex = 6;
//
// dgDetailsData
//
this.dgDetailsData.Dock = System.Windows.Forms.DockStyle.Fill;
//
//
//
this.dgDetailsData.EmbeddedNavigator.Name = "";
this.dgDetailsData.Location = new System.Drawing.Point(0, 0);
this.dgDetailsData.MainView = this.gridView2;
this.dgDetailsData.Name = "dgDetailsData";
this.dgDetailsData.Size = new System.Drawing.Size(920, 216);
this.dgDetailsData.TabIndex = 1;
this.dgDetailsData.Text = "gridControl1";
//
// gridView2
//
this.gridView2.GridControl = this.dgDetailsData;
this.gridView2.GroupFooterShowMode = DevExpress.XtraGrid.Views.Grid.GroupFooterShowMode.Hidden;
this.gridView2.Name = "gridView2";
this.gridView2.OptionsCustomization.AllowGroup = false;
this.gridView2.OptionsMenu.EnableGroupPanelMenu = false;
this.gridView2.OptionsView.ShowGroupPanel = false;
//
// pnlMainToolBar
//
this.pnlMainToolBar.Controls.Add(this.groupBox2);
this.pnlMainToolBar.Controls.Add(this.groupBox1);
this.pnlMainToolBar.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlMainToolBar.Location = new System.Drawing.Point(0, 24);
this.pnlMainToolBar.Name = "pnlMainToolBar";
this.pnlMainToolBar.Size = new System.Drawing.Size(920, 73);
this.pnlMainToolBar.TabIndex = 1;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnNewEidos);
this.groupBox1.Controls.Add(this.btnSaveEidos);
this.groupBox1.Location = new System.Drawing.Point(5, 5);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(130, 50);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Είδη Νέα/Αποθήκευση";
//
// btnSaveChanges
//
this.btnSaveChanges.ImageIndex = 1;
this.btnSaveChanges.ImageList = this.brsimageList;
this.btnSaveChanges.Location = new System.Drawing.Point(34, 19);
this.btnSaveChanges.Name = "btnSaveChanges";
this.btnSaveChanges.Size = new System.Drawing.Size(24, 26);
this.btnSaveChanges.TabIndex = 2;
this.toolTip1.SetToolTip(this.btnSaveChanges, "Μεταβολή Ενεργό/Μη");
this.btnSaveChanges.UseVisualStyleBackColor = true;
this.btnSaveChanges.Click += new System.EventHandler(this.btnSaveChanges_Click);
//
// toolTip1
//
this.toolTip1.AutoPopDelay = 1000;
this.toolTip1.InitialDelay = 500;
this.toolTip1.ReshowDelay = 100;
this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
this.toolTip1.ToolTipTitle = "Τί είμαι?";
//
// btnDetailsSaveChanges
//
this.btnDetailsSaveChanges.ImageIndex = 1;
this.btnDetailsSaveChanges.ImageList = this.brsimageList;
this.btnDetailsSaveChanges.Location = new System.Drawing.Point(37, 20);
this.btnDetailsSaveChanges.Name = "btnDetailsSaveChanges";
this.btnDetailsSaveChanges.Size = new System.Drawing.Size(24, 26);
this.btnDetailsSaveChanges.TabIndex = 5;
this.toolTip1.SetToolTip(this.btnDetailsSaveChanges, "Μεταβολή Ενεργό/Μη");
this.btnDetailsSaveChanges.UseVisualStyleBackColor = true;
this.btnDetailsSaveChanges.Click += new System.EventHandler(this.btnDetailsSaveChanges_Click);
//
// btnNewSalesMan
//
this.btnNewSalesMan.ImageIndex = 0;
this.btnNewSalesMan.ImageList = this.brsimageList;
this.btnNewSalesMan.Location = new System.Drawing.Point(6, 20);
this.btnNewSalesMan.Name = "btnNewSalesMan";
this.btnNewSalesMan.Size = new System.Drawing.Size(24, 26);
this.btnNewSalesMan.TabIndex = 3;
this.toolTip1.SetToolTip(this.btnNewSalesMan, "Νέα Εγγραφή");
this.btnNewSalesMan.UseVisualStyleBackColor = true;
this.btnNewSalesMan.Click += new System.EventHandler(this.btnNewSalesMan_Click);
//
// btnSaveSalesMan
//
this.btnSaveSalesMan.ImageIndex = 6;
this.btnSaveSalesMan.ImageList = this.brsimageList;
this.btnSaveSalesMan.Location = new System.Drawing.Point(36, 20);
this.btnSaveSalesMan.Name = "btnSaveSalesMan";
this.btnSaveSalesMan.Size = new System.Drawing.Size(24, 26);
this.btnSaveSalesMan.TabIndex = 4;
this.toolTip1.SetToolTip(this.btnSaveSalesMan, "Αποθήκευση");
this.btnSaveSalesMan.UseVisualStyleBackColor = true;
this.btnSaveSalesMan.Click += new System.EventHandler(this.btnSaveSalesMan_Click);
//
// grbxDetails
//
this.grbxDetails.Controls.Add(this.btnNewSalesMan);
this.grbxDetails.Controls.Add(this.btnSaveSalesMan);
this.grbxDetails.Location = new System.Drawing.Point(26, 6);
this.grbxDetails.Name = "grbxDetails";
this.grbxDetails.Size = new System.Drawing.Size(200, 52);
this.grbxDetails.TabIndex = 0;
this.grbxDetails.TabStop = false;
this.grbxDetails.Text = "Πωλητές Νέα/Αποθήκευση";
//
// panel1
//
this.panel1.Controls.Add(this.groupBox3);
this.panel1.Controls.Add(this.grbxDetails);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 267);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(920, 66);
this.panel1.TabIndex = 8;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnSaveChanges);
this.groupBox2.Location = new System.Drawing.Point(151, 5);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(153, 50);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Είδη Μεταβολή Ενεργό/Μη";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.btnDetailsSaveChanges);
this.groupBox3.Location = new System.Drawing.Point(243, 6);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(186, 52);
this.groupBox3.TabIndex = 1;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Πωλητές Μεταβολή Ποσότητας";
//
// FrmPromotionPlan
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(920, 549);
this.Controls.Add(this.pnlSlmDistributionDetails);
this.Controls.Add(this.panel1);
this.Controls.Add(this.pnlMiddleToolbar);
this.Controls.Add(this.pnlSlmDistribution);
this.Controls.Add(this.pnlMainToolBar);
this.Name = "FrmPromotionPlan";
this.Text = "FrmPromotionPlan";
this.Controls.SetChildIndex(this.pbHome, 0);
this.Controls.SetChildIndex(this.imgBack, 0);
this.Controls.SetChildIndex(this.lblTitle, 0);
this.Controls.SetChildIndex(this.pnlMainToolBar, 0);
this.Controls.SetChildIndex(this.pnlSlmDistribution, 0);
this.Controls.SetChildIndex(this.pnlMiddleToolbar, 0);
this.Controls.SetChildIndex(this.panel1, 0);
this.Controls.SetChildIndex(this.pnlSlmDistributionDetails, 0);
((System.ComponentModel.ISupportInitialize)(this.imgBack)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbHome)).EndInit();
this.pnlSlmDistribution.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgData)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
this.pnlSlmDistributionDetails.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgDetailsData)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
this.pnlMainToolBar.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.grbxDetails.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pnlSlmDistribution;
private System.Windows.Forms.Panel pnlMiddleToolbar;
private System.Windows.Forms.Panel pnlSlmDistributionDetails;
private DevExpress.XtraGrid.GridControl dgData;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.GridControl dgDetailsData;
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
private System.Windows.Forms.Button btnNewEidos;
private System.Windows.Forms.Button btnSaveEidos;
protected System.Windows.Forms.ImageList brsimageList;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.Panel pnlMainToolBar;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnSaveChanges;
private System.Windows.Forms.GroupBox grbxDetails;
private System.Windows.Forms.Button btnDetailsSaveChanges;
private System.Windows.Forms.Button btnNewSalesMan;
private System.Windows.Forms.Button btnSaveSalesMan;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox3;
}
}
Peter Bournakas