- Data:
- 2009-01-10 22:41:53 (17 years ago)
- Lokalizacja:
- trunk/BazaReklam
- Pliki:
-
- 2 zmodyfikowane
-
PaymentForm2.Designer.cs (zmodyfikowane) (4 diffs)
-
PaymentForm2.resx (zmodyfikowane) (3 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/BazaReklam/PaymentForm2.Designer.cs
r91 r136 36 36 System.Windows.Forms.Label bRUTTOLabel; 37 37 System.Windows.Forms.Label suma_zaplatLabel; 38 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PaymentForm2));39 38 System.Windows.Forms.Label waluta_bruttoLabel; 40 39 System.Windows.Forms.Label waluta_mianoLabel; 40 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PaymentForm2)); 41 41 this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet(); 42 42 this.wplatyBindingSource = new System.Windows.Forms.BindingSource(this.components); … … 122 122 suma_zaplatLabel.Text = "Suma zap³at:"; 123 123 // 124 // waluta_bruttoLabel 125 // 126 waluta_bruttoLabel.AutoSize = true; 127 waluta_bruttoLabel.Location = new System.Drawing.Point(19, 172); 128 waluta_bruttoLabel.Name = "waluta_bruttoLabel"; 129 waluta_bruttoLabel.Size = new System.Drawing.Size(88, 13); 130 waluta_bruttoLabel.TabIndex = 17; 131 waluta_bruttoLabel.Text = "Brutto w walucie:"; 132 // 133 // waluta_mianoLabel 134 // 135 waluta_mianoLabel.AutoSize = true; 136 waluta_mianoLabel.Location = new System.Drawing.Point(173, 172); 137 waluta_mianoLabel.Name = "waluta_mianoLabel"; 138 waluta_mianoLabel.Size = new System.Drawing.Size(44, 13); 139 waluta_mianoLabel.TabIndex = 18; 140 waluta_mianoLabel.Text = "Waluta:"; 141 // 124 142 // rEKLAMADataSet 125 143 // … … 232 250 this.VIEW_ZESTAWIENIE_FAKTUR_NOWETableAdapter.ClearBeforeFill = true; 233 251 // 234 // waluta_bruttoLabel235 //236 waluta_bruttoLabel.AutoSize = true;237 waluta_bruttoLabel.Location = new System.Drawing.Point(19, 172);238 waluta_bruttoLabel.Name = "waluta_bruttoLabel";239 waluta_bruttoLabel.Size = new System.Drawing.Size(88, 13);240 waluta_bruttoLabel.TabIndex = 17;241 waluta_bruttoLabel.Text = "Brutto w walucie:";242 //243 252 // waluta_bruttoTextBox 244 253 // 245 254 this.waluta_bruttoTextBox.BackColor = System.Drawing.Color.WhiteSmoke; 246 this.waluta_bruttoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.wplatyBindingSource, "waluta_brutto", true ));255 this.waluta_bruttoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.wplatyBindingSource, "waluta_brutto", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2")); 247 256 this.waluta_bruttoTextBox.Location = new System.Drawing.Point(21, 188); 248 257 this.waluta_bruttoTextBox.Name = "waluta_bruttoTextBox"; … … 251 260 this.waluta_bruttoTextBox.TabIndex = 18; 252 261 this.waluta_bruttoTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 253 //254 // waluta_mianoLabel255 //256 waluta_mianoLabel.AutoSize = true;257 waluta_mianoLabel.Location = new System.Drawing.Point(173, 172);258 waluta_mianoLabel.Name = "waluta_mianoLabel";259 waluta_mianoLabel.Size = new System.Drawing.Size(44, 13);260 waluta_mianoLabel.TabIndex = 18;261 waluta_mianoLabel.Text = "Waluta:";262 262 // 263 263 // waluta_mianoTextBox -
trunk/BazaReklam/PaymentForm2.resx
r91 r136 136 136 <value>False</value> 137 137 </metadata> 138 <metadata name="waluta_bruttoLabel.GenerateMember" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 139 <value>False</value> 140 </metadata> 141 <metadata name="waluta_mianoLabel.GenerateMember" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 142 <value>False</value> 143 </metadata> 138 144 <metadata name="rEKLAMADataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 139 145 <value>637, 17</value> … … 141 147 <metadata name="wplatyBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 142 148 <value>17, 54</value> 143 </metadata>144 <metadata name="VIEW_ZESTAWIENIE_FAKTUR_NOWEBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">145 <value>325, 17</value>146 149 </metadata> 147 150 <metadata name="VIEW_ZESTAWIENIE_FAKTUR_NOWEBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> … … 207 210 <value>17, 17</value> 208 211 </metadata> 209 <metadata name="waluta_bruttoLabel.GenerateMember" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">210 <value>False</value>211 </metadata>212 <metadata name="waluta_mianoLabel.GenerateMember" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">213 <value>False</value>214 </metadata>215 212 </root>
