Pokaż
Ignoruj:
Data:
2008-12-28 18:28:08 (17 years ago)
Autor:
dorota
Opis:

proformy...

Pliki:
1 zmodyfikowane

Legenda:

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

    r24 r25  
    100100            this.toolTip = new System.Windows.Forms.ToolTip(this.components); 
    101101            this.KlientLabel = new System.Windows.Forms.Label(); 
     102            this.proformaButton = new System.Windows.Forms.Button(); 
    102103            ((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataGridView)).BeginInit(); 
    103104            ((System.ComponentModel.ISupportInitialize)(this.zamowieniaBindingSource)).BeginInit(); 
     
    387388            this.dodajButton.Location = new System.Drawing.Point(6, 291); 
    388389            this.dodajButton.Name = "dodajButton"; 
    389             this.dodajButton.Size = new System.Drawing.Size(52, 38); 
     390            this.dodajButton.Size = new System.Drawing.Size(40, 38); 
    390391            this.dodajButton.TabIndex = 3; 
    391392            this.dodajButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 
     
    421422            //  
    422423            this.fakturujButton.Image = ((System.Drawing.Image)(resources.GetObject("fakturujButton.Image"))); 
    423             this.fakturujButton.Location = new System.Drawing.Point(211, 290); 
     424            this.fakturujButton.Location = new System.Drawing.Point(222, 292); 
    424425            this.fakturujButton.Name = "fakturujButton"; 
    425426            this.fakturujButton.Size = new System.Drawing.Size(77, 38); 
     
    561562            //  
    562563            this.WydrukButton.Image = ((System.Drawing.Image)(resources.GetObject("WydrukButton.Image"))); 
    563             this.WydrukButton.Location = new System.Drawing.Point(171, 290); 
     564            this.WydrukButton.Location = new System.Drawing.Point(139, 291); 
    564565            this.WydrukButton.Name = "WydrukButton"; 
    565566            this.WydrukButton.Size = new System.Drawing.Size(34, 38); 
     
    584585            //  
    585586            this.edytujButton.Image = ((System.Drawing.Image)(resources.GetObject("edytujButton.Image"))); 
    586             this.edytujButton.Location = new System.Drawing.Point(64, 291); 
     587            this.edytujButton.Location = new System.Drawing.Point(52, 291); 
    587588            this.edytujButton.Name = "edytujButton"; 
    588             this.edytujButton.Size = new System.Drawing.Size(50, 38); 
     589            this.edytujButton.Size = new System.Drawing.Size(40, 38); 
    589590            this.edytujButton.TabIndex = 10; 
    590591            this.edytujButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 
     
    596597            //  
    597598            this.button3.Image = ((System.Drawing.Image)(resources.GetObject("button3.Image"))); 
    598             this.button3.Location = new System.Drawing.Point(120, 291); 
     599            this.button3.Location = new System.Drawing.Point(98, 291); 
    599600            this.button3.Name = "button3"; 
    600             this.button3.Size = new System.Drawing.Size(45, 38); 
     601            this.button3.Size = new System.Drawing.Size(35, 38); 
    601602            this.button3.TabIndex = 11; 
    602603            this.button3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 
     
    664665            // groupBox2 
    665666            //  
     667            this.groupBox2.Controls.Add(this.proformaButton); 
    666668            this.groupBox2.Controls.Add(this.dtpZmianaDaty); 
    667669            this.groupBox2.Controls.Add(this.zamowieniaDataGridView); 
     
    755757            this.KlientLabel.TabIndex = 15; 
    756758            this.KlientLabel.Text = "----"; 
     759            //  
     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); 
    757769            //  
    758770            // ZamowieniaForm 
     
    853865        private System.Windows.Forms.DataGridViewTextBoxColumn rokZamowienia; 
    854866        private System.Windows.Forms.DataGridViewTextBoxColumn kodAgenta; 
     867        private System.Windows.Forms.Button proformaButton; 
    855868    } 
    856869}