Pokaż
Ignoruj:
Data:
2008-12-20 22:23:31 (17 years ago)
Autor:
dorota
Opis:
 
Pliki:
1 zmodyfikowane

Legenda:

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

    r69 r71  
    3030        { 
    3131            this.components = new System.ComponentModel.Container(); 
    32             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); 
    33             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); 
    34             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); 
    35             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); 
    36             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); 
    37             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); 
    38             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); 
     32            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); 
     33            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); 
     34            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); 
     35            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); 
     36            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle(); 
     37            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle(); 
     38            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle(); 
    3939            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ZamowieniaForm)); 
    40             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); 
     40            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle(); 
    4141            this.zamowieniaDataGridView = new System.Windows.Forms.DataGridView(); 
    4242            this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); 
     
    9696            this.korektaButton = new System.Windows.Forms.Button(); 
    9797            this.korektaDoExportButton = new System.Windows.Forms.Button(); 
     98            this.dtpZmianaDaty = new System.Windows.Forms.DateTimePicker(); 
    9899            ((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataGridView)).BeginInit(); 
    99100            ((System.ComponentModel.ISupportInitialize)(this.zamowieniaBindingSource)).BeginInit(); 
     
    114115            this.zamowieniaDataGridView.AllowUserToAddRows = false; 
    115116            this.zamowieniaDataGridView.AllowUserToDeleteRows = false; 
    116             dataGridViewCellStyle1.BackColor = System.Drawing.Color.MintCream; 
    117             this.zamowieniaDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; 
     117            dataGridViewCellStyle9.BackColor = System.Drawing.Color.MintCream; 
     118            this.zamowieniaDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9; 
    118119            this.zamowieniaDataGridView.AutoGenerateColumns = false; 
    119120            this.zamowieniaDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; 
    120121            this.zamowieniaDataGridView.BackgroundColor = System.Drawing.Color.White; 
    121             dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
    122             dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; 
    123             dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 
    124             dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; 
    125             dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; 
    126             dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 
    127             dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 
    128             this.zamowieniaDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; 
     122            dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
     123            dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control; 
     124            dataGridViewCellStyle10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 
     125            dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText; 
     126            dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight; 
     127            dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 
     128            dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 
     129            this.zamowieniaDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10; 
    129130            this.zamowieniaDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { 
    130131            this.dataGridViewCheckBoxColumn1, 
     
    140141            this.zamowieniaDataGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; 
    141142            this.zamowieniaDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; 
    142             this.zamowieniaDataGridView.Size = new System.Drawing.Size(368, 266); 
     143            this.zamowieniaDataGridView.Size = new System.Drawing.Size(379, 266); 
    143144            this.zamowieniaDataGridView.TabIndex = 1; 
    144145            //  
     
    190191            this.rEKLAMADataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; 
    191192            this.rEKLAMADataGridView.BackgroundColor = System.Drawing.Color.White; 
    192             dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
    193             dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control; 
    194             dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 
    195             dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText; 
    196             dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; 
    197             dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 
    198             dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 
    199             this.rEKLAMADataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3; 
     193            dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
     194            dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control; 
     195            dataGridViewCellStyle11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 
     196            dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText; 
     197            dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight; 
     198            dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 
     199            dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 
     200            this.rEKLAMADataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11; 
    200201            this.rEKLAMADataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { 
    201202            this.dataGridViewTextBoxColumn9, 
     
    241242            //  
    242243            this.VAT.DataPropertyName = "VAT"; 
    243             dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
    244             dataGridViewCellStyle4.Format = "P"; 
    245             this.VAT.DefaultCellStyle = dataGridViewCellStyle4; 
     244            dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
     245            dataGridViewCellStyle12.Format = "P"; 
     246            this.VAT.DefaultCellStyle = dataGridViewCellStyle12; 
    246247            this.VAT.HeaderText = "VAT"; 
    247248            this.VAT.Name = "VAT"; 
     
    273274            this.rEKLAMADataGridView1.AllowUserToAddRows = false; 
    274275            this.rEKLAMADataGridView1.AllowUserToDeleteRows = false; 
    275             dataGridViewCellStyle5.BackColor = System.Drawing.Color.MintCream; 
    276             this.rEKLAMADataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5; 
     276            dataGridViewCellStyle13.BackColor = System.Drawing.Color.MintCream; 
     277            this.rEKLAMADataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle13; 
    277278            this.rEKLAMADataGridView1.AutoGenerateColumns = false; 
    278279            this.rEKLAMADataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; 
    279280            this.rEKLAMADataGridView1.BackgroundColor = System.Drawing.Color.White; 
    280             dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
    281             dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control; 
    282             dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 
    283             dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText; 
    284             dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight; 
    285             dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 
    286             dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 
    287             this.rEKLAMADataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6; 
     281            dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
     282            dataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Control; 
     283            dataGridViewCellStyle14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 
     284            dataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.WindowText; 
     285            dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight; 
     286            dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 
     287            dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 
     288            this.rEKLAMADataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle14; 
    288289            this.rEKLAMADataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { 
    289290            this.dataGridViewTextBoxColumn72, 
     
    339340            //  
    340341            this.dataGridViewTextBoxColumn43.DataPropertyName = "VAT"; 
    341             dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
    342             dataGridViewCellStyle7.Format = "P"; 
    343             this.dataGridViewTextBoxColumn43.DefaultCellStyle = dataGridViewCellStyle7; 
     342            dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
     343            dataGridViewCellStyle15.Format = "P"; 
     344            this.dataGridViewTextBoxColumn43.DefaultCellStyle = dataGridViewCellStyle15; 
    344345            this.dataGridViewTextBoxColumn43.HeaderText = "VAT"; 
    345346            this.dataGridViewTextBoxColumn43.Name = "dataGridViewTextBoxColumn43"; 
     
    370371            //  
    371372            this.dodajButton.Image = ((System.Drawing.Image)(resources.GetObject("dodajButton.Image"))); 
    372             this.dodajButton.Location = new System.Drawing.Point(9, 291); 
     373            this.dodajButton.Location = new System.Drawing.Point(6, 291); 
    373374            this.dodajButton.Name = "dodajButton"; 
    374             this.dodajButton.Size = new System.Drawing.Size(78, 38); 
     375            this.dodajButton.Size = new System.Drawing.Size(52, 38); 
    375376            this.dodajButton.TabIndex = 3; 
    376             this.dodajButton.Text = "Dodaj"; 
    377377            this.dodajButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 
    378378            this.dodajButton.UseVisualStyleBackColor = true; 
     
    406406            //  
    407407            this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image"))); 
    408             this.button1.Location = new System.Drawing.Point(297, 291); 
     408            this.button1.Location = new System.Drawing.Point(211, 290); 
    409409            this.button1.Name = "button1"; 
    410410            this.button1.Size = new System.Drawing.Size(77, 38); 
     
    429429            this.fAKTURYDataGridView.AllowUserToAddRows = false; 
    430430            this.fAKTURYDataGridView.AllowUserToDeleteRows = false; 
    431             dataGridViewCellStyle8.BackColor = System.Drawing.Color.MintCream; 
    432             this.fAKTURYDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8; 
     431            dataGridViewCellStyle16.BackColor = System.Drawing.Color.MintCream; 
     432            this.fAKTURYDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16; 
    433433            this.fAKTURYDataGridView.AutoGenerateColumns = false; 
    434434            this.fAKTURYDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; 
     
    540540            //  
    541541            this.WydrukButton.Image = ((System.Drawing.Image)(resources.GetObject("WydrukButton.Image"))); 
    542             this.WydrukButton.Location = new System.Drawing.Point(257, 291); 
     542            this.WydrukButton.Location = new System.Drawing.Point(171, 290); 
    543543            this.WydrukButton.Name = "WydrukButton"; 
    544544            this.WydrukButton.Size = new System.Drawing.Size(34, 38); 
     
    562562            //  
    563563            this.edytujButton.Image = ((System.Drawing.Image)(resources.GetObject("edytujButton.Image"))); 
    564             this.edytujButton.Location = new System.Drawing.Point(90, 291); 
     564            this.edytujButton.Location = new System.Drawing.Point(64, 291); 
    565565            this.edytujButton.Name = "edytujButton"; 
    566             this.edytujButton.Size = new System.Drawing.Size(79, 38); 
     566            this.edytujButton.Size = new System.Drawing.Size(50, 38); 
    567567            this.edytujButton.TabIndex = 10; 
    568             this.edytujButton.Text = "Edytuj"; 
    569568            this.edytujButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 
    570569            this.edytujButton.UseVisualStyleBackColor = true; 
     
    574573            //  
    575574            this.button3.Image = ((System.Drawing.Image)(resources.GetObject("button3.Image"))); 
    576             this.button3.Location = new System.Drawing.Point(175, 291); 
     575            this.button3.Location = new System.Drawing.Point(120, 291); 
    577576            this.button3.Name = "button3"; 
    578             this.button3.Size = new System.Drawing.Size(76, 38); 
     577            this.button3.Size = new System.Drawing.Size(45, 38); 
    579578            this.button3.TabIndex = 11; 
    580             this.button3.Text = "Usuñ"; 
    581579            this.button3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 
    582580            this.button3.UseVisualStyleBackColor = true; 
     
    595593            this.groupBox1.Location = new System.Drawing.Point(12, 366); 
    596594            this.groupBox1.Name = "groupBox1"; 
    597             this.groupBox1.Size = new System.Drawing.Size(879, 256); 
     595            this.groupBox1.Size = new System.Drawing.Size(891, 256); 
    598596            this.groupBox1.TabIndex = 12; 
    599597            this.groupBox1.TabStop = false; 
     
    640638            // groupBox2 
    641639            //  
     640            this.groupBox2.Controls.Add(this.dtpZmianaDaty); 
    642641            this.groupBox2.Controls.Add(this.zamowieniaDataGridView); 
    643642            this.groupBox2.Controls.Add(this.dodajButton); 
     
    648647            this.groupBox2.Location = new System.Drawing.Point(12, 22); 
    649648            this.groupBox2.Name = "groupBox2"; 
    650             this.groupBox2.Size = new System.Drawing.Size(380, 338); 
     649            this.groupBox2.Size = new System.Drawing.Size(397, 338); 
    651650            this.groupBox2.TabIndex = 13; 
    652651            this.groupBox2.TabStop = false; 
     
    661660            this.groupBox3.Controls.Add(this.fAKTURYDataGridView); 
    662661            this.groupBox3.Controls.Add(this.button2); 
    663             this.groupBox3.Location = new System.Drawing.Point(412, 22); 
     662            this.groupBox3.Location = new System.Drawing.Point(424, 22); 
    664663            this.groupBox3.Name = "groupBox3"; 
    665664            this.groupBox3.Size = new System.Drawing.Size(479, 338); 
     
    712711            this.korektaDoExportButton.Click += new System.EventHandler(this.korektaDoExportButton_Click); 
    713712            //  
     713            // dtpZmianaDaty 
     714            //  
     715            this.dtpZmianaDaty.Format = System.Windows.Forms.DateTimePickerFormat.Short; 
     716            this.dtpZmianaDaty.Location = new System.Drawing.Point(305, 299); 
     717            this.dtpZmianaDaty.Name = "dtpZmianaDaty"; 
     718            this.dtpZmianaDaty.Size = new System.Drawing.Size(80, 20); 
     719            this.dtpZmianaDaty.TabIndex = 12; 
     720            //  
    714721            // ZamowieniaForm 
    715722            //  
    716723            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 
    717724            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
    718             this.ClientSize = new System.Drawing.Size(915, 634); 
     725            this.ClientSize = new System.Drawing.Size(915, 633); 
    719726            this.Controls.Add(this.groupBox3); 
    720727            this.Controls.Add(this.groupBox2); 
     
    803810        private System.Windows.Forms.DataGridViewCheckBoxColumn ZATWIERDZONO_DO_DRUKU2; 
    804811        private System.Windows.Forms.Button usunFaktureButton; 
     812        private System.Windows.Forms.DateTimePicker dtpZmianaDaty; 
    805813    } 
    806814}