- Pliki:
-
- 1 zmodyfikowane
-
Baza Reklam 2 - Faktury/AddZamowienieForm.Designer.cs (zmodyfikowane) (10 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
Baza Reklam 2 - Faktury/AddZamowienieForm.Designer.cs
r21 r13 37 37 System.Windows.Forms.Label czasPlatnosciLabel; 38 38 System.Windows.Forms.Label notatkaZamowienieLabel; 39 System.Windows.Forms.Label procentProwizjiLabel;40 System.Windows.Forms.Label zPLabel;41 39 System.Windows.Forms.Label notatkaKierownikLabel; 42 40 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddZamowienieForm)); … … 60 58 this.aGENCITableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.AGENCITableAdapter(); 61 59 this.notatkaZamowienieTextBox = new System.Windows.Forms.TextBox(); 60 this.notatkaKierownikTextBox = new System.Windows.Forms.TextBox(); 62 61 this.groupBox2 = new System.Windows.Forms.GroupBox(); 63 this.kierownikGroupBox = new System.Windows.Forms.GroupBox();64 this.procentProwizjiTextBox = new System.Windows.Forms.TextBox();65 this.zPCheckBox = new System.Windows.Forms.CheckBox();66 this.notatkaKierownikTextBox = new System.Windows.Forms.TextBox();67 62 numerZamowieniaLabel = new System.Windows.Forms.Label(); 68 63 sPOSOB_ZAPLATYLabel = new System.Windows.Forms.Label(); … … 72 67 czasPlatnosciLabel = new System.Windows.Forms.Label(); 73 68 notatkaZamowienieLabel = new System.Windows.Forms.Label(); 74 procentProwizjiLabel = new System.Windows.Forms.Label();75 zPLabel = new System.Windows.Forms.Label();76 69 notatkaKierownikLabel = new System.Windows.Forms.Label(); 77 70 ((System.ComponentModel.ISupportInitialize)(this.zamowieniaBindingSource)).BeginInit(); … … 82 75 ((System.ComponentModel.ISupportInitialize)(this.kONTABindingSource)).BeginInit(); 83 76 this.groupBox2.SuspendLayout(); 84 this.kierownikGroupBox.SuspendLayout();85 77 this.SuspendLayout(); 86 78 // … … 143 135 // 144 136 notatkaZamowienieLabel.AutoSize = true; 145 notatkaZamowienieLabel.Location = new System.Drawing.Point(15, 2 3);137 notatkaZamowienieLabel.Location = new System.Drawing.Point(15, 29); 146 138 notatkaZamowienieLabel.Name = "notatkaZamowienieLabel"; 147 139 notatkaZamowienieLabel.Size = new System.Drawing.Size(40, 13); … … 149 141 notatkaZamowienieLabel.Text = "Uwagi:"; 150 142 // 151 // procentProwizjiLabel152 //153 procentProwizjiLabel.AutoSize = true;154 procentProwizjiLabel.Location = new System.Drawing.Point(103, 114);155 procentProwizjiLabel.Name = "procentProwizjiLabel";156 procentProwizjiLabel.Size = new System.Drawing.Size(55, 13);157 procentProwizjiLabel.TabIndex = 16;158 procentProwizjiLabel.Text = "% prowizji:";159 //160 // zPLabel161 //162 zPLabel.AutoSize = true;163 zPLabel.Location = new System.Drawing.Point(50, 114);164 zPLabel.Name = "zPLabel";165 zPLabel.Size = new System.Drawing.Size(24, 13);166 zPLabel.TabIndex = 15;167 zPLabel.Text = "ZP:";168 //169 143 // notatkaKierownikLabel 170 144 // 171 145 notatkaKierownikLabel.AutoSize = true; 172 notatkaKierownikLabel.Location = new System.Drawing.Point(1 9, 16);146 notatkaKierownikLabel.Location = new System.Drawing.Point(15, 146); 173 147 notatkaKierownikLabel.Name = "notatkaKierownikLabel"; 174 148 notatkaKierownikLabel.Size = new System.Drawing.Size(102, 13); 175 notatkaKierownikLabel.TabIndex = 13;149 notatkaKierownikLabel.TabIndex = 9; 176 150 notatkaKierownikLabel.Text = "Notatka kierownika:"; 177 151 // … … 338 312 // 339 313 this.notatkaZamowienieTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "notatkaZamowienie", true)); 340 this.notatkaZamowienieTextBox.Location = new System.Drawing.Point(18, 39);314 this.notatkaZamowienieTextBox.Location = new System.Drawing.Point(18, 46); 341 315 this.notatkaZamowienieTextBox.MaxLength = 200; 342 316 this.notatkaZamowienieTextBox.Multiline = true; 343 317 this.notatkaZamowienieTextBox.Name = "notatkaZamowienieTextBox"; 344 this.notatkaZamowienieTextBox.Size = new System.Drawing.Size(207, 74);318 this.notatkaZamowienieTextBox.Size = new System.Drawing.Size(207, 87); 345 319 this.notatkaZamowienieTextBox.TabIndex = 9; 346 320 // 321 // notatkaKierownikTextBox 322 // 323 this.notatkaKierownikTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "notatkaKierownik", true)); 324 this.notatkaKierownikTextBox.Location = new System.Drawing.Point(17, 162); 325 this.notatkaKierownikTextBox.MaxLength = 200; 326 this.notatkaKierownikTextBox.Multiline = true; 327 this.notatkaKierownikTextBox.Name = "notatkaKierownikTextBox"; 328 this.notatkaKierownikTextBox.Size = new System.Drawing.Size(208, 82); 329 this.notatkaKierownikTextBox.TabIndex = 10; 330 // 347 331 // groupBox2 348 332 // 349 333 this.groupBox2.Controls.Add(notatkaZamowienieLabel); 334 this.groupBox2.Controls.Add(this.notatkaKierownikTextBox); 335 this.groupBox2.Controls.Add(notatkaKierownikLabel); 350 336 this.groupBox2.Controls.Add(this.notatkaZamowienieTextBox); 351 337 this.groupBox2.Location = new System.Drawing.Point(15, 45); 352 338 this.groupBox2.Name = "groupBox2"; 353 this.groupBox2.Size = new System.Drawing.Size(2 56, 125);339 this.groupBox2.Size = new System.Drawing.Size(246, 283); 354 340 this.groupBox2.TabIndex = 11; 355 341 this.groupBox2.TabStop = false; 356 342 this.groupBox2.Text = "Zamówienie"; 357 343 // 358 // kierownikGroupBox359 //360 this.kierownikGroupBox.Controls.Add(procentProwizjiLabel);361 this.kierownikGroupBox.Controls.Add(this.procentProwizjiTextBox);362 this.kierownikGroupBox.Controls.Add(zPLabel);363 this.kierownikGroupBox.Controls.Add(this.zPCheckBox);364 this.kierownikGroupBox.Controls.Add(notatkaKierownikLabel);365 this.kierownikGroupBox.Controls.Add(this.notatkaKierownikTextBox);366 this.kierownikGroupBox.Location = new System.Drawing.Point(15, 176);367 this.kierownikGroupBox.Name = "kierownikGroupBox";368 this.kierownikGroupBox.Size = new System.Drawing.Size(256, 152);369 this.kierownikGroupBox.TabIndex = 13;370 this.kierownikGroupBox.TabStop = false;371 //372 // procentProwizjiTextBox373 //374 this.procentProwizjiTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "procentProwizji", true));375 this.procentProwizjiTextBox.Location = new System.Drawing.Point(164, 111);376 this.procentProwizjiTextBox.Name = "procentProwizjiTextBox";377 this.procentProwizjiTextBox.Size = new System.Drawing.Size(62, 20);378 this.procentProwizjiTextBox.TabIndex = 18;379 this.procentProwizjiTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;380 //381 // zPCheckBox382 //383 this.zPCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.zamowieniaBindingSource, "ZP", true));384 this.zPCheckBox.Location = new System.Drawing.Point(80, 109);385 this.zPCheckBox.Name = "zPCheckBox";386 this.zPCheckBox.Size = new System.Drawing.Size(17, 24);387 this.zPCheckBox.TabIndex = 17;388 //389 // notatkaKierownikTextBox390 //391 this.notatkaKierownikTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "notatkaKierownik", true));392 this.notatkaKierownikTextBox.Location = new System.Drawing.Point(18, 32);393 this.notatkaKierownikTextBox.MaxLength = 200;394 this.notatkaKierownikTextBox.Multiline = true;395 this.notatkaKierownikTextBox.Name = "notatkaKierownikTextBox";396 this.notatkaKierownikTextBox.Size = new System.Drawing.Size(208, 71);397 this.notatkaKierownikTextBox.TabIndex = 14;398 //399 344 // AddZamowienieForm 400 345 // 401 346 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 402 347 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 403 this.ClientSize = new System.Drawing.Size(683, 3 76);348 this.ClientSize = new System.Drawing.Size(683, 387); 404 349 this.Controls.Add(this.groupBox2); 405 350 this.Controls.Add(this.zapiszButton); … … 408 353 this.Controls.Add(numerZamowieniaLabel); 409 354 this.Controls.Add(this.numerZamowieniaLabel1); 410 this.Controls.Add(this.kierownikGroupBox);411 355 this.Name = "AddZamowienieForm"; 412 356 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; … … 422 366 this.groupBox2.ResumeLayout(false); 423 367 this.groupBox2.PerformLayout(); 424 this.kierownikGroupBox.ResumeLayout(false);425 this.kierownikGroupBox.PerformLayout();426 368 this.ResumeLayout(false); 427 369 this.PerformLayout(); … … 450 392 private System.Windows.Forms.ListBox czasPlatnosciListBox; 451 393 private System.Windows.Forms.TextBox notatkaZamowienieTextBox; 394 private System.Windows.Forms.TextBox notatkaKierownikTextBox; 452 395 private System.Windows.Forms.GroupBox groupBox2; 453 private System.Windows.Forms.GroupBox kierownikGroupBox;454 private System.Windows.Forms.TextBox procentProwizjiTextBox;455 private System.Windows.Forms.CheckBox zPCheckBox;456 private System.Windows.Forms.TextBox notatkaKierownikTextBox;457 396 } 458 397 }
