Zbiór zmian 9 dla Baza Reklam 2 - Faktury/FacturesForm.Designer.cs
- Data:
- 2008-12-21 11:38:06 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
Baza Reklam 2 - Faktury/FacturesForm.Designer.cs (zmodyfikowane) (12 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
Baza Reklam 2 - Faktury/FacturesForm.Designer.cs
r2 r9 78 78 this.toolStripLabel6 = new System.Windows.Forms.ToolStripLabel(); 79 79 this.grzbietToolStripComboBox = new System.Windows.Forms.ToolStripComboBox(); 80 this.toolStripLabel7 = new System.Windows.Forms.ToolStripLabel(); 81 this.tytulToolStripComboBox = new System.Windows.Forms.ToolStripComboBox(); 80 82 this.szukajToolStripButton = new System.Windows.Forms.ToolStripButton(); 81 83 this.wyczyscPolaToolStripButton = new System.Windows.Forms.ToolStripButton(); … … 103 105 this.zestawienieFakturTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.ZestawienieFakturTableAdapter(); 104 106 this.reklamaTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.REKLAMATableAdapter(); 105 this.toolStripLabel7 = new System.Windows.Forms.ToolStripLabel();106 this.tytulToolStripComboBox = new System.Windows.Forms.ToolStripComboBox();107 107 ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); 108 108 this.bindingNavigator1.SuspendLayout(); … … 168 168 // 169 169 this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; 170 this.bindingNavigatorCountItem.Size = new System.Drawing.Size(3 5, 28);170 this.bindingNavigatorCountItem.Size = new System.Drawing.Size(36, 28); 171 171 this.bindingNavigatorCountItem.Text = "of {0}"; 172 172 this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; … … 259 259 this.zamToolStripButton.Name = "zamToolStripButton"; 260 260 this.zamToolStripButton.Size = new System.Drawing.Size(28, 28); 261 this.zamToolStripButton.Text = " Zamówienie";261 this.zamToolStripButton.Text = "Reklama"; 262 262 this.zamToolStripButton.Click += new System.EventHandler(this.zamToolStripButton_Click); 263 263 // … … 362 362 // 363 363 this.toolStripLabel2.Name = "toolStripLabel2"; 364 this.toolStripLabel2.Size = new System.Drawing.Size(5 5, 22);364 this.toolStripLabel2.Size = new System.Drawing.Size(53, 22); 365 365 this.toolStripLabel2.Text = "kod roz.: "; 366 366 // … … 374 374 // 375 375 this.toolStripLabel3.Name = "toolStripLabel3"; 376 this.toolStripLabel3.Size = new System.Drawing.Size( 30, 22);376 this.toolStripLabel3.Size = new System.Drawing.Size(29, 22); 377 377 this.toolStripLabel3.Text = "rok: "; 378 378 this.toolStripLabel3.ToolTipText = "Rok daty sprzeda¿y"; … … 387 387 // 388 388 this.toolStripLabel5.Name = "toolStripLabel5"; 389 this.toolStripLabel5.Size = new System.Drawing.Size( 53, 22);389 this.toolStripLabel5.Size = new System.Drawing.Size(48, 22); 390 390 this.toolStripLabel5.Text = "miesi¹c: "; 391 391 this.toolStripLabel5.ToolTipText = "Miesi¹c daty sprzeda¿y"; … … 400 400 // 401 401 this.toolStripLabel4.Name = "toolStripLabel4"; 402 this.toolStripLabel4.Size = new System.Drawing.Size(5 4, 22);402 this.toolStripLabel4.Size = new System.Drawing.Size(52, 22); 403 403 this.toolStripLabel4.Text = "agencja: "; 404 404 // … … 412 412 // 413 413 this.toolStripLabel6.Name = "toolStripLabel6"; 414 this.toolStripLabel6.Size = new System.Drawing.Size(4 6, 22);414 this.toolStripLabel6.Size = new System.Drawing.Size(44, 22); 415 415 this.toolStripLabel6.Text = "grzbiet:"; 416 416 // … … 419 419 this.grzbietToolStripComboBox.Name = "grzbietToolStripComboBox"; 420 420 this.grzbietToolStripComboBox.Size = new System.Drawing.Size(75, 25); 421 // 422 // toolStripLabel7 423 // 424 this.toolStripLabel7.Name = "toolStripLabel7"; 425 this.toolStripLabel7.Size = new System.Drawing.Size(25, 22); 426 this.toolStripLabel7.Text = "tyt:"; 427 // 428 // tytulToolStripComboBox 429 // 430 this.tytulToolStripComboBox.Name = "tytulToolStripComboBox"; 431 this.tytulToolStripComboBox.Size = new System.Drawing.Size(75, 25); 421 432 // 422 433 // szukajToolStripButton … … 426 437 this.szukajToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; 427 438 this.szukajToolStripButton.Name = "szukajToolStripButton"; 428 this.szukajToolStripButton.Size = new System.Drawing.Size( 51, 22);439 this.szukajToolStripButton.Size = new System.Drawing.Size(48, 22); 429 440 this.szukajToolStripButton.Text = "SZUKAJ"; 430 441 this.szukajToolStripButton.Click += new System.EventHandler(this.szukajToolStripButton_Click); … … 692 703 // 693 704 this.reklamaTableAdapter.ClearBeforeFill = true; 694 //695 // toolStripLabel7696 //697 this.toolStripLabel7.Name = "toolStripLabel7";698 this.toolStripLabel7.Size = new System.Drawing.Size(24, 22);699 this.toolStripLabel7.Text = "tyt:";700 //701 // tytulToolStripComboBox702 //703 this.tytulToolStripComboBox.Name = "tytulToolStripComboBox";704 this.tytulToolStripComboBox.Size = new System.Drawing.Size(75, 25);705 705 // 706 706 // FacturesForm
