Pokaż
Ignoruj:
Data:
2009-12-02 20:51:18 (16 years ago)
Autor:
sylwek
Opis:

Re #184

Pliki:
1 zmodyfikowane

Legenda:

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

    r921 r923  
    3333            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); 
    3434            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); 
    35             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); 
    3635            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); 
    3736            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); 
     
    4039            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ZamowieniaForm)); 
    4140            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); 
     41            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); 
    4242            this.zamowieniaDataGridView = new System.Windows.Forms.DataGridView(); 
    4343            this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); 
     
    4949            this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet(); 
    5050            this.rEKLAMADataGridView = new System.Windows.Forms.DataGridView(); 
    51             this.TYP = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
    52             this.ShortName = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
    53             this.Cena = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
    54             this.VAT = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
    55             this.Brutto_Euro_Miano = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
    56             this.ZATWIERDZONO_DO_DRUKU = new System.Windows.Forms.DataGridViewCheckBoxColumn(); 
    5751            this.rEKLAMADataGridView1 = new System.Windows.Forms.DataGridView(); 
    5852            this.Data1Emisji = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     
    8377            this.fAKTURYTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.FAKTURYTableAdapter(); 
    8478            this.edytujButton = new System.Windows.Forms.Button(); 
    85             this.button3 = new System.Windows.Forms.Button(); 
     79            this.delOrderBtn = new System.Windows.Forms.Button(); 
    8680            this.groupBox1 = new System.Windows.Forms.GroupBox(); 
    8781            this.reklama2Button = new System.Windows.Forms.Button(); 
     
    9993            this.toolTip = new System.Windows.Forms.ToolTip(this.components); 
    10094            this.KlientLabel = new System.Windows.Forms.Label(); 
     95            this.TYP = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     96            this.ShortName = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     97            this.Cena = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     98            this.VAT = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     99            this.Brutto_Euro_Miano = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     100            this.ZATWIERDZONO_DO_DRUKU = new System.Windows.Forms.DataGridViewCheckBoxColumn(); 
    101101            ((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataGridView)).BeginInit(); 
    102102            ((System.ComponentModel.ISupportInitialize)(this.zamowieniaBindingSource)).BeginInit(); 
     
    227227            this.rEKLAMADataGridView.TabIndex = 1; 
    228228            //  
    229             // TYP 
    230             //  
    231             this.TYP.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 
    232             this.TYP.DataPropertyName = "Type"; 
    233             this.TYP.HeaderText = "Typ"; 
    234             this.TYP.Name = "TYP"; 
    235             this.TYP.ReadOnly = true; 
    236             this.TYP.Width = 70; 
    237             //  
    238             // ShortName 
    239             //  
    240             this.ShortName.DataPropertyName = "ShortName"; 
    241             this.ShortName.HeaderText = "Symbol"; 
    242             this.ShortName.Name = "ShortName"; 
    243             this.ShortName.ReadOnly = true; 
    244             //  
    245             // Cena 
    246             //  
    247             this.Cena.DataPropertyName = "Price"; 
    248             this.Cena.HeaderText = "Cena"; 
    249             this.Cena.Name = "Cena"; 
    250             this.Cena.ReadOnly = true; 
    251             //  
    252             // VAT 
    253             //  
    254             this.VAT.DataPropertyName = "Vat"; 
    255             dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
    256             dataGridViewCellStyle4.Format = "P"; 
    257             this.VAT.DefaultCellStyle = dataGridViewCellStyle4; 
    258             this.VAT.HeaderText = "Vat"; 
    259             this.VAT.Name = "VAT"; 
    260             this.VAT.ReadOnly = true; 
    261             //  
    262             // Brutto_Euro_Miano 
    263             //  
    264             this.Brutto_Euro_Miano.DataPropertyName = "Currency"; 
    265             this.Brutto_Euro_Miano.HeaderText = "Waluta"; 
    266             this.Brutto_Euro_Miano.Name = "Brutto_Euro_Miano"; 
    267             this.Brutto_Euro_Miano.ReadOnly = true; 
    268             //  
    269             // ZATWIERDZONO_DO_DRUKU 
    270             //  
    271             this.ZATWIERDZONO_DO_DRUKU.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 
    272             this.ZATWIERDZONO_DO_DRUKU.DataPropertyName = "IsActivated"; 
    273             this.ZATWIERDZONO_DO_DRUKU.HeaderText = "ZD"; 
    274             this.ZATWIERDZONO_DO_DRUKU.Name = "ZATWIERDZONO_DO_DRUKU"; 
    275             this.ZATWIERDZONO_DO_DRUKU.ReadOnly = true; 
    276             this.ZATWIERDZONO_DO_DRUKU.Width = 25; 
    277             //  
    278229            // rEKLAMADataGridView1 
    279230            //  
     
    573524            this.edytujButton.Click += new System.EventHandler(this.edytujButton_Click); 
    574525            //  
    575             // button3 
    576             //  
    577             this.button3.Image = ((System.Drawing.Image)(resources.GetObject("button3.Image"))); 
    578             this.button3.Location = new System.Drawing.Point(98, 291); 
    579             this.button3.Name = "button3"; 
    580             this.button3.Size = new System.Drawing.Size(35, 38); 
    581             this.button3.TabIndex = 11; 
    582             this.button3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 
    583             this.toolTip.SetToolTip(this.button3, "Usuñ zamówienie"); 
    584             this.button3.UseVisualStyleBackColor = true; 
    585             this.button3.Click += new System.EventHandler(this.button3_Click); 
     526            // delOrderBtn 
     527            //  
     528            this.delOrderBtn.Image = ((System.Drawing.Image)(resources.GetObject("delOrderBtn.Image"))); 
     529            this.delOrderBtn.Location = new System.Drawing.Point(98, 291); 
     530            this.delOrderBtn.Name = "delOrderBtn"; 
     531            this.delOrderBtn.Size = new System.Drawing.Size(35, 38); 
     532            this.delOrderBtn.TabIndex = 11; 
     533            this.delOrderBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 
     534            this.toolTip.SetToolTip(this.delOrderBtn, "Usuñ zamówienie"); 
     535            this.delOrderBtn.UseVisualStyleBackColor = true; 
     536            this.delOrderBtn.Click += new System.EventHandler(this.delOrderBtn_Click); 
    586537            //  
    587538            // groupBox1 
     
    649600            this.groupBox2.Controls.Add(this.dodajButton); 
    650601            this.groupBox2.Controls.Add(this.WydrukButton); 
    651             this.groupBox2.Controls.Add(this.button3); 
     602            this.groupBox2.Controls.Add(this.delOrderBtn); 
    652603            this.groupBox2.Controls.Add(this.edytujButton); 
    653604            this.groupBox2.Controls.Add(this.fakturujButton); 
     
    746697            this.KlientLabel.TabIndex = 15; 
    747698            this.KlientLabel.Text = "----"; 
     699            //  
     700            // TYP 
     701            //  
     702            this.TYP.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 
     703            this.TYP.DataPropertyName = "Type"; 
     704            this.TYP.HeaderText = "Typ"; 
     705            this.TYP.Name = "TYP"; 
     706            this.TYP.ReadOnly = true; 
     707            this.TYP.Width = 70; 
     708            //  
     709            // ShortName 
     710            //  
     711            this.ShortName.DataPropertyName = "ShortName"; 
     712            this.ShortName.HeaderText = "Symbol"; 
     713            this.ShortName.Name = "ShortName"; 
     714            this.ShortName.ReadOnly = true; 
     715            //  
     716            // Cena 
     717            //  
     718            this.Cena.DataPropertyName = "TotalPrice"; 
     719            this.Cena.HeaderText = "Cena"; 
     720            this.Cena.Name = "Cena"; 
     721            this.Cena.ReadOnly = true; 
     722            //  
     723            // VAT 
     724            //  
     725            this.VAT.DataPropertyName = "Vat"; 
     726            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
     727            dataGridViewCellStyle4.Format = "P"; 
     728            this.VAT.DefaultCellStyle = dataGridViewCellStyle4; 
     729            this.VAT.HeaderText = "Vat"; 
     730            this.VAT.Name = "VAT"; 
     731            this.VAT.ReadOnly = true; 
     732            //  
     733            // Brutto_Euro_Miano 
     734            //  
     735            this.Brutto_Euro_Miano.DataPropertyName = "Currency"; 
     736            this.Brutto_Euro_Miano.HeaderText = "Waluta"; 
     737            this.Brutto_Euro_Miano.Name = "Brutto_Euro_Miano"; 
     738            this.Brutto_Euro_Miano.ReadOnly = true; 
     739            //  
     740            // ZATWIERDZONO_DO_DRUKU 
     741            //  
     742            this.ZATWIERDZONO_DO_DRUKU.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 
     743            this.ZATWIERDZONO_DO_DRUKU.DataPropertyName = "IsActivated"; 
     744            this.ZATWIERDZONO_DO_DRUKU.HeaderText = "ZD"; 
     745            this.ZATWIERDZONO_DO_DRUKU.Name = "ZATWIERDZONO_DO_DRUKU"; 
     746            this.ZATWIERDZONO_DO_DRUKU.ReadOnly = true; 
     747            this.ZATWIERDZONO_DO_DRUKU.Width = 25; 
    748748            //  
    749749            // ZamowieniaForm 
     
    796796        private System.Windows.Forms.Button WydrukButton; 
    797797        private System.Windows.Forms.Button edytujButton; 
    798         private System.Windows.Forms.Button button3; 
     798        private System.Windows.Forms.Button delOrderBtn; 
    799799        private System.Windows.Forms.GroupBox groupBox1; 
    800800        private System.Windows.Forms.Label label2;