Zbiór zmian 66 dla Baza Reklam 2 - Faktury/ClientsForm.Designer.cs
- Data:
- 2008-12-13 12:50:38 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
Baza Reklam 2 - Faktury/ClientsForm.Designer.cs (zmodyfikowane) (6 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
Baza Reklam 2 - Faktury/ClientsForm.Designer.cs
r65 r66 1875 1875 this.zamowieniaTab.Size = new System.Drawing.Size(1020, 351); 1876 1876 this.zamowieniaTab.TabIndex = 1; 1877 this.zamowieniaTab.Text = " Zamówienia";1877 this.zamowieniaTab.Text = "Reklamy"; 1878 1878 this.zamowieniaTab.UseVisualStyleBackColor = true; 1879 1879 // … … 3801 3801 this.panel1.Controls.Add(this.tabControl2); 3802 3802 this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; 3803 this.panel1.Location = new System.Drawing.Point(0, 401);3803 this.panel1.Location = new System.Drawing.Point(0, 309); 3804 3804 this.panel1.Name = "panel1"; 3805 3805 this.panel1.Size = new System.Drawing.Size(1028, 377); … … 3826 3826 // 3827 3827 this.splitContainer1.Panel2.Controls.Add(this.clientsDataGridView); 3828 this.splitContainer1.Size = new System.Drawing.Size(1028, 345);3828 this.splitContainer1.Size = new System.Drawing.Size(1028, 253); 3829 3829 this.splitContainer1.SplitterDistance = 144; 3830 3830 this.splitContainer1.TabIndex = 58; … … 3836 3836 this.treeView1.Location = new System.Drawing.Point(0, 0); 3837 3837 this.treeView1.Name = "treeView1"; 3838 this.treeView1.Size = new System.Drawing.Size(144, 345);3838 this.treeView1.Size = new System.Drawing.Size(144, 253); 3839 3839 this.treeView1.TabIndex = 5; 3840 3840 this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect); … … 3881 3881 this.clientsDataGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; 3882 3882 this.clientsDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; 3883 this.clientsDataGridView.Size = new System.Drawing.Size(880, 345);3883 this.clientsDataGridView.Size = new System.Drawing.Size(880, 253); 3884 3884 this.clientsDataGridView.TabIndex = 4; 3885 3885 this.clientsDataGridView.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.clientsDataGridView_CellLeave); … … 5881 5881 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 5882 5882 this.AutoScroll = true; 5883 this.ClientSize = new System.Drawing.Size(1028, 778);5883 this.ClientSize = new System.Drawing.Size(1028, 686); 5884 5884 this.ControlBox = false; 5885 5885 this.Controls.Add(this.splitContainer1);
