/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ChildForm2));
     this.ribbonBarMergeContainer1 = new DevComponents.DotNetBar.RibbonBarMergeContainer();
     this.ribbonBar1  = new DevComponents.DotNetBar.RibbonBar();
     this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem2 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem3 = new DevComponents.DotNetBar.ButtonItem();
     this.panelEx1    = new DevComponents.DotNetBar.PanelEx();
     this.ribbonBarMergeContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // ribbonBarMergeContainer1
     //
     this.ribbonBarMergeContainer1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.ribbonBarMergeContainer1.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.ribbonBar1
     });
     this.ribbonBarMergeContainer1.Location      = new System.Drawing.Point(0, 56);
     this.ribbonBarMergeContainer1.Name          = "ribbonBarMergeContainer1";
     this.ribbonBarMergeContainer1.RibbonTabText = "MDI Child Tab 2";
     this.ribbonBarMergeContainer1.Size          = new System.Drawing.Size(392, 72);
     this.ribbonBarMergeContainer1.TabIndex      = 0;
     this.ribbonBarMergeContainer1.Visible       = false;
     //
     // ribbonBar1
     //
     this.ribbonBar1.AutoOverflowEnabled = true;
     this.ribbonBar1.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.buttonItem1,
         this.buttonItem2,
         this.buttonItem3
     });
     this.ribbonBar1.Name     = "ribbonBar1";
     this.ribbonBar1.Size     = new System.Drawing.Size(168, 72);
     this.ribbonBar1.Style    = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.ribbonBar1.TabIndex = 0;
     this.ribbonBar1.Text     = "Views";
     //
     // buttonItem1
     //
     this.buttonItem1.Image = ((System.Drawing.Bitmap)(resources.GetObject("buttonItem1.Image")));
     this.buttonItem1.Name  = "buttonItem1";
     this.buttonItem1.Text  = "buttonItem1";
     //
     // buttonItem2
     //
     this.buttonItem2.Image = ((System.Drawing.Bitmap)(resources.GetObject("buttonItem2.Image")));
     this.buttonItem2.Name  = "buttonItem2";
     this.buttonItem2.Text  = "buttonItem2";
     //
     // buttonItem3
     //
     this.buttonItem3.Image = ((System.Drawing.Bitmap)(resources.GetObject("buttonItem3.Image")));
     this.buttonItem3.Name  = "buttonItem3";
     this.buttonItem3.Text  = "buttonItem3";
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx1.Dock             = System.Windows.Forms.DockStyle.Top;
     this.panelEx1.Name             = "panelEx1";
     this.panelEx1.Size             = new System.Drawing.Size(392, 32);
     this.panelEx1.Style.Alignment  = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemHotBackground;
     this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemHotBackground2;
     this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx1.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle = 90;
     this.panelEx1.TabIndex            = 2;
     this.panelEx1.Text = "This is MDI Child Form 2";
     //
     // ChildForm2
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.FromArgb(((System.Byte)(194)), ((System.Byte)(217)), ((System.Byte)(247)));
     this.ClientSize        = new System.Drawing.Size(392, 270);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.panelEx1,
         this.ribbonBarMergeContainer1
     });
     this.Name = "ChildForm2";
     this.Text = "ChildForm2";
     this.ribbonBarMergeContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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(product_management));
     this.formFrameSkinner1 = new Elegant.Ui.FormFrameSkinner();
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
     this.radGroupBox4 = new Telerik.WinControls.UI.RadGroupBox();
     this.textBoxX5 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX6 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX13 = new DevComponents.DotNetBar.LabelX();
     this.labelX14 = new DevComponents.DotNetBar.LabelX();
     this.radGroupBox3 = new Telerik.WinControls.UI.RadGroupBox();
     this.labelX11 = new DevComponents.DotNetBar.LabelX();
     this.labelX10 = new DevComponents.DotNetBar.LabelX();
     this.radSpinEditor4 = new Telerik.WinControls.UI.RadSpinEditor();
     this.radSpinEditor3 = new Telerik.WinControls.UI.RadSpinEditor();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.labelX9 = new DevComponents.DotNetBar.LabelX();
     this.radGroupBox2 = new Telerik.WinControls.UI.RadGroupBox();
     this.radSpinEditor1 = new Telerik.WinControls.UI.RadSpinEditor();
     this.switchButton1 = new DevComponents.DotNetBar.Controls.SwitchButton();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX3 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX4 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
     this.radSpinEditor2 = new Telerik.WinControls.UI.RadSpinEditor();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX2 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.إدارة_السلع = new DevComponents.DotNetBar.RibbonBarMergeContainer();
     this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar();
     this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem2 = new DevComponents.DotNetBar.ButtonItem();
     this.groupPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).BeginInit();
     this.radGroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox3)).BeginInit();
     this.radGroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditor4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditor3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).BeginInit();
     this.radGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditor1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditor2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.إدارة_السلع.SuspendLayout();
     this.SuspendLayout();
     //
     // formFrameSkinner1
     //
     this.formFrameSkinner1.Form = this;
     //
     // groupPanel1
     //
     this.groupPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.buttonX1);
     this.groupPanel1.Controls.Add(this.radGroupBox4);
     this.groupPanel1.Controls.Add(this.radGroupBox3);
     this.groupPanel1.Controls.Add(this.radGroupBox2);
     this.groupPanel1.Controls.Add(this.radGroupBox1);
     this.groupPanel1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupPanel1.Location = new System.Drawing.Point(12, 12);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(735, 282);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.Class = "";
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel1.StyleMouseDown.Class = "";
     this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel1.StyleMouseOver.Class = "";
     this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel1.TabIndex = 1;
     this.groupPanel1.Text = "إدارة السلع";
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonX1.Image = ((System.Drawing.Image)(resources.GetObject("buttonX1.Image")));
     this.buttonX1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Right;
     this.buttonX1.Location = new System.Drawing.Point(126, 605);
     this.buttonX1.Name = "buttonX1";
     this.buttonX1.Size = new System.Drawing.Size(97, 42);
     this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX1.TabIndex = 25;
     this.buttonX1.Text = "تعديل";
     //
     // radGroupBox4
     //
     this.radGroupBox4.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.radGroupBox4.BackColor = System.Drawing.Color.Transparent;
     this.radGroupBox4.Controls.Add(this.textBoxX5);
     this.radGroupBox4.Controls.Add(this.textBoxX6);
     this.radGroupBox4.Controls.Add(this.labelX13);
     this.radGroupBox4.Controls.Add(this.labelX14);
     this.radGroupBox4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox4.FooterImageIndex = -1;
     this.radGroupBox4.FooterImageKey = "";
     this.radGroupBox4.HeaderAlignment = Telerik.WinControls.UI.HeaderAlignment.Far;
     this.radGroupBox4.HeaderImageIndex = -1;
     this.radGroupBox4.HeaderImageKey = "";
     this.radGroupBox4.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox4.HeaderText = "الباركود";
     this.radGroupBox4.Location = new System.Drawing.Point(383, 152);
     this.radGroupBox4.Name = "radGroupBox4";
     this.radGroupBox4.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     //
     //
     //
     this.radGroupBox4.RootElement.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox4.Size = new System.Drawing.Size(337, 97);
     this.radGroupBox4.TabIndex = 23;
     this.radGroupBox4.Text = "الباركود";
     //
     // textBoxX5
     //
     //
     //
     //
     this.textBoxX5.Border.Class = "TextBoxBorder";
     this.textBoxX5.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX5.Location = new System.Drawing.Point(52, 62);
     this.textBoxX5.Name = "textBoxX5";
     this.textBoxX5.Size = new System.Drawing.Size(200, 22);
     this.textBoxX5.TabIndex = 20;
     //
     // textBoxX6
     //
     //
     //
     //
     this.textBoxX6.Border.Class = "TextBoxBorder";
     this.textBoxX6.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX6.Location = new System.Drawing.Point(52, 33);
     this.textBoxX6.Name = "textBoxX6";
     this.textBoxX6.Size = new System.Drawing.Size(200, 22);
     this.textBoxX6.TabIndex = 19;
     //
     // labelX13
     //
     //
     //
     //
     this.labelX13.BackgroundStyle.Class = "";
     this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX13.Location = new System.Drawing.Point(257, 61);
     this.labelX13.Name = "labelX13";
     this.labelX13.Size = new System.Drawing.Size(75, 23);
     this.labelX13.TabIndex = 1;
     this.labelX13.Text = "قطعة :";
     //
     // labelX14
     //
     //
     //
     //
     this.labelX14.BackgroundStyle.Class = "";
     this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX14.Location = new System.Drawing.Point(257, 32);
     this.labelX14.Name = "labelX14";
     this.labelX14.Size = new System.Drawing.Size(75, 23);
     this.labelX14.TabIndex = 0;
     this.labelX14.Text = "الكرتون :";
     //
     // radGroupBox3
     //
     this.radGroupBox3.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.radGroupBox3.BackColor = System.Drawing.Color.Transparent;
     this.radGroupBox3.Controls.Add(this.labelX11);
     this.radGroupBox3.Controls.Add(this.labelX10);
     this.radGroupBox3.Controls.Add(this.radSpinEditor4);
     this.radGroupBox3.Controls.Add(this.radSpinEditor3);
     this.radGroupBox3.Controls.Add(this.labelX8);
     this.radGroupBox3.Controls.Add(this.labelX9);
     this.radGroupBox3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox3.FooterImageIndex = -1;
     this.radGroupBox3.FooterImageKey = "";
     this.radGroupBox3.HeaderAlignment = Telerik.WinControls.UI.HeaderAlignment.Far;
     this.radGroupBox3.HeaderImageIndex = -1;
     this.radGroupBox3.HeaderImageKey = "";
     this.radGroupBox3.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox3.HeaderText = "الاسعار";
     this.radGroupBox3.Location = new System.Drawing.Point(15, 152);
     this.radGroupBox3.Name = "radGroupBox3";
     this.radGroupBox3.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     //
     //
     //
     this.radGroupBox3.RootElement.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox3.Size = new System.Drawing.Size(338, 97);
     this.radGroupBox3.TabIndex = 20;
     this.radGroupBox3.Text = "الاسعار";
     //
     // labelX11
     //
     //
     //
     //
     this.labelX11.BackgroundStyle.Class = "";
     this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX11.ForeColor = System.Drawing.Color.Red;
     this.labelX11.Location = new System.Drawing.Point(89, 61);
     this.labelX11.Name = "labelX11";
     this.labelX11.Size = new System.Drawing.Size(46, 23);
     this.labelX11.TabIndex = 21;
     this.labelX11.Text = "للوحدة";
     //
     // labelX10
     //
     //
     //
     //
     this.labelX10.BackgroundStyle.Class = "";
     this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX10.ForeColor = System.Drawing.Color.Red;
     this.labelX10.Location = new System.Drawing.Point(89, 32);
     this.labelX10.Name = "labelX10";
     this.labelX10.Size = new System.Drawing.Size(46, 23);
     this.labelX10.TabIndex = 20;
     this.labelX10.Text = "للوحدة";
     //
     // radSpinEditor4
     //
     this.radSpinEditor4.Location = new System.Drawing.Point(155, 35);
     this.radSpinEditor4.Name = "radSpinEditor4";
     //
     //
     //
     this.radSpinEditor4.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.radSpinEditor4.ShowBorder = true;
     this.radSpinEditor4.Size = new System.Drawing.Size(97, 20);
     this.radSpinEditor4.TabIndex = 19;
     this.radSpinEditor4.TabStop = false;
     //
     // radSpinEditor3
     //
     this.radSpinEditor3.Location = new System.Drawing.Point(155, 64);
     this.radSpinEditor3.Name = "radSpinEditor3";
     //
     //
     //
     this.radSpinEditor3.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.radSpinEditor3.ShowBorder = true;
     this.radSpinEditor3.Size = new System.Drawing.Size(97, 20);
     this.radSpinEditor3.TabIndex = 18;
     this.radSpinEditor3.TabStop = false;
     //
     // labelX8
     //
     //
     //
     //
     this.labelX8.BackgroundStyle.Class = "";
     this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX8.Location = new System.Drawing.Point(258, 61);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(75, 23);
     this.labelX8.TabIndex = 1;
     this.labelX8.Text = "سعر الشراء :";
     //
     // labelX9
     //
     //
     //
     //
     this.labelX9.BackgroundStyle.Class = "";
     this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX9.Location = new System.Drawing.Point(258, 32);
     this.labelX9.Name = "labelX9";
     this.labelX9.Size = new System.Drawing.Size(75, 23);
     this.labelX9.TabIndex = 0;
     this.labelX9.Text = "سعر البيع :";
     //
     // radGroupBox2
     //
     this.radGroupBox2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox2.BackColor = System.Drawing.Color.Transparent;
     this.radGroupBox2.Controls.Add(this.radSpinEditor1);
     this.radGroupBox2.Controls.Add(this.switchButton1);
     this.radGroupBox2.Controls.Add(this.labelX5);
     this.radGroupBox2.Controls.Add(this.textBoxX3);
     this.radGroupBox2.Controls.Add(this.textBoxX4);
     this.radGroupBox2.Controls.Add(this.labelX3);
     this.radGroupBox2.Controls.Add(this.labelX4);
     this.radGroupBox2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox2.FooterImageIndex = -1;
     this.radGroupBox2.FooterImageKey = "";
     this.radGroupBox2.HeaderAlignment = Telerik.WinControls.UI.HeaderAlignment.Far;
     this.radGroupBox2.HeaderImageIndex = -1;
     this.radGroupBox2.HeaderImageKey = "";
     this.radGroupBox2.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox2.HeaderText = "التاريخ";
     this.radGroupBox2.Location = new System.Drawing.Point(15, 11);
     this.radGroupBox2.Name = "radGroupBox2";
     this.radGroupBox2.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     //
     //
     //
     this.radGroupBox2.RootElement.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox2.Size = new System.Drawing.Size(338, 124);
     this.radGroupBox2.TabIndex = 4;
     this.radGroupBox2.Text = "التاريخ";
     //
     // radSpinEditor1
     //
     this.radSpinEditor1.Location = new System.Drawing.Point(152, 83);
     this.radSpinEditor1.Name = "radSpinEditor1";
     //
     //
     //
     this.radSpinEditor1.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.radSpinEditor1.ShowBorder = true;
     this.radSpinEditor1.Size = new System.Drawing.Size(100, 20);
     this.radSpinEditor1.TabIndex = 6;
     this.radSpinEditor1.TabStop = false;
     //
     // switchButton1
     //
     //
     //
     //
     this.switchButton1.BackgroundStyle.Class = "";
     this.switchButton1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.switchButton1.Location = new System.Drawing.Point(49, 81);
     this.switchButton1.Name = "switchButton1";
     this.switchButton1.OffText = "شهر";
     this.switchButton1.OnText = "سنة";
     this.switchButton1.Size = new System.Drawing.Size(97, 22);
     this.switchButton1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.switchButton1.TabIndex = 5;
     //
     // labelX5
     //
     this.labelX5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.labelX5.BackgroundStyle.Class = "";
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Location = new System.Drawing.Point(258, 79);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(75, 23);
     this.labelX5.TabIndex = 4;
     this.labelX5.Text = "فترة الصلاحيه:";
     //
     // textBoxX3
     //
     //
     //
     //
     this.textBoxX3.Border.Class = "TextBoxBorder";
     this.textBoxX3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX3.Location = new System.Drawing.Point(49, 53);
     this.textBoxX3.Name = "textBoxX3";
     this.textBoxX3.Size = new System.Drawing.Size(203, 22);
     this.textBoxX3.TabIndex = 3;
     //
     // textBoxX4
     //
     //
     //
     //
     this.textBoxX4.Border.Class = "TextBoxBorder";
     this.textBoxX4.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX4.Location = new System.Drawing.Point(49, 21);
     this.textBoxX4.Name = "textBoxX4";
     this.textBoxX4.Size = new System.Drawing.Size(203, 22);
     this.textBoxX4.TabIndex = 2;
     //
     // labelX3
     //
     this.labelX3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Location = new System.Drawing.Point(258, 50);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(75, 23);
     this.labelX3.TabIndex = 1;
     this.labelX3.Text = "تاريخ الإنتهاء:";
     //
     // labelX4
     //
     this.labelX4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location = new System.Drawing.Point(258, 21);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(75, 23);
     this.labelX4.TabIndex = 0;
     this.labelX4.Text = "تاريخ الإنتاج:";
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.radGroupBox1.BackColor = System.Drawing.Color.Transparent;
     this.radGroupBox1.Controls.Add(this.radSpinEditor2);
     this.radGroupBox1.Controls.Add(this.labelX6);
     this.radGroupBox1.Controls.Add(this.textBoxX2);
     this.radGroupBox1.Controls.Add(this.textBoxX1);
     this.radGroupBox1.Controls.Add(this.labelX2);
     this.radGroupBox1.Controls.Add(this.labelX1);
     this.radGroupBox1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox1.FooterImageIndex = -1;
     this.radGroupBox1.FooterImageKey = "";
     this.radGroupBox1.HeaderAlignment = Telerik.WinControls.UI.HeaderAlignment.Far;
     this.radGroupBox1.HeaderImageIndex = -1;
     this.radGroupBox1.HeaderImageKey = "";
     this.radGroupBox1.HeaderMargin = new System.Windows.Forms.Padding(0);
     this.radGroupBox1.HeaderText = "السلعه";
     this.radGroupBox1.Location = new System.Drawing.Point(383, 11);
     this.radGroupBox1.Name = "radGroupBox1";
     this.radGroupBox1.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     //
     //
     //
     this.radGroupBox1.RootElement.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox1.Size = new System.Drawing.Size(338, 123);
     this.radGroupBox1.TabIndex = 0;
     this.radGroupBox1.Text = "السلعه";
     //
     // radSpinEditor2
     //
     this.radSpinEditor2.Location = new System.Drawing.Point(152, 82);
     this.radSpinEditor2.Name = "radSpinEditor2";
     //
     //
     //
     this.radSpinEditor2.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     this.radSpinEditor2.ShowBorder = true;
     this.radSpinEditor2.Size = new System.Drawing.Size(100, 20);
     this.radSpinEditor2.TabIndex = 7;
     this.radSpinEditor2.TabStop = false;
     //
     // labelX6
     //
     this.labelX6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.labelX6.BackgroundStyle.Class = "";
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Location = new System.Drawing.Point(258, 79);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(75, 23);
     this.labelX6.TabIndex = 4;
     this.labelX6.Text = "الكمية:";
     //
     // textBoxX2
     //
     //
     //
     //
     this.textBoxX2.Border.Class = "TextBoxBorder";
     this.textBoxX2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX2.Location = new System.Drawing.Point(49, 53);
     this.textBoxX2.Name = "textBoxX2";
     this.textBoxX2.Size = new System.Drawing.Size(203, 22);
     this.textBoxX2.TabIndex = 3;
     //
     // textBoxX1
     //
     //
     //
     //
     this.textBoxX1.Border.Class = "TextBoxBorder";
     this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX1.Location = new System.Drawing.Point(49, 21);
     this.textBoxX1.Name = "textBoxX1";
     this.textBoxX1.Size = new System.Drawing.Size(203, 22);
     this.textBoxX1.TabIndex = 2;
     //
     // labelX2
     //
     this.labelX2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(258, 50);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(75, 23);
     this.labelX2.TabIndex = 1;
     this.labelX2.Text = "وصف السلعه:";
     //
     // labelX1
     //
     this.labelX1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(258, 21);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(75, 23);
     this.labelX1.TabIndex = 0;
     this.labelX1.Text = "اسم السلعه:";
     //
     // dataGridView1
     //
     this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location = new System.Drawing.Point(12, 312);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.Size = new System.Drawing.Size(735, 325);
     this.dataGridView1.TabIndex = 2;
     //
     // إدارة_السلع
     //
     this.إدارة_السلع.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.إدارة_السلع.Controls.Add(this.ribbonBar1);
     this.إدارة_السلع.Location = new System.Drawing.Point(543, 319);
     this.إدارة_السلع.Name = "إدارة_السلع";
     this.إدارة_السلع.Size = new System.Drawing.Size(186, 92);
     //
     //
     //
     this.إدارة_السلع.Style.Class = "";
     this.إدارة_السلع.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.إدارة_السلع.StyleMouseDown.Class = "";
     this.إدارة_السلع.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.إدارة_السلع.StyleMouseOver.Class = "";
     this.إدارة_السلع.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.إدارة_السلع.TabIndex = 3;
     this.إدارة_السلع.Visible = false;
     //
     // ribbonBar1
     //
     this.ribbonBar1.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar1.BackgroundMouseOverStyle.Class = "";
     this.ribbonBar1.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar1.BackgroundStyle.Class = "";
     this.ribbonBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar1.ContainerControlProcessDialogKey = true;
     this.ribbonBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem1,
     this.buttonItem2});
     this.ribbonBar1.Location = new System.Drawing.Point(15, 13);
     this.ribbonBar1.Name = "ribbonBar1";
     this.ribbonBar1.Size = new System.Drawing.Size(156, 64);
     this.ribbonBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar1.TabIndex = 0;
     this.ribbonBar1.Text = "إدارة السلع";
     //
     //
     //
     this.ribbonBar1.TitleStyle.Class = "";
     this.ribbonBar1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar1.TitleStyleMouseOver.Class = "";
     this.ribbonBar1.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // buttonItem1
     //
     this.buttonItem1.Name = "buttonItem1";
     this.buttonItem1.SubItemsExpandWidth = 14;
     this.buttonItem1.Text = "إضافة";
     this.buttonItem1.Click += new System.EventHandler(this.buttonItem1_Click);
     //
     // buttonItem2
     //
     this.buttonItem2.Name = "buttonItem2";
     this.buttonItem2.SubItemsExpandWidth = 14;
     this.buttonItem2.Text = "حذف";
     //
     // product_management
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(758, 649);
     this.Controls.Add(this.إدارة_السلع);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.dataGridView1);
     this.Name = "product_management";
     this.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.RightToLeftLayout = true;
     this.Text = "أدارة السلع";
     this.Load += new System.EventHandler(this.product_management_Load);
     this.groupPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).EndInit();
     this.radGroupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox3)).EndInit();
     this.radGroupBox3.ResumeLayout(false);
     this.radGroupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditor4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditor3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).EndInit();
     this.radGroupBox2.ResumeLayout(false);
     this.radGroupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditor1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditor2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.إدارة_السلع.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ribbonBarMergeContainer1 = new DevComponents.DotNetBar.RibbonBarMergeContainer();
     this.ribbonBar1    = new DevComponents.DotNetBar.RibbonBar();
     this.checkBoxItem1 = new DevComponents.DotNetBar.CheckBoxItem();
     this.checkBoxItem2 = new DevComponents.DotNetBar.CheckBoxItem();
     this.checkBoxItem3 = new DevComponents.DotNetBar.CheckBoxItem();
     this.panelEx1      = new DevComponents.DotNetBar.PanelEx();
     this.ribbonBarMergeContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // ribbonBarMergeContainer1
     //
     this.ribbonBarMergeContainer1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.ribbonBarMergeContainer1.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.ribbonBar1
     });
     this.ribbonBarMergeContainer1.Location      = new System.Drawing.Point(8, 40);
     this.ribbonBarMergeContainer1.Name          = "ribbonBarMergeContainer1";
     this.ribbonBarMergeContainer1.RibbonTabText = "MDI Child Tab 1";
     this.ribbonBarMergeContainer1.Size          = new System.Drawing.Size(368, 88);
     this.ribbonBarMergeContainer1.TabIndex      = 0;
     this.ribbonBarMergeContainer1.Visible       = false;
     //
     // ribbonBar1
     //
     this.ribbonBar1.AutoOverflowEnabled = true;
     this.ribbonBar1.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.checkBoxItem1,
         this.checkBoxItem2,
         this.checkBoxItem3
     });
     this.ribbonBar1.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.ribbonBar1.Name     = "ribbonBar1";
     this.ribbonBar1.Size     = new System.Drawing.Size(144, 88);
     this.ribbonBar1.Style    = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.ribbonBar1.TabIndex = 0;
     this.ribbonBar1.Text     = "ribbonBar1";
     //
     // checkBoxItem1
     //
     this.checkBoxItem1.Name = "checkBoxItem1";
     this.checkBoxItem1.Text = "checkBoxItem1";
     //
     // checkBoxItem2
     //
     this.checkBoxItem2.Name = "checkBoxItem2";
     this.checkBoxItem2.Text = "checkBoxItem2";
     //
     // checkBoxItem3
     //
     this.checkBoxItem3.Name = "checkBoxItem3";
     this.checkBoxItem3.Text = "checkBoxItem3";
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx1.Dock             = System.Windows.Forms.DockStyle.Top;
     this.panelEx1.Name             = "panelEx1";
     this.panelEx1.Size             = new System.Drawing.Size(400, 32);
     this.panelEx1.Style.Alignment  = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx1.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle = 90;
     this.panelEx1.TabIndex            = 1;
     this.panelEx1.Text = "This is MDI Child Form 1";
     //
     // ChildForm1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.FromArgb(((System.Byte)(194)), ((System.Byte)(217)), ((System.Byte)(247)));
     this.ClientSize        = new System.Drawing.Size(400, 286);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.panelEx1,
         this.ribbonBarMergeContainer1
     });
     this.Name = "ChildForm1";
     this.Text = "ChildForm1";
     this.ribbonBarMergeContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }