Pokaż
Ignoruj:
Data:
2009-02-12 16:32:49 (17 years ago)
Autor:
marek
Opis:

fixes #27 - dodano export do excela

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/BazaReklam/InfoForm.Designer.cs

    r65 r351  
    300300            this.bindingNavigatorSeparator11 = new System.Windows.Forms.ToolStripSeparator(); 
    301301            this.modulySaveToolStripButton = new System.Windows.Forms.ToolStripButton(); 
     302            this.excelToolStripButton = new System.Windows.Forms.ToolStripButton(); 
    302303            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); 
    303304            this.naWydanTab = new System.Windows.Forms.TabPage(); 
     
    323324            this.bindingNavigatorSeparator8 = new System.Windows.Forms.ToolStripSeparator(); 
    324325            this.zapiszNrWydToolStripButton = new System.Windows.Forms.ToolStripButton(); 
     326            this.btnExportNrWydan = new System.Windows.Forms.ToolStripButton(); 
    325327            this.infoTabControl = new System.Windows.Forms.TabControl(); 
    326328            this.agencjeTabPage = new System.Windows.Forms.TabPage(); 
     
    355357            this.agencjeListBox = new System.Windows.Forms.ListBox(); 
    356358            this.ukrytyLabel = new System.Windows.Forms.Label(); 
     359            this.btnExportPlan = new System.Windows.Forms.ToolStripButton(); 
     360            this.btnExportBudzet = new System.Windows.Forms.ToolStripButton(); 
    357361            rokLabel = new System.Windows.Forms.Label(); 
    358362            miesiacLabel = new System.Windows.Forms.Label(); 
     
    972976            this.bindingNavigatorAddNewItem10, 
    973977            this.bindingNavigatorDeleteItem10, 
    974             this.zapiszBudzetToolStripButton}); 
     978            this.zapiszBudzetToolStripButton, 
     979            this.btnExportBudzet}); 
    975980            this.bindingNavigator11.Location = new System.Drawing.Point(0, 0); 
    976981            this.bindingNavigator11.MoveFirstItem = this.bindingNavigatorMoveFirstItem10; 
     
    10761081            this.zapiszBudzetToolStripButton.Name = "zapiszBudzetToolStripButton"; 
    10771082            this.zapiszBudzetToolStripButton.Size = new System.Drawing.Size(23, 22); 
    1078             this.zapiszBudzetToolStripButton.Text = "toolStripButton1"; 
     1083            this.zapiszBudzetToolStripButton.Text = "Zapisz bud¿et"; 
    10791084            this.zapiszBudzetToolStripButton.Click += new System.EventHandler(this.zapiszBudzetToolStripButton_Click); 
    10801085            //  
     
    14821487            this.pLANY_PROWIZJIDataGridView.DataSource = this.pLANYPROWIZJIBindingSource; 
    14831488            this.pLANY_PROWIZJIDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; 
    1484             this.pLANY_PROWIZJIDataGridView.Location = new System.Drawing.Point(0, 25); 
     1489            this.pLANY_PROWIZJIDataGridView.Location = new System.Drawing.Point(0, 0); 
    14851490            this.pLANY_PROWIZJIDataGridView.Name = "pLANY_PROWIZJIDataGridView"; 
    14861491            this.pLANY_PROWIZJIDataGridView.RowHeadersWidth = 10; 
    1487             this.pLANY_PROWIZJIDataGridView.Size = new System.Drawing.Size(547, 323); 
     1492            this.pLANY_PROWIZJIDataGridView.Size = new System.Drawing.Size(547, 348); 
    14881493            this.pLANY_PROWIZJIDataGridView.TabIndex = 1; 
    14891494            this.pLANY_PROWIZJIDataGridView.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.pLANY_PROWIZJIDataGridView_CellLeave); 
     
    15471552            this.bindingNavigatorAddNewItem8, 
    15481553            this.bindingNavigatorDeleteItem8, 
    1549             this.zapiszPlanProwToolStripButton}); 
     1554            this.zapiszPlanProwToolStripButton, 
     1555            this.btnExportPlan}); 
    15501556            this.bindingNavigator9.Location = new System.Drawing.Point(0, 0); 
    15511557            this.bindingNavigator9.MoveFirstItem = this.bindingNavigatorMoveFirstItem8; 
     
    15581564            this.bindingNavigator9.TabIndex = 0; 
    15591565            this.bindingNavigator9.Text = "bindingNavigator9"; 
     1566            this.bindingNavigator9.Visible = false; 
    15601567            //  
    15611568            // bindingNavigatorAddNewItem8 
     
    16511658            this.zapiszPlanProwToolStripButton.Name = "zapiszPlanProwToolStripButton"; 
    16521659            this.zapiszPlanProwToolStripButton.Size = new System.Drawing.Size(23, 22); 
    1653             this.zapiszPlanProwToolStripButton.Text = "toolStripButton1"; 
     1660            this.zapiszPlanProwToolStripButton.Text = "Zapisz plan prowizji"; 
    16541661            this.zapiszPlanProwToolStripButton.Click += new System.EventHandler(this.zapiszPlanProwToolStripButton_Click); 
    16551662            //  
     
    25802587            this.bindingNavigatorDeleteItem3, 
    25812588            this.modulySaveToolStripButton, 
     2589            this.excelToolStripButton, 
    25822590            this.toolStripSeparator1}); 
    25832591            this.bindingNavigator4.Location = new System.Drawing.Point(0, 0); 
     
    26862694            this.modulySaveToolStripButton.Text = "toolStripButton1"; 
    26872695            this.modulySaveToolStripButton.Click += new System.EventHandler(this.modulySaveToolStripButton_Click); 
     2696            //  
     2697            // excelToolStripButton 
     2698            //  
     2699            this.excelToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 
     2700            this.excelToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("excelToolStripButton.Image"))); 
     2701            this.excelToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; 
     2702            this.excelToolStripButton.Name = "excelToolStripButton"; 
     2703            this.excelToolStripButton.Size = new System.Drawing.Size(23, 22); 
     2704            this.excelToolStripButton.Text = "Exportuj do excela"; 
     2705            this.excelToolStripButton.Click += new System.EventHandler(this.excelToolStripButton_Click); 
    26882706            //  
    26892707            // toolStripSeparator1 
     
    28252843            this.bindingNavigatorAddNewItem2, 
    28262844            this.bindingNavigatorDeleteItem2, 
    2827             this.zapiszNrWydToolStripButton}); 
     2845            this.zapiszNrWydToolStripButton, 
     2846            this.btnExportNrWydan}); 
    28282847            this.bindingNavigator3.Location = new System.Drawing.Point(0, 0); 
    28292848            this.bindingNavigator3.MoveFirstItem = this.bindingNavigatorMoveFirstItem2; 
     
    29302949            this.zapiszNrWydToolStripButton.Name = "zapiszNrWydToolStripButton"; 
    29312950            this.zapiszNrWydToolStripButton.Size = new System.Drawing.Size(23, 22); 
    2932             this.zapiszNrWydToolStripButton.Text = "toolStripButton1"; 
     2951            this.zapiszNrWydToolStripButton.Text = "Zapisz nr wydania"; 
    29332952            this.zapiszNrWydToolStripButton.Click += new System.EventHandler(this.saveToolStripButton_Click); 
     2953            //  
     2954            // btnExportNrWydan 
     2955            //  
     2956            this.btnExportNrWydan.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 
     2957            this.btnExportNrWydan.Image = ((System.Drawing.Image)(resources.GetObject("btnExportNrWydan.Image"))); 
     2958            this.btnExportNrWydan.ImageTransparentColor = System.Drawing.Color.Magenta; 
     2959            this.btnExportNrWydan.Name = "btnExportNrWydan"; 
     2960            this.btnExportNrWydan.Size = new System.Drawing.Size(23, 22); 
     2961            this.btnExportNrWydan.Text = "Exportuj do excela"; 
     2962            this.btnExportNrWydan.Click += new System.EventHandler(this.btnExportNrWydan_Click); 
    29342963            //  
    29352964            // infoTabControl 
     
    32843313            this.ukrytyLabel.Text = "ukrytyLabel"; 
    32853314            this.ukrytyLabel.Visible = false; 
     3315            //  
     3316            // btnExportPlan 
     3317            //  
     3318            this.btnExportPlan.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 
     3319            this.btnExportPlan.Image = ((System.Drawing.Image)(resources.GetObject("btnExportPlan.Image"))); 
     3320            this.btnExportPlan.ImageTransparentColor = System.Drawing.Color.Magenta; 
     3321            this.btnExportPlan.Name = "btnExportPlan"; 
     3322            this.btnExportPlan.Size = new System.Drawing.Size(23, 22); 
     3323            this.btnExportPlan.Text = "Exportuj do excela"; 
     3324            this.btnExportPlan.Click += new System.EventHandler(this.btnExportPlan_Click); 
     3325            //  
     3326            // btnExportBudzet 
     3327            //  
     3328            this.btnExportBudzet.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 
     3329            this.btnExportBudzet.Image = ((System.Drawing.Image)(resources.GetObject("btnExportBudzet.Image"))); 
     3330            this.btnExportBudzet.ImageTransparentColor = System.Drawing.Color.Magenta; 
     3331            this.btnExportBudzet.Name = "btnExportBudzet"; 
     3332            this.btnExportBudzet.Size = new System.Drawing.Size(23, 22); 
     3333            this.btnExportBudzet.Text = "Exportuj do excela"; 
     3334            this.btnExportBudzet.Click += new System.EventHandler(this.btnExportBudzet_Click); 
    32863335            //  
    32873336            // InfoForm 
     
    36583707        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10; 
    36593708        private System.Windows.Forms.DataGridViewTextBoxColumn Kurs_Sredni_Poznan; 
     3709        private System.Windows.Forms.ToolStripButton excelToolStripButton; 
     3710        private System.Windows.Forms.ToolStripButton btnExportNrWydan; 
     3711        private System.Windows.Forms.ToolStripButton btnExportPlan; 
     3712        private System.Windows.Forms.ToolStripButton btnExportBudzet; 
    36603713    } 
    36613714}