Zbiór zmian 488 dla trunk/BazaReklam/ClientsForm.Designer.cs
- Data:
- 2009-03-26 15:34:22 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/BazaReklam/ClientsForm.Designer.cs (zmodyfikowane) (16 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/BazaReklam/ClientsForm.Designer.cs
r457 r488 54 54 System.Windows.Forms.Label kodKlientaLabel; 55 55 System.Windows.Forms.Label label41; 56 System.Windows.Forms.Label label42; 56 57 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClientsForm)); 57 58 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); … … 97 98 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle41 = new System.Windows.Forms.DataGridViewCellStyle(); 98 99 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle42 = new System.Windows.Forms.DataGridViewCellStyle(); 99 System.Windows.Forms.Label label42;100 100 this.kLIENCI_OSOBY_DO_KONTAKTUBindingSource = new System.Windows.Forms.BindingSource(this.components); 101 101 this.kLIENCIBindingSource = new System.Windows.Forms.BindingSource(this.components); … … 169 169 this.tytulyListBox = new System.Windows.Forms.ListBox(); 170 170 this.groupBox1 = new System.Windows.Forms.GroupBox(); 171 this.txtAgentExpo = new System.Windows.Forms.TextBox();172 171 this.agencjaLabel = new System.Windows.Forms.Label(); 173 172 this.userNameComboBox = new System.Windows.Forms.ComboBox(); … … 272 271 this.kONTAKTYBindingSource = new System.Windows.Forms.BindingSource(this.components); 273 272 this.groupBox7 = new System.Windows.Forms.GroupBox(); 273 this.cbTypKontaktu = new System.Windows.Forms.ComboBox(); 274 this.kontaktTypBindingSource = new System.Windows.Forms.BindingSource(this.components); 274 275 this.opisTextBox1 = new System.Windows.Forms.TextBox(); 275 276 this.rodzajComboBox = new System.Windows.Forms.ComboBox(); … … 562 563 this.szukajToolStrip = new System.Windows.Forms.ToolStrip(); 563 564 this.vIEW_KOREKTYTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.VIEW_KOREKTYTableAdapter(); 564 this.kontaktTypBindingSource = new System.Windows.Forms.BindingSource(this.components);565 565 this.kontaktTypTableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.KontaktTypTableAdapter(); 566 this. cbTypKontaktu = new System.Windows.Forms.ComboBox();566 this.txtAgentExpo = new System.Windows.Forms.TextBox(); 567 567 modify_UserLabel = new System.Windows.Forms.Label(); 568 568 last_ModifyLabel = new System.Windows.Forms.Label(); … … 637 637 ((System.ComponentModel.ISupportInitialize)(this.kONTAKTYBindingSource)).BeginInit(); 638 638 this.groupBox7.SuspendLayout(); 639 ((System.ComponentModel.ISupportInitialize)(this.kontaktTypBindingSource)).BeginInit(); 639 640 ((System.ComponentModel.ISupportInitialize)(this.BindingNavigatorKontakty)).BeginInit(); 640 641 this.BindingNavigatorKontakty.SuspendLayout(); … … 699 700 this.groupBox14.SuspendLayout(); 700 701 this.szukajToolStrip.SuspendLayout(); 701 ((System.ComponentModel.ISupportInitialize)(this.kontaktTypBindingSource)).BeginInit();702 702 this.SuspendLayout(); 703 703 // … … 917 917 label41.TabIndex = 55; 918 918 label41.Text = "Agent Expo:"; 919 // 920 // label42 921 // 922 label42.AutoSize = true; 923 label42.Location = new System.Drawing.Point(169, 16); 924 label42.Name = "label42"; 925 label42.Size = new System.Drawing.Size(116, 13); 926 label42.TabIndex = 11; 927 label42.Text = "Tytu³ (Expo lub reszta):"; 919 928 // 920 929 // kLIENCI_OSOBY_DO_KONTAKTUBindingSource … … 1872 1881 this.groupBox1.TabStop = false; 1873 1882 // 1874 // txtAgentExpo1875 //1876 this.txtAgentExpo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.kLIENCIBindingSource, "AgentExpo", true));1877 this.txtAgentExpo.Enabled = false;1878 this.txtAgentExpo.Location = new System.Drawing.Point(7, 97);1879 this.txtAgentExpo.Name = "txtAgentExpo";1880 this.txtAgentExpo.ReadOnly = true;1881 this.txtAgentExpo.Size = new System.Drawing.Size(100, 20);1882 this.txtAgentExpo.TabIndex = 56;1883 //1884 1883 // agencjaLabel 1885 1884 // … … 1897 1896 this.userNameComboBox.DataSource = this.aGENCIBindingSource; 1898 1897 this.userNameComboBox.DisplayMember = "Symbol"; 1898 this.userNameComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 1899 1899 this.userNameComboBox.FormattingEnabled = true; 1900 1900 this.userNameComboBox.Location = new System.Drawing.Point(7, 60); … … 3009 3009 this.groupBox7.TabIndex = 7; 3010 3010 this.groupBox7.TabStop = false; 3011 // 3012 // cbTypKontaktu 3013 // 3014 this.cbTypKontaktu.DataSource = this.kontaktTypBindingSource; 3015 this.cbTypKontaktu.DisplayMember = "Name"; 3016 this.cbTypKontaktu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 3017 this.cbTypKontaktu.FormattingEnabled = true; 3018 this.cbTypKontaktu.Location = new System.Drawing.Point(169, 32); 3019 this.cbTypKontaktu.Name = "cbTypKontaktu"; 3020 this.cbTypKontaktu.Size = new System.Drawing.Size(121, 21); 3021 this.cbTypKontaktu.TabIndex = 12; 3022 this.cbTypKontaktu.ValueMember = "Id"; 3023 // 3024 // kontaktTypBindingSource 3025 // 3026 this.kontaktTypBindingSource.DataMember = "KontaktTyp"; 3027 this.kontaktTypBindingSource.DataSource = this.sLOWNIKDataSet; 3011 3028 // 3012 3029 // opisTextBox1 … … 6171 6188 this.vIEW_KOREKTYTableAdapter.ClearBeforeFill = true; 6172 6189 // 6173 // kontaktTypBindingSource6174 //6175 this.kontaktTypBindingSource.DataMember = "KontaktTyp";6176 this.kontaktTypBindingSource.DataSource = this.sLOWNIKDataSet;6177 //6178 6190 // kontaktTypTableAdapter 6179 6191 // 6180 6192 this.kontaktTypTableAdapter.ClearBeforeFill = true; 6181 6193 // 6182 // cbTypKontaktu 6183 // 6184 this.cbTypKontaktu.DataSource = this.kontaktTypBindingSource; 6185 this.cbTypKontaktu.DisplayMember = "Name"; 6186 this.cbTypKontaktu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 6187 this.cbTypKontaktu.FormattingEnabled = true; 6188 this.cbTypKontaktu.Location = new System.Drawing.Point(169, 32); 6189 this.cbTypKontaktu.Name = "cbTypKontaktu"; 6190 this.cbTypKontaktu.Size = new System.Drawing.Size(121, 21); 6191 this.cbTypKontaktu.TabIndex = 12; 6192 this.cbTypKontaktu.ValueMember = "Id"; 6193 // 6194 // label42 6195 // 6196 label42.AutoSize = true; 6197 label42.Location = new System.Drawing.Point(169, 16); 6198 label42.Name = "label42"; 6199 label42.Size = new System.Drawing.Size(116, 13); 6200 label42.TabIndex = 11; 6201 label42.Text = "Tytu³ (Expo lub reszta):"; 6194 // txtAgentExpo 6195 // 6196 this.txtAgentExpo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.kLIENCIBindingSource, "AgentExpo", true)); 6197 this.txtAgentExpo.Enabled = false; 6198 this.txtAgentExpo.Location = new System.Drawing.Point(7, 97); 6199 this.txtAgentExpo.Name = "txtAgentExpo"; 6200 this.txtAgentExpo.Size = new System.Drawing.Size(100, 20); 6201 this.txtAgentExpo.TabIndex = 56; 6202 6202 // 6203 6203 // ClientsForm … … 6276 6276 this.groupBox7.ResumeLayout(false); 6277 6277 this.groupBox7.PerformLayout(); 6278 ((System.ComponentModel.ISupportInitialize)(this.kontaktTypBindingSource)).EndInit(); 6278 6279 ((System.ComponentModel.ISupportInitialize)(this.BindingNavigatorKontakty)).EndInit(); 6279 6280 this.BindingNavigatorKontakty.ResumeLayout(false); … … 6358 6359 this.szukajToolStrip.ResumeLayout(false); 6359 6360 this.szukajToolStrip.PerformLayout(); 6360 ((System.ComponentModel.ISupportInitialize)(this.kontaktTypBindingSource)).EndInit();6361 6361 this.ResumeLayout(false); 6362 6362 this.PerformLayout(); … … 6827 6827 private System.Windows.Forms.DataGridViewTextBoxColumn waluta_roznica_brutto; 6828 6828 private System.Windows.Forms.DataGridViewTextBoxColumn waluta_miano; 6829 private System.Windows.Forms.TextBox txtAgentExpo;6830 6829 private System.Windows.Forms.ToolStripComboBox cbKontaktTyp; 6831 6830 private System.Windows.Forms.ToolStripLabel toolStripLabel7; … … 6833 6832 private Baza_Reklam.SLOWNIKDataSetTableAdapters.KontaktTypTableAdapter kontaktTypTableAdapter; 6834 6833 private System.Windows.Forms.ComboBox cbTypKontaktu; 6834 private System.Windows.Forms.TextBox txtAgentExpo; 6835 6835 } 6836 6836 }
