Pokaż
Ignoruj:
Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • Baza Reklam 2 - Faktury/FactureViewer.Designer.cs

    r29 r10  
    3232            System.Windows.Forms.Label nUMERLabel; 
    3333            this.splitContainer1 = new System.Windows.Forms.SplitContainer(); 
    34             this.groupBox2 = new System.Windows.Forms.GroupBox(); 
    35             this.powodKorektyComboBox = new System.Windows.Forms.ComboBox(); 
    36             this.nUMERTextBox = new System.Windows.Forms.TextBox(); 
    37             this.fAKTURYBindingSource = new System.Windows.Forms.BindingSource(this.components); 
    38             this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet(); 
    39             this.label1 = new System.Windows.Forms.Label(); 
    40             this.opisTextBox = new System.Windows.Forms.TextBox(); 
    4134            this.groupBox1 = new System.Windows.Forms.GroupBox(); 
     35            this.label2 = new System.Windows.Forms.Label(); 
    4236            this.proformaCheckBox = new System.Windows.Forms.CheckBox(); 
    43             this.label2 = new System.Windows.Forms.Label(); 
    44             this.zaplaconoCheckBox = new System.Windows.Forms.CheckBox(); 
    4537            this.podpisCheckBox = new System.Windows.Forms.CheckBox(); 
    4638            this.jezykComboBox = new System.Windows.Forms.ComboBox(); 
     
    4840            this.typComboBox = new System.Windows.Forms.ComboBox(); 
    4941            this.zapiszButton = new System.Windows.Forms.Button(); 
     42            this.label1 = new System.Windows.Forms.Label(); 
     43            this.opisTextBox = new System.Windows.Forms.TextBox(); 
     44            this.fAKTURYBindingSource = new System.Windows.Forms.BindingSource(this.components); 
     45            this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet(); 
    5046            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer(); 
    5147            this.fAKTURYTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.FAKTURYTableAdapter(); 
     
    5551            this.raporty = new Baza_Reklam.raporty(); 
    5652            this.fAKTURA_DETAILS2TableAdapter = new Baza_Reklam.raportyTableAdapters.FAKTURA_DETAILS2TableAdapter(); 
     53            this.groupBox2 = new System.Windows.Forms.GroupBox(); 
     54            this.nUMERTextBox = new System.Windows.Forms.TextBox(); 
    5755            nUMERLabel = new System.Windows.Forms.Label(); 
    5856            this.splitContainer1.Panel1.SuspendLayout(); 
    5957            this.splitContainer1.Panel2.SuspendLayout(); 
    6058            this.splitContainer1.SuspendLayout(); 
    61             this.groupBox2.SuspendLayout(); 
     59            this.groupBox1.SuspendLayout(); 
    6260            ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).BeginInit(); 
    6361            ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).BeginInit(); 
    64             this.groupBox1.SuspendLayout(); 
    6562            ((System.ComponentModel.ISupportInitialize)(this.raporty)).BeginInit(); 
     63            this.groupBox2.SuspendLayout(); 
    6664            this.SuspendLayout(); 
    67             //  
    68             // nUMERLabel 
    69             //  
    70             nUMERLabel.AutoSize = true; 
    71             nUMERLabel.Location = new System.Drawing.Point(6, 99); 
    72             nUMERLabel.Name = "nUMERLabel"; 
    73             nUMERLabel.Size = new System.Drawing.Size(41, 13); 
    74             nUMERLabel.TabIndex = 7; 
    75             nUMERLabel.Text = "Numer:"; 
    7665            //  
    7766            // splitContainer1 
     
    9584            this.splitContainer1.TabIndex = 0; 
    9685            //  
    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             //  
    16186            // groupBox1 
    16287            //  
     88            this.groupBox1.Controls.Add(this.label2); 
    16389            this.groupBox1.Controls.Add(this.proformaCheckBox); 
    164             this.groupBox1.Controls.Add(this.label2); 
    165             this.groupBox1.Controls.Add(this.zaplaconoCheckBox); 
    16690            this.groupBox1.Controls.Add(this.podpisCheckBox); 
    16791            this.groupBox1.Controls.Add(this.jezykComboBox); 
     
    176100            this.groupBox1.Text = "Wydruk"; 
    177101            //  
    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             //  
    190102            // label2 
    191103            //  
     
    197109            this.label2.Text = "Jêzyk:"; 
    198110            //  
    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; 
    209121            //  
    210122            // podpisCheckBox 
     
    214126            this.podpisCheckBox.Checked = true; 
    215127            this.podpisCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; 
    216             this.podpisCheckBox.Location = new System.Drawing.Point(27, 102); 
     128            this.podpisCheckBox.Location = new System.Drawing.Point(16, 102); 
    217129            this.podpisCheckBox.Name = "podpisCheckBox"; 
    218130            this.podpisCheckBox.Size = new System.Drawing.Size(61, 17); 
     
    268180            this.zapiszButton.UseVisualStyleBackColor = true; 
    269181            //  
     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            //  
    270210            // reportViewer1 
    271211            //  
     
    303243            //  
    304244            this.fAKTURA_DETAILS2TableAdapter.ClearBeforeFill = true; 
     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; 
    305275            //  
    306276            // FactureViewer 
     
    318288            this.splitContainer1.Panel2.ResumeLayout(false); 
    319289            this.splitContainer1.ResumeLayout(false); 
     290            this.groupBox1.ResumeLayout(false); 
     291            this.groupBox1.PerformLayout(); 
     292            ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).EndInit(); 
     293            ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).EndInit(); 
     294            ((System.ComponentModel.ISupportInitialize)(this.raporty)).EndInit(); 
    320295            this.groupBox2.ResumeLayout(false); 
    321296            this.groupBox2.PerformLayout(); 
    322             ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).EndInit(); 
    323             ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).EndInit(); 
    324             this.groupBox1.ResumeLayout(false); 
    325             this.groupBox1.PerformLayout(); 
    326             ((System.ComponentModel.ISupportInitialize)(this.raporty)).EndInit(); 
    327297            this.ResumeLayout(false); 
    328298 
     
    349319        private raporty raporty; 
    350320        private Baza_Reklam.raportyTableAdapters.FAKTURA_DETAILS2TableAdapter fAKTURA_DETAILS2TableAdapter; 
    351         private System.Windows.Forms.CheckBox zaplaconoCheckBox; 
     321        private System.Windows.Forms.CheckBox proformaCheckBox; 
    352322        private System.Windows.Forms.GroupBox groupBox1; 
    353323        private System.Windows.Forms.GroupBox groupBox2; 
    354324        private System.Windows.Forms.TextBox nUMERTextBox; 
    355         private System.Windows.Forms.CheckBox proformaCheckBox; 
    356         private System.Windows.Forms.ComboBox powodKorektyComboBox; 
    357325    } 
    358326}