Zbiór zmian 339 dla trunk/BazaReklam/OrdersForm.Designer.cs
- Data:
- 2009-02-11 16:32:30 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/BazaReklam/OrdersForm.Designer.cs (zmodyfikowane) (6 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/BazaReklam/OrdersForm.Designer.cs
r306 r339 127 127 this.reklamaTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.REKLAMATableAdapter(); 128 128 this.kLIENCITableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCITableAdapter(); 129 this.pROMOCJEBindingSource = new System.Windows.Forms.BindingSource(this.components); 130 this.pROMOCJETableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.PROMOCJETableAdapter(); 131 this.toolStripLabel7 = new System.Windows.Forms.ToolStripLabel(); 132 this.cbPromocje = new System.Windows.Forms.ToolStripComboBox(); 129 133 ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); 130 134 this.bindingNavigator1.SuspendLayout(); … … 141 145 ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).BeginInit(); 142 146 ((System.ComponentModel.ISupportInitialize)(this.kLIENCIBindingSource)).BeginInit(); 147 ((System.ComponentModel.ISupportInitialize)(this.pROMOCJEBindingSource)).BeginInit(); 143 148 this.SuspendLayout(); 144 149 // … … 425 430 this.toolStripLabel5, 426 431 this.typToolStripComboBox, 432 this.toolStripLabel7, 433 this.cbPromocje, 427 434 this.szukajToolStripButton, 428 435 this.wyczyscPolaToolStripButton}); … … 998 1005 this.kLIENCITableAdapter.ClearBeforeFill = true; 999 1006 // 1007 // pROMOCJEBindingSource 1008 // 1009 this.pROMOCJEBindingSource.DataMember = "PROMOCJE"; 1010 this.pROMOCJEBindingSource.DataSource = this.sLOWNIKDataSet; 1011 // 1012 // pROMOCJETableAdapter 1013 // 1014 this.pROMOCJETableAdapter.ClearBeforeFill = true; 1015 // 1016 // toolStripLabel7 1017 // 1018 this.toolStripLabel7.Name = "toolStripLabel7"; 1019 this.toolStripLabel7.Size = new System.Drawing.Size(55, 22); 1020 this.toolStripLabel7.Text = "promocja:"; 1021 // 1022 // cbPromocje 1023 // 1024 this.cbPromocje.Name = "cbPromocje"; 1025 this.cbPromocje.Size = new System.Drawing.Size(121, 25); 1026 // 1000 1027 // OrdersForm 1001 1028 // … … 1032 1059 ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).EndInit(); 1033 1060 ((System.ComponentModel.ISupportInitialize)(this.kLIENCIBindingSource)).EndInit(); 1061 ((System.ComponentModel.ISupportInitialize)(this.pROMOCJEBindingSource)).EndInit(); 1034 1062 this.ResumeLayout(false); 1035 1063 this.PerformLayout(); … … 1126 1154 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; 1127 1155 private System.Windows.Forms.ToolStripButton zamowieniaToolStripButton; 1156 private System.Windows.Forms.BindingSource pROMOCJEBindingSource; 1157 private Baza_Reklam.SLOWNIKDataSetTableAdapters.PROMOCJETableAdapter pROMOCJETableAdapter; 1158 private System.Windows.Forms.ToolStripLabel toolStripLabel7; 1159 private System.Windows.Forms.ToolStripComboBox cbPromocje; 1128 1160 1129 1161 }
