Zbiór zmian 8 dla Baza Reklam 2 - Faktury/ZestawienieZamowienForm.Designer.cs
- Data:
- 2008-12-20 22:23:31 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
Baza Reklam 2 - Faktury/ZestawienieZamowienForm.Designer.cs (zmodyfikowane) (5 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
Baza Reklam 2 - Faktury/ZestawienieZamowienForm.Designer.cs
r4 r8 38 38 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); 39 39 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); 40 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); 41 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); 42 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); 40 43 this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); 41 44 this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); … … 159 162 this.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWETableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWETableAdapter(); 160 163 this.reklamyZestawienieTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.ReklamyZestawienieTableAdapter(); 161 this.Agent = new System.Windows.Forms.DataGridViewTextBoxColumn(); 162 this.Agencja = new System.Windows.Forms.DataGridViewTextBoxColumn(); 163 this.nrZamowienia = new System.Windows.Forms.DataGridViewTextBoxColumn(); 164 this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn(); 165 this.iloscDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 166 this.wartoscNettoPoRabacie = new System.Windows.Forms.DataGridViewTextBoxColumn(); 167 this.wartoscNettoZafakturowanaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 164 this.agencja = new System.Windows.Forms.DataGridViewTextBoxColumn(); 165 this.agent = new System.Windows.Forms.DataGridViewTextBoxColumn(); 166 this.rokZamowienia = new System.Windows.Forms.DataGridViewTextBoxColumn(); 167 this.nrZamowieniaExt = new System.Windows.Forms.DataGridViewTextBoxColumn(); 168 this.iloscReklam = new System.Windows.Forms.DataGridViewTextBoxColumn(); 169 this.data_od = new System.Windows.Forms.DataGridViewTextBoxColumn(); 170 this.data_od_bez_FK = new System.Windows.Forms.DataGridViewTextBoxColumn(); 171 this.wartoscNetto = new System.Windows.Forms.DataGridViewTextBoxColumn(); 172 this.kwotaWalutaBrutto = new System.Windows.Forms.DataGridViewTextBoxColumn(); 173 this.nettoZafakturowane = new System.Windows.Forms.DataGridViewTextBoxColumn(); 168 174 this.DoZafakturowania = new System.Windows.Forms.DataGridViewTextBoxColumn(); 169 this.kwotaWaluta = new System.Windows.Forms.DataGridViewTextBoxColumn();170 175 ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); 171 176 this.bindingNavigator1.SuspendLayout(); … … 546 551 this.fakturyDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 547 552 this.fakturyDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { 548 this.Agent, 549 this.Agencja, 550 this.nrZamowienia, 551 this.UserName, 552 this.iloscDataGridViewTextBoxColumn, 553 this.wartoscNettoPoRabacie, 554 this.wartoscNettoZafakturowanaDataGridViewTextBoxColumn, 555 this.DoZafakturowania, 556 this.kwotaWaluta}); 553 this.agencja, 554 this.agent, 555 this.rokZamowienia, 556 this.nrZamowieniaExt, 557 this.iloscReklam, 558 this.data_od, 559 this.data_od_bez_FK, 560 this.wartoscNetto, 561 this.kwotaWalutaBrutto, 562 this.nettoZafakturowane, 563 this.DoZafakturowania}); 557 564 this.fakturyDataGridView.DataSource = this.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEBindingSource; 558 565 this.fakturyDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; … … 1234 1241 this.reklamyZestawienieTableAdapter.ClearBeforeFill = true; 1235 1242 // 1236 // Agent 1237 // 1238 this.Agent.DataPropertyName = "Agent"; 1239 this.Agent.HeaderText = "Agent"; 1240 this.Agent.Name = "Agent"; 1241 this.Agent.ReadOnly = true; 1242 this.Agent.Width = 60; 1243 // 1244 // Agencja 1245 // 1246 this.Agencja.DataPropertyName = "Agencja"; 1247 this.Agencja.HeaderText = "Agencja"; 1248 this.Agencja.Name = "Agencja"; 1249 this.Agencja.ReadOnly = true; 1250 this.Agencja.Width = 71; 1251 // 1252 // nrZamowienia 1253 // 1254 this.nrZamowienia.DataPropertyName = "nrZamowienia"; 1243 // agencja 1244 // 1245 this.agencja.DataPropertyName = "agencja"; 1255 1246 dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 1256 this. nrZamowienia.DefaultCellStyle = dataGridViewCellStyle2;1257 this. nrZamowienia.HeaderText = "Nr zam.";1258 this. nrZamowienia.Name = "nrZamowienia";1259 this. nrZamowienia.ReadOnly = true;1260 this. nrZamowienia.Width = 68;1261 // 1262 // UserName1263 // 1264 this. UserName.DataPropertyName = "UserName";1247 this.agencja.DefaultCellStyle = dataGridViewCellStyle2; 1248 this.agencja.HeaderText = "Agencja"; 1249 this.agencja.Name = "agencja"; 1250 this.agencja.ReadOnly = true; 1251 this.agencja.Width = 71; 1252 // 1253 // agent 1254 // 1255 this.agent.DataPropertyName = "agent"; 1265 1256 dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 1266 this.UserName.DefaultCellStyle = dataGridViewCellStyle3; 1267 this.UserName.HeaderText = "Agent"; 1268 this.UserName.Name = "UserName"; 1269 this.UserName.ReadOnly = true; 1270 this.UserName.Width = 60; 1271 // 1272 // iloscDataGridViewTextBoxColumn 1273 // 1274 this.iloscDataGridViewTextBoxColumn.DataPropertyName = "ilosc"; 1275 this.iloscDataGridViewTextBoxColumn.HeaderText = "#reklam"; 1276 this.iloscDataGridViewTextBoxColumn.Name = "iloscDataGridViewTextBoxColumn"; 1277 this.iloscDataGridViewTextBoxColumn.ReadOnly = true; 1278 this.iloscDataGridViewTextBoxColumn.Width = 70; 1279 // 1280 // wartoscNettoPoRabacie 1281 // 1282 this.wartoscNettoPoRabacie.DataPropertyName = "wartoscNettoPoRabacie"; 1283 dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 1284 dataGridViewCellStyle4.Format = "C2"; 1285 dataGridViewCellStyle4.NullValue = null; 1286 this.wartoscNettoPoRabacie.DefaultCellStyle = dataGridViewCellStyle4; 1287 this.wartoscNettoPoRabacie.HeaderText = "Netto"; 1288 this.wartoscNettoPoRabacie.Name = "wartoscNettoPoRabacie"; 1289 this.wartoscNettoPoRabacie.ReadOnly = true; 1290 this.wartoscNettoPoRabacie.Width = 58; 1291 // 1292 // wartoscNettoZafakturowanaDataGridViewTextBoxColumn 1293 // 1294 this.wartoscNettoZafakturowanaDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 1295 this.wartoscNettoZafakturowanaDataGridViewTextBoxColumn.DataPropertyName = "wartoscNettoZafakturowana"; 1296 dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 1297 dataGridViewCellStyle5.Format = "C2"; 1298 dataGridViewCellStyle5.NullValue = null; 1299 this.wartoscNettoZafakturowanaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle5; 1300 this.wartoscNettoZafakturowanaDataGridViewTextBoxColumn.HeaderText = "Netto na FK"; 1301 this.wartoscNettoZafakturowanaDataGridViewTextBoxColumn.Name = "wartoscNettoZafakturowanaDataGridViewTextBoxColumn"; 1302 this.wartoscNettoZafakturowanaDataGridViewTextBoxColumn.ReadOnly = true; 1257 this.agent.DefaultCellStyle = dataGridViewCellStyle3; 1258 this.agent.HeaderText = "Agent"; 1259 this.agent.Name = "agent"; 1260 this.agent.ReadOnly = true; 1261 this.agent.Width = 60; 1262 // 1263 // rokZamowienia 1264 // 1265 this.rokZamowienia.DataPropertyName = "rokZamowienia"; 1266 dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 1267 this.rokZamowienia.DefaultCellStyle = dataGridViewCellStyle4; 1268 this.rokZamowienia.HeaderText = "Rok"; 1269 this.rokZamowienia.Name = "rokZamowienia"; 1270 this.rokZamowienia.ReadOnly = true; 1271 this.rokZamowienia.Width = 52; 1272 // 1273 // nrZamowieniaExt 1274 // 1275 this.nrZamowieniaExt.DataPropertyName = "nrZamowieniaExt"; 1276 this.nrZamowieniaExt.HeaderText = "Nr zamówienia"; 1277 this.nrZamowieniaExt.Name = "nrZamowieniaExt"; 1278 this.nrZamowieniaExt.ReadOnly = true; 1279 this.nrZamowieniaExt.Width = 101; 1280 // 1281 // iloscReklam 1282 // 1283 this.iloscReklam.DataPropertyName = "iloscReklam"; 1284 this.iloscReklam.HeaderText = "# reklam"; 1285 this.iloscReklam.Name = "iloscReklam"; 1286 this.iloscReklam.ReadOnly = true; 1287 this.iloscReklam.Width = 73; 1288 // 1289 // data_od 1290 // 1291 this.data_od.DataPropertyName = "data_od"; 1292 dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 1293 dataGridViewCellStyle5.Format = "d"; 1294 this.data_od.DefaultCellStyle = dataGridViewCellStyle5; 1295 this.data_od.HeaderText = "Data 1 em"; 1296 this.data_od.Name = "data_od"; 1297 this.data_od.ReadOnly = true; 1298 this.data_od.Width = 81; 1299 // 1300 // data_od_bez_FK 1301 // 1302 this.data_od_bez_FK.DataPropertyName = "data_od_bez_FK"; 1303 dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 1304 this.data_od_bez_FK.DefaultCellStyle = dataGridViewCellStyle6; 1305 this.data_od_bez_FK.HeaderText = "Data 1 em bez FV"; 1306 this.data_od_bez_FK.Name = "data_od_bez_FK"; 1307 this.data_od_bez_FK.ReadOnly = true; 1308 this.data_od_bez_FK.Width = 96; 1309 // 1310 // wartoscNetto 1311 // 1312 this.wartoscNetto.DataPropertyName = "wartoscNetto"; 1313 dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 1314 dataGridViewCellStyle7.Format = "C2"; 1315 this.wartoscNetto.DefaultCellStyle = dataGridViewCellStyle7; 1316 this.wartoscNetto.HeaderText = "Netto"; 1317 this.wartoscNetto.Name = "wartoscNetto"; 1318 this.wartoscNetto.ReadOnly = true; 1319 this.wartoscNetto.Width = 58; 1320 // 1321 // kwotaWalutaBrutto 1322 // 1323 this.kwotaWalutaBrutto.DataPropertyName = "kwotaWalutaBrutto"; 1324 dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 1325 dataGridViewCellStyle8.Format = "C2"; 1326 this.kwotaWalutaBrutto.DefaultCellStyle = dataGridViewCellStyle8; 1327 this.kwotaWalutaBrutto.HeaderText = "Brutto Waluta"; 1328 this.kwotaWalutaBrutto.Name = "kwotaWalutaBrutto"; 1329 this.kwotaWalutaBrutto.ReadOnly = true; 1330 this.kwotaWalutaBrutto.Width = 89; 1331 // 1332 // nettoZafakturowane 1333 // 1334 this.nettoZafakturowane.DataPropertyName = "nettoZafakturowane"; 1335 dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 1336 dataGridViewCellStyle9.Format = "C2"; 1337 this.nettoZafakturowane.DefaultCellStyle = dataGridViewCellStyle9; 1338 this.nettoZafakturowane.HeaderText = "Suma netto w FV"; 1339 this.nettoZafakturowane.Name = "nettoZafakturowane"; 1340 this.nettoZafakturowane.ReadOnly = true; 1341 this.nettoZafakturowane.Width = 92; 1303 1342 // 1304 1343 // DoZafakturowania 1305 1344 // 1306 1345 this.DoZafakturowania.DataPropertyName = "DoZafakturowania"; 1307 dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 1308 dataGridViewCellStyle6.Format = "C2"; 1309 dataGridViewCellStyle6.NullValue = null; 1310 this.DoZafakturowania.DefaultCellStyle = dataGridViewCellStyle6; 1311 this.DoZafakturowania.HeaderText = "Niezafakturowane"; 1346 dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 1347 dataGridViewCellStyle10.Format = "C2"; 1348 this.DoZafakturowania.DefaultCellStyle = dataGridViewCellStyle10; 1349 this.DoZafakturowania.HeaderText = "Wartoæ niezafakturowana"; 1312 1350 this.DoZafakturowania.Name = "DoZafakturowania"; 1313 1351 this.DoZafakturowania.ReadOnly = true; 1314 this.DoZafakturowania.Width = 118; 1315 // 1316 // kwotaWaluta 1317 // 1318 this.kwotaWaluta.DataPropertyName = "kwotaWaluta"; 1319 dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 1320 this.kwotaWaluta.DefaultCellStyle = dataGridViewCellStyle7; 1321 this.kwotaWaluta.HeaderText = "Brutto Waluta"; 1322 this.kwotaWaluta.Name = "kwotaWaluta"; 1323 this.kwotaWaluta.ReadOnly = true; 1324 this.kwotaWaluta.Width = 97; 1352 this.DoZafakturowania.Width = 145; 1325 1353 // 1326 1354 // ZestawienieZamowienForm … … 1490 1518 private System.Windows.Forms.ToolStripTextBox rokToolStripTextBox; 1491 1519 private System.Windows.Forms.ToolStripTextBox kodKlientaToolStripTextBox; 1492 private System.Windows.Forms.DataGridViewTextBoxColumn Agent;1493 private System.Windows.Forms.DataGridViewTextBoxColumn Agencja;1494 private System.Windows.Forms.DataGridViewTextBoxColumn nrZamowienia;1495 private System.Windows.Forms.DataGridViewTextBoxColumn UserName;1496 1520 private System.Windows.Forms.DataGridViewTextBoxColumn iloscDataGridViewTextBoxColumn; 1497 private System.Windows.Forms.DataGridViewTextBoxColumn wartoscNettoPoRabacie;1498 1521 private System.Windows.Forms.DataGridViewTextBoxColumn wartoscNettoZafakturowanaDataGridViewTextBoxColumn; 1522 private System.Windows.Forms.DataGridViewTextBoxColumn agencja; 1523 private System.Windows.Forms.DataGridViewTextBoxColumn agent; 1524 private System.Windows.Forms.DataGridViewTextBoxColumn rokZamowienia; 1525 private System.Windows.Forms.DataGridViewTextBoxColumn nrZamowieniaExt; 1526 private System.Windows.Forms.DataGridViewTextBoxColumn iloscReklam; 1527 private System.Windows.Forms.DataGridViewTextBoxColumn data_od; 1528 private System.Windows.Forms.DataGridViewTextBoxColumn data_od_bez_FK; 1529 private System.Windows.Forms.DataGridViewTextBoxColumn wartoscNetto; 1530 private System.Windows.Forms.DataGridViewTextBoxColumn kwotaWalutaBrutto; 1531 private System.Windows.Forms.DataGridViewTextBoxColumn nettoZafakturowane; 1499 1532 private System.Windows.Forms.DataGridViewTextBoxColumn DoZafakturowania; 1500 private System.Windows.Forms.DataGridViewTextBoxColumn kwotaWaluta;1501 1533 1502 1534 }
