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

Wersja 65, 10.8 KB (wprowadzona przez dorota, 17 years temu)
Line 
1namespace Baza_Reklam
2{
3    partial class LogaKlientowForm
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(LogaKlientowForm));
33            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
34            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
35            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
36            this.kLIENCI_INTERNET_LOGOBindingSource = new System.Windows.Forms.BindingSource(this.components);
37            this.bAZA_REKLAMDataSet = new Baza_Reklam.REKLAMADataSet();
38            this.kLIENCI_INTERNET_LOGOTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCI_INTERNET_LOGOTableAdapter();
39            this.DodajLogoToolStrip = new System.Windows.Forms.ToolStrip();
40            this.DodajLogoToolStripButton = new System.Windows.Forms.ToolStripButton();
41            this.UsunLogoToolStripButton = new System.Windows.Forms.ToolStripButton();
42            this.kLIENCI_INTERNET_LOGODataGridView = new System.Windows.Forms.DataGridView();
43            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
44            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
45            this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
46            ((System.ComponentModel.ISupportInitialize)(this.kLIENCI_INTERNET_LOGOBindingSource)).BeginInit();
47            ((System.ComponentModel.ISupportInitialize)(this.bAZA_REKLAMDataSet)).BeginInit();
48            this.DodajLogoToolStrip.SuspendLayout();
49            ((System.ComponentModel.ISupportInitialize)(this.kLIENCI_INTERNET_LOGODataGridView)).BeginInit();
50            this.SuspendLayout();
51            //
52            // openFileDialog1
53            //
54            this.openFileDialog1.FileName = "openFileDialog1";
55            //
56            // kLIENCI_INTERNET_LOGOBindingSource
57            //
58            this.kLIENCI_INTERNET_LOGOBindingSource.DataMember = "KLIENCI_INTERNET_LOGO";
59            this.kLIENCI_INTERNET_LOGOBindingSource.DataSource = this.bAZA_REKLAMDataSet;
60            //
61            // bAZA_REKLAMDataSet
62            //
63            this.bAZA_REKLAMDataSet.DataSetName = "BAZA_REKLAMDataSet";
64            this.bAZA_REKLAMDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
65            //
66            // kLIENCI_INTERNET_LOGOTableAdapter
67            //
68            this.kLIENCI_INTERNET_LOGOTableAdapter.ClearBeforeFill = true;
69            //
70            // DodajLogoToolStrip
71            //
72            this.DodajLogoToolStrip.ImageScalingSize = new System.Drawing.Size(32, 32);
73            this.DodajLogoToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
74            this.DodajLogoToolStripButton,
75            this.UsunLogoToolStripButton});
76            this.DodajLogoToolStrip.Location = new System.Drawing.Point(0, 0);
77            this.DodajLogoToolStrip.Name = "DodajLogoToolStrip";
78            this.DodajLogoToolStrip.Size = new System.Drawing.Size(615, 39);
79            this.DodajLogoToolStrip.TabIndex = 13;
80            this.DodajLogoToolStrip.Text = "toolStrip1";
81            //
82            // DodajLogoToolStripButton
83            //
84            this.DodajLogoToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("DodajLogoToolStripButton.Image")));
85            this.DodajLogoToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
86            this.DodajLogoToolStripButton.Name = "DodajLogoToolStripButton";
87            this.DodajLogoToolStripButton.Size = new System.Drawing.Size(101, 36);
88            this.DodajLogoToolStripButton.Text = "Dodaj logo";
89            this.DodajLogoToolStripButton.Click += new System.EventHandler(this.DodajLogoToolStripButton_Click);
90            //
91            // UsunLogoToolStripButton
92            //
93            this.UsunLogoToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("UsunLogoToolStripButton.Image")));
94            this.UsunLogoToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
95            this.UsunLogoToolStripButton.Name = "UsunLogoToolStripButton";
96            this.UsunLogoToolStripButton.Size = new System.Drawing.Size(97, 36);
97            this.UsunLogoToolStripButton.Text = "Usuñ logo";
98            this.UsunLogoToolStripButton.Click += new System.EventHandler(this.UsunLogoToolStripButton_Click);
99            //
100            // kLIENCI_INTERNET_LOGODataGridView
101            //
102            this.kLIENCI_INTERNET_LOGODataGridView.AllowUserToAddRows = false;
103            this.kLIENCI_INTERNET_LOGODataGridView.AllowUserToDeleteRows = false;
104            this.kLIENCI_INTERNET_LOGODataGridView.AutoGenerateColumns = false;
105            this.kLIENCI_INTERNET_LOGODataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
106            this.kLIENCI_INTERNET_LOGODataGridView.BackgroundColor = System.Drawing.Color.White;
107            this.kLIENCI_INTERNET_LOGODataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
108            this.dataGridViewTextBoxColumn1,
109            this.dataGridViewTextBoxColumn3,
110            this.dataGridViewImageColumn1});
111            this.kLIENCI_INTERNET_LOGODataGridView.DataSource = this.kLIENCI_INTERNET_LOGOBindingSource;
112            this.kLIENCI_INTERNET_LOGODataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
113            this.kLIENCI_INTERNET_LOGODataGridView.Location = new System.Drawing.Point(0, 39);
114            this.kLIENCI_INTERNET_LOGODataGridView.MultiSelect = false;
115            this.kLIENCI_INTERNET_LOGODataGridView.Name = "kLIENCI_INTERNET_LOGODataGridView";
116            this.kLIENCI_INTERNET_LOGODataGridView.ReadOnly = true;
117            this.kLIENCI_INTERNET_LOGODataGridView.RowHeadersWidth = 30;
118            this.kLIENCI_INTERNET_LOGODataGridView.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
119            this.kLIENCI_INTERNET_LOGODataGridView.Size = new System.Drawing.Size(615, 343);
120            this.kLIENCI_INTERNET_LOGODataGridView.TabIndex = 14;
121            //
122            // dataGridViewTextBoxColumn1
123            //
124            this.dataGridViewTextBoxColumn1.DataPropertyName = "ID";
125            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
126            this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle1;
127            this.dataGridViewTextBoxColumn1.HeaderText = "ID";
128            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
129            this.dataGridViewTextBoxColumn1.ReadOnly = true;
130            //
131            // dataGridViewTextBoxColumn3
132            //
133            this.dataGridViewTextBoxColumn3.DataPropertyName = "nazwa";
134            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
135            this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle2;
136            this.dataGridViewTextBoxColumn3.HeaderText = "nazwa";
137            this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
138            this.dataGridViewTextBoxColumn3.ReadOnly = true;
139            //
140            // dataGridViewImageColumn1
141            //
142            this.dataGridViewImageColumn1.DataPropertyName = "logo";
143            this.dataGridViewImageColumn1.HeaderText = "logo";
144            this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
145            this.dataGridViewImageColumn1.ReadOnly = true;
146            this.dataGridViewImageColumn1.Width = 160;
147            //
148            // LogaKlientowForm
149            //
150            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
151            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
152            this.ClientSize = new System.Drawing.Size(615, 382);
153            this.Controls.Add(this.kLIENCI_INTERNET_LOGODataGridView);
154            this.Controls.Add(this.DodajLogoToolStrip);
155            this.Name = "LogaKlientowForm";
156            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
157            this.Text = "Loga klientów";
158            this.Load += new System.EventHandler(this.LogaKlientowForm_Load);
159            ((System.ComponentModel.ISupportInitialize)(this.kLIENCI_INTERNET_LOGOBindingSource)).EndInit();
160            ((System.ComponentModel.ISupportInitialize)(this.bAZA_REKLAMDataSet)).EndInit();
161            this.DodajLogoToolStrip.ResumeLayout(false);
162            this.DodajLogoToolStrip.PerformLayout();
163            ((System.ComponentModel.ISupportInitialize)(this.kLIENCI_INTERNET_LOGODataGridView)).EndInit();
164            this.ResumeLayout(false);
165            this.PerformLayout();
166
167        }
168
169        #endregion
170
171        private REKLAMADataSet bAZA_REKLAMDataSet;
172        private System.Windows.Forms.BindingSource kLIENCI_INTERNET_LOGOBindingSource;
173        private Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCI_INTERNET_LOGOTableAdapter kLIENCI_INTERNET_LOGOTableAdapter;
174        private System.Windows.Forms.OpenFileDialog openFileDialog1;
175        private System.Windows.Forms.ToolStrip DodajLogoToolStrip;
176        private System.Windows.Forms.ToolStripButton DodajLogoToolStripButton;
177        private System.Windows.Forms.ToolStripButton UsunLogoToolStripButton;
178        private System.Windows.Forms.DataGridView kLIENCI_INTERNET_LOGODataGridView;
179        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
180        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
181        private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
182    }
183}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.