Pokaż
Ignoruj:
Data:
2009-03-26 15:34:22 (17 years ago)
Autor:
marek
Opis:

fixes #142

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/BazaReklam/ClientsForm.Designer.cs

    r457 r488  
    5454            System.Windows.Forms.Label kodKlientaLabel; 
    5555            System.Windows.Forms.Label label41; 
     56            System.Windows.Forms.Label label42; 
    5657            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClientsForm)); 
    5758            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); 
     
    9798            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle41 = new System.Windows.Forms.DataGridViewCellStyle(); 
    9899            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle42 = new System.Windows.Forms.DataGridViewCellStyle(); 
    99             System.Windows.Forms.Label label42; 
    100100            this.kLIENCI_OSOBY_DO_KONTAKTUBindingSource = new System.Windows.Forms.BindingSource(this.components); 
    101101            this.kLIENCIBindingSource = new System.Windows.Forms.BindingSource(this.components); 
     
    169169            this.tytulyListBox = new System.Windows.Forms.ListBox(); 
    170170            this.groupBox1 = new System.Windows.Forms.GroupBox(); 
    171             this.txtAgentExpo = new System.Windows.Forms.TextBox(); 
    172171            this.agencjaLabel = new System.Windows.Forms.Label(); 
    173172            this.userNameComboBox = new System.Windows.Forms.ComboBox(); 
     
    272271            this.kONTAKTYBindingSource = new System.Windows.Forms.BindingSource(this.components); 
    273272            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); 
    274275            this.opisTextBox1 = new System.Windows.Forms.TextBox(); 
    275276            this.rodzajComboBox = new System.Windows.Forms.ComboBox(); 
     
    562563            this.szukajToolStrip = new System.Windows.Forms.ToolStrip(); 
    563564            this.vIEW_KOREKTYTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.VIEW_KOREKTYTableAdapter(); 
    564             this.kontaktTypBindingSource = new System.Windows.Forms.BindingSource(this.components); 
    565565            this.kontaktTypTableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.KontaktTypTableAdapter(); 
    566             this.cbTypKontaktu = new System.Windows.Forms.ComboBox(); 
     566            this.txtAgentExpo = new System.Windows.Forms.TextBox(); 
    567567            modify_UserLabel = new System.Windows.Forms.Label(); 
    568568            last_ModifyLabel = new System.Windows.Forms.Label(); 
     
    637637            ((System.ComponentModel.ISupportInitialize)(this.kONTAKTYBindingSource)).BeginInit(); 
    638638            this.groupBox7.SuspendLayout(); 
     639            ((System.ComponentModel.ISupportInitialize)(this.kontaktTypBindingSource)).BeginInit(); 
    639640            ((System.ComponentModel.ISupportInitialize)(this.BindingNavigatorKontakty)).BeginInit(); 
    640641            this.BindingNavigatorKontakty.SuspendLayout(); 
     
    699700            this.groupBox14.SuspendLayout(); 
    700701            this.szukajToolStrip.SuspendLayout(); 
    701             ((System.ComponentModel.ISupportInitialize)(this.kontaktTypBindingSource)).BeginInit(); 
    702702            this.SuspendLayout(); 
    703703            //  
     
    917917            label41.TabIndex = 55; 
    918918            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):"; 
    919928            //  
    920929            // kLIENCI_OSOBY_DO_KONTAKTUBindingSource 
     
    18721881            this.groupBox1.TabStop = false; 
    18731882            //  
    1874             // txtAgentExpo 
    1875             //  
    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             //  
    18841883            // agencjaLabel 
    18851884            //  
     
    18971896            this.userNameComboBox.DataSource = this.aGENCIBindingSource; 
    18981897            this.userNameComboBox.DisplayMember = "Symbol"; 
     1898            this.userNameComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 
    18991899            this.userNameComboBox.FormattingEnabled = true; 
    19001900            this.userNameComboBox.Location = new System.Drawing.Point(7, 60); 
     
    30093009            this.groupBox7.TabIndex = 7; 
    30103010            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; 
    30113028            //  
    30123029            // opisTextBox1 
     
    61716188            this.vIEW_KOREKTYTableAdapter.ClearBeforeFill = true; 
    61726189            //  
    6173             // kontaktTypBindingSource 
    6174             //  
    6175             this.kontaktTypBindingSource.DataMember = "KontaktTyp"; 
    6176             this.kontaktTypBindingSource.DataSource = this.sLOWNIKDataSet; 
    6177             //  
    61786190            // kontaktTypTableAdapter 
    61796191            //  
    61806192            this.kontaktTypTableAdapter.ClearBeforeFill = true; 
    61816193            //  
    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; 
    62026202            //  
    62036203            // ClientsForm 
     
    62766276            this.groupBox7.ResumeLayout(false); 
    62776277            this.groupBox7.PerformLayout(); 
     6278            ((System.ComponentModel.ISupportInitialize)(this.kontaktTypBindingSource)).EndInit(); 
    62786279            ((System.ComponentModel.ISupportInitialize)(this.BindingNavigatorKontakty)).EndInit(); 
    62796280            this.BindingNavigatorKontakty.ResumeLayout(false); 
     
    63586359            this.szukajToolStrip.ResumeLayout(false); 
    63596360            this.szukajToolStrip.PerformLayout(); 
    6360             ((System.ComponentModel.ISupportInitialize)(this.kontaktTypBindingSource)).EndInit(); 
    63616361            this.ResumeLayout(false); 
    63626362            this.PerformLayout(); 
     
    68276827        private System.Windows.Forms.DataGridViewTextBoxColumn waluta_roznica_brutto; 
    68286828        private System.Windows.Forms.DataGridViewTextBoxColumn waluta_miano; 
    6829         private System.Windows.Forms.TextBox txtAgentExpo; 
    68306829        private System.Windows.Forms.ToolStripComboBox cbKontaktTyp; 
    68316830        private System.Windows.Forms.ToolStripLabel toolStripLabel7; 
     
    68336832        private Baza_Reklam.SLOWNIKDataSetTableAdapters.KontaktTypTableAdapter kontaktTypTableAdapter; 
    68346833        private System.Windows.Forms.ComboBox cbTypKontaktu; 
     6834        private System.Windows.Forms.TextBox txtAgentExpo; 
    68356835    } 
    68366836}