| 1 | namespace Baza_Reklam
|
|---|
| 2 | {
|
|---|
| 3 | partial class OcenaAddForm
|
|---|
| 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.components = new System.ComponentModel.Container();
|
|---|
| 32 | this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
|
|---|
| 33 | this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|---|
| 34 | this.aGENCJEBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|---|
| 35 | this.sLOWNIKDataSet = new Baza_Reklam.SLOWNIKDataSet();
|
|---|
| 36 | this.aGENCJETableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.AGENCJETableAdapter();
|
|---|
| 37 | this.agenciTableAdapter1 = new Baza_Reklam.SLOWNIKDataSetTableAdapters.AGENCITableAdapter();
|
|---|
| 38 | this.button1 = new System.Windows.Forms.Button();
|
|---|
| 39 | this.label1 = new System.Windows.Forms.Label();
|
|---|
| 40 | this.label2 = new System.Windows.Forms.Label();
|
|---|
| 41 | this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
|
|---|
| 42 | this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
|
|---|
| 43 | this.button2 = new System.Windows.Forms.Button();
|
|---|
| 44 | this.button3 = new System.Windows.Forms.Button();
|
|---|
| 45 | ((System.ComponentModel.ISupportInitialize)(this.aGENCJEBindingSource)).BeginInit();
|
|---|
| 46 | ((System.ComponentModel.ISupportInitialize)(this.sLOWNIKDataSet)).BeginInit();
|
|---|
| 47 | ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
|---|
| 48 | ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
|
|---|
| 49 | this.SuspendLayout();
|
|---|
| 50 | //
|
|---|
| 51 | // checkedListBox1
|
|---|
| 52 | //
|
|---|
| 53 | this.checkedListBox1.CheckOnClick = true;
|
|---|
| 54 | this.checkedListBox1.FormattingEnabled = true;
|
|---|
| 55 | this.checkedListBox1.Location = new System.Drawing.Point(22, 24);
|
|---|
| 56 | this.checkedListBox1.Name = "checkedListBox1";
|
|---|
| 57 | this.checkedListBox1.Size = new System.Drawing.Size(167, 274);
|
|---|
| 58 | this.checkedListBox1.TabIndex = 0;
|
|---|
| 59 | //
|
|---|
| 60 | // comboBox1
|
|---|
| 61 | //
|
|---|
| 62 | this.comboBox1.DataSource = this.aGENCJEBindingSource;
|
|---|
| 63 | this.comboBox1.DisplayMember = "Symbol";
|
|---|
| 64 | this.comboBox1.FormattingEnabled = true;
|
|---|
| 65 | this.comboBox1.Location = new System.Drawing.Point(214, 24);
|
|---|
| 66 | this.comboBox1.Name = "comboBox1";
|
|---|
| 67 | this.comboBox1.Size = new System.Drawing.Size(167, 21);
|
|---|
| 68 | this.comboBox1.TabIndex = 1;
|
|---|
| 69 | this.comboBox1.ValueMember = "Id_agencji";
|
|---|
| 70 | this.comboBox1.SelectedValueChanged += new System.EventHandler(this.comboBox1_SelectedValueChanged);
|
|---|
| 71 | //
|
|---|
| 72 | // aGENCJEBindingSource
|
|---|
| 73 | //
|
|---|
| 74 | this.aGENCJEBindingSource.DataMember = "AGENCJE";
|
|---|
| 75 | this.aGENCJEBindingSource.DataSource = this.sLOWNIKDataSet;
|
|---|
| 76 | //
|
|---|
| 77 | // sLOWNIKDataSet
|
|---|
| 78 | //
|
|---|
| 79 | this.sLOWNIKDataSet.DataSetName = "SLOWNIKDataSet";
|
|---|
| 80 | this.sLOWNIKDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|---|
| 81 | //
|
|---|
| 82 | // aGENCJETableAdapter
|
|---|
| 83 | //
|
|---|
| 84 | this.aGENCJETableAdapter.ClearBeforeFill = true;
|
|---|
| 85 | //
|
|---|
| 86 | // agenciTableAdapter1
|
|---|
| 87 | //
|
|---|
| 88 | this.agenciTableAdapter1.ClearBeforeFill = true;
|
|---|
| 89 | //
|
|---|
| 90 | // button1
|
|---|
| 91 | //
|
|---|
| 92 | this.button1.Location = new System.Drawing.Point(40, 304);
|
|---|
| 93 | this.button1.Name = "button1";
|
|---|
| 94 | this.button1.Size = new System.Drawing.Size(121, 23);
|
|---|
| 95 | this.button1.TabIndex = 2;
|
|---|
| 96 | this.button1.Text = "Prze³¹cz";
|
|---|
| 97 | this.button1.UseVisualStyleBackColor = true;
|
|---|
| 98 | this.button1.Click += new System.EventHandler(this.button1_Click);
|
|---|
| 99 | //
|
|---|
| 100 | // label1
|
|---|
| 101 | //
|
|---|
| 102 | this.label1.AutoSize = true;
|
|---|
| 103 | this.label1.Location = new System.Drawing.Point(268, 65);
|
|---|
| 104 | this.label1.Name = "label1";
|
|---|
| 105 | this.label1.Size = new System.Drawing.Size(25, 13);
|
|---|
| 106 | this.label1.TabIndex = 3;
|
|---|
| 107 | this.label1.Text = "rok:";
|
|---|
| 108 | //
|
|---|
| 109 | // label2
|
|---|
| 110 | //
|
|---|
| 111 | this.label2.AutoSize = true;
|
|---|
| 112 | this.label2.Location = new System.Drawing.Point(253, 99);
|
|---|
| 113 | this.label2.Name = "label2";
|
|---|
| 114 | this.label2.Size = new System.Drawing.Size(45, 13);
|
|---|
| 115 | this.label2.TabIndex = 5;
|
|---|
| 116 | this.label2.Text = "miesi¹c:";
|
|---|
| 117 | //
|
|---|
| 118 | // numericUpDown1
|
|---|
| 119 | //
|
|---|
| 120 | this.numericUpDown1.Location = new System.Drawing.Point(313, 99);
|
|---|
| 121 | this.numericUpDown1.Maximum = new decimal(new int[] {
|
|---|
| 122 | 12,
|
|---|
| 123 | 0,
|
|---|
| 124 | 0,
|
|---|
| 125 | 0});
|
|---|
| 126 | this.numericUpDown1.Minimum = new decimal(new int[] {
|
|---|
| 127 | 1,
|
|---|
| 128 | 0,
|
|---|
| 129 | 0,
|
|---|
| 130 | 0});
|
|---|
| 131 | this.numericUpDown1.Name = "numericUpDown1";
|
|---|
| 132 | this.numericUpDown1.Size = new System.Drawing.Size(66, 20);
|
|---|
| 133 | this.numericUpDown1.TabIndex = 7;
|
|---|
| 134 | this.numericUpDown1.Value = new decimal(new int[] {
|
|---|
| 135 | 1,
|
|---|
| 136 | 0,
|
|---|
| 137 | 0,
|
|---|
| 138 | 0});
|
|---|
| 139 | //
|
|---|
| 140 | // numericUpDown2
|
|---|
| 141 | //
|
|---|
| 142 | this.numericUpDown2.Location = new System.Drawing.Point(313, 62);
|
|---|
| 143 | this.numericUpDown2.Name = "numericUpDown2";
|
|---|
| 144 | this.numericUpDown2.Size = new System.Drawing.Size(66, 20);
|
|---|
| 145 | this.numericUpDown2.TabIndex = 8;
|
|---|
| 146 | //
|
|---|
| 147 | // button2
|
|---|
| 148 | //
|
|---|
| 149 | this.button2.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|---|
| 150 | this.button2.Location = new System.Drawing.Point(304, 305);
|
|---|
| 151 | this.button2.Name = "button2";
|
|---|
| 152 | this.button2.Size = new System.Drawing.Size(75, 23);
|
|---|
| 153 | this.button2.TabIndex = 9;
|
|---|
| 154 | this.button2.Text = "Dodaj";
|
|---|
| 155 | this.button2.UseVisualStyleBackColor = true;
|
|---|
| 156 | this.button2.Click += new System.EventHandler(this.button2_Click);
|
|---|
| 157 | //
|
|---|
| 158 | // button3
|
|---|
| 159 | //
|
|---|
| 160 | this.button3.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|---|
| 161 | this.button3.Location = new System.Drawing.Point(214, 305);
|
|---|
| 162 | this.button3.Name = "button3";
|
|---|
| 163 | this.button3.Size = new System.Drawing.Size(75, 23);
|
|---|
| 164 | this.button3.TabIndex = 10;
|
|---|
| 165 | this.button3.Text = "Anuluj";
|
|---|
| 166 | this.button3.UseVisualStyleBackColor = true;
|
|---|
| 167 | this.button3.Click += new System.EventHandler(this.button3_Click);
|
|---|
| 168 | //
|
|---|
| 169 | // OcenaAddForm
|
|---|
| 170 | //
|
|---|
| 171 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|---|
| 172 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|---|
| 173 | this.ClientSize = new System.Drawing.Size(392, 337);
|
|---|
| 174 | this.Controls.Add(this.button3);
|
|---|
| 175 | this.Controls.Add(this.button2);
|
|---|
| 176 | this.Controls.Add(this.numericUpDown2);
|
|---|
| 177 | this.Controls.Add(this.numericUpDown1);
|
|---|
| 178 | this.Controls.Add(this.label2);
|
|---|
| 179 | this.Controls.Add(this.label1);
|
|---|
| 180 | this.Controls.Add(this.button1);
|
|---|
| 181 | this.Controls.Add(this.comboBox1);
|
|---|
| 182 | this.Controls.Add(this.checkedListBox1);
|
|---|
| 183 | this.Name = "OcenaAddForm";
|
|---|
| 184 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|---|
| 185 | this.Text = "Dodaj rekordy";
|
|---|
| 186 | this.Load += new System.EventHandler(this.OcenaAddForm_Load);
|
|---|
| 187 | ((System.ComponentModel.ISupportInitialize)(this.aGENCJEBindingSource)).EndInit();
|
|---|
| 188 | ((System.ComponentModel.ISupportInitialize)(this.sLOWNIKDataSet)).EndInit();
|
|---|
| 189 | ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
|---|
| 190 | ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
|
|---|
| 191 | this.ResumeLayout(false);
|
|---|
| 192 | this.PerformLayout();
|
|---|
| 193 |
|
|---|
| 194 | }
|
|---|
| 195 |
|
|---|
| 196 | #endregion
|
|---|
| 197 |
|
|---|
| 198 | private System.Windows.Forms.CheckedListBox checkedListBox1;
|
|---|
| 199 | private System.Windows.Forms.ComboBox comboBox1;
|
|---|
| 200 | private SLOWNIKDataSet sLOWNIKDataSet;
|
|---|
| 201 | private System.Windows.Forms.BindingSource aGENCJEBindingSource;
|
|---|
| 202 | private Baza_Reklam.SLOWNIKDataSetTableAdapters.AGENCJETableAdapter aGENCJETableAdapter;
|
|---|
| 203 | private Baza_Reklam.SLOWNIKDataSetTableAdapters.AGENCITableAdapter agenciTableAdapter1;
|
|---|
| 204 | private System.Windows.Forms.Button button1;
|
|---|
| 205 | private System.Windows.Forms.Label label1;
|
|---|
| 206 | private System.Windows.Forms.Label label2;
|
|---|
| 207 | private System.Windows.Forms.NumericUpDown numericUpDown1;
|
|---|
| 208 | private System.Windows.Forms.NumericUpDown numericUpDown2;
|
|---|
| 209 | private System.Windows.Forms.Button button2;
|
|---|
| 210 | private System.Windows.Forms.Button button3;
|
|---|
| 211 | }
|
|---|
| 212 | } |
|---|