Zbiór zmian 838 dla branches/Emisje/TruckExpoCDN/ExportForm.Designer.cs
- Data:
- 2009-09-30 15:49:14 (17 years ago)
- Lokalizacja:
- branches/Emisje
- Pliki:
-
- 2 zmodyfikowane
-
. (zmodyfikowane) (1 prop)
-
TruckExpoCDN/ExportForm.Designer.cs (zmodyfikowane) (7 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
branches/Emisje
- Property svn:mergeinfo
-
old new 1 /branches/AutoShopper:815-818 1 2 /branches/ReklamaReorganizacja:568-731 2 /trunk:774-810 3 /tags/BazaReklam_1.1.28:831 4 /trunk:774-837
-
- Property svn:mergeinfo
-
branches/Emisje/TruckExpoCDN/ExportForm.Designer.cs
r479 r838 31 31 this.components = new System.ComponentModel.Container(); 32 32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExportForm)); 33 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 5= new System.Windows.Forms.DataGridViewCellStyle();34 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 16= new System.Windows.Forms.DataGridViewCellStyle();35 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 17= new System.Windows.Forms.DataGridViewCellStyle();36 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 19= new System.Windows.Forms.DataGridViewCellStyle();37 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 20= new System.Windows.Forms.DataGridViewCellStyle();38 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 21= new System.Windows.Forms.DataGridViewCellStyle();39 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 18= new System.Windows.Forms.DataGridViewCellStyle();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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); 37 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); 38 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); 39 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); 40 40 this.exportFakturToolStrip = new System.Windows.Forms.ToolStrip(); 41 41 this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); … … 49 49 this.EXPORTED = new System.Windows.Forms.DataGridViewCheckBoxColumn(); 50 50 this.ID_FAKTURY = new System.Windows.Forms.DataGridViewTextBoxColumn(); 51 this.pelnynumerDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 51 52 this.ID_NABYWCY = new System.Windows.Forms.DataGridViewTextBoxColumn(); 52 53 this.DATA_WYSTAWIENIA = new System.Windows.Forms.DataGridViewTextBoxColumn(); 53 54 this.MIEJSCOWOSC_WYSTAWIENIA = new System.Windows.Forms.DataGridViewTextBoxColumn(); 54 this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();55 this.cbSelectAll = new System.Windows.Forms.CheckBox();56 this.pelnynumerDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();57 55 this.exportujDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); 58 56 this.fAKTURYBindingSource = new System.Windows.Forms.BindingSource(this.components); 59 57 this.eXPODataSet = new ExportFaktur.EXPODataSet(); 58 this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker(); 59 this.cbSelectAll = new System.Windows.Forms.CheckBox(); 60 60 this.fAKTURYTableAdapter = new ExportFaktur.EXPODataSetTableAdapters.FAKTURYTableAdapter(); 61 61 this.exportFakturToolStrip.SuspendLayout(); … … 139 139 this.dataGridView1.AllowUserToAddRows = false; 140 140 this.dataGridView1.AllowUserToDeleteRows = false; 141 dataGridViewCellStyle1 5.BackColor = System.Drawing.Color.MintCream;142 this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1 5;141 dataGridViewCellStyle1.BackColor = System.Drawing.Color.MintCream; 142 this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; 143 143 this.dataGridView1.AutoGenerateColumns = false; 144 144 this.dataGridView1.BackgroundColor = System.Drawing.Color.White; 145 dataGridViewCellStyle 16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;146 dataGridViewCellStyle 16.BackColor = System.Drawing.SystemColors.Control;147 dataGridViewCellStyle 16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));148 dataGridViewCellStyle 16.ForeColor = System.Drawing.SystemColors.WindowText;149 dataGridViewCellStyle 16.SelectionBackColor = System.Drawing.SystemColors.Highlight;150 dataGridViewCellStyle 16.SelectionForeColor = System.Drawing.SystemColors.HighlightText;151 dataGridViewCellStyle 16.WrapMode = System.Windows.Forms.DataGridViewTriState.True;152 this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle 16;145 dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 146 dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; 147 dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 148 dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; 149 dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; 150 dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 151 dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 152 this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; 153 153 this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 154 154 this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { … … 180 180 // 181 181 this.ID_FAKTURY.DataPropertyName = "ID_FAKTURY"; 182 dataGridViewCellStyle 17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;183 this.ID_FAKTURY.DefaultCellStyle = dataGridViewCellStyle 17;182 dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 183 this.ID_FAKTURY.DefaultCellStyle = dataGridViewCellStyle3; 184 184 this.ID_FAKTURY.HeaderText = "ID FAKTURY"; 185 185 this.ID_FAKTURY.Name = "ID_FAKTURY"; 186 186 this.ID_FAKTURY.ReadOnly = true; 187 187 // 188 // pelnynumerDataGridViewTextBoxColumn 189 // 190 this.pelnynumerDataGridViewTextBoxColumn.DataPropertyName = "Pelny_numer"; 191 dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 192 this.pelnynumerDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle4; 193 this.pelnynumerDataGridViewTextBoxColumn.HeaderText = "NUMER FAKTURY"; 194 this.pelnynumerDataGridViewTextBoxColumn.Name = "pelnynumerDataGridViewTextBoxColumn"; 195 this.pelnynumerDataGridViewTextBoxColumn.ReadOnly = true; 196 // 188 197 // ID_NABYWCY 189 198 // 190 199 this.ID_NABYWCY.DataPropertyName = "ID_NABYWCY"; 191 dataGridViewCellStyle 19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;192 this.ID_NABYWCY.DefaultCellStyle = dataGridViewCellStyle 19;200 dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 201 this.ID_NABYWCY.DefaultCellStyle = dataGridViewCellStyle5; 193 202 this.ID_NABYWCY.HeaderText = "ID NABYWCY"; 194 203 this.ID_NABYWCY.Name = "ID_NABYWCY"; … … 198 207 // 199 208 this.DATA_WYSTAWIENIA.DataPropertyName = "DATA_WYSTAWIENIA"; 200 dataGridViewCellStyle 20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;201 this.DATA_WYSTAWIENIA.DefaultCellStyle = dataGridViewCellStyle 20;209 dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 210 this.DATA_WYSTAWIENIA.DefaultCellStyle = dataGridViewCellStyle6; 202 211 this.DATA_WYSTAWIENIA.HeaderText = "DATA WYSTAWIENIA"; 203 212 this.DATA_WYSTAWIENIA.Name = "DATA_WYSTAWIENIA"; … … 207 216 // 208 217 this.MIEJSCOWOSC_WYSTAWIENIA.DataPropertyName = "MIEJSCOWOSC_WYSTAWIENIA"; 209 dataGridViewCellStyle 21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;210 this.MIEJSCOWOSC_WYSTAWIENIA.DefaultCellStyle = dataGridViewCellStyle 21;218 dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 219 this.MIEJSCOWOSC_WYSTAWIENIA.DefaultCellStyle = dataGridViewCellStyle7; 211 220 this.MIEJSCOWOSC_WYSTAWIENIA.HeaderText = "MIEJSCE"; 212 221 this.MIEJSCOWOSC_WYSTAWIENIA.Name = "MIEJSCOWOSC_WYSTAWIENIA"; 213 222 this.MIEJSCOWOSC_WYSTAWIENIA.ReadOnly = true; 223 // 224 // exportujDataGridViewCheckBoxColumn 225 // 226 this.exportujDataGridViewCheckBoxColumn.DataPropertyName = "Exportuj"; 227 this.exportujDataGridViewCheckBoxColumn.HeaderText = "EXPORTUJ"; 228 this.exportujDataGridViewCheckBoxColumn.Name = "exportujDataGridViewCheckBoxColumn"; 229 // 230 // fAKTURYBindingSource 231 // 232 this.fAKTURYBindingSource.DataMember = "FAKTURY"; 233 this.fAKTURYBindingSource.DataSource = this.eXPODataSet; 234 // 235 // eXPODataSet 236 // 237 this.eXPODataSet.DataSetName = "EXPODataSet"; 238 this.eXPODataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; 214 239 // 215 240 // backgroundWorker1 … … 233 258 this.cbSelectAll.UseVisualStyleBackColor = true; 234 259 this.cbSelectAll.CheckedChanged += new System.EventHandler(this.cbSelectAll_CheckedChanged); 235 //236 // pelnynumerDataGridViewTextBoxColumn237 //238 this.pelnynumerDataGridViewTextBoxColumn.DataPropertyName = "Pelny_numer";239 dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;240 this.pelnynumerDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle18;241 this.pelnynumerDataGridViewTextBoxColumn.HeaderText = "NUMER FAKTURY";242 this.pelnynumerDataGridViewTextBoxColumn.Name = "pelnynumerDataGridViewTextBoxColumn";243 this.pelnynumerDataGridViewTextBoxColumn.ReadOnly = true;244 //245 // exportujDataGridViewCheckBoxColumn246 //247 this.exportujDataGridViewCheckBoxColumn.DataPropertyName = "Exportuj";248 this.exportujDataGridViewCheckBoxColumn.HeaderText = "EXPORTUJ";249 this.exportujDataGridViewCheckBoxColumn.Name = "exportujDataGridViewCheckBoxColumn";250 //251 // fAKTURYBindingSource252 //253 this.fAKTURYBindingSource.DataMember = "FAKTURY";254 this.fAKTURYBindingSource.DataSource = this.eXPODataSet;255 //256 // eXPODataSet257 //258 this.eXPODataSet.DataSetName = "EXPODataSet";259 this.eXPODataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;260 260 // 261 261 // fAKTURYTableAdapter
