123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- namespace СУБД_Швейная_фабрика
- {
- partial class FormLevenshtein
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.TbxFind = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.BtnFind = new System.Windows.Forms.Button();
- this.BtnShowAll = new System.Windows.Forms.Button();
- this.DgvTkani = new System.Windows.Forms.DataGridView();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.DgvTkani)).BeginInit();
- this.SuspendLayout();
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
- this.pictureBox1.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(133, 130);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
- 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.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(386, 130);
- this.panel1.TabIndex = 1;
- //
- // label1
- //
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(139, 36);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(241, 71);
- this.label1.TabIndex = 1;
- this.label1.Text = "Нечеткий поиск по названиям тканей";
- //
- // TbxFind
- //
- this.TbxFind.Location = new System.Drawing.Point(96, 176);
- this.TbxFind.Name = "TbxFind";
- this.TbxFind.Size = new System.Drawing.Size(202, 22);
- this.TbxFind.TabIndex = 2;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(96, 153);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(202, 17);
- this.label2.TabIndex = 3;
- this.label2.Text = "Введите символы для поиска";
- //
- // BtnFind
- //
- this.BtnFind.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnFind.Location = new System.Drawing.Point(32, 204);
- this.BtnFind.Name = "BtnFind";
- this.BtnFind.Size = new System.Drawing.Size(148, 28);
- this.BtnFind.TabIndex = 13;
- this.BtnFind.Text = "Поиск";
- this.BtnFind.UseVisualStyleBackColor = false;
- this.BtnFind.Click += new System.EventHandler(this.BtnFind_Click);
- //
- // BtnShowAll
- //
- this.BtnShowAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnShowAll.Location = new System.Drawing.Point(200, 204);
- this.BtnShowAll.Name = "BtnShowAll";
- this.BtnShowAll.Size = new System.Drawing.Size(148, 28);
- this.BtnShowAll.TabIndex = 14;
- this.BtnShowAll.Text = "Отобразить все";
- this.BtnShowAll.UseVisualStyleBackColor = false;
- this.BtnShowAll.Click += new System.EventHandler(this.BtnShowAll_Click);
- //
- // 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(33, 253);
- this.DgvTkani.Name = "DgvTkani";
- this.DgvTkani.ReadOnly = true;
- this.DgvTkani.RowTemplate.Height = 24;
- this.DgvTkani.Size = new System.Drawing.Size(315, 234);
- this.DgvTkani.TabIndex = 15;
- //
- // Column1
- //
- this.Column1.HeaderText = "Название ткани";
- this.Column1.Name = "Column1";
- this.Column1.ReadOnly = true;
- this.Column1.Width = 250;
- //
- // FormLevenshtein
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(386, 499);
- 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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FormLevenshtein";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "СУБД \"Швейная фабрика\"";
- this.Load += new System.EventHandler(this.FormLevenshtein_Load);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.panel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.DgvTkani)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox TbxFind;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button BtnFind;
- private System.Windows.Forms.Button BtnShowAll;
- private System.Windows.Forms.DataGridView DgvTkani;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
- }
- }
|