Pokaż
Ignoruj:
Data:
2009-09-30 16:24:43 (17 years ago)
Autor:
marek
Opis:

re #184 - merged with latest trunk

Lokalizacja:
branches/Abonament
Pliki:
2 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • branches/Abonament

    • Property svn:mergeinfo
      •  

        old new  
         1/branches/AutoShopper:815-818 
        12/branches/ReklamaReorganizacja:568-731 
        2 /trunk:708-758,760-809 
         3/tags/BazaReklam_1.1.28:831 
         4/trunk:708-758,760-838 
  • branches/Abonament/BazaReklam/ProductionForm.Designer.cs

    r754 r839  
    4343            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); 
    4444            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); 
    45             this.tabControl1 = new System.Windows.Forms.TabControl(); 
     45            this.tabs = new System.Windows.Forms.TabControl(); 
    4646            this.produkcjaTabPage = new System.Windows.Forms.TabPage(); 
    4747            this.produkcjaDataGridView = new System.Windows.Forms.DataGridView(); 
     
    117117            this.spisPlikowDataGridView = new System.Windows.Forms.DataGridView(); 
    118118            this.reklamaId = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     119            this.IdReklamyColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
    119120            this.agencja = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     121            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
    120122            this.NR = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
    121123            this.miasto = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     
    133135            this.label1 = new System.Windows.Forms.Label(); 
    134136            this.grzbietyComboBox = new System.Windows.Forms.ComboBox(); 
     137            this.grzbietyProdukcjaBindingSource = new System.Windows.Forms.BindingSource(this.components); 
    135138            this.CDRbutton = new System.Windows.Forms.Button(); 
    136139            this.JPGbutton = new System.Windows.Forms.Button(); 
     
    198201            this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); 
    199202            this.ustawKolejnoscToolStripButton = new System.Windows.Forms.ToolStripButton(); 
     203            this.tabOgloszenia = new System.Windows.Forms.TabPage(); 
     204            this.splitContainer1 = new System.Windows.Forms.SplitContainer(); 
     205            this.toolStrip2 = new System.Windows.Forms.ToolStrip(); 
     206            this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel(); 
     207            this.productionStatusCombo = new System.Windows.Forms.ToolStripComboBox(); 
     208            this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); 
     209            this.toolStripLabel6 = new System.Windows.Forms.ToolStripLabel(); 
     210            this.adNameTxt = new System.Windows.Forms.ToolStripTextBox(); 
     211            this.toolStripLabel7 = new System.Windows.Forms.ToolStripLabel(); 
     212            this.agentListCombo = new System.Windows.Forms.ToolStripComboBox(); 
     213            this.productionSearchBtn = new System.Windows.Forms.ToolStripButton(); 
     214            this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator(); 
     215            this.clearParamsBtn = new System.Windows.Forms.ToolStripButton(); 
     216            this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator(); 
     217            this.productionRefreshBtn = new System.Windows.Forms.ToolStripButton(); 
     218            this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator(); 
     219            this.productionDetails = new System.Windows.Forms.ToolStripButton(); 
     220            this.adDetailsBtn = new System.Windows.Forms.ToolStripButton(); 
     221            this.clientDetailsBtn = new System.Windows.Forms.ToolStripButton(); 
     222            this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator(); 
     223            this.toProductionBtn = new System.Windows.Forms.ToolStripButton(); 
     224            this.readyBtn = new System.Windows.Forms.ToolStripButton(); 
     225            this.returnBtn = new System.Windows.Forms.ToolStripButton(); 
     226            this.dgvOgloszenia = new System.Windows.Forms.DataGridView(); 
     227            this.AdName = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     228            this.Status = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     229            this.Module = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     230            this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     231            this.Content = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     232            this.SellAgent = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     233            this.ProductionAgent = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     234            this.ProductionDate = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     235            this.AcceptanceDate = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     236            this.ReturnDate = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     237            this.AdId = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     238            this.CustomerId = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
    200239            this.aGENCJEBindingSource = new System.Windows.Forms.BindingSource(this.components); 
    201240            this.aGENCIBindingSource = new System.Windows.Forms.BindingSource(this.components); 
     
    212251            this.klienciTableAdapter1 = new Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCITableAdapter(); 
    213252            this.listyPodsumowanieTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.ListyPodsumowanieTableAdapter(); 
    214             this.grzbietyProdukcjaBindingSource = new System.Windows.Forms.BindingSource(this.components); 
    215253            this.grzbietyProdukcjaTableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.GrzbietyProdukcjaTableAdapter(); 
    216             this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
    217             this.IdReklamyColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
    218254            oPISLabel = new System.Windows.Forms.Label(); 
    219255            lokalizacjaLabel = new System.Windows.Forms.Label(); 
    220256            uwagiLabel = new System.Windows.Forms.Label(); 
    221257            pLIKLabel = new System.Windows.Forms.Label(); 
    222             this.tabControl1.SuspendLayout(); 
     258            this.tabs.SuspendLayout(); 
    223259            this.produkcjaTabPage.SuspendLayout(); 
    224260            ((System.ComponentModel.ISupportInitialize)(this.produkcjaDataGridView)).BeginInit(); 
     
    235271            ((System.ComponentModel.ISupportInitialize)(this.listaReklamDoWydaniaNrBindingSource)).BeginInit(); 
    236272            this.spisPlikowPanel.SuspendLayout(); 
     273            ((System.ComponentModel.ISupportInitialize)(this.grzbietyProdukcjaBindingSource)).BeginInit(); 
    237274            ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator2)).BeginInit(); 
    238275            this.bindingNavigator2.SuspendLayout(); 
     
    245282            ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator3)).BeginInit(); 
    246283            this.bindingNavigator3.SuspendLayout(); 
     284            this.tabOgloszenia.SuspendLayout(); 
     285            this.splitContainer1.Panel1.SuspendLayout(); 
     286            this.splitContainer1.Panel2.SuspendLayout(); 
     287            this.splitContainer1.SuspendLayout(); 
     288            this.toolStrip2.SuspendLayout(); 
     289            ((System.ComponentModel.ISupportInitialize)(this.dgvOgloszenia)).BeginInit(); 
    247290            ((System.ComponentModel.ISupportInitialize)(this.aGENCJEBindingSource)).BeginInit(); 
    248291            ((System.ComponentModel.ISupportInitialize)(this.aGENCIBindingSource)).BeginInit(); 
    249             ((System.ComponentModel.ISupportInitialize)(this.grzbietyProdukcjaBindingSource)).BeginInit(); 
    250292            this.SuspendLayout(); 
    251293            //  
     
    286328            pLIKLabel.Text = "Plik:"; 
    287329            //  
    288             // tabControl1 
    289             //  
    290             this.tabControl1.Controls.Add(this.produkcjaTabPage); 
    291             this.tabControl1.Controls.Add(this.spisTabPage); 
    292             this.tabControl1.Controls.Add(this.listyDoKlientowTabPage); 
    293             this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; 
    294             this.tabControl1.Location = new System.Drawing.Point(0, 0); 
    295             this.tabControl1.Name = "tabControl1"; 
    296             this.tabControl1.SelectedIndex = 0; 
    297             this.tabControl1.Size = new System.Drawing.Size(1014, 644); 
    298             this.tabControl1.TabIndex = 3; 
     330            // tabs 
     331            //  
     332            this.tabs.Controls.Add(this.produkcjaTabPage); 
     333            this.tabs.Controls.Add(this.spisTabPage); 
     334            this.tabs.Controls.Add(this.listyDoKlientowTabPage); 
     335            this.tabs.Controls.Add(this.tabOgloszenia); 
     336            this.tabs.Dock = System.Windows.Forms.DockStyle.Fill; 
     337            this.tabs.Location = new System.Drawing.Point(0, 0); 
     338            this.tabs.Name = "tabs"; 
     339            this.tabs.SelectedIndex = 0; 
     340            this.tabs.Size = new System.Drawing.Size(1014, 644); 
     341            this.tabs.TabIndex = 3; 
    299342            //  
    300343            // produkcjaTabPage 
     
    310353            this.produkcjaTabPage.Size = new System.Drawing.Size(1006, 618); 
    311354            this.produkcjaTabPage.TabIndex = 0; 
    312             this.produkcjaTabPage.Text = "PRODUKCJA"; 
     355            this.produkcjaTabPage.Text = "Produkcja - reklamy"; 
    313356            this.produkcjaTabPage.UseVisualStyleBackColor = true; 
    314357            //  
     
    10091052            this.spisTabPage.Size = new System.Drawing.Size(1006, 618); 
    10101053            this.spisTabPage.TabIndex = 2; 
    1011             this.spisTabPage.Text = "SPIS REKLAM I PLIKÓW"; 
     1054            this.spisTabPage.Text = "Spis reklam i plików"; 
    10121055            this.spisTabPage.UseVisualStyleBackColor = true; 
    10131056            //  
     
    10621105            this.reklamaId.Visible = false; 
    10631106            //  
     1107            // IdReklamyColumn 
     1108            //  
     1109            this.IdReklamyColumn.DataPropertyName = "ID REKLAMY"; 
     1110            this.IdReklamyColumn.HeaderText = "Sym. rekl."; 
     1111            this.IdReklamyColumn.Name = "IdReklamyColumn"; 
     1112            //  
    10641113            // agencja 
    10651114            //  
     
    10681117            this.agencja.Name = "agencja"; 
    10691118            this.agencja.ReadOnly = true; 
     1119            //  
     1120            // dataGridViewTextBoxColumn2 
     1121            //  
     1122            this.dataGridViewTextBoxColumn2.DataPropertyName = "TYTU£"; 
     1123            this.dataGridViewTextBoxColumn2.HeaderText = "Tytu³"; 
     1124            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; 
     1125            this.dataGridViewTextBoxColumn2.ReadOnly = true; 
    10701126            //  
    10711127            // NR 
     
    12131269            this.grzbietyComboBox.SelectedIndexChanged += new System.EventHandler(this.grzbietyComboBox_SelectedIndexChanged); 
    12141270            //  
     1271            // grzbietyProdukcjaBindingSource 
     1272            //  
     1273            this.grzbietyProdukcjaBindingSource.DataMember = "GrzbietyProdukcja"; 
     1274            this.grzbietyProdukcjaBindingSource.DataSource = this.sLOWNIKDataSet; 
     1275            //  
    12151276            // CDRbutton 
    12161277            //  
     
    14751536            this.listyDoKlientowTabPage.Size = new System.Drawing.Size(1006, 618); 
    14761537            this.listyDoKlientowTabPage.TabIndex = 4; 
    1477             this.listyDoKlientowTabPage.Text = "LISTY DO KLIENTÓW"; 
     1538            this.listyDoKlientowTabPage.Text = "Listy do klientów"; 
    14781539            this.listyDoKlientowTabPage.UseVisualStyleBackColor = true; 
    14791540            //  
     
    18051866            this.ustawKolejnoscToolStripButton.Click += new System.EventHandler(this.ustawKolejnoscToolStripButton_Click); 
    18061867            //  
     1868            // tabOgloszenia 
     1869            //  
     1870            this.tabOgloszenia.Controls.Add(this.splitContainer1); 
     1871            this.tabOgloszenia.Location = new System.Drawing.Point(4, 22); 
     1872            this.tabOgloszenia.Name = "tabOgloszenia"; 
     1873            this.tabOgloszenia.Padding = new System.Windows.Forms.Padding(3); 
     1874            this.tabOgloszenia.Size = new System.Drawing.Size(1006, 618); 
     1875            this.tabOgloszenia.TabIndex = 5; 
     1876            this.tabOgloszenia.Text = "Produkcja - og³oszenia"; 
     1877            this.tabOgloszenia.UseVisualStyleBackColor = true; 
     1878            this.tabOgloszenia.Enter += new System.EventHandler(this.tabOgloszenia_Enter); 
     1879            //  
     1880            // splitContainer1 
     1881            //  
     1882            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; 
     1883            this.splitContainer1.Location = new System.Drawing.Point(3, 3); 
     1884            this.splitContainer1.Name = "splitContainer1"; 
     1885            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; 
     1886            //  
     1887            // splitContainer1.Panel1 
     1888            //  
     1889            this.splitContainer1.Panel1.Controls.Add(this.toolStrip2); 
     1890            //  
     1891            // splitContainer1.Panel2 
     1892            //  
     1893            this.splitContainer1.Panel2.Controls.Add(this.dgvOgloszenia); 
     1894            this.splitContainer1.Size = new System.Drawing.Size(1000, 612); 
     1895            this.splitContainer1.SplitterDistance = 29; 
     1896            this.splitContainer1.TabIndex = 8; 
     1897            //  
     1898            // toolStrip2 
     1899            //  
     1900            this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 
     1901            this.toolStripLabel5, 
     1902            this.productionStatusCombo, 
     1903            this.toolStripSeparator9, 
     1904            this.toolStripLabel6, 
     1905            this.adNameTxt, 
     1906            this.toolStripLabel7, 
     1907            this.agentListCombo, 
     1908            this.productionSearchBtn, 
     1909            this.toolStripSeparator10, 
     1910            this.clearParamsBtn, 
     1911            this.toolStripSeparator11, 
     1912            this.productionRefreshBtn, 
     1913            this.toolStripSeparator12, 
     1914            this.productionDetails, 
     1915            this.adDetailsBtn, 
     1916            this.clientDetailsBtn, 
     1917            this.toolStripSeparator13, 
     1918            this.toProductionBtn, 
     1919            this.readyBtn, 
     1920            this.returnBtn}); 
     1921            this.toolStrip2.Location = new System.Drawing.Point(0, 0); 
     1922            this.toolStrip2.Name = "toolStrip2"; 
     1923            this.toolStrip2.Size = new System.Drawing.Size(1000, 25); 
     1924            this.toolStrip2.TabIndex = 8; 
     1925            this.toolStrip2.Text = "toolStrip2"; 
     1926            //  
     1927            // toolStripLabel5 
     1928            //  
     1929            this.toolStripLabel5.Name = "toolStripLabel5"; 
     1930            this.toolStripLabel5.Size = new System.Drawing.Size(42, 22); 
     1931            this.toolStripLabel5.Text = "Status:"; 
     1932            //  
     1933            // productionStatusCombo 
     1934            //  
     1935            this.productionStatusCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 
     1936            this.productionStatusCombo.Items.AddRange(new object[] { 
     1937            "Nowy", 
     1938            "W produkcji", 
     1939            "Gotowy"}); 
     1940            this.productionStatusCombo.Name = "productionStatusCombo"; 
     1941            this.productionStatusCombo.Size = new System.Drawing.Size(121, 25); 
     1942            //  
     1943            // toolStripSeparator9 
     1944            //  
     1945            this.toolStripSeparator9.Name = "toolStripSeparator9"; 
     1946            this.toolStripSeparator9.Size = new System.Drawing.Size(6, 25); 
     1947            //  
     1948            // toolStripLabel6 
     1949            //  
     1950            this.toolStripLabel6.Name = "toolStripLabel6"; 
     1951            this.toolStripLabel6.Size = new System.Drawing.Size(48, 22); 
     1952            this.toolStripLabel6.Text = "Symbol: "; 
     1953            //  
     1954            // adNameTxt 
     1955            //  
     1956            this.adNameTxt.Name = "adNameTxt"; 
     1957            this.adNameTxt.Size = new System.Drawing.Size(100, 25); 
     1958            //  
     1959            // toolStripLabel7 
     1960            //  
     1961            this.toolStripLabel7.Name = "toolStripLabel7"; 
     1962            this.toolStripLabel7.Size = new System.Drawing.Size(40, 22); 
     1963            this.toolStripLabel7.Text = "Agent:"; 
     1964            this.toolStripLabel7.Visible = false; 
     1965            //  
     1966            // agentListCombo 
     1967            //  
     1968            this.agentListCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 
     1969            this.agentListCombo.Name = "agentListCombo"; 
     1970            this.agentListCombo.Size = new System.Drawing.Size(121, 25); 
     1971            this.agentListCombo.Visible = false; 
     1972            //  
     1973            // productionSearchBtn 
     1974            //  
     1975            this.productionSearchBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 
     1976            this.productionSearchBtn.Image = ((System.Drawing.Image)(resources.GetObject("productionSearchBtn.Image"))); 
     1977            this.productionSearchBtn.ImageTransparentColor = System.Drawing.Color.Magenta; 
     1978            this.productionSearchBtn.Name = "productionSearchBtn"; 
     1979            this.productionSearchBtn.Size = new System.Drawing.Size(23, 22); 
     1980            this.productionSearchBtn.Text = "SZUKAJ"; 
     1981            this.productionSearchBtn.Click += new System.EventHandler(this.productionSearchBtn_Click); 
     1982            //  
     1983            // toolStripSeparator10 
     1984            //  
     1985            this.toolStripSeparator10.Name = "toolStripSeparator10"; 
     1986            this.toolStripSeparator10.Size = new System.Drawing.Size(6, 25); 
     1987            //  
     1988            // clearParamsBtn 
     1989            //  
     1990            this.clearParamsBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 
     1991            this.clearParamsBtn.Image = ((System.Drawing.Image)(resources.GetObject("clearParamsBtn.Image"))); 
     1992            this.clearParamsBtn.ImageTransparentColor = System.Drawing.Color.Magenta; 
     1993            this.clearParamsBtn.Name = "clearParamsBtn"; 
     1994            this.clearParamsBtn.Size = new System.Drawing.Size(23, 22); 
     1995            this.clearParamsBtn.Text = "Wyczyœæ pola"; 
     1996            this.clearParamsBtn.Click += new System.EventHandler(this.clearParamsBtn_Click); 
     1997            //  
     1998            // toolStripSeparator11 
     1999            //  
     2000            this.toolStripSeparator11.Name = "toolStripSeparator11"; 
     2001            this.toolStripSeparator11.Size = new System.Drawing.Size(6, 25); 
     2002            //  
     2003            // productionRefreshBtn 
     2004            //  
     2005            this.productionRefreshBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; 
     2006            this.productionRefreshBtn.Image = ((System.Drawing.Image)(resources.GetObject("productionRefreshBtn.Image"))); 
     2007            this.productionRefreshBtn.ImageTransparentColor = System.Drawing.Color.Magenta; 
     2008            this.productionRefreshBtn.Name = "productionRefreshBtn"; 
     2009            this.productionRefreshBtn.Size = new System.Drawing.Size(51, 22); 
     2010            this.productionRefreshBtn.Text = "Odœwie¿"; 
     2011            this.productionRefreshBtn.Click += new System.EventHandler(this.productionRefreshBtn_Click); 
     2012            //  
     2013            // toolStripSeparator12 
     2014            //  
     2015            this.toolStripSeparator12.Name = "toolStripSeparator12"; 
     2016            this.toolStripSeparator12.Size = new System.Drawing.Size(6, 25); 
     2017            //  
     2018            // productionDetails 
     2019            //  
     2020            this.productionDetails.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 
     2021            this.productionDetails.Image = ((System.Drawing.Image)(resources.GetObject("productionDetails.Image"))); 
     2022            this.productionDetails.ImageTransparentColor = System.Drawing.Color.Magenta; 
     2023            this.productionDetails.Name = "productionDetails"; 
     2024            this.productionDetails.Size = new System.Drawing.Size(23, 22); 
     2025            this.productionDetails.Text = "Projekt"; 
     2026            this.productionDetails.Click += new System.EventHandler(this.productionDetails_Click); 
     2027            //  
     2028            // adDetailsBtn 
     2029            //  
     2030            this.adDetailsBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 
     2031            this.adDetailsBtn.Image = ((System.Drawing.Image)(resources.GetObject("adDetailsBtn.Image"))); 
     2032            this.adDetailsBtn.ImageTransparentColor = System.Drawing.Color.Magenta; 
     2033            this.adDetailsBtn.Name = "adDetailsBtn"; 
     2034            this.adDetailsBtn.Size = new System.Drawing.Size(23, 22); 
     2035            this.adDetailsBtn.Text = "Zamówienie"; 
     2036            this.adDetailsBtn.Click += new System.EventHandler(this.adDetailsBtn_Click); 
     2037            //  
     2038            // clientDetailsBtn 
     2039            //  
     2040            this.clientDetailsBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 
     2041            this.clientDetailsBtn.Image = ((System.Drawing.Image)(resources.GetObject("clientDetailsBtn.Image"))); 
     2042            this.clientDetailsBtn.ImageTransparentColor = System.Drawing.Color.Magenta; 
     2043            this.clientDetailsBtn.Name = "clientDetailsBtn"; 
     2044            this.clientDetailsBtn.Size = new System.Drawing.Size(23, 22); 
     2045            this.clientDetailsBtn.Text = "Przejœcie do klienta"; 
     2046            this.clientDetailsBtn.Click += new System.EventHandler(this.productionDetailsBtn_Click); 
     2047            //  
     2048            // toolStripSeparator13 
     2049            //  
     2050            this.toolStripSeparator13.Name = "toolStripSeparator13"; 
     2051            this.toolStripSeparator13.Size = new System.Drawing.Size(6, 25); 
     2052            //  
     2053            // toProductionBtn 
     2054            //  
     2055            this.toProductionBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; 
     2056            this.toProductionBtn.ImageTransparentColor = System.Drawing.Color.Magenta; 
     2057            this.toProductionBtn.Name = "toProductionBtn"; 
     2058            this.toProductionBtn.Size = new System.Drawing.Size(109, 22); 
     2059            this.toProductionBtn.Text = "Przejmij do produkcji"; 
     2060            this.toProductionBtn.Click += new System.EventHandler(this.toProduction_Click); 
     2061            //  
     2062            // readyBtn 
     2063            //  
     2064            this.readyBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; 
     2065            this.readyBtn.Image = ((System.Drawing.Image)(resources.GetObject("readyBtn.Image"))); 
     2066            this.readyBtn.ImageTransparentColor = System.Drawing.Color.Magenta; 
     2067            this.readyBtn.Name = "readyBtn"; 
     2068            this.readyBtn.Size = new System.Drawing.Size(48, 22); 
     2069            this.readyBtn.Text = "Gotowy"; 
     2070            this.readyBtn.Click += new System.EventHandler(this.readyBtn_Click); 
     2071            //  
     2072            // returnBtn 
     2073            //  
     2074            this.returnBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; 
     2075            this.returnBtn.Image = ((System.Drawing.Image)(resources.GetObject("returnBtn.Image"))); 
     2076            this.returnBtn.ImageTransparentColor = System.Drawing.Color.Magenta; 
     2077            this.returnBtn.Name = "returnBtn"; 
     2078            this.returnBtn.Size = new System.Drawing.Size(39, 22); 
     2079            this.returnBtn.Text = "Zwrot"; 
     2080            this.returnBtn.Visible = false; 
     2081            this.returnBtn.Click += new System.EventHandler(this.returnBtn_Click); 
     2082            //  
     2083            // dgvOgloszenia 
     2084            //  
     2085            this.dgvOgloszenia.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 
     2086            this.dgvOgloszenia.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { 
     2087            this.AdName, 
     2088            this.Status, 
     2089            this.Module, 
     2090            this.Id, 
     2091            this.Content, 
     2092            this.SellAgent, 
     2093            this.ProductionAgent, 
     2094            this.ProductionDate, 
     2095            this.AcceptanceDate, 
     2096            this.ReturnDate, 
     2097            this.AdId, 
     2098            this.CustomerId}); 
     2099            this.dgvOgloszenia.Dock = System.Windows.Forms.DockStyle.Fill; 
     2100            this.dgvOgloszenia.Location = new System.Drawing.Point(0, 0); 
     2101            this.dgvOgloszenia.Name = "dgvOgloszenia"; 
     2102            this.dgvOgloszenia.Size = new System.Drawing.Size(1000, 579); 
     2103            this.dgvOgloszenia.TabIndex = 2; 
     2104            this.dgvOgloszenia.SelectionChanged += new System.EventHandler(this.dgvOgloszenia_SelectionChanged); 
     2105            //  
     2106            // AdName 
     2107            //  
     2108            this.AdName.DataPropertyName = "AdName"; 
     2109            this.AdName.HeaderText = "Reklama"; 
     2110            this.AdName.Name = "AdName"; 
     2111            //  
     2112            // Status 
     2113            //  
     2114            this.Status.DataPropertyName = "Status"; 
     2115            this.Status.HeaderText = "Status"; 
     2116            this.Status.Name = "Status"; 
     2117            //  
     2118            // Module 
     2119            //  
     2120            this.Module.DataPropertyName = "Module"; 
     2121            this.Module.HeaderText = "Modu³"; 
     2122            this.Module.Name = "Module"; 
     2123            //  
     2124            // Id 
     2125            //  
     2126            this.Id.DataPropertyName = "Id"; 
     2127            this.Id.HeaderText = "Id"; 
     2128            this.Id.Name = "Id"; 
     2129            this.Id.Visible = false; 
     2130            //  
     2131            // Content 
     2132            //  
     2133            this.Content.DataPropertyName = "Content"; 
     2134            this.Content.HeaderText = "Treœæ"; 
     2135            this.Content.Name = "Content"; 
     2136            //  
     2137            // SellAgent 
     2138            //  
     2139            this.SellAgent.DataPropertyName = "SellAgent"; 
     2140            this.SellAgent.HeaderText = "Agent reklamy"; 
     2141            this.SellAgent.Name = "SellAgent"; 
     2142            //  
     2143            // ProductionAgent 
     2144            //  
     2145            this.ProductionAgent.DataPropertyName = "ProductionAgent"; 
     2146            this.ProductionAgent.HeaderText = "Agent produkcji"; 
     2147            this.ProductionAgent.Name = "ProductionAgent"; 
     2148            //  
     2149            // ProductionDate 
     2150            //  
     2151            this.ProductionDate.DataPropertyName = "ProductionDate"; 
     2152            this.ProductionDate.HeaderText = "Data produkcji"; 
     2153            this.ProductionDate.Name = "ProductionDate"; 
     2154            //  
     2155            // AcceptanceDate 
     2156            //  
     2157            this.AcceptanceDate.DataPropertyName = "AcceptanceDate"; 
     2158            this.AcceptanceDate.HeaderText = "Data akceptacji"; 
     2159            this.AcceptanceDate.Name = "AcceptanceDate"; 
     2160            //  
     2161            // ReturnDate 
     2162            //  
     2163            this.ReturnDate.DataPropertyName = "ReturnDate"; 
     2164            this.ReturnDate.HeaderText = "Data zwrotu"; 
     2165            this.ReturnDate.Name = "ReturnDate"; 
     2166            this.ReturnDate.Visible = false; 
     2167            //  
     2168            // AdId 
     2169            //  
     2170            this.AdId.DataPropertyName = "AdId"; 
     2171            this.AdId.HeaderText = "AdId"; 
     2172            this.AdId.Name = "AdId"; 
     2173            this.AdId.Visible = false; 
     2174            //  
     2175            // CustomerId 
     2176            //  
     2177            this.CustomerId.DataPropertyName = "CustomerId"; 
     2178            this.CustomerId.HeaderText = "CustomerId"; 
     2179            this.CustomerId.Name = "CustomerId"; 
     2180            this.CustomerId.Visible = false; 
     2181            //  
    18072182            // aGENCJEBindingSource 
    18082183            //  
     
    18652240            this.listyPodsumowanieTableAdapter.ClearBeforeFill = true; 
    18662241            //  
    1867             // grzbietyProdukcjaBindingSource 
    1868             //  
    1869             this.grzbietyProdukcjaBindingSource.DataMember = "GrzbietyProdukcja"; 
    1870             this.grzbietyProdukcjaBindingSource.DataSource = this.sLOWNIKDataSet; 
    1871             //  
    18722242            // grzbietyProdukcjaTableAdapter 
    18732243            //  
    18742244            this.grzbietyProdukcjaTableAdapter.ClearBeforeFill = true; 
    1875             //  
    1876             // dataGridViewTextBoxColumn2 
    1877             //  
    1878             this.dataGridViewTextBoxColumn2.DataPropertyName = "TYTU£"; 
    1879             this.dataGridViewTextBoxColumn2.HeaderText = "Tytu³"; 
    1880             this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; 
    1881             this.dataGridViewTextBoxColumn2.ReadOnly = true; 
    1882             //  
    1883             // IdReklamyColumn 
    1884             //  
    1885             this.IdReklamyColumn.DataPropertyName = "ID REKLAMY"; 
    1886             this.IdReklamyColumn.HeaderText = "Sym. rekl."; 
    1887             this.IdReklamyColumn.Name = "IdReklamyColumn"; 
    18882245            //  
    18892246            // ProductionForm 
     
    18932250            this.ClientSize = new System.Drawing.Size(1014, 644); 
    18942251            this.ControlBox = false; 
    1895             this.Controls.Add(this.tabControl1); 
     2252            this.Controls.Add(this.tabs); 
    18962253            this.Name = "ProductionForm"; 
    18972254            this.Text = "Produkcja"; 
    18982255            this.Load += new System.EventHandler(this.ProductionForm_Load); 
    1899             this.tabControl1.ResumeLayout(false); 
     2256            this.tabs.ResumeLayout(false); 
    19002257            this.produkcjaTabPage.ResumeLayout(false); 
    19012258            this.produkcjaTabPage.PerformLayout(); 
     
    19172274            this.spisPlikowPanel.ResumeLayout(false); 
    19182275            this.spisPlikowPanel.PerformLayout(); 
     2276            ((System.ComponentModel.ISupportInitialize)(this.grzbietyProdukcjaBindingSource)).EndInit(); 
    19192277            ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator2)).EndInit(); 
    19202278            this.bindingNavigator2.ResumeLayout(false); 
     
    19302288            this.bindingNavigator3.ResumeLayout(false); 
    19312289            this.bindingNavigator3.PerformLayout(); 
     2290            this.tabOgloszenia.ResumeLayout(false); 
     2291            this.splitContainer1.Panel1.ResumeLayout(false); 
     2292            this.splitContainer1.Panel1.PerformLayout(); 
     2293            this.splitContainer1.Panel2.ResumeLayout(false); 
     2294            this.splitContainer1.ResumeLayout(false); 
     2295            this.toolStrip2.ResumeLayout(false); 
     2296            this.toolStrip2.PerformLayout(); 
     2297            ((System.ComponentModel.ISupportInitialize)(this.dgvOgloszenia)).EndInit(); 
    19322298            ((System.ComponentModel.ISupportInitialize)(this.aGENCJEBindingSource)).EndInit(); 
    19332299            ((System.ComponentModel.ISupportInitialize)(this.aGENCIBindingSource)).EndInit(); 
    1934             ((System.ComponentModel.ISupportInitialize)(this.grzbietyProdukcjaBindingSource)).EndInit(); 
    19352300            this.ResumeLayout(false); 
    19362301 
     
    19422307        private System.Windows.Forms.BindingSource pRODUKCJABindingSource; 
    19432308        private Baza_Reklam.REKLAMADataSetTableAdapters.PRODUKCJATableAdapter pRODUKCJATableAdapter; 
    1944         private System.Windows.Forms.TabControl tabControl1; 
     2309        private System.Windows.Forms.TabControl tabs; 
    19452310        private System.Windows.Forms.TabPage produkcjaTabPage; 
    19462311        private System.Windows.Forms.BindingNavigator bindingNavigator1; 
     
    21122477        private System.Windows.Forms.DataGridViewTextBoxColumn IdReklamyColumn; 
    21132478        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; 
     2479        private System.Windows.Forms.TabPage tabOgloszenia; 
     2480        private System.Windows.Forms.SplitContainer splitContainer1; 
     2481        private System.Windows.Forms.ToolStrip toolStrip2; 
     2482        private System.Windows.Forms.ToolStripLabel toolStripLabel5; 
     2483        private System.Windows.Forms.ToolStripComboBox productionStatusCombo; 
     2484        private System.Windows.Forms.ToolStripSeparator toolStripSeparator9; 
     2485        private System.Windows.Forms.ToolStripLabel toolStripLabel6; 
     2486        private System.Windows.Forms.ToolStripTextBox adNameTxt; 
     2487        private System.Windows.Forms.ToolStripButton productionSearchBtn; 
     2488        private System.Windows.Forms.ToolStripSeparator toolStripSeparator10; 
     2489        private System.Windows.Forms.ToolStripButton clearParamsBtn; 
     2490        private System.Windows.Forms.ToolStripSeparator toolStripSeparator11; 
     2491        private System.Windows.Forms.ToolStripButton productionRefreshBtn; 
     2492        private System.Windows.Forms.ToolStripSeparator toolStripSeparator12; 
     2493        private System.Windows.Forms.ToolStripButton clientDetailsBtn; 
     2494        private System.Windows.Forms.ToolStripButton adDetailsBtn; 
     2495        private System.Windows.Forms.ToolStripButton productionDetails; 
     2496        private System.Windows.Forms.ToolStripSeparator toolStripSeparator13; 
     2497        private System.Windows.Forms.DataGridView dgvOgloszenia; 
     2498        private System.Windows.Forms.ToolStripButton toProductionBtn; 
     2499        private System.Windows.Forms.ToolStripButton readyBtn; 
     2500        private System.Windows.Forms.ToolStripLabel toolStripLabel7; 
     2501        private System.Windows.Forms.ToolStripComboBox agentListCombo; 
     2502        private System.Windows.Forms.ToolStripButton returnBtn; 
     2503        private System.Windows.Forms.DataGridViewTextBoxColumn AdName; 
     2504        private System.Windows.Forms.DataGridViewTextBoxColumn Status; 
     2505        private System.Windows.Forms.DataGridViewTextBoxColumn Module; 
     2506        private System.Windows.Forms.DataGridViewTextBoxColumn Id; 
     2507        private System.Windows.Forms.DataGridViewTextBoxColumn Content; 
     2508        private System.Windows.Forms.DataGridViewTextBoxColumn SellAgent; 
     2509        private System.Windows.Forms.DataGridViewTextBoxColumn ProductionAgent; 
     2510        private System.Windows.Forms.DataGridViewTextBoxColumn ProductionDate; 
     2511        private System.Windows.Forms.DataGridViewTextBoxColumn AcceptanceDate; 
     2512        private System.Windows.Forms.DataGridViewTextBoxColumn ReturnDate; 
     2513        private System.Windows.Forms.DataGridViewTextBoxColumn AdId; 
     2514        private System.Windows.Forms.DataGridViewTextBoxColumn CustomerId; 
    21142515    } 
    21152516}