|
@@ -28,12 +28,152 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- this.components = new System.ComponentModel.Container();
|
|
|
+ this.DgvTkani = new System.Windows.Forms.DataGridView();
|
|
|
+ this.BtnShowAll = new System.Windows.Forms.Button();
|
|
|
+ this.BtnFind = new System.Windows.Forms.Button();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.TbxFind = new System.Windows.Forms.TextBox();
|
|
|
+ this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.pbxLogo = new System.Windows.Forms.PictureBox();
|
|
|
+ this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.DgvTkani)).BeginInit();
|
|
|
+ this.panel1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbxLogo)).BeginInit();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // DgvTkani
|
|
|
+ //
|
|
|
+ this.DgvTkani.AllowUserToAddRows = false;
|
|
|
+ this.DgvTkani.AllowUserToDeleteRows = false;
|
|
|
+ this.DgvTkani.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.DgvTkani.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.Column1});
|
|
|
+ this.DgvTkani.Location = new System.Drawing.Point(12, 204);
|
|
|
+ this.DgvTkani.Name = "DgvTkani";
|
|
|
+ this.DgvTkani.ReadOnly = true;
|
|
|
+ this.DgvTkani.RowHeadersWidth = 51;
|
|
|
+ this.DgvTkani.RowTemplate.Height = 24;
|
|
|
+ this.DgvTkani.Size = new System.Drawing.Size(508, 234);
|
|
|
+ this.DgvTkani.TabIndex = 20;
|
|
|
+ //
|
|
|
+ // BtnShowAll
|
|
|
+ //
|
|
|
+ this.BtnShowAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
|
|
|
+ this.BtnShowAll.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
|
|
|
+ this.BtnShowAll.Location = new System.Drawing.Point(320, 170);
|
|
|
+ this.BtnShowAll.Name = "BtnShowAll";
|
|
|
+ this.BtnShowAll.Size = new System.Drawing.Size(148, 28);
|
|
|
+ this.BtnShowAll.TabIndex = 19;
|
|
|
+ this.BtnShowAll.Text = "Отобразить все";
|
|
|
+ this.BtnShowAll.UseVisualStyleBackColor = false;
|
|
|
+ this.BtnShowAll.Click += new System.EventHandler(this.BtnShowAll_Click);
|
|
|
+ //
|
|
|
+ // BtnFind
|
|
|
+ //
|
|
|
+ this.BtnFind.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
|
|
|
+ this.BtnFind.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
|
|
|
+ this.BtnFind.Location = new System.Drawing.Point(320, 139);
|
|
|
+ this.BtnFind.Name = "BtnFind";
|
|
|
+ this.BtnFind.Size = new System.Drawing.Size(148, 28);
|
|
|
+ this.BtnFind.TabIndex = 18;
|
|
|
+ this.BtnFind.Text = "Поиск";
|
|
|
+ this.BtnFind.UseVisualStyleBackColor = false;
|
|
|
+ this.BtnFind.Click += new System.EventHandler(this.BtnFind_Click);
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Location = new System.Drawing.Point(12, 119);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(198, 16);
|
|
|
+ this.label2.TabIndex = 17;
|
|
|
+ this.label2.Text = "Введите символы для поиска";
|
|
|
+ //
|
|
|
+ // TbxFind
|
|
|
+ //
|
|
|
+ this.TbxFind.Location = new System.Drawing.Point(12, 142);
|
|
|
+ this.TbxFind.Name = "TbxFind";
|
|
|
+ this.TbxFind.Size = new System.Drawing.Size(302, 22);
|
|
|
+ this.TbxFind.TabIndex = 16;
|
|
|
+ //
|
|
|
+ // panel1
|
|
|
+ //
|
|
|
+ this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
|
|
|
+ this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
|
+ this.panel1.Controls.Add(this.label3);
|
|
|
+ this.panel1.Controls.Add(this.pbxLogo);
|
|
|
+ this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
+ this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.panel1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.panel1.Name = "panel1";
|
|
|
+ this.panel1.Size = new System.Drawing.Size(532, 102);
|
|
|
+ this.panel1.TabIndex = 21;
|
|
|
+ //
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
|
|
|
+ this.label3.Location = new System.Drawing.Point(10, 31);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(361, 32);
|
|
|
+ this.label3.TabIndex = 2;
|
|
|
+ this.label3.Text = "СУБД \"Швейная фабрика\"";
|
|
|
+ //
|
|
|
+ // pbxLogo
|
|
|
+ //
|
|
|
+ this.pbxLogo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.pbxLogo.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
|
|
|
+ this.pbxLogo.Location = new System.Drawing.Point(383, 4);
|
|
|
+ this.pbxLogo.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.pbxLogo.Name = "pbxLogo";
|
|
|
+ this.pbxLogo.Size = new System.Drawing.Size(140, 90);
|
|
|
+ this.pbxLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
+ this.pbxLogo.TabIndex = 1;
|
|
|
+ this.pbxLogo.TabStop = false;
|
|
|
+ //
|
|
|
+ // Column1
|
|
|
+ //
|
|
|
+ this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
+ this.Column1.HeaderText = "Название ткани";
|
|
|
+ this.Column1.MinimumWidth = 6;
|
|
|
+ this.Column1.Name = "Column1";
|
|
|
+ this.Column1.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // FormLev
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(800, 450);
|
|
|
+ this.ClientSize = new System.Drawing.Size(532, 450);
|
|
|
+ this.Controls.Add(this.panel1);
|
|
|
+ this.Controls.Add(this.DgvTkani);
|
|
|
+ this.Controls.Add(this.BtnShowAll);
|
|
|
+ this.Controls.Add(this.BtnFind);
|
|
|
+ this.Controls.Add(this.label2);
|
|
|
+ this.Controls.Add(this.TbxFind);
|
|
|
+ this.Name = "FormLev";
|
|
|
this.Text = "FormLev";
|
|
|
+ this.Load += new System.EventHandler(this.FormLev_Load);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.DgvTkani)).EndInit();
|
|
|
+ this.panel1.ResumeLayout(false);
|
|
|
+ this.panel1.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbxLogo)).EndInit();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.DataGridView DgvTkani;
|
|
|
+ private System.Windows.Forms.Button BtnShowAll;
|
|
|
+ private System.Windows.Forms.Button BtnFind;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private System.Windows.Forms.TextBox TbxFind;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
|
|
+ private System.Windows.Forms.Panel panel1;
|
|
|
+ private System.Windows.Forms.Label label3;
|
|
|
+ private System.Windows.Forms.PictureBox pbxLogo;
|
|
|
}
|
|
|
}
|