Zbiór zmian 72 dla Baza Reklam 2 - Faktury/ZestawienieZamowienForm.Designer.cs
- Data:
- 2008-12-21 11:38:06 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
Baza Reklam 2 - Faktury/ZestawienieZamowienForm.Designer.cs (zmodyfikowane) (10 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
Baza Reklam 2 - Faktury/ZestawienieZamowienForm.Designer.cs
r71 r72 41 41 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); 42 42 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); 43 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); 43 44 this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); 44 45 this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); … … 549 550 this.fakturyDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells; 550 551 this.fakturyDataGridView.BackgroundColor = System.Drawing.Color.White; 552 dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 553 dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; 554 dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 555 dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; 556 dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; 557 dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 558 dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 559 this.fakturyDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; 551 560 this.fakturyDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 552 561 this.fakturyDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { … … 1244 1253 // 1245 1254 this.agencja.DataPropertyName = "agencja"; 1246 dataGridViewCellStyle 2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;1247 this.agencja.DefaultCellStyle = dataGridViewCellStyle 2;1255 dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 1256 this.agencja.DefaultCellStyle = dataGridViewCellStyle3; 1248 1257 this.agencja.HeaderText = "Agencja"; 1249 1258 this.agencja.Name = "agencja"; … … 1254 1263 // 1255 1264 this.agent.DataPropertyName = "agent"; 1256 dataGridViewCellStyle 3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;1257 this.agent.DefaultCellStyle = dataGridViewCellStyle 3;1265 dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 1266 this.agent.DefaultCellStyle = dataGridViewCellStyle4; 1258 1267 this.agent.HeaderText = "Agent"; 1259 1268 this.agent.Name = "agent"; … … 1264 1273 // 1265 1274 this.rokZamowienia.DataPropertyName = "rokZamowienia"; 1266 dataGridViewCellStyle 4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;1267 this.rokZamowienia.DefaultCellStyle = dataGridViewCellStyle 4;1275 dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 1276 this.rokZamowienia.DefaultCellStyle = dataGridViewCellStyle5; 1268 1277 this.rokZamowienia.HeaderText = "Rok"; 1269 1278 this.rokZamowienia.Name = "rokZamowienia"; … … 1277 1286 this.nrZamowieniaExt.Name = "nrZamowieniaExt"; 1278 1287 this.nrZamowieniaExt.ReadOnly = true; 1279 this.nrZamowieniaExt.Width = 101;1288 this.nrZamowieniaExt.Width = 93; 1280 1289 // 1281 1290 // iloscReklam … … 1285 1294 this.iloscReklam.Name = "iloscReklam"; 1286 1295 this.iloscReklam.ReadOnly = true; 1287 this.iloscReklam.Width = 73;1296 this.iloscReklam.Width = 68; 1288 1297 // 1289 1298 // data_od 1290 1299 // 1291 1300 this.data_od.DataPropertyName = "data_od"; 1292 dataGridViewCellStyle 5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;1293 dataGridViewCellStyle 5.Format = "d";1294 this.data_od.DefaultCellStyle = dataGridViewCellStyle 5;1301 dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 1302 dataGridViewCellStyle6.Format = "d"; 1303 this.data_od.DefaultCellStyle = dataGridViewCellStyle6; 1295 1304 this.data_od.HeaderText = "Data 1 em"; 1296 1305 this.data_od.Name = "data_od"; 1297 1306 this.data_od.ReadOnly = true; 1298 this.data_od.Width = 81;1307 this.data_od.Width = 62; 1299 1308 // 1300 1309 // data_od_bez_FK 1301 1310 // 1302 1311 this.data_od_bez_FK.DataPropertyName = "data_od_bez_FK"; 1303 dataGridViewCellStyle 6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;1304 this.data_od_bez_FK.DefaultCellStyle = dataGridViewCellStyle 6;1312 dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 1313 this.data_od_bez_FK.DefaultCellStyle = dataGridViewCellStyle7; 1305 1314 this.data_od_bez_FK.HeaderText = "Data 1 em bez FV"; 1306 1315 this.data_od_bez_FK.Name = "data_od_bez_FK"; … … 1311 1320 // 1312 1321 this.wartoscNetto.DataPropertyName = "wartoscNetto"; 1313 dataGridViewCellStyle 7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;1314 dataGridViewCellStyle 7.Format = "C2";1315 this.wartoscNetto.DefaultCellStyle = dataGridViewCellStyle 7;1322 dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 1323 dataGridViewCellStyle8.Format = "C2"; 1324 this.wartoscNetto.DefaultCellStyle = dataGridViewCellStyle8; 1316 1325 this.wartoscNetto.HeaderText = "Netto"; 1317 1326 this.wartoscNetto.Name = "wartoscNetto"; … … 1322 1331 // 1323 1332 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"; 1333 dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 1334 dataGridViewCellStyle9.Format = "N2"; 1335 dataGridViewCellStyle9.NullValue = null; 1336 this.kwotaWalutaBrutto.DefaultCellStyle = dataGridViewCellStyle9; 1337 this.kwotaWalutaBrutto.HeaderText = "Waluta - brutto zamówienia"; 1328 1338 this.kwotaWalutaBrutto.Name = "kwotaWalutaBrutto"; 1329 1339 this.kwotaWalutaBrutto.ReadOnly = true; 1330 this.kwotaWalutaBrutto.Width = 89;1340 this.kwotaWalutaBrutto.Width = 146; 1331 1341 // 1332 1342 // nettoZafakturowane 1333 1343 // 1334 1344 this.nettoZafakturowane.DataPropertyName = "nettoZafakturowane"; 1335 dataGridViewCellStyle 9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;1336 dataGridViewCellStyle 9.Format = "C2";1337 this.nettoZafakturowane.DefaultCellStyle = dataGridViewCellStyle 9;1345 dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 1346 dataGridViewCellStyle10.Format = "C2"; 1347 this.nettoZafakturowane.DefaultCellStyle = dataGridViewCellStyle10; 1338 1348 this.nettoZafakturowane.HeaderText = "Suma netto w FV"; 1339 1349 this.nettoZafakturowane.Name = "nettoZafakturowane"; … … 1344 1354 // 1345 1355 this.DoZafakturowania.DataPropertyName = "DoZafakturowania"; 1346 dataGridViewCellStyle1 0.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;1347 dataGridViewCellStyle1 0.Format = "C2";1348 this.DoZafakturowania.DefaultCellStyle = dataGridViewCellStyle1 0;1356 dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; 1357 dataGridViewCellStyle11.Format = "C2"; 1358 this.DoZafakturowania.DefaultCellStyle = dataGridViewCellStyle11; 1349 1359 this.DoZafakturowania.HeaderText = "Wartoæ niezafakturowana"; 1350 1360 this.DoZafakturowania.Name = "DoZafakturowania";
