Pokaż
Ignoruj:
Data:
2009-03-24 12:01:24 (17 years ago)
Autor:
marek
Opis:

re #134

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/TruckExpoCDN/ExportForm.Designer.cs

    r415 r479  
    3131            this.components = new System.ComponentModel.Container(); 
    3232            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExportForm)); 
    33             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); 
    34             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); 
    35             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = 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(); 
    39             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); 
     33            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle(); 
     34            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle(); 
     35            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle(); 
     36            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle(); 
     37            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle(); 
     38            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle(); 
     39            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle(); 
    4040            this.exportFakturToolStrip = new System.Windows.Forms.ToolStrip(); 
    4141            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); 
     
    4747            this.statusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); 
    4848            this.dataGridView1 = new System.Windows.Forms.DataGridView(); 
    49             this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker(); 
    5049            this.EXPORTED = new System.Windows.Forms.DataGridViewCheckBoxColumn(); 
    5150            this.ID_FAKTURY = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     
    5352            this.DATA_WYSTAWIENIA = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
    5453            this.MIEJSCOWOSC_WYSTAWIENIA = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
     54            this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker(); 
     55            this.cbSelectAll = new System.Windows.Forms.CheckBox(); 
    5556            this.pelnynumerDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 
    5657            this.exportujDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); 
     
    8485            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; 
    8586            this.toolStripButton1.Name = "toolStripButton1"; 
    86             this.toolStripButton1.Size = new System.Drawing.Size(110, 36); 
     87            this.toolStripButton1.Size = new System.Drawing.Size(107, 36); 
    8788            this.toolStripButton1.Text = "Export faktur"; 
    8889            this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); 
     
    9394            this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; 
    9495            this.toolStripButton2.Name = "toolStripButton2"; 
    95             this.toolStripButton2.Size = new System.Drawing.Size(78, 36); 
     96            this.toolStripButton2.Size = new System.Drawing.Size(73, 36); 
    9697            this.toolStripButton2.Text = "Anuluj"; 
    9798            this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); 
     
    102103            this.refreshToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; 
    103104            this.refreshToolStripButton.Name = "refreshToolStripButton"; 
    104             this.refreshToolStripButton.Size = new System.Drawing.Size(87, 36); 
     105            this.refreshToolStripButton.Size = new System.Drawing.Size(83, 36); 
    105106            this.refreshToolStripButton.Text = "Odœwie¿"; 
    106107            this.refreshToolStripButton.Click += new System.EventHandler(this.refreshToolStripButton_Click); 
     
    130131            //  
    131132            this.statusLabel1.Name = "statusLabel1"; 
    132             this.statusLabel1.Size = new System.Drawing.Size(118, 17); 
     133            this.statusLabel1.Size = new System.Drawing.Size(109, 17); 
    133134            this.statusLabel1.Text = "toolStripStatusLabel1"; 
    134135            this.statusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; 
     
    138139            this.dataGridView1.AllowUserToAddRows = false; 
    139140            this.dataGridView1.AllowUserToDeleteRows = false; 
    140             dataGridViewCellStyle1.BackColor = System.Drawing.Color.MintCream; 
    141             this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; 
     141            dataGridViewCellStyle15.BackColor = System.Drawing.Color.MintCream; 
     142            this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle15; 
    142143            this.dataGridView1.AutoGenerateColumns = false; 
    143144            this.dataGridView1.BackgroundColor = System.Drawing.Color.White; 
    144             dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
    145             dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; 
    146             dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 
    147             dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; 
    148             dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; 
    149             dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 
    150             dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 
    151             this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; 
     145            dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
     146            dataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.Control; 
     147            dataGridViewCellStyle16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 
     148            dataGridViewCellStyle16.ForeColor = System.Drawing.SystemColors.WindowText; 
     149            dataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight; 
     150            dataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 
     151            dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 
     152            this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle16; 
    152153            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 
    153154            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { 
     
    169170            this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dataGridView1_DataError); 
    170171            //  
     172            // EXPORTED 
     173            //  
     174            this.EXPORTED.DataPropertyName = "EXPORTED"; 
     175            this.EXPORTED.HeaderText = "EXPORTED"; 
     176            this.EXPORTED.Name = "EXPORTED"; 
     177            this.EXPORTED.ReadOnly = true; 
     178            //  
     179            // ID_FAKTURY 
     180            //  
     181            this.ID_FAKTURY.DataPropertyName = "ID_FAKTURY"; 
     182            dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
     183            this.ID_FAKTURY.DefaultCellStyle = dataGridViewCellStyle17; 
     184            this.ID_FAKTURY.HeaderText = "ID FAKTURY"; 
     185            this.ID_FAKTURY.Name = "ID_FAKTURY"; 
     186            this.ID_FAKTURY.ReadOnly = true; 
     187            //  
     188            // ID_NABYWCY 
     189            //  
     190            this.ID_NABYWCY.DataPropertyName = "ID_NABYWCY"; 
     191            dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
     192            this.ID_NABYWCY.DefaultCellStyle = dataGridViewCellStyle19; 
     193            this.ID_NABYWCY.HeaderText = "ID NABYWCY"; 
     194            this.ID_NABYWCY.Name = "ID_NABYWCY"; 
     195            this.ID_NABYWCY.ReadOnly = true; 
     196            //  
     197            // DATA_WYSTAWIENIA 
     198            //  
     199            this.DATA_WYSTAWIENIA.DataPropertyName = "DATA_WYSTAWIENIA"; 
     200            dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
     201            this.DATA_WYSTAWIENIA.DefaultCellStyle = dataGridViewCellStyle20; 
     202            this.DATA_WYSTAWIENIA.HeaderText = "DATA WYSTAWIENIA"; 
     203            this.DATA_WYSTAWIENIA.Name = "DATA_WYSTAWIENIA"; 
     204            this.DATA_WYSTAWIENIA.ReadOnly = true; 
     205            //  
     206            // MIEJSCOWOSC_WYSTAWIENIA 
     207            //  
     208            this.MIEJSCOWOSC_WYSTAWIENIA.DataPropertyName = "MIEJSCOWOSC_WYSTAWIENIA"; 
     209            dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
     210            this.MIEJSCOWOSC_WYSTAWIENIA.DefaultCellStyle = dataGridViewCellStyle21; 
     211            this.MIEJSCOWOSC_WYSTAWIENIA.HeaderText = "MIEJSCE"; 
     212            this.MIEJSCOWOSC_WYSTAWIENIA.Name = "MIEJSCOWOSC_WYSTAWIENIA"; 
     213            this.MIEJSCOWOSC_WYSTAWIENIA.ReadOnly = true; 
     214            //  
    171215            // backgroundWorker1 
    172216            //  
     
    177221            this.backgroundWorker1.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker1_ProgressChanged); 
    178222            //  
    179             // EXPORTED 
    180             //  
    181             this.EXPORTED.DataPropertyName = "EXPORTED"; 
    182             this.EXPORTED.HeaderText = "EXPORTED"; 
    183             this.EXPORTED.Name = "EXPORTED"; 
    184             this.EXPORTED.ReadOnly = true; 
    185             //  
    186             // ID_FAKTURY 
    187             //  
    188             this.ID_FAKTURY.DataPropertyName = "ID_FAKTURY"; 
    189             dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
    190             this.ID_FAKTURY.DefaultCellStyle = dataGridViewCellStyle3; 
    191             this.ID_FAKTURY.HeaderText = "ID FAKTURY"; 
    192             this.ID_FAKTURY.Name = "ID_FAKTURY"; 
    193             this.ID_FAKTURY.ReadOnly = true; 
    194             //  
    195             // ID_NABYWCY 
    196             //  
    197             this.ID_NABYWCY.DataPropertyName = "ID_NABYWCY"; 
    198             dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
    199             this.ID_NABYWCY.DefaultCellStyle = dataGridViewCellStyle5; 
    200             this.ID_NABYWCY.HeaderText = "ID NABYWCY"; 
    201             this.ID_NABYWCY.Name = "ID_NABYWCY"; 
    202             this.ID_NABYWCY.ReadOnly = true; 
    203             //  
    204             // DATA_WYSTAWIENIA 
    205             //  
    206             this.DATA_WYSTAWIENIA.DataPropertyName = "DATA_WYSTAWIENIA"; 
    207             dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
    208             this.DATA_WYSTAWIENIA.DefaultCellStyle = dataGridViewCellStyle6; 
    209             this.DATA_WYSTAWIENIA.HeaderText = "DATA WYSTAWIENIA"; 
    210             this.DATA_WYSTAWIENIA.Name = "DATA_WYSTAWIENIA"; 
    211             this.DATA_WYSTAWIENIA.ReadOnly = true; 
    212             //  
    213             // MIEJSCOWOSC_WYSTAWIENIA 
    214             //  
    215             this.MIEJSCOWOSC_WYSTAWIENIA.DataPropertyName = "MIEJSCOWOSC_WYSTAWIENIA"; 
    216             dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
    217             this.MIEJSCOWOSC_WYSTAWIENIA.DefaultCellStyle = dataGridViewCellStyle7; 
    218             this.MIEJSCOWOSC_WYSTAWIENIA.HeaderText = "MIEJSCE"; 
    219             this.MIEJSCOWOSC_WYSTAWIENIA.Name = "MIEJSCOWOSC_WYSTAWIENIA"; 
    220             this.MIEJSCOWOSC_WYSTAWIENIA.ReadOnly = true; 
     223            // cbSelectAll 
     224            //  
     225            this.cbSelectAll.AutoSize = true; 
     226            this.cbSelectAll.Checked = true; 
     227            this.cbSelectAll.CheckState = System.Windows.Forms.CheckState.Checked; 
     228            this.cbSelectAll.Location = new System.Drawing.Point(614, 12); 
     229            this.cbSelectAll.Name = "cbSelectAll"; 
     230            this.cbSelectAll.Size = new System.Drawing.Size(114, 17); 
     231            this.cbSelectAll.TabIndex = 5; 
     232            this.cbSelectAll.Text = "Odznacz wszystko"; 
     233            this.cbSelectAll.UseVisualStyleBackColor = true; 
     234            this.cbSelectAll.CheckedChanged += new System.EventHandler(this.cbSelectAll_CheckedChanged); 
    221235            //  
    222236            // pelnynumerDataGridViewTextBoxColumn 
    223237            //  
    224238            this.pelnynumerDataGridViewTextBoxColumn.DataPropertyName = "Pelny_numer"; 
    225             dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
    226             this.pelnynumerDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle4; 
     239            dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 
     240            this.pelnynumerDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle18; 
    227241            this.pelnynumerDataGridViewTextBoxColumn.HeaderText = "NUMER FAKTURY"; 
    228242            this.pelnynumerDataGridViewTextBoxColumn.Name = "pelnynumerDataGridViewTextBoxColumn"; 
     
    254268            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
    255269            this.ClientSize = new System.Drawing.Size(876, 560); 
     270            this.Controls.Add(this.cbSelectAll); 
    256271            this.Controls.Add(this.dataGridView1); 
    257272            this.Controls.Add(this.statusStrip1); 
     
    295310        private System.Windows.Forms.DataGridViewTextBoxColumn MIEJSCOWOSC_WYSTAWIENIA; 
    296311        private System.Windows.Forms.DataGridViewCheckBoxColumn exportujDataGridViewCheckBoxColumn; 
     312        private System.Windows.Forms.CheckBox cbSelectAll; 
    297313    } 
    298314}