Pokaż
Ignoruj:
Data:
2009-01-01 13:33:48 (17 years ago)
Autor:
dorota
Opis:
 
Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • Baza Reklam 2 - Faktury/KorektyForm.Designer.cs

    r96 r104  
    4242            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); 
    4343            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); 
     44            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); 
    4445            this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); 
    4546            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); 
     
    7879            this.treeView1 = new System.Windows.Forms.TreeView(); 
    7980            this.fakturyDataGridView = new System.Windows.Forms.DataGridView(); 
    80             this.vIEWKOREKTYBindingSource = new System.Windows.Forms.BindingSource(this.components); 
    81             this.panel = new System.Windows.Forms.Panel(); 
    82             this.bruttoTextBox = new System.Windows.Forms.TextBox(); 
    83             this.zaplataTextBox = new System.Windows.Forms.TextBox(); 
    84             this.vIEW_KOREKTYTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.VIEW_KOREKTYTableAdapter(); 
    8581            this.agencja = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
    8682            this.agent = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     
    9086            this.nRFAKTURYDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
    9187            this.datawystawieniaFDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     88            this.NR_FAKTURY_KORYGOWANEJ_1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
    9289            this.roznicanettoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
    9390            this.roznicavatDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     
    9592            this.waluta_roznica_brutto = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
    9693            this.waluta_miano = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     94            this.vIEWKOREKTYBindingSource = new System.Windows.Forms.BindingSource(this.components); 
     95            this.panel = new System.Windows.Forms.Panel(); 
     96            this.bruttoTextBox = new System.Windows.Forms.TextBox(); 
     97            this.zaplataTextBox = new System.Windows.Forms.TextBox(); 
     98            this.vIEW_KOREKTYTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.VIEW_KOREKTYTableAdapter(); 
     99            this.toolStripLabel6 = new System.Windows.Forms.ToolStripLabel(); 
     100            this.nrKorygowanejToolStripTextBox = new System.Windows.Forms.ToolStripTextBox(); 
    97101            ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); 
    98102            this.bindingNavigator1.SuspendLayout(); 
     
    304308            this.toolStripLabel1, 
    305309            this.nrFakturyToolStripTextBox, 
     310            this.toolStripLabel6, 
     311            this.nrKorygowanejToolStripTextBox, 
    306312            this.toolStripLabel2, 
    307313            this.kodRozliczeniowyToolStripTextBox, 
     
    323329            //  
    324330            this.toolStripLabel1.Name = "toolStripLabel1"; 
    325             this.toolStripLabel1.Size = new System.Drawing.Size(24, 22); 
    326             this.toolStripLabel1.Text = "nr: "; 
     331            this.toolStripLabel1.Size = new System.Drawing.Size(63, 22); 
     332            this.toolStripLabel1.Text = "nr korekty: "; 
    327333            //  
    328334            // nrFakturyToolStripTextBox 
    329335            //  
    330336            this.nrFakturyToolStripTextBox.Name = "nrFakturyToolStripTextBox"; 
    331             this.nrFakturyToolStripTextBox.Size = new System.Drawing.Size(100, 25); 
     337            this.nrFakturyToolStripTextBox.Size = new System.Drawing.Size(40, 25); 
    332338            this.nrFakturyToolStripTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.kryteriumWyszukiwania_KeyPress); 
    333339            //  
     
    455461            this.nRFAKTURYDataGridViewTextBoxColumn, 
    456462            this.datawystawieniaFDataGridViewTextBoxColumn, 
     463            this.NR_FAKTURY_KORYGOWANEJ_1, 
    457464            this.roznicanettoDataGridViewTextBoxColumn, 
    458465            this.roznicavatDataGridViewTextBoxColumn, 
     
    473480            this.fakturyDataGridView.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.fakturyDataGridView_DataBindingComplete); 
    474481            //  
    475             // vIEWKOREKTYBindingSource 
    476             //  
    477             this.vIEWKOREKTYBindingSource.DataMember = "VIEW_KOREKTY"; 
    478             this.vIEWKOREKTYBindingSource.DataSource = this.rEKLAMADataSet; 
    479             //  
    480             // panel 
    481             //  
    482             this.panel.Controls.Add(this.bruttoTextBox); 
    483             this.panel.Controls.Add(this.zaplataTextBox); 
    484             this.panel.Dock = System.Windows.Forms.DockStyle.Bottom; 
    485             this.panel.Location = new System.Drawing.Point(0, 630); 
    486             this.panel.Name = "panel"; 
    487             this.panel.Size = new System.Drawing.Size(979, 34); 
    488             this.panel.TabIndex = 4; 
    489             //  
    490             // bruttoTextBox 
    491             //  
    492             this.bruttoTextBox.BackColor = System.Drawing.Color.White; 
    493             this.bruttoTextBox.Location = new System.Drawing.Point(710, 6); 
    494             this.bruttoTextBox.Name = "bruttoTextBox"; 
    495             this.bruttoTextBox.ReadOnly = true; 
    496             this.bruttoTextBox.Size = new System.Drawing.Size(125, 20); 
    497             this.bruttoTextBox.TabIndex = 1; 
    498             this.bruttoTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
    499             //  
    500             // zaplataTextBox 
    501             //  
    502             this.zaplataTextBox.BackColor = System.Drawing.Color.White; 
    503             this.zaplataTextBox.Location = new System.Drawing.Point(851, 6); 
    504             this.zaplataTextBox.Name = "zaplataTextBox"; 
    505             this.zaplataTextBox.ReadOnly = true; 
    506             this.zaplataTextBox.Size = new System.Drawing.Size(116, 20); 
    507             this.zaplataTextBox.TabIndex = 0; 
    508             this.zaplataTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
    509             //  
    510             // vIEW_KOREKTYTableAdapter 
    511             //  
    512             this.vIEW_KOREKTYTableAdapter.ClearBeforeFill = true; 
    513             //  
    514482            // agencja 
    515483            //  
     
    531499            this.kodKlienta.HeaderText = "Kod klienta"; 
    532500            this.kodKlienta.Name = "kodKlienta"; 
    533             this.kodKlienta.Width = 85; 
     501            this.kodKlienta.Width = 79; 
    534502            //  
    535503            // nRFAKTURYKOREKTYDataGridViewTextBoxColumn 
     
    541509            this.nRFAKTURYKOREKTYDataGridViewTextBoxColumn.Name = "nRFAKTURYKOREKTYDataGridViewTextBoxColumn"; 
    542510            this.nRFAKTURYKOREKTYDataGridViewTextBoxColumn.ReadOnly = true; 
     511            this.nRFAKTURYKOREKTYDataGridViewTextBoxColumn.Width = 92; 
    543512            //  
    544513            // dATAWYSTAWIENIADataGridViewTextBoxColumn 
     
    558527            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
    559528            this.nRFAKTURYDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle5; 
    560             this.nRFAKTURYDataGridViewTextBoxColumn.HeaderText = "Nr FV"; 
     529            this.nRFAKTURYDataGridViewTextBoxColumn.HeaderText = "Poprzednia korekta lub FV"; 
    561530            this.nRFAKTURYDataGridViewTextBoxColumn.Name = "nRFAKTURYDataGridViewTextBoxColumn"; 
    562531            this.nRFAKTURYDataGridViewTextBoxColumn.ReadOnly = true; 
    563             this.nRFAKTURYDataGridViewTextBoxColumn.Width = 55; 
     532            this.nRFAKTURYDataGridViewTextBoxColumn.Width = 116; 
    564533            //  
    565534            // datawystawieniaFDataGridViewTextBoxColumn 
     
    570539            dataGridViewCellStyle6.Format = "d"; 
    571540            this.datawystawieniaFDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle6; 
    572             this.datawystawieniaFDataGridViewTextBoxColumn.HeaderText = "Data wyst. FV"; 
     541            this.datawystawieniaFDataGridViewTextBoxColumn.HeaderText = "Data wyst. pop. korekty/FV"; 
    573542            this.datawystawieniaFDataGridViewTextBoxColumn.Name = "datawystawieniaFDataGridViewTextBoxColumn"; 
    574543            this.datawystawieniaFDataGridViewTextBoxColumn.Width = 80; 
    575544            //  
     545            // NR_FAKTURY_KORYGOWANEJ_1 
     546            //  
     547            this.NR_FAKTURY_KORYGOWANEJ_1.DataPropertyName = "NR_FAKTURY_KORYGOWANEJ_1"; 
     548            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
     549            this.NR_FAKTURY_KORYGOWANEJ_1.DefaultCellStyle = dataGridViewCellStyle7; 
     550            this.NR_FAKTURY_KORYGOWANEJ_1.HeaderText = "Faktura VAT"; 
     551            this.NR_FAKTURY_KORYGOWANEJ_1.Name = "NR_FAKTURY_KORYGOWANEJ_1"; 
     552            this.NR_FAKTURY_KORYGOWANEJ_1.ReadOnly = true; 
     553            this.NR_FAKTURY_KORYGOWANEJ_1.Width = 85; 
     554            //  
    576555            // roznicanettoDataGridViewTextBoxColumn 
    577556            //  
    578557            this.roznicanettoDataGridViewTextBoxColumn.DataPropertyName = "roznica_netto"; 
    579             dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 
    580             dataGridViewCellStyle7.Format = "C2"; 
    581             this.roznicanettoDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle7; 
     558            dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 
     559            dataGridViewCellStyle8.Format = "C2"; 
     560            this.roznicanettoDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle8; 
    582561            this.roznicanettoDataGridViewTextBoxColumn.HeaderText = "Ró¿nica netto"; 
    583562            this.roznicanettoDataGridViewTextBoxColumn.Name = "roznicanettoDataGridViewTextBoxColumn"; 
     
    588567            //  
    589568            this.roznicavatDataGridViewTextBoxColumn.DataPropertyName = "roznica_vat"; 
    590             dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 
    591             dataGridViewCellStyle8.Format = "C2"; 
    592             this.roznicavatDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle8; 
     569            dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 
     570            dataGridViewCellStyle9.Format = "C2"; 
     571            this.roznicavatDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle9; 
    593572            this.roznicavatDataGridViewTextBoxColumn.HeaderText = "Ró¿nica VAT"; 
    594573            this.roznicavatDataGridViewTextBoxColumn.Name = "roznicavatDataGridViewTextBoxColumn"; 
     
    599578            //  
    600579            this.roznicabruttoDataGridViewTextBoxColumn.DataPropertyName = "roznica_brutto"; 
    601             dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 
    602             dataGridViewCellStyle9.Format = "C2"; 
    603             this.roznicabruttoDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle9; 
     580            dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 
     581            dataGridViewCellStyle10.Format = "C2"; 
     582            this.roznicabruttoDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle10; 
    604583            this.roznicabruttoDataGridViewTextBoxColumn.HeaderText = "Ró¿nica brutto"; 
    605584            this.roznicabruttoDataGridViewTextBoxColumn.Name = "roznicabruttoDataGridViewTextBoxColumn"; 
     
    610589            //  
    611590            this.waluta_roznica_brutto.DataPropertyName = "waluta_roznica_brutto"; 
    612             dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 
    613             this.waluta_roznica_brutto.DefaultCellStyle = dataGridViewCellStyle10; 
     591            dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 
     592            this.waluta_roznica_brutto.DefaultCellStyle = dataGridViewCellStyle11; 
    614593            this.waluta_roznica_brutto.HeaderText = "Ró¿nica w walucie"; 
    615594            this.waluta_roznica_brutto.Name = "waluta_roznica_brutto"; 
     
    621600            this.waluta_miano.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 
    622601            this.waluta_miano.DataPropertyName = "waluta_miano"; 
    623             dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
    624             this.waluta_miano.DefaultCellStyle = dataGridViewCellStyle11; 
     602            dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
     603            this.waluta_miano.DefaultCellStyle = dataGridViewCellStyle12; 
    625604            this.waluta_miano.HeaderText = "Waluta"; 
    626605            this.waluta_miano.Name = "waluta_miano"; 
    627606            this.waluta_miano.Width = 60; 
     607            //  
     608            // vIEWKOREKTYBindingSource 
     609            //  
     610            this.vIEWKOREKTYBindingSource.DataMember = "VIEW_KOREKTY"; 
     611            this.vIEWKOREKTYBindingSource.DataSource = this.rEKLAMADataSet; 
     612            //  
     613            // panel 
     614            //  
     615            this.panel.Controls.Add(this.bruttoTextBox); 
     616            this.panel.Controls.Add(this.zaplataTextBox); 
     617            this.panel.Dock = System.Windows.Forms.DockStyle.Bottom; 
     618            this.panel.Location = new System.Drawing.Point(0, 630); 
     619            this.panel.Name = "panel"; 
     620            this.panel.Size = new System.Drawing.Size(979, 34); 
     621            this.panel.TabIndex = 4; 
     622            //  
     623            // bruttoTextBox 
     624            //  
     625            this.bruttoTextBox.BackColor = System.Drawing.Color.White; 
     626            this.bruttoTextBox.Location = new System.Drawing.Point(710, 6); 
     627            this.bruttoTextBox.Name = "bruttoTextBox"; 
     628            this.bruttoTextBox.ReadOnly = true; 
     629            this.bruttoTextBox.Size = new System.Drawing.Size(125, 20); 
     630            this.bruttoTextBox.TabIndex = 1; 
     631            this.bruttoTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
     632            //  
     633            // zaplataTextBox 
     634            //  
     635            this.zaplataTextBox.BackColor = System.Drawing.Color.White; 
     636            this.zaplataTextBox.Location = new System.Drawing.Point(851, 6); 
     637            this.zaplataTextBox.Name = "zaplataTextBox"; 
     638            this.zaplataTextBox.ReadOnly = true; 
     639            this.zaplataTextBox.Size = new System.Drawing.Size(116, 20); 
     640            this.zaplataTextBox.TabIndex = 0; 
     641            this.zaplataTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
     642            //  
     643            // vIEW_KOREKTYTableAdapter 
     644            //  
     645            this.vIEW_KOREKTYTableAdapter.ClearBeforeFill = true; 
     646            //  
     647            // toolStripLabel6 
     648            //  
     649            this.toolStripLabel6.Name = "toolStripLabel6"; 
     650            this.toolStripLabel6.Size = new System.Drawing.Size(104, 22); 
     651            this.toolStripLabel6.Text = "nr korygowanej FV: "; 
     652            //  
     653            // nrKorygowanejToolStripTextBox 
     654            //  
     655            this.nrKorygowanejToolStripTextBox.Name = "nrKorygowanejToolStripTextBox"; 
     656            this.nrKorygowanejToolStripTextBox.Size = new System.Drawing.Size(40, 25); 
    628657            //  
    629658            // KorektyForm 
     
    710739        private System.Windows.Forms.DataGridViewTextBoxColumn nRFAKTURYDataGridViewTextBoxColumn; 
    711740        private System.Windows.Forms.DataGridViewTextBoxColumn datawystawieniaFDataGridViewTextBoxColumn; 
     741        private System.Windows.Forms.DataGridViewTextBoxColumn NR_FAKTURY_KORYGOWANEJ_1; 
    712742        private System.Windows.Forms.DataGridViewTextBoxColumn roznicanettoDataGridViewTextBoxColumn; 
    713743        private System.Windows.Forms.DataGridViewTextBoxColumn roznicavatDataGridViewTextBoxColumn; 
     
    715745        private System.Windows.Forms.DataGridViewTextBoxColumn waluta_roznica_brutto; 
    716746        private System.Windows.Forms.DataGridViewTextBoxColumn waluta_miano; 
     747        private System.Windows.Forms.ToolStripLabel toolStripLabel6; 
     748        private System.Windows.Forms.ToolStripTextBox nrKorygowanejToolStripTextBox; 
    717749 
    718750    }