Zbiór zmian 71 dla Baza Reklam 2 - Faktury/ZamowieniaForm.Designer.cs
- Data:
- 2008-12-20 22:23:31 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
Baza Reklam 2 - Faktury/ZamowieniaForm.Designer.cs (zmodyfikowane) (20 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
Baza Reklam 2 - Faktury/ZamowieniaForm.Designer.cs
r69 r71 30 30 { 31 31 this.components = new System.ComponentModel.Container(); 32 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 1= new System.Windows.Forms.DataGridViewCellStyle();33 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 2= new System.Windows.Forms.DataGridViewCellStyle();34 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 3= new System.Windows.Forms.DataGridViewCellStyle();35 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 4= new System.Windows.Forms.DataGridViewCellStyle();36 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 5= new System.Windows.Forms.DataGridViewCellStyle();37 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 6= new System.Windows.Forms.DataGridViewCellStyle();38 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 7= new System.Windows.Forms.DataGridViewCellStyle();32 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); 33 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); 34 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); 35 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); 36 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle(); 37 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle(); 38 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle(); 39 39 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ZamowieniaForm)); 40 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 8= new System.Windows.Forms.DataGridViewCellStyle();40 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle(); 41 41 this.zamowieniaDataGridView = new System.Windows.Forms.DataGridView(); 42 42 this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); … … 96 96 this.korektaButton = new System.Windows.Forms.Button(); 97 97 this.korektaDoExportButton = new System.Windows.Forms.Button(); 98 this.dtpZmianaDaty = new System.Windows.Forms.DateTimePicker(); 98 99 ((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataGridView)).BeginInit(); 99 100 ((System.ComponentModel.ISupportInitialize)(this.zamowieniaBindingSource)).BeginInit(); … … 114 115 this.zamowieniaDataGridView.AllowUserToAddRows = false; 115 116 this.zamowieniaDataGridView.AllowUserToDeleteRows = false; 116 dataGridViewCellStyle 1.BackColor = System.Drawing.Color.MintCream;117 this.zamowieniaDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle 1;117 dataGridViewCellStyle9.BackColor = System.Drawing.Color.MintCream; 118 this.zamowieniaDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9; 118 119 this.zamowieniaDataGridView.AutoGenerateColumns = false; 119 120 this.zamowieniaDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; 120 121 this.zamowieniaDataGridView.BackgroundColor = System.Drawing.Color.White; 121 dataGridViewCellStyle 2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;122 dataGridViewCellStyle 2.BackColor = System.Drawing.SystemColors.Control;123 dataGridViewCellStyle 2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));124 dataGridViewCellStyle 2.ForeColor = System.Drawing.SystemColors.WindowText;125 dataGridViewCellStyle 2.SelectionBackColor = System.Drawing.SystemColors.Highlight;126 dataGridViewCellStyle 2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;127 dataGridViewCellStyle 2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;128 this.zamowieniaDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle 2;122 dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 123 dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control; 124 dataGridViewCellStyle10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 125 dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText; 126 dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight; 127 dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 128 dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 129 this.zamowieniaDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10; 129 130 this.zamowieniaDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { 130 131 this.dataGridViewCheckBoxColumn1, … … 140 141 this.zamowieniaDataGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; 141 142 this.zamowieniaDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; 142 this.zamowieniaDataGridView.Size = new System.Drawing.Size(3 68, 266);143 this.zamowieniaDataGridView.Size = new System.Drawing.Size(379, 266); 143 144 this.zamowieniaDataGridView.TabIndex = 1; 144 145 // … … 190 191 this.rEKLAMADataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; 191 192 this.rEKLAMADataGridView.BackgroundColor = System.Drawing.Color.White; 192 dataGridViewCellStyle 3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;193 dataGridViewCellStyle 3.BackColor = System.Drawing.SystemColors.Control;194 dataGridViewCellStyle 3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));195 dataGridViewCellStyle 3.ForeColor = System.Drawing.SystemColors.WindowText;196 dataGridViewCellStyle 3.SelectionBackColor = System.Drawing.SystemColors.Highlight;197 dataGridViewCellStyle 3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;198 dataGridViewCellStyle 3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;199 this.rEKLAMADataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle 3;193 dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 194 dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control; 195 dataGridViewCellStyle11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 196 dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText; 197 dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight; 198 dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 199 dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 200 this.rEKLAMADataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11; 200 201 this.rEKLAMADataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { 201 202 this.dataGridViewTextBoxColumn9, … … 241 242 // 242 243 this.VAT.DataPropertyName = "VAT"; 243 dataGridViewCellStyle 4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;244 dataGridViewCellStyle 4.Format = "P";245 this.VAT.DefaultCellStyle = dataGridViewCellStyle 4;244 dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 245 dataGridViewCellStyle12.Format = "P"; 246 this.VAT.DefaultCellStyle = dataGridViewCellStyle12; 246 247 this.VAT.HeaderText = "VAT"; 247 248 this.VAT.Name = "VAT"; … … 273 274 this.rEKLAMADataGridView1.AllowUserToAddRows = false; 274 275 this.rEKLAMADataGridView1.AllowUserToDeleteRows = false; 275 dataGridViewCellStyle 5.BackColor = System.Drawing.Color.MintCream;276 this.rEKLAMADataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle 5;276 dataGridViewCellStyle13.BackColor = System.Drawing.Color.MintCream; 277 this.rEKLAMADataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle13; 277 278 this.rEKLAMADataGridView1.AutoGenerateColumns = false; 278 279 this.rEKLAMADataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; 279 280 this.rEKLAMADataGridView1.BackgroundColor = System.Drawing.Color.White; 280 dataGridViewCellStyle 6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;281 dataGridViewCellStyle 6.BackColor = System.Drawing.SystemColors.Control;282 dataGridViewCellStyle 6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));283 dataGridViewCellStyle 6.ForeColor = System.Drawing.SystemColors.WindowText;284 dataGridViewCellStyle 6.SelectionBackColor = System.Drawing.SystemColors.Highlight;285 dataGridViewCellStyle 6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;286 dataGridViewCellStyle 6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;287 this.rEKLAMADataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle 6;281 dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 282 dataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Control; 283 dataGridViewCellStyle14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 284 dataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.WindowText; 285 dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight; 286 dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 287 dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 288 this.rEKLAMADataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle14; 288 289 this.rEKLAMADataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { 289 290 this.dataGridViewTextBoxColumn72, … … 339 340 // 340 341 this.dataGridViewTextBoxColumn43.DataPropertyName = "VAT"; 341 dataGridViewCellStyle 7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;342 dataGridViewCellStyle 7.Format = "P";343 this.dataGridViewTextBoxColumn43.DefaultCellStyle = dataGridViewCellStyle 7;342 dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 343 dataGridViewCellStyle15.Format = "P"; 344 this.dataGridViewTextBoxColumn43.DefaultCellStyle = dataGridViewCellStyle15; 344 345 this.dataGridViewTextBoxColumn43.HeaderText = "VAT"; 345 346 this.dataGridViewTextBoxColumn43.Name = "dataGridViewTextBoxColumn43"; … … 370 371 // 371 372 this.dodajButton.Image = ((System.Drawing.Image)(resources.GetObject("dodajButton.Image"))); 372 this.dodajButton.Location = new System.Drawing.Point( 9, 291);373 this.dodajButton.Location = new System.Drawing.Point(6, 291); 373 374 this.dodajButton.Name = "dodajButton"; 374 this.dodajButton.Size = new System.Drawing.Size( 78, 38);375 this.dodajButton.Size = new System.Drawing.Size(52, 38); 375 376 this.dodajButton.TabIndex = 3; 376 this.dodajButton.Text = "Dodaj";377 377 this.dodajButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 378 378 this.dodajButton.UseVisualStyleBackColor = true; … … 406 406 // 407 407 this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image"))); 408 this.button1.Location = new System.Drawing.Point(2 97, 291);408 this.button1.Location = new System.Drawing.Point(211, 290); 409 409 this.button1.Name = "button1"; 410 410 this.button1.Size = new System.Drawing.Size(77, 38); … … 429 429 this.fAKTURYDataGridView.AllowUserToAddRows = false; 430 430 this.fAKTURYDataGridView.AllowUserToDeleteRows = false; 431 dataGridViewCellStyle 8.BackColor = System.Drawing.Color.MintCream;432 this.fAKTURYDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle 8;431 dataGridViewCellStyle16.BackColor = System.Drawing.Color.MintCream; 432 this.fAKTURYDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16; 433 433 this.fAKTURYDataGridView.AutoGenerateColumns = false; 434 434 this.fAKTURYDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; … … 540 540 // 541 541 this.WydrukButton.Image = ((System.Drawing.Image)(resources.GetObject("WydrukButton.Image"))); 542 this.WydrukButton.Location = new System.Drawing.Point( 257, 291);542 this.WydrukButton.Location = new System.Drawing.Point(171, 290); 543 543 this.WydrukButton.Name = "WydrukButton"; 544 544 this.WydrukButton.Size = new System.Drawing.Size(34, 38); … … 562 562 // 563 563 this.edytujButton.Image = ((System.Drawing.Image)(resources.GetObject("edytujButton.Image"))); 564 this.edytujButton.Location = new System.Drawing.Point( 90, 291);564 this.edytujButton.Location = new System.Drawing.Point(64, 291); 565 565 this.edytujButton.Name = "edytujButton"; 566 this.edytujButton.Size = new System.Drawing.Size( 79, 38);566 this.edytujButton.Size = new System.Drawing.Size(50, 38); 567 567 this.edytujButton.TabIndex = 10; 568 this.edytujButton.Text = "Edytuj";569 568 this.edytujButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 570 569 this.edytujButton.UseVisualStyleBackColor = true; … … 574 573 // 575 574 this.button3.Image = ((System.Drawing.Image)(resources.GetObject("button3.Image"))); 576 this.button3.Location = new System.Drawing.Point(1 75, 291);575 this.button3.Location = new System.Drawing.Point(120, 291); 577 576 this.button3.Name = "button3"; 578 this.button3.Size = new System.Drawing.Size( 76, 38);577 this.button3.Size = new System.Drawing.Size(45, 38); 579 578 this.button3.TabIndex = 11; 580 this.button3.Text = "Usuñ";581 579 this.button3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 582 580 this.button3.UseVisualStyleBackColor = true; … … 595 593 this.groupBox1.Location = new System.Drawing.Point(12, 366); 596 594 this.groupBox1.Name = "groupBox1"; 597 this.groupBox1.Size = new System.Drawing.Size(8 79, 256);595 this.groupBox1.Size = new System.Drawing.Size(891, 256); 598 596 this.groupBox1.TabIndex = 12; 599 597 this.groupBox1.TabStop = false; … … 640 638 // groupBox2 641 639 // 640 this.groupBox2.Controls.Add(this.dtpZmianaDaty); 642 641 this.groupBox2.Controls.Add(this.zamowieniaDataGridView); 643 642 this.groupBox2.Controls.Add(this.dodajButton); … … 648 647 this.groupBox2.Location = new System.Drawing.Point(12, 22); 649 648 this.groupBox2.Name = "groupBox2"; 650 this.groupBox2.Size = new System.Drawing.Size(3 80, 338);649 this.groupBox2.Size = new System.Drawing.Size(397, 338); 651 650 this.groupBox2.TabIndex = 13; 652 651 this.groupBox2.TabStop = false; … … 661 660 this.groupBox3.Controls.Add(this.fAKTURYDataGridView); 662 661 this.groupBox3.Controls.Add(this.button2); 663 this.groupBox3.Location = new System.Drawing.Point(4 12, 22);662 this.groupBox3.Location = new System.Drawing.Point(424, 22); 664 663 this.groupBox3.Name = "groupBox3"; 665 664 this.groupBox3.Size = new System.Drawing.Size(479, 338); … … 712 711 this.korektaDoExportButton.Click += new System.EventHandler(this.korektaDoExportButton_Click); 713 712 // 713 // dtpZmianaDaty 714 // 715 this.dtpZmianaDaty.Format = System.Windows.Forms.DateTimePickerFormat.Short; 716 this.dtpZmianaDaty.Location = new System.Drawing.Point(305, 299); 717 this.dtpZmianaDaty.Name = "dtpZmianaDaty"; 718 this.dtpZmianaDaty.Size = new System.Drawing.Size(80, 20); 719 this.dtpZmianaDaty.TabIndex = 12; 720 // 714 721 // ZamowieniaForm 715 722 // 716 723 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 717 724 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 718 this.ClientSize = new System.Drawing.Size(915, 63 4);725 this.ClientSize = new System.Drawing.Size(915, 633); 719 726 this.Controls.Add(this.groupBox3); 720 727 this.Controls.Add(this.groupBox2); … … 803 810 private System.Windows.Forms.DataGridViewCheckBoxColumn ZATWIERDZONO_DO_DRUKU2; 804 811 private System.Windows.Forms.Button usunFaktureButton; 812 private System.Windows.Forms.DateTimePicker dtpZmianaDaty; 805 813 } 806 814 }
