root/Baza Reklam 2 - Faktury/LogoWReklamieForm.designer.cs @ 680

Wersja 65, 10.8 KB (wprowadzona przez dorota, 17 years temu)
Line 
1namespace Baza_Reklam
2{
3    partial class LogoWReklamieForm
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            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LogoWReklamieForm));
33            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
34            this.kLIENCI_INTERNET_LOGOBindingSource = new System.Windows.Forms.BindingSource(this.components);
35            this.bAZA_REKLAMDataSet = new Baza_Reklam.REKLAMADataSet();
36            this.kLIENCI_INTERNET_LOGOTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCI_INTERNET_LOGOTableAdapter();
37            this.kLIENCI_INTERNET_LOGODataGridView = new System.Windows.Forms.DataGridView();
38            this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
39            this.label1 = new System.Windows.Forms.Label();
40            this.button1 = new System.Windows.Forms.Button();
41            this.button2 = new System.Windows.Forms.Button();
42            this.pictureBox1 = new System.Windows.Forms.PictureBox();
43            this.label2 = new System.Windows.Forms.Label();
44            this.button3 = new System.Windows.Forms.Button();
45            ((System.ComponentModel.ISupportInitialize)(this.kLIENCI_INTERNET_LOGOBindingSource)).BeginInit();
46            ((System.ComponentModel.ISupportInitialize)(this.bAZA_REKLAMDataSet)).BeginInit();
47            ((System.ComponentModel.ISupportInitialize)(this.kLIENCI_INTERNET_LOGODataGridView)).BeginInit();
48            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
49            this.SuspendLayout();
50            //
51            // openFileDialog1
52            //
53            this.openFileDialog1.FileName = "openFileDialog1";
54            //
55            // kLIENCI_INTERNET_LOGOBindingSource
56            //
57            this.kLIENCI_INTERNET_LOGOBindingSource.DataMember = "KLIENCI_INTERNET_LOGO";
58            this.kLIENCI_INTERNET_LOGOBindingSource.DataSource = this.bAZA_REKLAMDataSet;
59            //
60            // bAZA_REKLAMDataSet
61            //
62            this.bAZA_REKLAMDataSet.DataSetName = "BAZA_REKLAMDataSet";
63            this.bAZA_REKLAMDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
64            //
65            // kLIENCI_INTERNET_LOGOTableAdapter
66            //
67            this.kLIENCI_INTERNET_LOGOTableAdapter.ClearBeforeFill = true;
68            //
69            // kLIENCI_INTERNET_LOGODataGridView
70            //
71            this.kLIENCI_INTERNET_LOGODataGridView.AllowUserToAddRows = false;
72            this.kLIENCI_INTERNET_LOGODataGridView.AllowUserToDeleteRows = false;
73            this.kLIENCI_INTERNET_LOGODataGridView.AutoGenerateColumns = false;
74            this.kLIENCI_INTERNET_LOGODataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
75            this.kLIENCI_INTERNET_LOGODataGridView.BackgroundColor = System.Drawing.Color.White;
76            this.kLIENCI_INTERNET_LOGODataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
77            this.dataGridViewImageColumn1});
78            this.kLIENCI_INTERNET_LOGODataGridView.DataSource = this.kLIENCI_INTERNET_LOGOBindingSource;
79            this.kLIENCI_INTERNET_LOGODataGridView.Location = new System.Drawing.Point(31, 52);
80            this.kLIENCI_INTERNET_LOGODataGridView.MultiSelect = false;
81            this.kLIENCI_INTERNET_LOGODataGridView.Name = "kLIENCI_INTERNET_LOGODataGridView";
82            this.kLIENCI_INTERNET_LOGODataGridView.ReadOnly = true;
83            this.kLIENCI_INTERNET_LOGODataGridView.RowHeadersWidth = 10;
84            this.kLIENCI_INTERNET_LOGODataGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
85            this.kLIENCI_INTERNET_LOGODataGridView.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
86            this.kLIENCI_INTERNET_LOGODataGridView.Size = new System.Drawing.Size(222, 277);
87            this.kLIENCI_INTERNET_LOGODataGridView.TabIndex = 14;
88            //
89            // dataGridViewImageColumn1
90            //
91            this.dataGridViewImageColumn1.DataPropertyName = "logo";
92            this.dataGridViewImageColumn1.HeaderText = "logo";
93            this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
94            this.dataGridViewImageColumn1.ReadOnly = true;
95            this.dataGridViewImageColumn1.Width = 160;
96            //
97            // label1
98            //
99            this.label1.AutoSize = true;
100            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
101            this.label1.Location = new System.Drawing.Point(70, 20);
102            this.label1.Name = "label1";
103            this.label1.Size = new System.Drawing.Size(99, 20);
104            this.label1.TabIndex = 15;
105            this.label1.Text = "Loga klienta:";
106            //
107            // button1
108            //
109            this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
110            this.button1.Location = new System.Drawing.Point(268, 140);
111            this.button1.Name = "button1";
112            this.button1.Size = new System.Drawing.Size(97, 34);
113            this.button1.TabIndex = 16;
114            this.button1.Text = "Wybierz";
115            this.button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
116            this.button1.UseVisualStyleBackColor = true;
117            this.button1.Click += new System.EventHandler(this.button1_Click);
118            //
119            // button2
120            //
121            this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
122            this.button2.Location = new System.Drawing.Point(268, 181);
123            this.button2.Name = "button2";
124            this.button2.Size = new System.Drawing.Size(97, 30);
125            this.button2.TabIndex = 17;
126            this.button2.Text = "Usuñ";
127            this.button2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
128            this.button2.UseVisualStyleBackColor = true;
129            this.button2.Click += new System.EventHandler(this.button2_Click);
130            //
131            // pictureBox1
132            //
133            this.pictureBox1.BackColor = System.Drawing.Color.White;
134            this.pictureBox1.Location = new System.Drawing.Point(381, 140);
135            this.pictureBox1.Name = "pictureBox1";
136            this.pictureBox1.Size = new System.Drawing.Size(187, 71);
137            this.pictureBox1.TabIndex = 18;
138            this.pictureBox1.TabStop = false;
139            this.pictureBox1.Tag = "";
140            //
141            // label2
142            //
143            this.label2.AutoSize = true;
144            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
145            this.label2.Location = new System.Drawing.Point(405, 104);
146            this.label2.Name = "label2";
147            this.label2.Size = new System.Drawing.Size(129, 20);
148            this.label2.TabIndex = 19;
149            this.label2.Text = "Logo do reklamy:";
150            //
151            // button3
152            //
153            this.button3.Location = new System.Drawing.Point(517, 326);
154            this.button3.Name = "button3";
155            this.button3.Size = new System.Drawing.Size(75, 23);
156            this.button3.TabIndex = 20;
157            this.button3.Text = "Zamknij";
158            this.button3.UseVisualStyleBackColor = true;
159            this.button3.Click += new System.EventHandler(this.button3_Click);
160            //
161            // LogoWReklamieForm
162            //
163            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
164            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
165            this.ClientSize = new System.Drawing.Size(615, 361);
166            this.Controls.Add(this.button3);
167            this.Controls.Add(this.label2);
168            this.Controls.Add(this.pictureBox1);
169            this.Controls.Add(this.button2);
170            this.Controls.Add(this.button1);
171            this.Controls.Add(this.label1);
172            this.Controls.Add(this.kLIENCI_INTERNET_LOGODataGridView);
173            this.Name = "LogoWReklamieForm";
174            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
175            this.Text = "Loga klientów";
176            this.Load += new System.EventHandler(this.LogaKlientowForm_Load);
177            ((System.ComponentModel.ISupportInitialize)(this.kLIENCI_INTERNET_LOGOBindingSource)).EndInit();
178            ((System.ComponentModel.ISupportInitialize)(this.bAZA_REKLAMDataSet)).EndInit();
179            ((System.ComponentModel.ISupportInitialize)(this.kLIENCI_INTERNET_LOGODataGridView)).EndInit();
180            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
181            this.ResumeLayout(false);
182            this.PerformLayout();
183
184        }
185
186        #endregion
187
188        private REKLAMADataSet bAZA_REKLAMDataSet;
189        private System.Windows.Forms.BindingSource kLIENCI_INTERNET_LOGOBindingSource;
190        private Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCI_INTERNET_LOGOTableAdapter kLIENCI_INTERNET_LOGOTableAdapter;
191        private System.Windows.Forms.OpenFileDialog openFileDialog1;
192        private System.Windows.Forms.DataGridView kLIENCI_INTERNET_LOGODataGridView;
193        private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
194        private System.Windows.Forms.Label label1;
195        private System.Windows.Forms.Button button1;
196        private System.Windows.Forms.Button button2;
197        private System.Windows.Forms.PictureBox pictureBox1;
198        private System.Windows.Forms.Label label2;
199        private System.Windows.Forms.Button button3;
200    }
201}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.