Zbiór zmian 13 dla Baza Reklam 2 - Faktury/OrdersForm.Designer.cs
- Data:
- 2008-12-21 16:17:10 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
Baza Reklam 2 - Faktury/OrdersForm.Designer.cs (zmodyfikowane) (10 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
Baza Reklam 2 - Faktury/OrdersForm.Designer.cs
r2 r13 31 31 this.components = new System.ComponentModel.Container(); 32 32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrdersForm)); 33 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 0= new System.Windows.Forms.DataGridViewCellStyle();34 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 11= new System.Windows.Forms.DataGridViewCellStyle();35 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 12= new System.Windows.Forms.DataGridViewCellStyle();36 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 13= new System.Windows.Forms.DataGridViewCellStyle();37 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 14= new System.Windows.Forms.DataGridViewCellStyle();38 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 15= new System.Windows.Forms.DataGridViewCellStyle();39 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 16= new System.Windows.Forms.DataGridViewCellStyle();40 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 17= new System.Windows.Forms.DataGridViewCellStyle();41 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 18= new System.Windows.Forms.DataGridViewCellStyle();33 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); 34 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); 35 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); 36 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); 37 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); 38 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); 39 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); 40 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); 41 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); 42 42 this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); 43 43 this.reklamyZestawienieBindingSource = new System.Windows.Forms.BindingSource(this.components); … … 641 641 this.reklamaDataGridView.AllowUserToAddRows = false; 642 642 this.reklamaDataGridView.AllowUserToDeleteRows = false; 643 dataGridViewCellStyle1 0.BackColor = System.Drawing.Color.MintCream;644 this.reklamaDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1 0;643 dataGridViewCellStyle1.BackColor = System.Drawing.Color.MintCream; 644 this.reklamaDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; 645 645 this.reklamaDataGridView.AutoGenerateColumns = false; 646 646 this.reklamaDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells; 647 647 this.reklamaDataGridView.BackgroundColor = System.Drawing.Color.White; 648 648 this.reklamaDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.None; 649 dataGridViewCellStyle 11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;650 dataGridViewCellStyle 11.BackColor = System.Drawing.SystemColors.Control;651 dataGridViewCellStyle 11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);652 dataGridViewCellStyle 11.ForeColor = System.Drawing.SystemColors.WindowText;653 dataGridViewCellStyle 11.SelectionBackColor = System.Drawing.SystemColors.Highlight;654 dataGridViewCellStyle 11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;655 dataGridViewCellStyle 11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;656 this.reklamaDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle 11;649 dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 650 dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; 651 dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); 652 dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; 653 dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; 654 dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 655 dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 656 this.reklamaDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; 657 657 this.reklamaDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 658 658 this.reklamaDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { … … 711 711 // 712 712 this.NETTO.DataPropertyName = "NETTO"; 713 dataGridViewCellStyle 12.Format = "C2";714 dataGridViewCellStyle 12.NullValue = null;715 this.NETTO.DefaultCellStyle = dataGridViewCellStyle 12;713 dataGridViewCellStyle3.Format = "C2"; 714 dataGridViewCellStyle3.NullValue = null; 715 this.NETTO.DefaultCellStyle = dataGridViewCellStyle3; 716 716 this.NETTO.HeaderText = "Netto"; 717 717 this.NETTO.Name = "NETTO"; … … 722 722 // 723 723 this.BRUTTO.DataPropertyName = "BRUTTO"; 724 dataGridViewCellStyle 13.Format = "C";725 this.BRUTTO.DefaultCellStyle = dataGridViewCellStyle 13;724 dataGridViewCellStyle4.Format = "C"; 725 this.BRUTTO.DefaultCellStyle = dataGridViewCellStyle4; 726 726 this.BRUTTO.HeaderText = "Brutto"; 727 727 this.BRUTTO.Name = "BRUTTO"; … … 732 732 // 733 733 this.CENA_MIN.DataPropertyName = "CENA_MIN"; 734 dataGridViewCellStyle 14.Format = "C2";735 dataGridViewCellStyle 14.NullValue = null;736 this.CENA_MIN.DefaultCellStyle = dataGridViewCellStyle 14;734 dataGridViewCellStyle5.Format = "C2"; 735 dataGridViewCellStyle5.NullValue = null; 736 this.CENA_MIN.DefaultCellStyle = dataGridViewCellStyle5; 737 737 this.CENA_MIN.HeaderText = "Cena min."; 738 738 this.CENA_MIN.Name = "CENA_MIN"; … … 743 743 // 744 744 this.CENA.DataPropertyName = "CENA"; 745 dataGridViewCellStyle 15.Format = "C2";746 dataGridViewCellStyle 15.NullValue = null;747 this.CENA.DefaultCellStyle = dataGridViewCellStyle 15;745 dataGridViewCellStyle6.Format = "C2"; 746 dataGridViewCellStyle6.NullValue = null; 747 this.CENA.DefaultCellStyle = dataGridViewCellStyle6; 748 748 this.CENA.HeaderText = "Cena"; 749 749 this.CENA.Name = "CENA"; … … 754 754 // 755 755 this.PROCENT_PROWIZJI.DataPropertyName = "PROCENT PROWIZJI"; 756 dataGridViewCellStyle 16.Format = "P";757 dataGridViewCellStyle 16.NullValue = null;758 this.PROCENT_PROWIZJI.DefaultCellStyle = dataGridViewCellStyle 16;756 dataGridViewCellStyle7.Format = "P"; 757 dataGridViewCellStyle7.NullValue = null; 758 this.PROCENT_PROWIZJI.DefaultCellStyle = dataGridViewCellStyle7; 759 759 this.PROCENT_PROWIZJI.HeaderText = "Prowizja"; 760 760 this.PROCENT_PROWIZJI.Name = "PROCENT_PROWIZJI"; … … 833 833 // 834 834 this.rABATDataGridViewTextBoxColumn.DataPropertyName = "RABAT"; 835 dataGridViewCellStyle 17.Format = "P";836 dataGridViewCellStyle 17.NullValue = null;837 this.rABATDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle 17;835 dataGridViewCellStyle8.Format = "P"; 836 dataGridViewCellStyle8.NullValue = null; 837 this.rABATDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle8; 838 838 this.rABATDataGridViewTextBoxColumn.FillWeight = 118.9644F; 839 839 this.rABATDataGridViewTextBoxColumn.HeaderText = "RB"; … … 963 963 // 964 964 this.CENA_MODULU.DataPropertyName = "CENA MODU£U"; 965 dataGridViewCellStyle 18.Format = "C2";966 dataGridViewCellStyle 18.NullValue = null;967 this.CENA_MODULU.DefaultCellStyle = dataGridViewCellStyle 18;965 dataGridViewCellStyle9.Format = "C2"; 966 dataGridViewCellStyle9.NullValue = null; 967 this.CENA_MODULU.DefaultCellStyle = dataGridViewCellStyle9; 968 968 this.CENA_MODULU.HeaderText = "Cena modu³u"; 969 969 this.CENA_MODULU.Name = "CENA_MODULU"; … … 1010 1010 this.Controls.Add(this.bindingNavigator1); 1011 1011 this.Name = "OrdersForm"; 1012 this.Text = " Zamówienia";1012 this.Text = "Reklamy"; 1013 1013 this.WindowState = System.Windows.Forms.FormWindowState.Maximized; 1014 1014 this.Load += new System.EventHandler(this.OrdersForm_Load);
