| 229 | | // TYP |
| 230 | | // |
| 231 | | this.TYP.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; |
| 232 | | this.TYP.DataPropertyName = "Type"; |
| 233 | | this.TYP.HeaderText = "Typ"; |
| 234 | | this.TYP.Name = "TYP"; |
| 235 | | this.TYP.ReadOnly = true; |
| 236 | | this.TYP.Width = 70; |
| 237 | | // |
| 238 | | // ShortName |
| 239 | | // |
| 240 | | this.ShortName.DataPropertyName = "ShortName"; |
| 241 | | this.ShortName.HeaderText = "Symbol"; |
| 242 | | this.ShortName.Name = "ShortName"; |
| 243 | | this.ShortName.ReadOnly = true; |
| 244 | | // |
| 245 | | // Cena |
| 246 | | // |
| 247 | | this.Cena.DataPropertyName = "Price"; |
| 248 | | this.Cena.HeaderText = "Cena"; |
| 249 | | this.Cena.Name = "Cena"; |
| 250 | | this.Cena.ReadOnly = true; |
| 251 | | // |
| 252 | | // VAT |
| 253 | | // |
| 254 | | this.VAT.DataPropertyName = "Vat"; |
| 255 | | dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
| 256 | | dataGridViewCellStyle4.Format = "P"; |
| 257 | | this.VAT.DefaultCellStyle = dataGridViewCellStyle4; |
| 258 | | this.VAT.HeaderText = "Vat"; |
| 259 | | this.VAT.Name = "VAT"; |
| 260 | | this.VAT.ReadOnly = true; |
| 261 | | // |
| 262 | | // Brutto_Euro_Miano |
| 263 | | // |
| 264 | | this.Brutto_Euro_Miano.DataPropertyName = "Currency"; |
| 265 | | this.Brutto_Euro_Miano.HeaderText = "Waluta"; |
| 266 | | this.Brutto_Euro_Miano.Name = "Brutto_Euro_Miano"; |
| 267 | | this.Brutto_Euro_Miano.ReadOnly = true; |
| 268 | | // |
| 269 | | // ZATWIERDZONO_DO_DRUKU |
| 270 | | // |
| 271 | | this.ZATWIERDZONO_DO_DRUKU.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; |
| 272 | | this.ZATWIERDZONO_DO_DRUKU.DataPropertyName = "IsActivated"; |
| 273 | | this.ZATWIERDZONO_DO_DRUKU.HeaderText = "ZD"; |
| 274 | | this.ZATWIERDZONO_DO_DRUKU.Name = "ZATWIERDZONO_DO_DRUKU"; |
| 275 | | this.ZATWIERDZONO_DO_DRUKU.ReadOnly = true; |
| 276 | | this.ZATWIERDZONO_DO_DRUKU.Width = 25; |
| 277 | | // |
| 575 | | // button3 |
| 576 | | // |
| 577 | | this.button3.Image = ((System.Drawing.Image)(resources.GetObject("button3.Image"))); |
| 578 | | this.button3.Location = new System.Drawing.Point(98, 291); |
| 579 | | this.button3.Name = "button3"; |
| 580 | | this.button3.Size = new System.Drawing.Size(35, 38); |
| 581 | | this.button3.TabIndex = 11; |
| 582 | | this.button3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; |
| 583 | | this.toolTip.SetToolTip(this.button3, "Usuñ zamówienie"); |
| 584 | | this.button3.UseVisualStyleBackColor = true; |
| 585 | | this.button3.Click += new System.EventHandler(this.button3_Click); |
| | 526 | // delOrderBtn |
| | 527 | // |
| | 528 | this.delOrderBtn.Image = ((System.Drawing.Image)(resources.GetObject("delOrderBtn.Image"))); |
| | 529 | this.delOrderBtn.Location = new System.Drawing.Point(98, 291); |
| | 530 | this.delOrderBtn.Name = "delOrderBtn"; |
| | 531 | this.delOrderBtn.Size = new System.Drawing.Size(35, 38); |
| | 532 | this.delOrderBtn.TabIndex = 11; |
| | 533 | this.delOrderBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; |
| | 534 | this.toolTip.SetToolTip(this.delOrderBtn, "Usuñ zamówienie"); |
| | 535 | this.delOrderBtn.UseVisualStyleBackColor = true; |
| | 536 | this.delOrderBtn.Click += new System.EventHandler(this.delOrderBtn_Click); |
| | 699 | // |
| | 700 | // TYP |
| | 701 | // |
| | 702 | this.TYP.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; |
| | 703 | this.TYP.DataPropertyName = "Type"; |
| | 704 | this.TYP.HeaderText = "Typ"; |
| | 705 | this.TYP.Name = "TYP"; |
| | 706 | this.TYP.ReadOnly = true; |
| | 707 | this.TYP.Width = 70; |
| | 708 | // |
| | 709 | // ShortName |
| | 710 | // |
| | 711 | this.ShortName.DataPropertyName = "ShortName"; |
| | 712 | this.ShortName.HeaderText = "Symbol"; |
| | 713 | this.ShortName.Name = "ShortName"; |
| | 714 | this.ShortName.ReadOnly = true; |
| | 715 | // |
| | 716 | // Cena |
| | 717 | // |
| | 718 | this.Cena.DataPropertyName = "TotalPrice"; |
| | 719 | this.Cena.HeaderText = "Cena"; |
| | 720 | this.Cena.Name = "Cena"; |
| | 721 | this.Cena.ReadOnly = true; |
| | 722 | // |
| | 723 | // VAT |
| | 724 | // |
| | 725 | this.VAT.DataPropertyName = "Vat"; |
| | 726 | dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
| | 727 | dataGridViewCellStyle4.Format = "P"; |
| | 728 | this.VAT.DefaultCellStyle = dataGridViewCellStyle4; |
| | 729 | this.VAT.HeaderText = "Vat"; |
| | 730 | this.VAT.Name = "VAT"; |
| | 731 | this.VAT.ReadOnly = true; |
| | 732 | // |
| | 733 | // Brutto_Euro_Miano |
| | 734 | // |
| | 735 | this.Brutto_Euro_Miano.DataPropertyName = "Currency"; |
| | 736 | this.Brutto_Euro_Miano.HeaderText = "Waluta"; |
| | 737 | this.Brutto_Euro_Miano.Name = "Brutto_Euro_Miano"; |
| | 738 | this.Brutto_Euro_Miano.ReadOnly = true; |
| | 739 | // |
| | 740 | // ZATWIERDZONO_DO_DRUKU |
| | 741 | // |
| | 742 | this.ZATWIERDZONO_DO_DRUKU.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; |
| | 743 | this.ZATWIERDZONO_DO_DRUKU.DataPropertyName = "IsActivated"; |
| | 744 | this.ZATWIERDZONO_DO_DRUKU.HeaderText = "ZD"; |
| | 745 | this.ZATWIERDZONO_DO_DRUKU.Name = "ZATWIERDZONO_DO_DRUKU"; |
| | 746 | this.ZATWIERDZONO_DO_DRUKU.ReadOnly = true; |
| | 747 | this.ZATWIERDZONO_DO_DRUKU.Width = 25; |