Pokaż
Ignoruj:
Pliki:
1 zmodyfikowane

Legenda:

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

    r19 r25  
    4040            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); 
    4141            this.zamowieniaDataGridView = new System.Windows.Forms.DataGridView(); 
     42            this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); 
     43            this.zafakturowanoWszystko = new System.Windows.Forms.DataGridViewCheckBoxColumn(); 
     44            this.nrZamowienia = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     45            this.rokZamowienia = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     46            this.kodAgenta = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
    4247            this.zamowieniaBindingSource = new System.Windows.Forms.BindingSource(this.components); 
    4348            this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet(); 
     
    95100            this.toolTip = new System.Windows.Forms.ToolTip(this.components); 
    96101            this.KlientLabel = new System.Windows.Forms.Label(); 
    97             this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); 
    98             this.zafakturowanoWszystko = new System.Windows.Forms.DataGridViewCheckBoxColumn(); 
    99             this.nrZamowienia = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
    100             this.rokZamowienia = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
    101             this.kodAgenta = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     102            this.proformaButton = new System.Windows.Forms.Button(); 
    102103            ((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataGridView)).BeginInit(); 
    103104            ((System.ComponentModel.ISupportInitialize)(this.zamowieniaBindingSource)).BeginInit(); 
     
    147148            this.zamowieniaDataGridView.Size = new System.Drawing.Size(379, 266); 
    148149            this.zamowieniaDataGridView.TabIndex = 1; 
     150            //  
     151            // dataGridViewCheckBoxColumn1 
     152            //  
     153            this.dataGridViewCheckBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 
     154            this.dataGridViewCheckBoxColumn1.DataPropertyName = "zafakturowano"; 
     155            this.dataGridViewCheckBoxColumn1.HeaderText = "FVC"; 
     156            this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1"; 
     157            this.dataGridViewCheckBoxColumn1.ReadOnly = true; 
     158            this.dataGridViewCheckBoxColumn1.Width = 30; 
     159            //  
     160            // zafakturowanoWszystko 
     161            //  
     162            this.zafakturowanoWszystko.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 
     163            this.zafakturowanoWszystko.DataPropertyName = "zafakturowanoWszystko"; 
     164            this.zafakturowanoWszystko.HeaderText = "FV"; 
     165            this.zafakturowanoWszystko.Name = "zafakturowanoWszystko"; 
     166            this.zafakturowanoWszystko.ReadOnly = true; 
     167            this.zafakturowanoWszystko.Width = 30; 
     168            //  
     169            // nrZamowienia 
     170            //  
     171            this.nrZamowienia.DataPropertyName = "nrZamowienia"; 
     172            this.nrZamowienia.HeaderText = "Nr"; 
     173            this.nrZamowienia.Name = "nrZamowienia"; 
     174            this.nrZamowienia.ReadOnly = true; 
     175            //  
     176            // rokZamowienia 
     177            //  
     178            this.rokZamowienia.DataPropertyName = "rokZamowienia"; 
     179            this.rokZamowienia.HeaderText = "Rok"; 
     180            this.rokZamowienia.Name = "rokZamowienia"; 
     181            this.rokZamowienia.ReadOnly = true; 
     182            //  
     183            // kodAgenta 
     184            //  
     185            this.kodAgenta.DataPropertyName = "kodAgenta"; 
     186            this.kodAgenta.HeaderText = "Agent"; 
     187            this.kodAgenta.Name = "kodAgenta"; 
     188            this.kodAgenta.ReadOnly = true; 
    149189            //  
    150190            // zamowieniaBindingSource 
     
    348388            this.dodajButton.Location = new System.Drawing.Point(6, 291); 
    349389            this.dodajButton.Name = "dodajButton"; 
    350             this.dodajButton.Size = new System.Drawing.Size(52, 38); 
     390            this.dodajButton.Size = new System.Drawing.Size(40, 38); 
    351391            this.dodajButton.TabIndex = 3; 
    352392            this.dodajButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 
     
    382422            //  
    383423            this.fakturujButton.Image = ((System.Drawing.Image)(resources.GetObject("fakturujButton.Image"))); 
    384             this.fakturujButton.Location = new System.Drawing.Point(211, 290); 
     424            this.fakturujButton.Location = new System.Drawing.Point(222, 292); 
    385425            this.fakturujButton.Name = "fakturujButton"; 
    386426            this.fakturujButton.Size = new System.Drawing.Size(77, 38); 
     
    522562            //  
    523563            this.WydrukButton.Image = ((System.Drawing.Image)(resources.GetObject("WydrukButton.Image"))); 
    524             this.WydrukButton.Location = new System.Drawing.Point(171, 290); 
     564            this.WydrukButton.Location = new System.Drawing.Point(139, 291); 
    525565            this.WydrukButton.Name = "WydrukButton"; 
    526566            this.WydrukButton.Size = new System.Drawing.Size(34, 38); 
     
    545585            //  
    546586            this.edytujButton.Image = ((System.Drawing.Image)(resources.GetObject("edytujButton.Image"))); 
    547             this.edytujButton.Location = new System.Drawing.Point(64, 291); 
     587            this.edytujButton.Location = new System.Drawing.Point(52, 291); 
    548588            this.edytujButton.Name = "edytujButton"; 
    549             this.edytujButton.Size = new System.Drawing.Size(50, 38); 
     589            this.edytujButton.Size = new System.Drawing.Size(40, 38); 
    550590            this.edytujButton.TabIndex = 10; 
    551591            this.edytujButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 
    552             this.toolTip.SetToolTip(this.edytujButton, "Za³o¿enia zamówienia"); 
     592            this.toolTip.SetToolTip(this.edytujButton, "Parametry zamówienia"); 
    553593            this.edytujButton.UseVisualStyleBackColor = true; 
    554594            this.edytujButton.Click += new System.EventHandler(this.edytujButton_Click); 
     
    557597            //  
    558598            this.button3.Image = ((System.Drawing.Image)(resources.GetObject("button3.Image"))); 
    559             this.button3.Location = new System.Drawing.Point(120, 291); 
     599            this.button3.Location = new System.Drawing.Point(98, 291); 
    560600            this.button3.Name = "button3"; 
    561             this.button3.Size = new System.Drawing.Size(45, 38); 
     601            this.button3.Size = new System.Drawing.Size(35, 38); 
    562602            this.button3.TabIndex = 11; 
    563603            this.button3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 
     
    625665            // groupBox2 
    626666            //  
     667            this.groupBox2.Controls.Add(this.proformaButton); 
    627668            this.groupBox2.Controls.Add(this.dtpZmianaDaty); 
    628669            this.groupBox2.Controls.Add(this.zamowieniaDataGridView); 
     
    717758            this.KlientLabel.Text = "----"; 
    718759            //  
    719             // dataGridViewCheckBoxColumn1 
    720             //  
    721             this.dataGridViewCheckBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 
    722             this.dataGridViewCheckBoxColumn1.DataPropertyName = "zafakturowano"; 
    723             this.dataGridViewCheckBoxColumn1.HeaderText = "FVC"; 
    724             this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1"; 
    725             this.dataGridViewCheckBoxColumn1.ReadOnly = true; 
    726             this.dataGridViewCheckBoxColumn1.Width = 30; 
    727             //  
    728             // zafakturowanoWszystko 
    729             //  
    730             this.zafakturowanoWszystko.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 
    731             this.zafakturowanoWszystko.DataPropertyName = "zafakturowanoWszystko"; 
    732             this.zafakturowanoWszystko.HeaderText = "FV"; 
    733             this.zafakturowanoWszystko.Name = "zafakturowanoWszystko"; 
    734             this.zafakturowanoWszystko.ReadOnly = true; 
    735             this.zafakturowanoWszystko.Width = 30; 
    736             //  
    737             // nrZamowienia 
    738             //  
    739             this.nrZamowienia.DataPropertyName = "nrZamowienia"; 
    740             this.nrZamowienia.HeaderText = "Nr"; 
    741             this.nrZamowienia.Name = "nrZamowienia"; 
    742             this.nrZamowienia.ReadOnly = true; 
    743             //  
    744             // rokZamowienia 
    745             //  
    746             this.rokZamowienia.DataPropertyName = "rokZamowienia"; 
    747             this.rokZamowienia.HeaderText = "Rok"; 
    748             this.rokZamowienia.Name = "rokZamowienia"; 
    749             this.rokZamowienia.ReadOnly = true; 
    750             //  
    751             // kodAgenta 
    752             //  
    753             this.kodAgenta.DataPropertyName = "kodAgenta"; 
    754             this.kodAgenta.HeaderText = "Agent"; 
    755             this.kodAgenta.Name = "kodAgenta"; 
    756             this.kodAgenta.ReadOnly = true; 
     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 
     
    767779            this.Name = "ZamowieniaForm"; 
    768780            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; 
    769             this.Text = "Fakturowanie"; 
     781            this.Text = "Zamówienia i faktury"; 
    770782            this.Load += new System.EventHandler(this.ZamowieniaForm_Load); 
    771783            ((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataGridView)).EndInit(); 
     
    853865        private System.Windows.Forms.DataGridViewTextBoxColumn rokZamowienia; 
    854866        private System.Windows.Forms.DataGridViewTextBoxColumn kodAgenta; 
     867        private System.Windows.Forms.Button proformaButton; 
    855868    } 
    856869}