Example #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     TmTech_v1.CustomModel.GridColumnTag gridColumnTag1 = new TmTech_v1.CustomModel.GridColumnTag();
     this.label1            = new System.Windows.Forms.Label();
     this.btnSave           = new ModernUI.Controls.BootstrapButton();
     this.btnClose          = new ModernUI.Controls.BootstrapButton();
     this.btnLoadQuotation  = new DevExpress.XtraEditors.SimpleButton();
     this.lblNotify1        = new TmTech_v1.ToolBoxCS.LabelNotify();
     this.label17           = new System.Windows.Forms.Label();
     this.txtPoCode         = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.autoTextBox2      = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.autoTextBox3      = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.autoTextBox4      = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.label15           = new System.Windows.Forms.Label();
     this.autoTextBox1      = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.label18           = new System.Windows.Forms.Label();
     this.autoTextBox15     = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.label19           = new System.Windows.Forms.Label();
     this.gridControl1      = new DevExpress.XtraGrid.GridControl();
     this.gridView1         = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn13      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPhoto          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDescription    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDonvi          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDimension      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colQuantity       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colThanhtien      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colImgPath        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.test              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDimensionPath  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.checkBoxCombobox1 = new TmTech_v1.ToolBoxCS.CheckBoxCombobox();
     this.materialCheckBox1 = new TmTech_v1.ToolBoxCS.AutoMaterialCheckBox();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.autoTextBox44     = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.autoTextBox45     = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.autoTextBox46     = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.autoTextBox47     = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.autoTextBox48     = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.autoTextBox49     = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.autoTextBox50     = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.label48           = new System.Windows.Forms.Label();
     this.autoTextBox51     = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.label49           = new System.Windows.Forms.Label();
     this.autoTextBox52     = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.label50           = new System.Windows.Forms.Label();
     this.autoTextBox53     = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.label53           = new System.Windows.Forms.Label();
     this.label54           = new System.Windows.Forms.Label();
     this.label56           = new System.Windows.Forms.Label();
     this.label57           = new System.Windows.Forms.Label();
     this.label58           = new System.Windows.Forms.Label();
     this.label59           = new System.Windows.Forms.Label();
     this.label60           = new System.Windows.Forms.Label();
     this.label61           = new System.Windows.Forms.Label();
     this.label62           = new System.Windows.Forms.Label();
     this.flowLayoutPanel3  = new System.Windows.Forms.FlowLayoutPanel();
     this.flowLayoutPanel1  = new System.Windows.Forms.FlowLayoutPanel();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.tableLayoutPanel3.SuspendLayout();
     this.flowLayoutPanel3.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(10, 5);
     this.label1.Margin   = new System.Windows.Forms.Padding(10, 5, 0, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(52, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "PO code:";
     //
     // btnSave
     //
     this.btnSave.AutoSize                = true;
     this.btnSave.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.btnSave.BootstrapStyle          = ModernUI.ModernUIManager.BootstrapStyle.Primary;
     this.btnSave.Cursor                  = System.Windows.Forms.Cursors.Hand;
     this.btnSave.Depth                   = 0;
     this.btnSave.Icon                    = null;
     this.btnSave.Location                = new System.Drawing.Point(75, 3);
     this.btnSave.MouseState              = ModernUI.MouseState.HOVER;
     this.btnSave.Name                    = "btnSave";
     this.btnSave.Size                    = new System.Drawing.Size(55, 36);
     this.btnSave.TabIndex                = 13;
     this.btnSave.Text                    = "Save";
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click                  += new System.EventHandler(this.btnSave_Click);
     //
     // btnClose
     //
     this.btnClose.AutoSize                = true;
     this.btnClose.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.btnClose.BootstrapStyle          = ModernUI.ModernUIManager.BootstrapStyle.Warning;
     this.btnClose.Cursor                  = System.Windows.Forms.Cursors.Hand;
     this.btnClose.Depth                   = 0;
     this.btnClose.Icon                    = null;
     this.btnClose.Location                = new System.Drawing.Point(136, 3);
     this.btnClose.MouseState              = ModernUI.MouseState.HOVER;
     this.btnClose.Name                    = "btnClose";
     this.btnClose.Size                    = new System.Drawing.Size(63, 36);
     this.btnClose.TabIndex                = 14;
     this.btnClose.Text                    = "Close";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click                  += new System.EventHandler(this.btnClose_Click);
     //
     // btnLoadQuotation
     //
     this.btnLoadQuotation.Location = new System.Drawing.Point(-1, 345);
     this.btnLoadQuotation.Name     = "btnLoadQuotation";
     this.btnLoadQuotation.Size     = new System.Drawing.Size(135, 23);
     this.btnLoadQuotation.TabIndex = 18;
     this.btnLoadQuotation.Text     = "Load from Quotation";
     this.btnLoadQuotation.Click   += new System.EventHandler(this.btnLoadQuotation_Click);
     //
     // lblNotify1
     //
     this.lblNotify1.AutoSize = true;
     this.lblNotify1.Location = new System.Drawing.Point(514, 350);
     this.lblNotify1.Name     = "lblNotify1";
     this.lblNotify1.Size     = new System.Drawing.Size(62, 13);
     this.lblNotify1.Status   = TmTech_v1.ToolBoxCS.LabelNotify.EnumStatus.Other;
     this.lblNotify1.TabIndex = 20;
     this.lblNotify1.Text     = "labelNotify1";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(10, 34);
     this.label17.Margin   = new System.Windows.Forms.Padding(10, 5, 0, 0);
     this.label17.Name     = "label17";
     this.label17.Size     = new System.Drawing.Size(66, 13);
     this.label17.TabIndex = 44;
     this.label17.Text     = "Mã Báo Giá:";
     //
     // txtPoCode
     //
     this.txtPoCode.BindingFor  = "Po";
     this.txtPoCode.BindingName = "PoCode";
     this.txtPoCode.Location    = new System.Drawing.Point(105, 3);
     this.txtPoCode.Name        = "txtPoCode";
     this.txtPoCode.Size        = new System.Drawing.Size(156, 20);
     this.txtPoCode.TabIndex    = 54;
     //
     // autoTextBox2
     //
     this.autoTextBox2.BindingFor  = "Po";
     this.autoTextBox2.BindingName = "QuotationCode";
     this.autoTextBox2.Location    = new System.Drawing.Point(105, 32);
     this.autoTextBox2.Name        = "autoTextBox2";
     this.autoTextBox2.ReadOnly    = true;
     this.autoTextBox2.Size        = new System.Drawing.Size(156, 20);
     this.autoTextBox2.TabIndex    = 57;
     //
     // autoTextBox3
     //
     this.autoTextBox3.BindingFor  = "Po";
     this.autoTextBox3.BindingName = "Quotation.ProjectName";
     this.autoTextBox3.Location    = new System.Drawing.Point(105, 61);
     this.autoTextBox3.Name        = "autoTextBox3";
     this.autoTextBox3.ReadOnly    = true;
     this.autoTextBox3.Size        = new System.Drawing.Size(199, 20);
     this.autoTextBox3.TabIndex    = 58;
     //
     // autoTextBox4
     //
     this.autoTextBox4.BindingFor  = "Po";
     this.autoTextBox4.BindingName = "Quotation.ProjectAddress";
     this.autoTextBox4.Location    = new System.Drawing.Point(105, 90);
     this.autoTextBox4.Name        = "autoTextBox4";
     this.autoTextBox4.ReadOnly    = true;
     this.autoTextBox4.Size        = new System.Drawing.Size(199, 20);
     this.autoTextBox4.TabIndex    = 59;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(10, 121);
     this.label15.Margin   = new System.Windows.Forms.Padding(10, 5, 0, 0);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(66, 13);
     this.label15.TabIndex = 70;
     this.label15.Text     = "Bảo lãnh(%):";
     //
     // autoTextBox1
     //
     this.autoTextBox1.BindingFor   = "Po";
     this.autoTextBox1.BindingName  = "WarrantyPercent";
     this.autoTextBox1.Location     = new System.Drawing.Point(3, 3);
     this.autoTextBox1.Name         = "autoTextBox1";
     this.autoTextBox1.Size         = new System.Drawing.Size(65, 20);
     this.autoTextBox1.TabIndex     = 71;
     this.autoTextBox1.Tag          = "number";
     this.autoTextBox1.TextChanged += new System.EventHandler(this.autoTextBox1_TextChanged);
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(10, 150);
     this.label18.Margin   = new System.Windows.Forms.Padding(10, 5, 3, 0);
     this.label18.Name     = "label18";
     this.label18.Size     = new System.Drawing.Size(81, 13);
     this.label18.TabIndex = 72;
     this.label18.Text     = "Giá trị bảo lãnh:";
     //
     // autoTextBox15
     //
     this.autoTextBox15.BindingFor  = "";
     this.autoTextBox15.BindingName = "";
     this.autoTextBox15.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.autoTextBox15.Location    = new System.Drawing.Point(105, 148);
     this.autoTextBox15.Name        = "autoTextBox15";
     this.autoTextBox15.ReadOnly    = true;
     this.autoTextBox15.Size        = new System.Drawing.Size(199, 20);
     this.autoTextBox15.TabIndex    = 73;
     this.autoTextBox15.Tag         = "money";
     //
     // label19
     //
     this.label19.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)));
     this.label19.AutoSize = true;
     this.label19.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label19.Location = new System.Drawing.Point(74, 6);
     this.label19.Margin   = new System.Windows.Forms.Padding(3, 6, 3, 0);
     this.label19.Name     = "label19";
     this.label19.Size     = new System.Drawing.Size(24, 20);
     this.label19.TabIndex = 74;
     this.label19.Text     = "(%)";
     //
     // gridControl1
     //
     this.gridControl1.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.gridControl1.Cursor   = System.Windows.Forms.Cursors.Default;
     this.gridControl1.Location = new System.Drawing.Point(-1, 384);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(1026, 348);
     this.gridControl1.TabIndex = 75;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     this.gridControl1.Click += new System.EventHandler(this.gridControl1_Click);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn13,
         this.colPhoto,
         this.gridColumn4,
         this.colDescription,
         this.colDonvi,
         this.colDimension,
         this.gridColumn7,
         this.colQuantity,
         this.colThanhtien,
         this.colImgPath,
         this.gridColumn10,
         this.gridColumn6,
         this.gridColumn3,
         this.gridColumn1,
         this.test,
         this.colDimensionPath
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsView.ColumnAutoWidth = false;
     this.gridView1.OptionsView.ShowFooter      = true;
     this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colDescription, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     this.gridView1.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView1_RowClick_1);
     //
     // gridColumn13
     //
     this.gridColumn13.Caption   = "Stt";
     this.gridColumn13.FieldName = "Stt";
     this.gridColumn13.Fixed     = DevExpress.XtraGrid.Columns.FixedStyle.Left;
     this.gridColumn13.Name      = "gridColumn13";
     this.gridColumn13.OptionsColumn.AllowEdit = false;
     this.gridColumn13.Visible      = true;
     this.gridColumn13.VisibleIndex = 0;
     this.gridColumn13.Width        = 50;
     //
     // colPhoto
     //
     this.colPhoto.Caption   = "Hình ảnh";
     this.colPhoto.FieldName = "Photo";
     this.colPhoto.Fixed     = DevExpress.XtraGrid.Columns.FixedStyle.Left;
     this.colPhoto.Name      = "colPhoto";
     this.colPhoto.OptionsColumn.AllowEdit = false;
     this.colPhoto.Visible      = true;
     this.colPhoto.VisibleIndex = 1;
     this.colPhoto.Width        = 150;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption   = "Mã sản phẩm";
     this.gridColumn4.FieldName = "Product.ProductCode";
     this.gridColumn4.Fixed     = DevExpress.XtraGrid.Columns.FixedStyle.Left;
     this.gridColumn4.Name      = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowEdit = false;
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 2;
     this.gridColumn4.Width        = 92;
     //
     // colDescription
     //
     this.colDescription.Caption   = "Description";
     this.colDescription.FieldName = "TotalDescription";
     this.colDescription.Fixed     = DevExpress.XtraGrid.Columns.FixedStyle.Left;
     this.colDescription.Name      = "colDescription";
     this.colDescription.OptionsColumn.AllowEdit = false;
     this.colDescription.Visible      = true;
     this.colDescription.VisibleIndex = 3;
     this.colDescription.Width        = 190;
     //
     // colDonvi
     //
     this.colDonvi.Caption   = "Đơn vị";
     this.colDonvi.FieldName = "Product.Unit.UnitName";
     this.colDonvi.Name      = "colDonvi";
     this.colDonvi.OptionsColumn.AllowEdit = false;
     gridColumnTag1.Value        = "";
     gridColumnTag1.VisibleIndex = 4;
     gridColumnTag1.Width        = 0;
     this.colDonvi.Tag           = gridColumnTag1;
     this.colDonvi.Width         = 50;
     //
     // colDimension
     //
     this.colDimension.Caption   = "Dimension";
     this.colDimension.FieldName = "Product.Dimension";
     this.colDimension.Name      = "colDimension";
     this.colDimension.OptionsColumn.AllowEdit  = false;
     this.colDimension.OptionsColumn.AllowFocus = false;
     this.colDimension.Width = 150;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption   = "Đơn giá";
     this.gridColumn7.FieldName = "QuotationPrice";
     this.gridColumn7.Fixed     = DevExpress.XtraGrid.Columns.FixedStyle.Right;
     this.gridColumn7.Name      = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowEdit = false;
     this.gridColumn7.Tag          = "money";
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 4;
     this.gridColumn7.Width        = 177;
     //
     // colQuantity
     //
     this.colQuantity.Caption   = "Số lượng";
     this.colQuantity.FieldName = "Quantity";
     this.colQuantity.Fixed     = DevExpress.XtraGrid.Columns.FixedStyle.Right;
     this.colQuantity.Name      = "colQuantity";
     this.colQuantity.OptionsColumn.AllowEdit = false;
     this.colQuantity.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum)
     });
     this.colQuantity.Tag          = "number";
     this.colQuantity.Visible      = true;
     this.colQuantity.VisibleIndex = 5;
     this.colQuantity.Width        = 116;
     //
     // colThanhtien
     //
     this.colThanhtien.Caption   = "Thành tiền";
     this.colThanhtien.FieldName = "TotalMoney";
     this.colThanhtien.Fixed     = DevExpress.XtraGrid.Columns.FixedStyle.Right;
     this.colThanhtien.Name      = "colThanhtien";
     this.colThanhtien.OptionsColumn.AllowEdit = false;
     this.colThanhtien.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TotalMoney", "{0:#,###}")
     });
     this.colThanhtien.Tag          = "money";
     this.colThanhtien.Visible      = true;
     this.colThanhtien.VisibleIndex = 6;
     this.colThanhtien.Width        = 200;
     //
     // colImgPath
     //
     this.colImgPath.Caption   = "photoPath";
     this.colImgPath.FieldName = "Product.PhotoPath";
     this.colImgPath.Name      = "colImgPath";
     //
     // gridColumn10
     //
     this.gridColumn10.Caption   = "ProductId";
     this.gridColumn10.FieldName = "Product.ProductId";
     this.gridColumn10.Name      = "gridColumn10";
     //
     // gridColumn6
     //
     this.gridColumn6.Caption   = "StandardId";
     this.gridColumn6.FieldName = "StandardId";
     this.gridColumn6.Name      = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit = false;
     this.gridColumn6.Width = 64;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption   = "QuotationId";
     this.gridColumn3.FieldName = "QuotationId";
     this.gridColumn3.Name      = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.Width = 64;
     //
     // gridColumn1
     //
     this.gridColumn1.FieldName = "QuotationDetailId";
     this.gridColumn1.Name      = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.Width = 101;
     //
     // test
     //
     this.test.Caption   = "gridColumn2";
     this.test.FieldName = "test";
     this.test.Name      = "test";
     //
     // colDimensionPath
     //
     this.colDimensionPath.Caption   = "DimensionPath";
     this.colDimensionPath.FieldName = "Product.DimensionPath";
     this.colDimensionPath.Name      = "colDimensionPath";
     //
     // checkBoxCombobox1
     //
     this.checkBoxCombobox1.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxCombobox1.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.checkBoxCombobox1.FormattingEnabled = true;
     this.checkBoxCombobox1.Location          = new System.Drawing.Point(832, 345);
     this.checkBoxCombobox1.Name     = "checkBoxCombobox1";
     this.checkBoxCombobox1.Size     = new System.Drawing.Size(187, 21);
     this.checkBoxCombobox1.TabIndex = 76;
     this.checkBoxCombobox1.Text     = "Select column to display";
     //
     // materialCheckBox1
     //
     this.materialCheckBox1.AutoSize    = true;
     this.materialCheckBox1.BindingFor  = "Po";
     this.materialCheckBox1.BindingName = "CreateDebt";
     this.tableLayoutPanel3.SetColumnSpan(this.materialCheckBox1, 2);
     this.materialCheckBox1.Depth                   = 0;
     this.materialCheckBox1.Font                    = new System.Drawing.Font("Roboto", 10F);
     this.materialCheckBox1.Location                = new System.Drawing.Point(0, 203);
     this.materialCheckBox1.Margin                  = new System.Windows.Forms.Padding(0);
     this.materialCheckBox1.MouseLocation           = new System.Drawing.Point(-1, -1);
     this.materialCheckBox1.MouseState              = ModernUI.MouseState.HOVER;
     this.materialCheckBox1.Name                    = "materialCheckBox1";
     this.materialCheckBox1.Ripple                  = true;
     this.materialCheckBox1.Size                    = new System.Drawing.Size(164, 30);
     this.materialCheckBox1.TabIndex                = 99;
     this.materialCheckBox1.Text                    = "Cho phép tạo công nợ";
     this.materialCheckBox1.UseVisualStyleBackColor = true;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel3.ColumnCount = 8;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel3.Controls.Add(this.autoTextBox44, 3, 6);
     this.tableLayoutPanel3.Controls.Add(this.materialCheckBox1, 0, 7);
     this.tableLayoutPanel3.Controls.Add(this.autoTextBox45, 3, 5);
     this.tableLayoutPanel3.Controls.Add(this.autoTextBox46, 3, 4);
     this.tableLayoutPanel3.Controls.Add(this.autoTextBox47, 5, 3);
     this.tableLayoutPanel3.Controls.Add(this.autoTextBox15, 1, 5);
     this.tableLayoutPanel3.Controls.Add(this.autoTextBox48, 3, 3);
     this.tableLayoutPanel3.Controls.Add(this.label18, 0, 5);
     this.tableLayoutPanel3.Controls.Add(this.autoTextBox49, 5, 2);
     this.tableLayoutPanel3.Controls.Add(this.autoTextBox50, 3, 2);
     this.tableLayoutPanel3.Controls.Add(this.label48, 4, 2);
     this.tableLayoutPanel3.Controls.Add(this.label15, 0, 4);
     this.tableLayoutPanel3.Controls.Add(this.autoTextBox51, 3, 1);
     this.tableLayoutPanel3.Controls.Add(this.label49, 4, 3);
     this.tableLayoutPanel3.Controls.Add(this.autoTextBox4, 1, 3);
     this.tableLayoutPanel3.Controls.Add(this.autoTextBox52, 3, 0);
     this.tableLayoutPanel3.Controls.Add(this.autoTextBox3, 1, 2);
     this.tableLayoutPanel3.Controls.Add(this.label50, 4, 6);
     this.tableLayoutPanel3.Controls.Add(this.autoTextBox53, 5, 6);
     this.tableLayoutPanel3.Controls.Add(this.label53, 0, 2);
     this.tableLayoutPanel3.Controls.Add(this.label54, 0, 3);
     this.tableLayoutPanel3.Controls.Add(this.label56, 2, 0);
     this.tableLayoutPanel3.Controls.Add(this.label57, 2, 1);
     this.tableLayoutPanel3.Controls.Add(this.label58, 2, 2);
     this.tableLayoutPanel3.Controls.Add(this.label59, 2, 3);
     this.tableLayoutPanel3.Controls.Add(this.autoTextBox2, 1, 1);
     this.tableLayoutPanel3.Controls.Add(this.label60, 2, 4);
     this.tableLayoutPanel3.Controls.Add(this.txtPoCode, 1, 0);
     this.tableLayoutPanel3.Controls.Add(this.label61, 2, 5);
     this.tableLayoutPanel3.Controls.Add(this.label62, 2, 6);
     this.tableLayoutPanel3.Controls.Add(this.flowLayoutPanel3, 6, 0);
     this.tableLayoutPanel3.Controls.Add(this.label17, 0, 1);
     this.tableLayoutPanel3.Controls.Add(this.label1, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.flowLayoutPanel1, 1, 4);
     this.tableLayoutPanel3.Location = new System.Drawing.Point(-1, 63);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 8;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(1026, 237);
     this.tableLayoutPanel3.TabIndex = 100;
     this.tableLayoutPanel3.Paint   += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel3_Paint);
     //
     // autoTextBox44
     //
     this.autoTextBox44.BindingFor  = "Company";
     this.autoTextBox44.BindingName = "MainDeputy.Email";
     this.autoTextBox44.Location    = new System.Drawing.Point(412, 177);
     this.autoTextBox44.Name        = "autoTextBox44";
     this.autoTextBox44.ReadOnly    = true;
     this.autoTextBox44.Size        = new System.Drawing.Size(179, 20);
     this.autoTextBox44.TabIndex    = 51;
     //
     // autoTextBox45
     //
     this.autoTextBox45.BindingFor  = "Company";
     this.autoTextBox45.BindingName = "MainDeputy.Address";
     this.tableLayoutPanel3.SetColumnSpan(this.autoTextBox45, 3);
     this.autoTextBox45.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.autoTextBox45.Location = new System.Drawing.Point(412, 148);
     this.autoTextBox45.Name     = "autoTextBox45";
     this.autoTextBox45.ReadOnly = true;
     this.autoTextBox45.Size     = new System.Drawing.Size(403, 20);
     this.autoTextBox45.TabIndex = 50;
     //
     // autoTextBox46
     //
     this.autoTextBox46.BindingFor  = "Company";
     this.autoTextBox46.BindingName = "MainDeputy.DeputyName";
     this.tableLayoutPanel3.SetColumnSpan(this.autoTextBox46, 3);
     this.autoTextBox46.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.autoTextBox46.Location = new System.Drawing.Point(412, 119);
     this.autoTextBox46.Name     = "autoTextBox46";
     this.autoTextBox46.ReadOnly = true;
     this.autoTextBox46.Size     = new System.Drawing.Size(403, 20);
     this.autoTextBox46.TabIndex = 49;
     //
     // autoTextBox47
     //
     this.autoTextBox47.BindingFor  = "Company";
     this.autoTextBox47.BindingName = "Class.ClassCode";
     this.autoTextBox47.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.autoTextBox47.Location    = new System.Drawing.Point(719, 90);
     this.autoTextBox47.Name        = "autoTextBox47";
     this.autoTextBox47.ReadOnly    = true;
     this.autoTextBox47.Size        = new System.Drawing.Size(96, 20);
     this.autoTextBox47.TabIndex    = 48;
     //
     // autoTextBox48
     //
     this.autoTextBox48.BindingFor  = "Company";
     this.autoTextBox48.BindingName = "Email";
     this.autoTextBox48.Location    = new System.Drawing.Point(412, 90);
     this.autoTextBox48.Name        = "autoTextBox48";
     this.autoTextBox48.ReadOnly    = true;
     this.autoTextBox48.Size        = new System.Drawing.Size(179, 20);
     this.autoTextBox48.TabIndex    = 47;
     //
     // autoTextBox49
     //
     this.autoTextBox49.BindingFor  = "Company";
     this.autoTextBox49.BindingName = "Fax";
     this.autoTextBox49.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.autoTextBox49.Location    = new System.Drawing.Point(719, 61);
     this.autoTextBox49.Name        = "autoTextBox49";
     this.autoTextBox49.ReadOnly    = true;
     this.autoTextBox49.Size        = new System.Drawing.Size(96, 20);
     this.autoTextBox49.TabIndex    = 46;
     //
     // autoTextBox50
     //
     this.autoTextBox50.BindingFor  = "Company";
     this.autoTextBox50.BindingName = "Phone";
     this.autoTextBox50.Location    = new System.Drawing.Point(412, 61);
     this.autoTextBox50.Name        = "autoTextBox50";
     this.autoTextBox50.ReadOnly    = true;
     this.autoTextBox50.Size        = new System.Drawing.Size(179, 20);
     this.autoTextBox50.TabIndex    = 45;
     //
     // label48
     //
     this.label48.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label48.AutoSize = true;
     this.label48.Location = new System.Drawing.Point(686, 63);
     this.label48.Margin   = new System.Windows.Forms.Padding(3, 5, 3, 0);
     this.label48.Name     = "label48";
     this.label48.Size     = new System.Drawing.Size(27, 13);
     this.label48.TabIndex = 15;
     this.label48.Text     = "Fax:";
     //
     // autoTextBox51
     //
     this.autoTextBox51.BindingFor  = "Company";
     this.autoTextBox51.BindingName = "Address";
     this.tableLayoutPanel3.SetColumnSpan(this.autoTextBox51, 3);
     this.autoTextBox51.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.autoTextBox51.Location = new System.Drawing.Point(412, 32);
     this.autoTextBox51.Name     = "autoTextBox51";
     this.autoTextBox51.ReadOnly = true;
     this.autoTextBox51.Size     = new System.Drawing.Size(403, 20);
     this.autoTextBox51.TabIndex = 44;
     //
     // label49
     //
     this.label49.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label49.AutoSize = true;
     this.label49.Location = new System.Drawing.Point(678, 92);
     this.label49.Margin   = new System.Windows.Forms.Padding(3, 5, 3, 0);
     this.label49.Name     = "label49";
     this.label49.Size     = new System.Drawing.Size(35, 13);
     this.label49.TabIndex = 5;
     this.label49.Text     = "Class:";
     //
     // autoTextBox52
     //
     this.autoTextBox52.BindingFor  = "Company";
     this.autoTextBox52.BindingName = "CompanyName";
     this.tableLayoutPanel3.SetColumnSpan(this.autoTextBox52, 3);
     this.autoTextBox52.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.autoTextBox52.Location = new System.Drawing.Point(412, 3);
     this.autoTextBox52.Name     = "autoTextBox52";
     this.autoTextBox52.ReadOnly = true;
     this.autoTextBox52.Size     = new System.Drawing.Size(403, 20);
     this.autoTextBox52.TabIndex = 43;
     //
     // label50
     //
     this.label50.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label50.AutoSize = true;
     this.label50.Location = new System.Drawing.Point(678, 179);
     this.label50.Margin   = new System.Windows.Forms.Padding(3, 5, 3, 0);
     this.label50.Name     = "label50";
     this.label50.Size     = new System.Drawing.Size(35, 13);
     this.label50.TabIndex = 17;
     this.label50.Text     = "Email:";
     //
     // autoTextBox53
     //
     this.autoTextBox53.BindingFor  = "Company";
     this.autoTextBox53.BindingName = "MainDeputy.Phone";
     this.autoTextBox53.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.autoTextBox53.Location    = new System.Drawing.Point(719, 177);
     this.autoTextBox53.Name        = "autoTextBox53";
     this.autoTextBox53.ReadOnly    = true;
     this.autoTextBox53.Size        = new System.Drawing.Size(96, 20);
     this.autoTextBox53.TabIndex    = 52;
     //
     // label53
     //
     this.label53.AutoSize = true;
     this.label53.Location = new System.Drawing.Point(10, 63);
     this.label53.Margin   = new System.Windows.Forms.Padding(10, 5, 3, 0);
     this.label53.Name     = "label53";
     this.label53.Size     = new System.Drawing.Size(64, 13);
     this.label53.TabIndex = 26;
     this.label53.Text     = "Tên project:";
     //
     // label54
     //
     this.label54.AutoSize = true;
     this.label54.Location = new System.Drawing.Point(10, 92);
     this.label54.Margin   = new System.Windows.Forms.Padding(10, 5, 0, 0);
     this.label54.Name     = "label54";
     this.label54.Size     = new System.Drawing.Size(78, 13);
     this.label54.TabIndex = 29;
     this.label54.Text     = "Địa chỉ project:";
     //
     // label56
     //
     this.label56.AutoSize = true;
     this.label56.Location = new System.Drawing.Point(317, 5);
     this.label56.Margin   = new System.Windows.Forms.Padding(10, 5, 3, 0);
     this.label56.Name     = "label56";
     this.label56.Size     = new System.Drawing.Size(46, 13);
     this.label56.TabIndex = 7;
     this.label56.Text     = "Công ty:";
     //
     // label57
     //
     this.label57.AutoSize = true;
     this.label57.Location = new System.Drawing.Point(317, 34);
     this.label57.Margin   = new System.Windows.Forms.Padding(10, 5, 3, 0);
     this.label57.Name     = "label57";
     this.label57.Size     = new System.Drawing.Size(81, 13);
     this.label57.TabIndex = 53;
     this.label57.Text     = "Địa chỉ công ty:";
     //
     // label58
     //
     this.label58.AutoSize = true;
     this.label58.Location = new System.Drawing.Point(317, 63);
     this.label58.Margin   = new System.Windows.Forms.Padding(10, 5, 3, 0);
     this.label58.Name     = "label58";
     this.label58.Size     = new System.Drawing.Size(64, 13);
     this.label58.TabIndex = 11;
     this.label58.Text     = "Sdt công ty:";
     //
     // label59
     //
     this.label59.AutoSize = true;
     this.label59.Location = new System.Drawing.Point(317, 92);
     this.label59.Margin   = new System.Windows.Forms.Padding(10, 5, 3, 0);
     this.label59.Name     = "label59";
     this.label59.Size     = new System.Drawing.Size(35, 13);
     this.label59.TabIndex = 9;
     this.label59.Text     = "Email:";
     //
     // label60
     //
     this.label60.AutoSize = true;
     this.label60.Location = new System.Drawing.Point(317, 121);
     this.label60.Margin   = new System.Windows.Forms.Padding(10, 5, 3, 0);
     this.label60.Name     = "label60";
     this.label60.Size     = new System.Drawing.Size(79, 13);
     this.label60.TabIndex = 15;
     this.label60.Text     = "Người đại diện:";
     //
     // label61
     //
     this.label61.AutoSize = true;
     this.label61.Location = new System.Drawing.Point(317, 150);
     this.label61.Margin   = new System.Windows.Forms.Padding(10, 5, 3, 0);
     this.label61.Name     = "label61";
     this.label61.Size     = new System.Drawing.Size(43, 13);
     this.label61.TabIndex = 21;
     this.label61.Text     = "Địa chỉ:";
     //
     // label62
     //
     this.label62.AutoSize = true;
     this.label62.Location = new System.Drawing.Point(317, 179);
     this.label62.Margin   = new System.Windows.Forms.Padding(10, 5, 3, 0);
     this.label62.Name     = "label62";
     this.label62.Size     = new System.Drawing.Size(26, 13);
     this.label62.TabIndex = 19;
     this.label62.Text     = "Sdt:";
     //
     // flowLayoutPanel3
     //
     this.tableLayoutPanel3.SetColumnSpan(this.flowLayoutPanel3, 2);
     this.flowLayoutPanel3.Controls.Add(this.btnClose);
     this.flowLayoutPanel3.Controls.Add(this.btnSave);
     this.flowLayoutPanel3.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel3.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel3.Location      = new System.Drawing.Point(821, 3);
     this.flowLayoutPanel3.Name          = "flowLayoutPanel3";
     this.tableLayoutPanel3.SetRowSpan(this.flowLayoutPanel3, 4);
     this.flowLayoutPanel3.Size     = new System.Drawing.Size(202, 110);
     this.flowLayoutPanel3.TabIndex = 54;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.autoTextBox1);
     this.flowLayoutPanel1.Controls.Add(this.label19);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(105, 119);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(199, 23);
     this.flowLayoutPanel1.TabIndex = 71;
     //
     // frmCreatePo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1028, 735);
     this.Controls.Add(this.tableLayoutPanel3);
     this.Controls.Add(this.checkBoxCombobox1);
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.lblNotify1);
     this.Controls.Add(this.btnLoadQuotation);
     this.MinimizeBox  = false;
     this.Name         = "frmCreatePo";
     this.Text         = "Tạo PO";
     this.WindowState  = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCreatePo_FormClosing);
     this.Load        += new System.EventHandler(this.frmCreatePo_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel3.PerformLayout();
     this.flowLayoutPanel3.ResumeLayout(false);
     this.flowLayoutPanel3.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     TmTech_v1.CustomModel.GridColumnTag gridColumnTag1 = new TmTech_v1.CustomModel.GridColumnTag();
     this.lblNotify1        = new TmTech_v1.ToolBoxCS.LabelNotify();
     this.btnClose          = new ModernUI.Controls.BootstrapButton();
     this.btnSave           = new ModernUI.Controls.BootstrapButton();
     this.btnRemove         = new ModernUI.Controls.BootstrapButton();
     this.btnLookForProduct = new ModernUI.Controls.BootstrapButton();
     this.gridControl1      = new DevExpress.XtraGrid.GridControl();
     this.gridView1         = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn13      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPhoto          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDescription    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDonvi          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDimension      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colQuantity       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colThanhtien      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colImgPath        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDimensionPath  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.checkBoxCombobox1 = new TmTech_v1.ToolBoxCS.CheckBoxCombobox();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.autoTextBox13     = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.autoTextBox12     = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.autoTextBox11     = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.autoTextBox10     = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.autoTextBox9      = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.autoTextBox8      = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.autoTextBox7      = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.label10           = new System.Windows.Forms.Label();
     this.autoTextBox6      = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.label3            = new System.Windows.Forms.Label();
     this.autoTextBox5      = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.label11           = new System.Windows.Forms.Label();
     this.autoTextBox14     = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.txtQuotationCode  = new TmTech_v1.ToolBoxCS.StatusTextbox();
     this.label4            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.label6            = new System.Windows.Forms.Label();
     this.label5            = new System.Windows.Forms.Label();
     this.label9            = new System.Windows.Forms.Label();
     this.label13           = new System.Windows.Forms.Label();
     this.label12           = new System.Windows.Forms.Label();
     this.flowLayoutPanel1  = new System.Windows.Forms.FlowLayoutPanel();
     this.bootstrapButton1  = new ModernUI.Controls.BootstrapButton();
     this.label1            = new System.Windows.Forms.Label();
     this.label8            = new System.Windows.Forms.Label();
     this.autoTextBox2      = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.label14           = new System.Windows.Forms.Label();
     this.autoTextBox3      = new TmTech_v1.ToolBoxCS.AutoTextBox();
     this.label16           = new System.Windows.Forms.Label();
     this.autoTextBox4      = new TmTech_v1.ToolBoxCS.AutoTextBox();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // lblNotify1
     //
     this.lblNotify1.AutoSize = true;
     this.lblNotify1.Location = new System.Drawing.Point(517, 312);
     this.lblNotify1.Name     = "lblNotify1";
     this.lblNotify1.Size     = new System.Drawing.Size(62, 13);
     this.lblNotify1.Status   = TmTech_v1.ToolBoxCS.LabelNotify.EnumStatus.Other;
     this.lblNotify1.TabIndex = 37;
     this.lblNotify1.Text     = "labelNotify1";
     //
     // btnClose
     //
     this.btnClose.AutoSize                = true;
     this.btnClose.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.btnClose.BootstrapStyle          = ModernUI.ModernUIManager.BootstrapStyle.Warning;
     this.btnClose.Cursor                  = System.Windows.Forms.Cursors.Hand;
     this.btnClose.Depth                   = 0;
     this.btnClose.Icon                    = null;
     this.btnClose.Location                = new System.Drawing.Point(141, 3);
     this.btnClose.MouseState              = ModernUI.MouseState.HOVER;
     this.btnClose.Name                    = "btnClose";
     this.btnClose.Size                    = new System.Drawing.Size(63, 36);
     this.btnClose.TabIndex                = 33;
     this.btnClose.Text                    = "Close";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click                  += new System.EventHandler(this.btnClose_Click);
     //
     // btnSave
     //
     this.btnSave.AutoSize                = true;
     this.btnSave.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.btnSave.BootstrapStyle          = ModernUI.ModernUIManager.BootstrapStyle.Primary;
     this.btnSave.Cursor                  = System.Windows.Forms.Cursors.Hand;
     this.btnSave.Depth                   = 0;
     this.btnSave.Icon                    = null;
     this.btnSave.Location                = new System.Drawing.Point(80, 3);
     this.btnSave.MouseState              = ModernUI.MouseState.HOVER;
     this.btnSave.Name                    = "btnSave";
     this.btnSave.Size                    = new System.Drawing.Size(55, 36);
     this.btnSave.TabIndex                = 32;
     this.btnSave.Text                    = "Save";
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click                  += new System.EventHandler(this.btnSave_Click);
     //
     // btnRemove
     //
     this.btnRemove.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRemove.AutoSize                = true;
     this.btnRemove.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.btnRemove.BootstrapStyle          = ModernUI.ModernUIManager.BootstrapStyle.Danger;
     this.btnRemove.Cursor                  = System.Windows.Forms.Cursors.Hand;
     this.btnRemove.Depth                   = 0;
     this.btnRemove.Icon                    = null;
     this.btnRemove.Location                = new System.Drawing.Point(920, 300);
     this.btnRemove.MouseState              = ModernUI.MouseState.HOVER;
     this.btnRemove.Name                    = "btnRemove";
     this.btnRemove.Size                    = new System.Drawing.Size(141, 36);
     this.btnRemove.TabIndex                = 36;
     this.btnRemove.Text                    = "Remove product";
     this.btnRemove.UseVisualStyleBackColor = true;
     this.btnRemove.Click                  += new System.EventHandler(this.btnRemove_Click);
     //
     // btnLookForProduct
     //
     this.btnLookForProduct.AutoSize                = true;
     this.btnLookForProduct.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.btnLookForProduct.BootstrapStyle          = ModernUI.ModernUIManager.BootstrapStyle.Success;
     this.btnLookForProduct.Cursor                  = System.Windows.Forms.Cursors.Hand;
     this.btnLookForProduct.Depth                   = 0;
     this.btnLookForProduct.Icon                    = null;
     this.btnLookForProduct.Location                = new System.Drawing.Point(6, 303);
     this.btnLookForProduct.MouseState              = ModernUI.MouseState.HOVER;
     this.btnLookForProduct.Name                    = "btnLookForProduct";
     this.btnLookForProduct.Size                    = new System.Drawing.Size(155, 36);
     this.btnLookForProduct.TabIndex                = 67;
     this.btnLookForProduct.Text                    = "Tìm kiếm sản phẩm";
     this.btnLookForProduct.UseVisualStyleBackColor = true;
     this.btnLookForProduct.Click                  += new System.EventHandler(this.btnLookForProduct_Click_1);
     //
     // gridControl1
     //
     this.gridControl1.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.gridControl1.Cursor   = System.Windows.Forms.Cursors.Default;
     this.gridControl1.Location = new System.Drawing.Point(0, 340);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(1061, 306);
     this.gridControl1.TabIndex = 94;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn13,
         this.colPhoto,
         this.gridColumn4,
         this.colDescription,
         this.colDonvi,
         this.colDimension,
         this.gridColumn7,
         this.colQuantity,
         this.colThanhtien,
         this.colImgPath,
         this.gridColumn10,
         this.gridColumn6,
         this.gridColumn3,
         this.gridColumn1,
         this.colDimensionPath
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsView.ColumnAutoWidth = false;
     this.gridView1.OptionsView.ShowFooter      = true;
     this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colDescription, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     this.gridView1.RowClick    += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView1_RowClick_1);
     this.gridView1.DoubleClick += new System.EventHandler(this.gridView1_DoubleClick);
     //
     // gridColumn13
     //
     this.gridColumn13.Caption   = "Stt";
     this.gridColumn13.FieldName = "Stt";
     this.gridColumn13.Fixed     = DevExpress.XtraGrid.Columns.FixedStyle.Left;
     this.gridColumn13.Name      = "gridColumn13";
     this.gridColumn13.OptionsColumn.AllowEdit = false;
     this.gridColumn13.Visible      = true;
     this.gridColumn13.VisibleIndex = 0;
     this.gridColumn13.Width        = 50;
     //
     // colPhoto
     //
     this.colPhoto.Caption   = "Hình ảnh";
     this.colPhoto.FieldName = "Photo";
     this.colPhoto.Fixed     = DevExpress.XtraGrid.Columns.FixedStyle.Left;
     this.colPhoto.Name      = "colPhoto";
     this.colPhoto.OptionsColumn.AllowEdit = false;
     this.colPhoto.Visible      = true;
     this.colPhoto.VisibleIndex = 1;
     this.colPhoto.Width        = 150;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption   = "Mã sản phẩm";
     this.gridColumn4.FieldName = "Product.ProductCode";
     this.gridColumn4.Fixed     = DevExpress.XtraGrid.Columns.FixedStyle.Left;
     this.gridColumn4.Name      = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowEdit = false;
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 2;
     this.gridColumn4.Width        = 92;
     //
     // colDescription
     //
     this.colDescription.Caption   = "Description";
     this.colDescription.FieldName = "TotalDescription";
     this.colDescription.Fixed     = DevExpress.XtraGrid.Columns.FixedStyle.Left;
     this.colDescription.Name      = "colDescription";
     this.colDescription.OptionsColumn.AllowEdit = false;
     this.colDescription.Visible      = true;
     this.colDescription.VisibleIndex = 3;
     this.colDescription.Width        = 190;
     //
     // colDonvi
     //
     this.colDonvi.Caption   = "Đơn vị";
     this.colDonvi.FieldName = "Product.Unit.UnitName";
     this.colDonvi.Name      = "colDonvi";
     this.colDonvi.OptionsColumn.AllowEdit = false;
     gridColumnTag1.Value        = "";
     gridColumnTag1.VisibleIndex = 4;
     gridColumnTag1.Width        = 0;
     this.colDonvi.Tag           = gridColumnTag1;
     this.colDonvi.Width         = 50;
     //
     // colDimension
     //
     this.colDimension.Caption   = "Dimension";
     this.colDimension.FieldName = "Product.Dimension";
     this.colDimension.Name      = "colDimension";
     this.colDimension.OptionsColumn.AllowEdit  = false;
     this.colDimension.OptionsColumn.AllowFocus = false;
     this.colDimension.Width = 150;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption   = "Đơn giá";
     this.gridColumn7.FieldName = "QuotationPrice";
     this.gridColumn7.Fixed     = DevExpress.XtraGrid.Columns.FixedStyle.Right;
     this.gridColumn7.Name      = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowEdit = false;
     this.gridColumn7.Tag          = "money";
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 4;
     this.gridColumn7.Width        = 100;
     //
     // colQuantity
     //
     this.colQuantity.Caption   = "Số lượng";
     this.colQuantity.FieldName = "Quantity";
     this.colQuantity.Fixed     = DevExpress.XtraGrid.Columns.FixedStyle.Right;
     this.colQuantity.Name      = "colQuantity";
     this.colQuantity.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum)
     });
     this.colQuantity.Tag          = "number";
     this.colQuantity.Visible      = true;
     this.colQuantity.VisibleIndex = 5;
     //
     // colThanhtien
     //
     this.colThanhtien.Caption   = "Thành tiền";
     this.colThanhtien.FieldName = "TotalMoney";
     this.colThanhtien.Fixed     = DevExpress.XtraGrid.Columns.FixedStyle.Right;
     this.colThanhtien.Name      = "colThanhtien";
     this.colThanhtien.OptionsColumn.AllowEdit = false;
     this.colThanhtien.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TotalMoney", "{0:#,###}")
     });
     this.colThanhtien.Tag          = "money";
     this.colThanhtien.Visible      = true;
     this.colThanhtien.VisibleIndex = 6;
     this.colThanhtien.Width        = 150;
     //
     // colImgPath
     //
     this.colImgPath.Caption   = "photoPath";
     this.colImgPath.FieldName = "Product.PhotoPath";
     this.colImgPath.Name      = "colImgPath";
     //
     // gridColumn10
     //
     this.gridColumn10.Caption   = "ProductId";
     this.gridColumn10.FieldName = "Product.ProductId";
     this.gridColumn10.Name      = "gridColumn10";
     //
     // gridColumn6
     //
     this.gridColumn6.Caption   = "StandardId";
     this.gridColumn6.FieldName = "StandardId";
     this.gridColumn6.Name      = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit = false;
     this.gridColumn6.Width = 64;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption   = "QuotationId";
     this.gridColumn3.FieldName = "QuotationId";
     this.gridColumn3.Name      = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.Width = 64;
     //
     // gridColumn1
     //
     this.gridColumn1.FieldName = "QuotationDetailId";
     this.gridColumn1.Name      = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.Width = 101;
     //
     // colDimensionPath
     //
     this.colDimensionPath.Caption   = "DimensionPath";
     this.colDimensionPath.FieldName = "Product.DimensionPath";
     this.colDimensionPath.Name      = "colDimensionPath";
     //
     // checkBoxCombobox1
     //
     this.checkBoxCombobox1.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxCombobox1.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.checkBoxCombobox1.FormattingEnabled = true;
     this.checkBoxCombobox1.Location          = new System.Drawing.Point(727, 313);
     this.checkBoxCombobox1.Name     = "checkBoxCombobox1";
     this.checkBoxCombobox1.Size     = new System.Drawing.Size(187, 21);
     this.checkBoxCombobox1.TabIndex = 95;
     this.checkBoxCombobox1.Text     = "Select column to display";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel1.ColumnCount = 8;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.Controls.Add(this.autoTextBox13, 3, 6);
     this.tableLayoutPanel1.Controls.Add(this.autoTextBox12, 3, 5);
     this.tableLayoutPanel1.Controls.Add(this.autoTextBox11, 3, 4);
     this.tableLayoutPanel1.Controls.Add(this.autoTextBox10, 5, 3);
     this.tableLayoutPanel1.Controls.Add(this.autoTextBox9, 3, 3);
     this.tableLayoutPanel1.Controls.Add(this.autoTextBox8, 5, 2);
     this.tableLayoutPanel1.Controls.Add(this.autoTextBox7, 3, 2);
     this.tableLayoutPanel1.Controls.Add(this.label10, 4, 2);
     this.tableLayoutPanel1.Controls.Add(this.autoTextBox6, 3, 1);
     this.tableLayoutPanel1.Controls.Add(this.label3, 4, 3);
     this.tableLayoutPanel1.Controls.Add(this.autoTextBox5, 3, 0);
     this.tableLayoutPanel1.Controls.Add(this.label11, 4, 6);
     this.tableLayoutPanel1.Controls.Add(this.autoTextBox14, 5, 6);
     this.tableLayoutPanel1.Controls.Add(this.txtQuotationCode, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.label4, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.label2, 2, 1);
     this.tableLayoutPanel1.Controls.Add(this.label6, 2, 2);
     this.tableLayoutPanel1.Controls.Add(this.label5, 2, 3);
     this.tableLayoutPanel1.Controls.Add(this.label9, 2, 4);
     this.tableLayoutPanel1.Controls.Add(this.label13, 2, 5);
     this.tableLayoutPanel1.Controls.Add(this.label12, 2, 6);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 6, 0);
     this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.label8, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.autoTextBox2, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.label14, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.autoTextBox3, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.label16, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.autoTextBox4, 1, 3);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 63);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 8;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1061, 231);
     this.tableLayoutPanel1.TabIndex = 96;
     //
     // autoTextBox13
     //
     this.autoTextBox13.BindingFor  = "Company";
     this.autoTextBox13.BindingName = "MainDeputy.Email";
     this.autoTextBox13.Location    = new System.Drawing.Point(427, 171);
     this.autoTextBox13.Name        = "autoTextBox13";
     this.autoTextBox13.ReadOnly    = true;
     this.autoTextBox13.Size        = new System.Drawing.Size(179, 20);
     this.autoTextBox13.TabIndex    = 51;
     //
     // autoTextBox12
     //
     this.autoTextBox12.BindingFor  = "Company";
     this.autoTextBox12.BindingName = "MainDeputy.Address";
     this.tableLayoutPanel1.SetColumnSpan(this.autoTextBox12, 3);
     this.autoTextBox12.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.autoTextBox12.Location = new System.Drawing.Point(427, 143);
     this.autoTextBox12.Name     = "autoTextBox12";
     this.autoTextBox12.ReadOnly = true;
     this.autoTextBox12.Size     = new System.Drawing.Size(418, 20);
     this.autoTextBox12.TabIndex = 50;
     //
     // autoTextBox11
     //
     this.autoTextBox11.BindingFor  = "Company";
     this.autoTextBox11.BindingName = "MainDeputy.DeputyName";
     this.tableLayoutPanel1.SetColumnSpan(this.autoTextBox11, 3);
     this.autoTextBox11.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.autoTextBox11.Location = new System.Drawing.Point(427, 115);
     this.autoTextBox11.Name     = "autoTextBox11";
     this.autoTextBox11.ReadOnly = true;
     this.autoTextBox11.Size     = new System.Drawing.Size(418, 20);
     this.autoTextBox11.TabIndex = 49;
     //
     // autoTextBox10
     //
     this.autoTextBox10.BindingFor  = "Company";
     this.autoTextBox10.BindingName = "Class.ClassCode";
     this.autoTextBox10.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.autoTextBox10.Location    = new System.Drawing.Point(745, 87);
     this.autoTextBox10.Name        = "autoTextBox10";
     this.autoTextBox10.ReadOnly    = true;
     this.autoTextBox10.Size        = new System.Drawing.Size(100, 20);
     this.autoTextBox10.TabIndex    = 48;
     //
     // autoTextBox9
     //
     this.autoTextBox9.BindingFor  = "Company";
     this.autoTextBox9.BindingName = "Email";
     this.autoTextBox9.Location    = new System.Drawing.Point(427, 87);
     this.autoTextBox9.Name        = "autoTextBox9";
     this.autoTextBox9.ReadOnly    = true;
     this.autoTextBox9.Size        = new System.Drawing.Size(179, 20);
     this.autoTextBox9.TabIndex    = 47;
     //
     // autoTextBox8
     //
     this.autoTextBox8.BindingFor  = "Company";
     this.autoTextBox8.BindingName = "Fax";
     this.autoTextBox8.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.autoTextBox8.Location    = new System.Drawing.Point(745, 59);
     this.autoTextBox8.Name        = "autoTextBox8";
     this.autoTextBox8.ReadOnly    = true;
     this.autoTextBox8.Size        = new System.Drawing.Size(100, 20);
     this.autoTextBox8.TabIndex    = 46;
     //
     // autoTextBox7
     //
     this.autoTextBox7.BindingFor  = "Company";
     this.autoTextBox7.BindingName = "Phone";
     this.autoTextBox7.Location    = new System.Drawing.Point(427, 59);
     this.autoTextBox7.Name        = "autoTextBox7";
     this.autoTextBox7.ReadOnly    = true;
     this.autoTextBox7.Size        = new System.Drawing.Size(179, 20);
     this.autoTextBox7.TabIndex    = 45;
     //
     // label10
     //
     this.label10.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(712, 61);
     this.label10.Margin   = new System.Windows.Forms.Padding(3, 5, 3, 0);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(27, 13);
     this.label10.TabIndex = 15;
     this.label10.Text     = "Fax:";
     //
     // autoTextBox6
     //
     this.autoTextBox6.BindingFor  = "Company";
     this.autoTextBox6.BindingName = "Address";
     this.tableLayoutPanel1.SetColumnSpan(this.autoTextBox6, 3);
     this.autoTextBox6.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.autoTextBox6.Location = new System.Drawing.Point(427, 31);
     this.autoTextBox6.Name     = "autoTextBox6";
     this.autoTextBox6.ReadOnly = true;
     this.autoTextBox6.Size     = new System.Drawing.Size(418, 20);
     this.autoTextBox6.TabIndex = 44;
     //
     // label3
     //
     this.label3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(704, 89);
     this.label3.Margin   = new System.Windows.Forms.Padding(3, 5, 3, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(35, 13);
     this.label3.TabIndex = 5;
     this.label3.Text     = "Class:";
     //
     // autoTextBox5
     //
     this.autoTextBox5.BindingFor  = "Company";
     this.autoTextBox5.BindingName = "CompanyName";
     this.tableLayoutPanel1.SetColumnSpan(this.autoTextBox5, 3);
     this.autoTextBox5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.autoTextBox5.Location = new System.Drawing.Point(427, 3);
     this.autoTextBox5.Name     = "autoTextBox5";
     this.autoTextBox5.ReadOnly = true;
     this.autoTextBox5.Size     = new System.Drawing.Size(418, 20);
     this.autoTextBox5.TabIndex = 43;
     //
     // label11
     //
     this.label11.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(704, 173);
     this.label11.Margin   = new System.Windows.Forms.Padding(3, 5, 3, 0);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(35, 13);
     this.label11.TabIndex = 17;
     this.label11.Text     = "Email:";
     //
     // autoTextBox14
     //
     this.autoTextBox14.BindingFor  = "Company";
     this.autoTextBox14.BindingName = "MainDeputy.Phone";
     this.autoTextBox14.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.autoTextBox14.Location    = new System.Drawing.Point(745, 171);
     this.autoTextBox14.Name        = "autoTextBox14";
     this.autoTextBox14.ReadOnly    = true;
     this.autoTextBox14.Size        = new System.Drawing.Size(100, 20);
     this.autoTextBox14.TabIndex    = 52;
     //
     // txtQuotationCode
     //
     this.txtQuotationCode.BindingFor  = "Quotation";
     this.txtQuotationCode.BindingName = "QuotationCode";
     this.txtQuotationCode.Location    = new System.Drawing.Point(109, 3);
     this.txtQuotationCode.Name        = "txtQuotationCode";
     this.txtQuotationCode.ReadOnly    = true;
     this.txtQuotationCode.Size        = new System.Drawing.Size(168, 20);
     this.txtQuotationCode.TabIndex    = 37;
     //
     // label4
     //
     this.label4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(375, 5);
     this.label4.Margin   = new System.Windows.Forms.Padding(3, 5, 3, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(46, 13);
     this.label4.TabIndex = 7;
     this.label4.Text     = "Công ty:";
     //
     // label2
     //
     this.label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(340, 33);
     this.label2.Margin   = new System.Windows.Forms.Padding(3, 5, 3, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(81, 13);
     this.label2.TabIndex = 53;
     this.label2.Text     = "Địa chỉ công ty:";
     //
     // label6
     //
     this.label6.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(357, 61);
     this.label6.Margin   = new System.Windows.Forms.Padding(3, 5, 3, 0);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(64, 13);
     this.label6.TabIndex = 11;
     this.label6.Text     = "Sdt công ty:";
     //
     // label5
     //
     this.label5.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(386, 89);
     this.label5.Margin   = new System.Windows.Forms.Padding(3, 5, 3, 0);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(35, 13);
     this.label5.TabIndex = 9;
     this.label5.Text     = "Email:";
     //
     // label9
     //
     this.label9.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(342, 117);
     this.label9.Margin   = new System.Windows.Forms.Padding(3, 5, 3, 0);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(79, 13);
     this.label9.TabIndex = 15;
     this.label9.Text     = "Người đại diện:";
     //
     // label13
     //
     this.label13.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(378, 145);
     this.label13.Margin   = new System.Windows.Forms.Padding(3, 5, 3, 0);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(43, 13);
     this.label13.TabIndex = 21;
     this.label13.Text     = "Địa chỉ:";
     //
     // label12
     //
     this.label12.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(395, 173);
     this.label12.Margin   = new System.Windows.Forms.Padding(3, 5, 3, 0);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(26, 13);
     this.label12.TabIndex = 19;
     this.label12.Text     = "Sdt:";
     //
     // flowLayoutPanel1
     //
     this.tableLayoutPanel1.SetColumnSpan(this.flowLayoutPanel1, 2);
     this.flowLayoutPanel1.Controls.Add(this.btnClose);
     this.flowLayoutPanel1.Controls.Add(this.btnSave);
     this.flowLayoutPanel1.Controls.Add(this.bootstrapButton1);
     this.flowLayoutPanel1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel1.Location      = new System.Drawing.Point(851, 3);
     this.flowLayoutPanel1.Name          = "flowLayoutPanel1";
     this.tableLayoutPanel1.SetRowSpan(this.flowLayoutPanel1, 4);
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(207, 106);
     this.flowLayoutPanel1.TabIndex = 54;
     //
     // bootstrapButton1
     //
     this.bootstrapButton1.AutoSize                = true;
     this.bootstrapButton1.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.bootstrapButton1.BootstrapStyle          = ModernUI.ModernUIManager.BootstrapStyle.Primary;
     this.bootstrapButton1.Cursor                  = System.Windows.Forms.Cursors.Hand;
     this.bootstrapButton1.Depth                   = 0;
     this.bootstrapButton1.Icon                    = null;
     this.bootstrapButton1.Location                = new System.Drawing.Point(131, 45);
     this.bootstrapButton1.MouseState              = ModernUI.MouseState.HOVER;
     this.bootstrapButton1.Name                    = "bootstrapButton1";
     this.bootstrapButton1.Size                    = new System.Drawing.Size(73, 36);
     this.bootstrapButton1.TabIndex                = 32;
     this.bootstrapButton1.Text                    = "Export";
     this.bootstrapButton1.UseVisualStyleBackColor = true;
     this.bootstrapButton1.Click                  += new System.EventHandler(this.bootstrapButton1_Click);
     //
     // label1
     //
     this.label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(37, 5);
     this.label1.Margin   = new System.Windows.Forms.Padding(3, 5, 3, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(66, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Mã Báo Giá:";
     //
     // label8
     //
     this.label8.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(39, 33);
     this.label8.Margin   = new System.Windows.Forms.Padding(3, 5, 3, 0);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(64, 13);
     this.label8.TabIndex = 26;
     this.label8.Text     = "Tên project:";
     //
     // autoTextBox2
     //
     this.autoTextBox2.BindingFor  = "Quotation";
     this.autoTextBox2.BindingName = "ProjectName";
     this.autoTextBox2.Location    = new System.Drawing.Point(109, 31);
     this.autoTextBox2.Name        = "autoTextBox2";
     this.autoTextBox2.Size        = new System.Drawing.Size(206, 20);
     this.autoTextBox2.TabIndex    = 40;
     //
     // label14
     //
     this.label14.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(25, 61);
     this.label14.Margin   = new System.Windows.Forms.Padding(3, 5, 3, 0);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(78, 13);
     this.label14.TabIndex = 29;
     this.label14.Text     = "Địa chỉ project:";
     //
     // autoTextBox3
     //
     this.autoTextBox3.BindingFor  = "Quotation";
     this.autoTextBox3.BindingName = "ProjectAddress";
     this.autoTextBox3.Location    = new System.Drawing.Point(109, 59);
     this.autoTextBox3.Name        = "autoTextBox3";
     this.autoTextBox3.Size        = new System.Drawing.Size(206, 20);
     this.autoTextBox3.TabIndex    = 41;
     //
     // label16
     //
     this.label16.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(31, 89);
     this.label16.Margin   = new System.Windows.Forms.Padding(3, 5, 3, 0);
     this.label16.Name     = "label16";
     this.label16.Size     = new System.Drawing.Size(72, 13);
     this.label16.TabIndex = 35;
     this.label16.Text     = "Giá trị project:";
     //
     // autoTextBox4
     //
     this.autoTextBox4.BindingFor  = "Quotation";
     this.autoTextBox4.BindingName = "ProjectValue";
     this.autoTextBox4.Location    = new System.Drawing.Point(109, 87);
     this.autoTextBox4.Name        = "autoTextBox4";
     this.autoTextBox4.Size        = new System.Drawing.Size(206, 20);
     this.autoTextBox4.TabIndex    = 42;
     this.autoTextBox4.Tag         = "money";
     //
     // frmEditQuotation
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1063, 645);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Controls.Add(this.checkBoxCombobox1);
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.btnLookForProduct);
     this.Controls.Add(this.lblNotify1);
     this.Controls.Add(this.btnRemove);
     this.MinimizeBox  = false;
     this.Name         = "frmEditQuotation";
     this.Text         = "Cập nhật báo giá";
     this.WindowState  = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmEditQuotation_FormClosing);
     this.Load        += new System.EventHandler(this.frmEditQuotation_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }