- Pliki:
-
- 1 zmodyfikowane
-
Baza Reklam 2 - Faktury/ZamowieniaForm.Designer.cs (zmodyfikowane) (12 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
Baza Reklam 2 - Faktury/ZamowieniaForm.Designer.cs
r19 r25 40 40 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); 41 41 this.zamowieniaDataGridView = new System.Windows.Forms.DataGridView(); 42 this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); 43 this.zafakturowanoWszystko = new System.Windows.Forms.DataGridViewCheckBoxColumn(); 44 this.nrZamowienia = new System.Windows.Forms.DataGridViewTextBoxColumn(); 45 this.rokZamowienia = new System.Windows.Forms.DataGridViewTextBoxColumn(); 46 this.kodAgenta = new System.Windows.Forms.DataGridViewTextBoxColumn(); 42 47 this.zamowieniaBindingSource = new System.Windows.Forms.BindingSource(this.components); 43 48 this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet(); … … 95 100 this.toolTip = new System.Windows.Forms.ToolTip(this.components); 96 101 this.KlientLabel = new System.Windows.Forms.Label(); 97 this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); 98 this.zafakturowanoWszystko = new System.Windows.Forms.DataGridViewCheckBoxColumn(); 99 this.nrZamowienia = new System.Windows.Forms.DataGridViewTextBoxColumn(); 100 this.rokZamowienia = new System.Windows.Forms.DataGridViewTextBoxColumn(); 101 this.kodAgenta = new System.Windows.Forms.DataGridViewTextBoxColumn(); 102 this.proformaButton = new System.Windows.Forms.Button(); 102 103 ((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataGridView)).BeginInit(); 103 104 ((System.ComponentModel.ISupportInitialize)(this.zamowieniaBindingSource)).BeginInit(); … … 147 148 this.zamowieniaDataGridView.Size = new System.Drawing.Size(379, 266); 148 149 this.zamowieniaDataGridView.TabIndex = 1; 150 // 151 // dataGridViewCheckBoxColumn1 152 // 153 this.dataGridViewCheckBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 154 this.dataGridViewCheckBoxColumn1.DataPropertyName = "zafakturowano"; 155 this.dataGridViewCheckBoxColumn1.HeaderText = "FVC"; 156 this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1"; 157 this.dataGridViewCheckBoxColumn1.ReadOnly = true; 158 this.dataGridViewCheckBoxColumn1.Width = 30; 159 // 160 // zafakturowanoWszystko 161 // 162 this.zafakturowanoWszystko.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 163 this.zafakturowanoWszystko.DataPropertyName = "zafakturowanoWszystko"; 164 this.zafakturowanoWszystko.HeaderText = "FV"; 165 this.zafakturowanoWszystko.Name = "zafakturowanoWszystko"; 166 this.zafakturowanoWszystko.ReadOnly = true; 167 this.zafakturowanoWszystko.Width = 30; 168 // 169 // nrZamowienia 170 // 171 this.nrZamowienia.DataPropertyName = "nrZamowienia"; 172 this.nrZamowienia.HeaderText = "Nr"; 173 this.nrZamowienia.Name = "nrZamowienia"; 174 this.nrZamowienia.ReadOnly = true; 175 // 176 // rokZamowienia 177 // 178 this.rokZamowienia.DataPropertyName = "rokZamowienia"; 179 this.rokZamowienia.HeaderText = "Rok"; 180 this.rokZamowienia.Name = "rokZamowienia"; 181 this.rokZamowienia.ReadOnly = true; 182 // 183 // kodAgenta 184 // 185 this.kodAgenta.DataPropertyName = "kodAgenta"; 186 this.kodAgenta.HeaderText = "Agent"; 187 this.kodAgenta.Name = "kodAgenta"; 188 this.kodAgenta.ReadOnly = true; 149 189 // 150 190 // zamowieniaBindingSource … … 348 388 this.dodajButton.Location = new System.Drawing.Point(6, 291); 349 389 this.dodajButton.Name = "dodajButton"; 350 this.dodajButton.Size = new System.Drawing.Size( 52, 38);390 this.dodajButton.Size = new System.Drawing.Size(40, 38); 351 391 this.dodajButton.TabIndex = 3; 352 392 this.dodajButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; … … 382 422 // 383 423 this.fakturujButton.Image = ((System.Drawing.Image)(resources.GetObject("fakturujButton.Image"))); 384 this.fakturujButton.Location = new System.Drawing.Point(2 11, 290);424 this.fakturujButton.Location = new System.Drawing.Point(222, 292); 385 425 this.fakturujButton.Name = "fakturujButton"; 386 426 this.fakturujButton.Size = new System.Drawing.Size(77, 38); … … 522 562 // 523 563 this.WydrukButton.Image = ((System.Drawing.Image)(resources.GetObject("WydrukButton.Image"))); 524 this.WydrukButton.Location = new System.Drawing.Point(1 71, 290);564 this.WydrukButton.Location = new System.Drawing.Point(139, 291); 525 565 this.WydrukButton.Name = "WydrukButton"; 526 566 this.WydrukButton.Size = new System.Drawing.Size(34, 38); … … 545 585 // 546 586 this.edytujButton.Image = ((System.Drawing.Image)(resources.GetObject("edytujButton.Image"))); 547 this.edytujButton.Location = new System.Drawing.Point( 64, 291);587 this.edytujButton.Location = new System.Drawing.Point(52, 291); 548 588 this.edytujButton.Name = "edytujButton"; 549 this.edytujButton.Size = new System.Drawing.Size( 50, 38);589 this.edytujButton.Size = new System.Drawing.Size(40, 38); 550 590 this.edytujButton.TabIndex = 10; 551 591 this.edytujButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 552 this.toolTip.SetToolTip(this.edytujButton, " Za³o¿eniazamówienia");592 this.toolTip.SetToolTip(this.edytujButton, "Parametry zamówienia"); 553 593 this.edytujButton.UseVisualStyleBackColor = true; 554 594 this.edytujButton.Click += new System.EventHandler(this.edytujButton_Click); … … 557 597 // 558 598 this.button3.Image = ((System.Drawing.Image)(resources.GetObject("button3.Image"))); 559 this.button3.Location = new System.Drawing.Point( 120, 291);599 this.button3.Location = new System.Drawing.Point(98, 291); 560 600 this.button3.Name = "button3"; 561 this.button3.Size = new System.Drawing.Size( 45, 38);601 this.button3.Size = new System.Drawing.Size(35, 38); 562 602 this.button3.TabIndex = 11; 563 603 this.button3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; … … 625 665 // groupBox2 626 666 // 667 this.groupBox2.Controls.Add(this.proformaButton); 627 668 this.groupBox2.Controls.Add(this.dtpZmianaDaty); 628 669 this.groupBox2.Controls.Add(this.zamowieniaDataGridView); … … 717 758 this.KlientLabel.Text = "----"; 718 759 // 719 // dataGridViewCheckBoxColumn1 720 // 721 this.dataGridViewCheckBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 722 this.dataGridViewCheckBoxColumn1.DataPropertyName = "zafakturowano"; 723 this.dataGridViewCheckBoxColumn1.HeaderText = "FVC"; 724 this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1"; 725 this.dataGridViewCheckBoxColumn1.ReadOnly = true; 726 this.dataGridViewCheckBoxColumn1.Width = 30; 727 // 728 // zafakturowanoWszystko 729 // 730 this.zafakturowanoWszystko.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 731 this.zafakturowanoWszystko.DataPropertyName = "zafakturowanoWszystko"; 732 this.zafakturowanoWszystko.HeaderText = "FV"; 733 this.zafakturowanoWszystko.Name = "zafakturowanoWszystko"; 734 this.zafakturowanoWszystko.ReadOnly = true; 735 this.zafakturowanoWszystko.Width = 30; 736 // 737 // nrZamowienia 738 // 739 this.nrZamowienia.DataPropertyName = "nrZamowienia"; 740 this.nrZamowienia.HeaderText = "Nr"; 741 this.nrZamowienia.Name = "nrZamowienia"; 742 this.nrZamowienia.ReadOnly = true; 743 // 744 // rokZamowienia 745 // 746 this.rokZamowienia.DataPropertyName = "rokZamowienia"; 747 this.rokZamowienia.HeaderText = "Rok"; 748 this.rokZamowienia.Name = "rokZamowienia"; 749 this.rokZamowienia.ReadOnly = true; 750 // 751 // kodAgenta 752 // 753 this.kodAgenta.DataPropertyName = "kodAgenta"; 754 this.kodAgenta.HeaderText = "Agent"; 755 this.kodAgenta.Name = "kodAgenta"; 756 this.kodAgenta.ReadOnly = true; 760 // proformaButton 761 // 762 this.proformaButton.Location = new System.Drawing.Point(180, 292); 763 this.proformaButton.Name = "proformaButton"; 764 this.proformaButton.Size = new System.Drawing.Size(36, 37); 765 this.proformaButton.TabIndex = 13; 766 this.proformaButton.Text = "P"; 767 this.proformaButton.UseVisualStyleBackColor = true; 768 this.proformaButton.Click += new System.EventHandler(this.proformaButton_Click); 757 769 // 758 770 // ZamowieniaForm … … 767 779 this.Name = "ZamowieniaForm"; 768 780 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; 769 this.Text = " Fakturowanie";781 this.Text = "Zamówienia i faktury"; 770 782 this.Load += new System.EventHandler(this.ZamowieniaForm_Load); 771 783 ((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataGridView)).EndInit(); … … 853 865 private System.Windows.Forms.DataGridViewTextBoxColumn rokZamowienia; 854 866 private System.Windows.Forms.DataGridViewTextBoxColumn kodAgenta; 867 private System.Windows.Forms.Button proformaButton; 855 868 } 856 869 }
