namespace garment_factory { partial class fLevenshtein { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fLevenshtein)); 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.label1 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.DgvTkani = new System.Windows.Forms.DataGridView(); this.nametkani = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DgvTkani)).BeginInit(); this.SuspendLayout(); // // BtnShowAll // this.BtnShowAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225))))); this.BtnShowAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.BtnShowAll.Location = new System.Drawing.Point(187, 165); this.BtnShowAll.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.BtnShowAll.Name = "BtnShowAll"; this.BtnShowAll.Size = new System.Drawing.Size(148, 39); this.BtnShowAll.TabIndex = 26; 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.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.BtnFind.Location = new System.Drawing.Point(16, 165); this.BtnFind.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.BtnFind.Name = "BtnFind"; this.BtnFind.Size = new System.Drawing.Size(148, 39); this.BtnFind.TabIndex = 25; 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, 103); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(323, 24); this.label2.TabIndex = 24; this.label2.Text = "Введите символы для поиска"; // // TbxFind // this.TbxFind.Location = new System.Drawing.Point(16, 129); this.TbxFind.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.TbxFind.Name = "TbxFind"; this.TbxFind.Size = new System.Drawing.Size(319, 32); this.TbxFind.TabIndex = 23; // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.pictureBox1); 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(3, 2, 3, 2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(352, 101); this.panel1.TabIndex = 22; // // label1 // this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26))))); this.label1.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(106, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(252, 101); this.label1.TabIndex = 1; this.label1.Text = "Нечеткий поиск по названиям тканей"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pictureBox1 // this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left; this.pictureBox1.Image = global::garment_factory.Properties.Resources.fabric_logo; this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(107, 101); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // DgvTkani // this.DgvTkani.AllowUserToAddRows = false; this.DgvTkani.AllowUserToDeleteRows = false; this.DgvTkani.BackgroundColor = System.Drawing.Color.White; this.DgvTkani.BorderStyle = System.Windows.Forms.BorderStyle.None; this.DgvTkani.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DgvTkani.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.nametkani}); this.DgvTkani.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225))))); this.DgvTkani.Location = new System.Drawing.Point(16, 209); this.DgvTkani.Name = "DgvTkani"; this.DgvTkani.ReadOnly = true; this.DgvTkani.RowHeadersVisible = false; dataGridViewCellStyle1.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.DgvTkani.RowsDefaultCellStyle = dataGridViewCellStyle1; this.DgvTkani.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.DgvTkani.Size = new System.Drawing.Size(361, 365); this.DgvTkani.TabIndex = 38; // // nametkani // this.nametkani.HeaderText = "Название ткани "; this.nametkani.Name = "nametkani"; this.nametkani.ReadOnly = true; this.nametkani.Width = 318; // // fLevenshtein // this.AutoScaleDimensions = new System.Drawing.SizeF(13F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(352, 586); 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.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(6); this.MaximizeBox = false; this.Name = "fLevenshtein"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "СУБД \"Швейная фабрика\""; this.Load += new System.EventHandler(this.fLevenshtein_Load); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DgvTkani)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion 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.Panel panel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.DataGridView DgvTkani; private System.Windows.Forms.DataGridViewTextBoxColumn nametkani; } }