Pokaż
Ignoruj:
Data:
2008-12-31 20:24:35 (17 years ago)
Autor:
dorota
Opis:

fakturowanie - Poznań - Katowice - cz 1

Pliki:
1 zmodyfikowane

Legenda:

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

    r17 r40  
    8383            this.treeView1 = new System.Windows.Forms.TreeView(); 
    8484            this.fakturyDataGridView = new System.Windows.Forms.DataGridView(); 
    85             this.panel = new System.Windows.Forms.Panel(); 
    86             this.bruttoTextBox = new System.Windows.Forms.TextBox(); 
    87             this.zaplataTextBox = new System.Windows.Forms.TextBox(); 
    88             this.reklamaTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.REKLAMATableAdapter(); 
    89             this.VIEW_ZESTAWIENIE_FAKTUR_NOWETableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.VIEW_ZESTAWIENIE_FAKTUR_NOWETableAdapter(); 
    9085            this.FirstName = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
    9186            this.TERMIN_ZAPLATY = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     
    10499            this.bRUTTODataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
    105100            this.suma_zaplat = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     101            this.panel = new System.Windows.Forms.Panel(); 
     102            this.bruttoTextBox = new System.Windows.Forms.TextBox(); 
     103            this.zaplataTextBox = new System.Windows.Forms.TextBox(); 
     104            this.reklamaTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.REKLAMATableAdapter(); 
     105            this.VIEW_ZESTAWIENIE_FAKTUR_NOWETableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.VIEW_ZESTAWIENIE_FAKTUR_NOWETableAdapter(); 
     106            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); 
     107            this.PoznanKatowicetoolStripButton = new System.Windows.Forms.ToolStripButton(); 
    106108            ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); 
    107109            this.bindingNavigator1.SuspendLayout(); 
     
    141143            this.wplata2toolStripButton, 
    142144            this.zamowieniaToolStripButton, 
    143             this.toolStripButton2}); 
     145            this.toolStripButton2, 
     146            this.toolStripSeparator2, 
     147            this.PoznanKatowicetoolStripButton}); 
    144148            this.bindingNavigator1.Location = new System.Drawing.Point(0, 0); 
    145149            this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem; 
     
    493497            this.fakturyDataGridView.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.fakturyDataGridView_DataBindingComplete); 
    494498            //  
    495             // panel 
    496             //  
    497             this.panel.Controls.Add(this.bruttoTextBox); 
    498             this.panel.Controls.Add(this.zaplataTextBox); 
    499             this.panel.Dock = System.Windows.Forms.DockStyle.Bottom; 
    500             this.panel.Location = new System.Drawing.Point(0, 630); 
    501             this.panel.Name = "panel"; 
    502             this.panel.Size = new System.Drawing.Size(979, 34); 
    503             this.panel.TabIndex = 4; 
    504             //  
    505             // bruttoTextBox 
    506             //  
    507             this.bruttoTextBox.BackColor = System.Drawing.Color.White; 
    508             this.bruttoTextBox.Location = new System.Drawing.Point(710, 6); 
    509             this.bruttoTextBox.Name = "bruttoTextBox"; 
    510             this.bruttoTextBox.ReadOnly = true; 
    511             this.bruttoTextBox.Size = new System.Drawing.Size(125, 20); 
    512             this.bruttoTextBox.TabIndex = 1; 
    513             this.bruttoTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
    514             //  
    515             // zaplataTextBox 
    516             //  
    517             this.zaplataTextBox.BackColor = System.Drawing.Color.White; 
    518             this.zaplataTextBox.Location = new System.Drawing.Point(851, 6); 
    519             this.zaplataTextBox.Name = "zaplataTextBox"; 
    520             this.zaplataTextBox.ReadOnly = true; 
    521             this.zaplataTextBox.Size = new System.Drawing.Size(116, 20); 
    522             this.zaplataTextBox.TabIndex = 0; 
    523             this.zaplataTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
    524             //  
    525             // reklamaTableAdapter 
    526             //  
    527             this.reklamaTableAdapter.ClearBeforeFill = true; 
    528             //  
    529             // VIEW_ZESTAWIENIE_FAKTUR_NOWETableAdapter 
    530             //  
    531             this.VIEW_ZESTAWIENIE_FAKTUR_NOWETableAdapter.ClearBeforeFill = true; 
    532             //  
    533499            // FirstName 
    534500            //  
     
    690656            this.suma_zaplat.Name = "suma_zaplat"; 
    691657            this.suma_zaplat.Width = 70; 
     658            //  
     659            // panel 
     660            //  
     661            this.panel.Controls.Add(this.bruttoTextBox); 
     662            this.panel.Controls.Add(this.zaplataTextBox); 
     663            this.panel.Dock = System.Windows.Forms.DockStyle.Bottom; 
     664            this.panel.Location = new System.Drawing.Point(0, 630); 
     665            this.panel.Name = "panel"; 
     666            this.panel.Size = new System.Drawing.Size(979, 34); 
     667            this.panel.TabIndex = 4; 
     668            //  
     669            // bruttoTextBox 
     670            //  
     671            this.bruttoTextBox.BackColor = System.Drawing.Color.White; 
     672            this.bruttoTextBox.Location = new System.Drawing.Point(710, 6); 
     673            this.bruttoTextBox.Name = "bruttoTextBox"; 
     674            this.bruttoTextBox.ReadOnly = true; 
     675            this.bruttoTextBox.Size = new System.Drawing.Size(125, 20); 
     676            this.bruttoTextBox.TabIndex = 1; 
     677            this.bruttoTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
     678            //  
     679            // zaplataTextBox 
     680            //  
     681            this.zaplataTextBox.BackColor = System.Drawing.Color.White; 
     682            this.zaplataTextBox.Location = new System.Drawing.Point(851, 6); 
     683            this.zaplataTextBox.Name = "zaplataTextBox"; 
     684            this.zaplataTextBox.ReadOnly = true; 
     685            this.zaplataTextBox.Size = new System.Drawing.Size(116, 20); 
     686            this.zaplataTextBox.TabIndex = 0; 
     687            this.zaplataTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
     688            //  
     689            // reklamaTableAdapter 
     690            //  
     691            this.reklamaTableAdapter.ClearBeforeFill = true; 
     692            //  
     693            // VIEW_ZESTAWIENIE_FAKTUR_NOWETableAdapter 
     694            //  
     695            this.VIEW_ZESTAWIENIE_FAKTUR_NOWETableAdapter.ClearBeforeFill = true; 
     696            //  
     697            // toolStripSeparator2 
     698            //  
     699            this.toolStripSeparator2.Name = "toolStripSeparator2"; 
     700            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 31); 
     701            //  
     702            // PoznanKatowicetoolStripButton 
     703            //  
     704            this.PoznanKatowicetoolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; 
     705            this.PoznanKatowicetoolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("PoznanKatowicetoolStripButton.Image"))); 
     706            this.PoznanKatowicetoolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; 
     707            this.PoznanKatowicetoolStripButton.Name = "PoznanKatowicetoolStripButton"; 
     708            this.PoznanKatowicetoolStripButton.Size = new System.Drawing.Size(99, 28); 
     709            this.PoznanKatowicetoolStripButton.Text = "Poznañ - Katowice"; 
     710            this.PoznanKatowicetoolStripButton.Click += new System.EventHandler(this.PoznanKatowicetoolStripButton_Click); 
    692711            //  
    693712            // FacturesFormNEW 
     
    784803        private System.Windows.Forms.DataGridViewTextBoxColumn bRUTTODataGridViewTextBoxColumn; 
    785804        private System.Windows.Forms.DataGridViewTextBoxColumn suma_zaplat; 
     805        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; 
     806        private System.Windows.Forms.ToolStripButton PoznanKatowicetoolStripButton; 
    786807 
    787808    }