| | 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(); |
| | 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 = "Odwie¿"; |
| | 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 = "Przejcie 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 | // |