| 97 | | // groupBox2 |
| 98 | | // |
| 99 | | this.groupBox2.Controls.Add(this.powodKorektyComboBox); |
| 100 | | this.groupBox2.Controls.Add(nUMERLabel); |
| 101 | | this.groupBox2.Controls.Add(this.nUMERTextBox); |
| 102 | | this.groupBox2.Controls.Add(this.label1); |
| 103 | | this.groupBox2.Controls.Add(this.opisTextBox); |
| 104 | | this.groupBox2.Location = new System.Drawing.Point(12, 3); |
| 105 | | this.groupBox2.Name = "groupBox2"; |
| 106 | | this.groupBox2.Size = new System.Drawing.Size(477, 134); |
| 107 | | this.groupBox2.TabIndex = 14; |
| 108 | | this.groupBox2.TabStop = false; |
| 109 | | this.groupBox2.Text = "Faktura"; |
| 110 | | // |
| 111 | | // powodKorektyComboBox |
| 112 | | // |
| 113 | | this.powodKorektyComboBox.Enabled = false; |
| 114 | | this.powodKorektyComboBox.FormattingEnabled = true; |
| 115 | | this.powodKorektyComboBox.Items.AddRange(new object[] { |
| 116 | | "rezygnacja z emisji reklamy", |
| 117 | | "uznana reklamacja"}); |
| 118 | | this.powodKorektyComboBox.Location = new System.Drawing.Point(53, 60); |
| 119 | | this.powodKorektyComboBox.Name = "powodKorektyComboBox"; |
| 120 | | this.powodKorektyComboBox.Size = new System.Drawing.Size(410, 21); |
| 121 | | this.powodKorektyComboBox.TabIndex = 9; |
| 122 | | this.powodKorektyComboBox.SelectedIndexChanged += new System.EventHandler(this.powodKorektyComboBox_SelectedIndexChanged); |
| 123 | | // |
| 124 | | // nUMERTextBox |
| 125 | | // |
| 126 | | this.nUMERTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.fAKTURYBindingSource, "NUMER", true)); |
| 127 | | this.nUMERTextBox.Location = new System.Drawing.Point(61, 99); |
| 128 | | this.nUMERTextBox.Name = "nUMERTextBox"; |
| 129 | | this.nUMERTextBox.Size = new System.Drawing.Size(58, 20); |
| 130 | | this.nUMERTextBox.TabIndex = 8; |
| 131 | | // |
| 132 | | // fAKTURYBindingSource |
| 133 | | // |
| 134 | | this.fAKTURYBindingSource.DataMember = "FAKTURY"; |
| 135 | | this.fAKTURYBindingSource.DataSource = this.rEKLAMADataSet; |
| 136 | | // |
| 137 | | // rEKLAMADataSet |
| 138 | | // |
| 139 | | this.rEKLAMADataSet.DataSetName = "REKLAMADataSet"; |
| 140 | | this.rEKLAMADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; |
| 141 | | // |
| 142 | | // label1 |
| 143 | | // |
| 144 | | this.label1.AutoSize = true; |
| 145 | | this.label1.Location = new System.Drawing.Point(13, 21); |
| 146 | | this.label1.Name = "label1"; |
| 147 | | this.label1.Size = new System.Drawing.Size(34, 13); |
| 148 | | this.label1.TabIndex = 7; |
| 149 | | this.label1.Text = "Opis: "; |
| 150 | | // |
| 151 | | // opisTextBox |
| 152 | | // |
| 153 | | this.opisTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.fAKTURYBindingSource, "opis", true)); |
| 154 | | this.opisTextBox.Location = new System.Drawing.Point(53, 19); |
| 155 | | this.opisTextBox.MaxLength = 200; |
| 156 | | this.opisTextBox.Multiline = true; |
| 157 | | this.opisTextBox.Name = "opisTextBox"; |
| 158 | | this.opisTextBox.Size = new System.Drawing.Size(410, 35); |
| 159 | | this.opisTextBox.TabIndex = 4; |
| 160 | | // |
| 178 | | // proformaCheckBox |
| 179 | | // |
| 180 | | this.proformaCheckBox.AutoSize = true; |
| 181 | | this.proformaCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; |
| 182 | | this.proformaCheckBox.Location = new System.Drawing.Point(114, 79); |
| 183 | | this.proformaCheckBox.Name = "proformaCheckBox"; |
| 184 | | this.proformaCheckBox.Size = new System.Drawing.Size(71, 17); |
| 185 | | this.proformaCheckBox.TabIndex = 13; |
| 186 | | this.proformaCheckBox.Text = "Proforma:"; |
| 187 | | this.proformaCheckBox.UseVisualStyleBackColor = true; |
| 188 | | this.proformaCheckBox.Visible = false; |
| 189 | | // |
| 199 | | // zaplaconoCheckBox |
| 200 | | // |
| 201 | | this.zaplaconoCheckBox.AutoSize = true; |
| 202 | | this.zaplaconoCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; |
| 203 | | this.zaplaconoCheckBox.Location = new System.Drawing.Point(6, 79); |
| 204 | | this.zaplaconoCheckBox.Name = "zaplaconoCheckBox"; |
| 205 | | this.zaplaconoCheckBox.Size = new System.Drawing.Size(82, 17); |
| 206 | | this.zaplaconoCheckBox.TabIndex = 12; |
| 207 | | this.zaplaconoCheckBox.Text = "Zap³acono:"; |
| 208 | | this.zaplaconoCheckBox.UseVisualStyleBackColor = true; |
| | 111 | // proformaCheckBox |
| | 112 | // |
| | 113 | this.proformaCheckBox.AutoSize = true; |
| | 114 | this.proformaCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; |
| | 115 | this.proformaCheckBox.Location = new System.Drawing.Point(6, 79); |
| | 116 | this.proformaCheckBox.Name = "proformaCheckBox"; |
| | 117 | this.proformaCheckBox.Size = new System.Drawing.Size(71, 17); |
| | 118 | this.proformaCheckBox.TabIndex = 12; |
| | 119 | this.proformaCheckBox.Text = "Proforma:"; |
| | 120 | this.proformaCheckBox.UseVisualStyleBackColor = true; |
| | 182 | // label1 |
| | 183 | // |
| | 184 | this.label1.AutoSize = true; |
| | 185 | this.label1.Location = new System.Drawing.Point(13, 21); |
| | 186 | this.label1.Name = "label1"; |
| | 187 | this.label1.Size = new System.Drawing.Size(34, 13); |
| | 188 | this.label1.TabIndex = 7; |
| | 189 | this.label1.Text = "Opis: "; |
| | 190 | // |
| | 191 | // opisTextBox |
| | 192 | // |
| | 193 | this.opisTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.fAKTURYBindingSource, "opis", true)); |
| | 194 | this.opisTextBox.Location = new System.Drawing.Point(61, 18); |
| | 195 | this.opisTextBox.Multiline = true; |
| | 196 | this.opisTextBox.Name = "opisTextBox"; |
| | 197 | this.opisTextBox.Size = new System.Drawing.Size(410, 72); |
| | 198 | this.opisTextBox.TabIndex = 4; |
| | 199 | // |
| | 200 | // fAKTURYBindingSource |
| | 201 | // |
| | 202 | this.fAKTURYBindingSource.DataMember = "FAKTURY"; |
| | 203 | this.fAKTURYBindingSource.DataSource = this.rEKLAMADataSet; |
| | 204 | // |
| | 205 | // rEKLAMADataSet |
| | 206 | // |
| | 207 | this.rEKLAMADataSet.DataSetName = "REKLAMADataSet"; |
| | 208 | this.rEKLAMADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; |
| | 209 | // |
| | 245 | // |
| | 246 | // groupBox2 |
| | 247 | // |
| | 248 | this.groupBox2.Controls.Add(nUMERLabel); |
| | 249 | this.groupBox2.Controls.Add(this.nUMERTextBox); |
| | 250 | this.groupBox2.Controls.Add(this.label1); |
| | 251 | this.groupBox2.Controls.Add(this.opisTextBox); |
| | 252 | this.groupBox2.Location = new System.Drawing.Point(12, 3); |
| | 253 | this.groupBox2.Name = "groupBox2"; |
| | 254 | this.groupBox2.Size = new System.Drawing.Size(477, 134); |
| | 255 | this.groupBox2.TabIndex = 14; |
| | 256 | this.groupBox2.TabStop = false; |
| | 257 | this.groupBox2.Text = "Faktura"; |
| | 258 | // |
| | 259 | // nUMERLabel |
| | 260 | // |
| | 261 | nUMERLabel.AutoSize = true; |
| | 262 | nUMERLabel.Location = new System.Drawing.Point(6, 99); |
| | 263 | nUMERLabel.Name = "nUMERLabel"; |
| | 264 | nUMERLabel.Size = new System.Drawing.Size(41, 13); |
| | 265 | nUMERLabel.TabIndex = 7; |
| | 266 | nUMERLabel.Text = "Numer:"; |
| | 267 | // |
| | 268 | // nUMERTextBox |
| | 269 | // |
| | 270 | this.nUMERTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.fAKTURYBindingSource, "NUMER", true)); |
| | 271 | this.nUMERTextBox.Location = new System.Drawing.Point(61, 99); |
| | 272 | this.nUMERTextBox.Name = "nUMERTextBox"; |
| | 273 | this.nUMERTextBox.Size = new System.Drawing.Size(58, 20); |
| | 274 | this.nUMERTextBox.TabIndex = 8; |