root/tags/BazaReklam_1.2.9/CenaEmisji.Designer.cs

Wersja 192, 3.2 KB (wprowadzona przez dorota, 17 years temu)

#17 dodanie inputa do wprowadzania wartosci emisji dla reklam bezplatnych z 2008

usuniecie reklam typu INNE z zatwierdzonych - niezaplaconych
poprawka raportu ListaReklamNaWydanie

Line 
1namespace Baza_Reklam
2{
3    partial class CenaEmisji
4    {
5        /// <summary>
6        /// Required designer variable.
7        /// </summary>
8        private System.ComponentModel.IContainer components = null;
9
10        /// <summary>
11        /// Clean up any resources being used.
12        /// </summary>
13        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14        protected override void Dispose(bool disposing)
15        {
16            if (disposing && (components != null))
17            {
18                components.Dispose();
19            }
20            base.Dispose(disposing);
21        }
22
23        #region Windows Form Designer generated code
24
25        /// <summary>
26        /// Required method for Designer support - do not modify
27        /// the contents of this method with the code editor.
28        /// </summary>
29        private void InitializeComponent()
30        {
31            this.okButton = new System.Windows.Forms.Button();
32            this.cenaEmisjiTextBox = new System.Windows.Forms.TextBox();
33            this.label1 = new System.Windows.Forms.Label();
34            this.SuspendLayout();
35            //
36            // okButton
37            //
38            this.okButton.Location = new System.Drawing.Point(184, 34);
39            this.okButton.Name = "okButton";
40            this.okButton.Size = new System.Drawing.Size(75, 23);
41            this.okButton.TabIndex = 0;
42            this.okButton.Text = "OK";
43            this.okButton.UseVisualStyleBackColor = true;
44            this.okButton.Click += new System.EventHandler(this.okButton_Click);
45            //
46            // cenaEmisjiTextBox
47            //
48            this.cenaEmisjiTextBox.Location = new System.Drawing.Point(15, 37);
49            this.cenaEmisjiTextBox.Name = "cenaEmisjiTextBox";
50            this.cenaEmisjiTextBox.Size = new System.Drawing.Size(133, 20);
51            this.cenaEmisjiTextBox.TabIndex = 1;
52            //
53            // label1
54            //
55            this.label1.AutoSize = true;
56            this.label1.Location = new System.Drawing.Point(12, 9);
57            this.label1.Name = "label1";
58            this.label1.Size = new System.Drawing.Size(188, 13);
59            this.label1.TabIndex = 2;
60            this.label1.Text = "WprowadŸ wartoœæ emisji (po rabacie):";
61            //
62            // CenaEmisji
63            //
64            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
65            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
66            this.ClientSize = new System.Drawing.Size(289, 70);
67            this.Controls.Add(this.label1);
68            this.Controls.Add(this.cenaEmisjiTextBox);
69            this.Controls.Add(this.okButton);
70            this.Name = "CenaEmisji";
71            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
72            this.Text = "Wartoœæ emisji";
73            this.ResumeLayout(false);
74            this.PerformLayout();
75
76        }
77
78        #endregion
79
80        private System.Windows.Forms.Button okButton;
81        private System.Windows.Forms.TextBox cenaEmisjiTextBox;
82        private System.Windows.Forms.Label label1;
83    }
84}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.