namespace SUBD { partial class fMain { /// /// Обязательная переменная конструктора. /// private System.ComponentModel.IContainer components = null; /// /// Освободить все используемые ресурсы. /// /// истинно, если управляемый ресурс должен быть удален; иначе ложно. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Код, автоматически созданный конструктором форм Windows /// /// Требуемый метод для поддержки конструктора — не изменяйте /// содержимое этого метода с помощью редактора кода. /// private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.pbPhoto = new System.Windows.Forms.PictureBox(); this.label2 = new System.Windows.Forms.Label(); this.CmbCountLines = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.CmbGender = new System.Windows.Forms.ComboBox(); this.TbxFind = new System.Windows.Forms.TextBox(); this.CmbFind = new System.Windows.Forms.ComboBox(); this.MainPanel = new System.Windows.Forms.FlowLayoutPanel(); this.lNext = new System.Windows.Forms.Label(); this.lback = new System.Windows.Forms.Label(); this.PanelPages = new System.Windows.Forms.Panel(); this.bDelUser = new System.Windows.Forms.Button(); this.bAddUser = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbPhoto)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.LightGray; this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.pbPhoto); 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(856, 85); this.panel1.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Courier New", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(246, 26); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(321, 34); this.label1.TabIndex = 1; this.label1.Text = "Список работников"; // // pbPhoto // this.pbPhoto.Dock = System.Windows.Forms.DockStyle.Right; this.pbPhoto.Location = new System.Drawing.Point(737, 0); this.pbPhoto.Name = "pbPhoto"; this.pbPhoto.Size = new System.Drawing.Size(119, 85); this.pbPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pbPhoto.TabIndex = 0; this.pbPhoto.TabStop = false; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Courier New", 9F); this.label2.Location = new System.Drawing.Point(609, 110); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(143, 17); this.label2.TabIndex = 36; this.label2.Text = "Кол-во записей:"; // // CmbCountLines // this.CmbCountLines.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CmbCountLines.Font = new System.Drawing.Font("Courier New", 9F); this.CmbCountLines.FormattingEnabled = true; this.CmbCountLines.Items.AddRange(new object[] { "5", "7", "все"}); this.CmbCountLines.Location = new System.Drawing.Point(609, 129); this.CmbCountLines.Name = "CmbCountLines"; this.CmbCountLines.Size = new System.Drawing.Size(161, 25); this.CmbCountLines.TabIndex = 35; this.CmbCountLines.SelectedIndexChanged += new System.EventHandler(this.CmbCountLines_SelectedIndexChanged); // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Courier New", 9F); this.label5.Location = new System.Drawing.Point(420, 110); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(179, 17); this.label5.TabIndex = 34; this.label5.Text = "Фильтрация по полу:"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Courier New", 9F); this.label4.Location = new System.Drawing.Point(143, 109); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(233, 17); this.label4.TabIndex = 33; this.label4.Text = "Введите текст для поиска:"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(9, 108); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(89, 17); this.label3.TabIndex = 32; this.label3.Text = "Поиск по:"; // // CmbGender // this.CmbGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CmbGender.FormattingEnabled = true; this.CmbGender.Items.AddRange(new object[] { "все", "мужской", "женский"}); this.CmbGender.Location = new System.Drawing.Point(420, 129); this.CmbGender.Name = "CmbGender"; this.CmbGender.Size = new System.Drawing.Size(160, 25); this.CmbGender.TabIndex = 31; this.CmbGender.SelectedIndexChanged += new System.EventHandler(this.CmbGender_SelectedIndexChanged); // // TbxFind // this.TbxFind.Location = new System.Drawing.Point(146, 129); this.TbxFind.Name = "TbxFind"; this.TbxFind.Size = new System.Drawing.Size(253, 24); this.TbxFind.TabIndex = 30; this.TbxFind.TextChanged += new System.EventHandler(this.TbxFind_TextChanged); // // CmbFind // this.CmbFind.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CmbFind.FormattingEnabled = true; this.CmbFind.Items.AddRange(new object[] { "фамилии", "имени", "отчеству"}); this.CmbFind.Location = new System.Drawing.Point(12, 127); this.CmbFind.Name = "CmbFind"; this.CmbFind.Size = new System.Drawing.Size(107, 25); this.CmbFind.TabIndex = 29; this.CmbFind.SelectedIndexChanged += new System.EventHandler(this.CmbFind_SelectedIndexChanged); // // MainPanel // this.MainPanel.Anchor = System.Windows.Forms.AnchorStyles.Left; this.MainPanel.AutoScroll = true; this.MainPanel.BackColor = System.Drawing.Color.White; this.MainPanel.Location = new System.Drawing.Point(26, 168); this.MainPanel.Name = "MainPanel"; this.MainPanel.Size = new System.Drawing.Size(808, 408); this.MainPanel.TabIndex = 37; // // lNext // this.lNext.AutoSize = true; this.lNext.Location = new System.Drawing.Point(61, 621); this.lNext.Name = "lNext"; this.lNext.Size = new System.Drawing.Size(17, 17); this.lNext.TabIndex = 40; this.lNext.Text = ">"; this.lNext.Click += new System.EventHandler(this.lNext_Click); // // lback // this.lback.AutoSize = true; this.lback.Location = new System.Drawing.Point(12, 621); this.lback.Name = "lback"; this.lback.Size = new System.Drawing.Size(17, 17); this.lback.TabIndex = 39; this.lback.Text = "<"; this.lback.Click += new System.EventHandler(this.lback_Click); // // PanelPages // this.PanelPages.Dock = System.Windows.Forms.DockStyle.Bottom; this.PanelPages.Location = new System.Drawing.Point(0, 641); this.PanelPages.Name = "PanelPages"; this.PanelPages.Size = new System.Drawing.Size(856, 42); this.PanelPages.TabIndex = 38; // // bDelUser // this.bDelUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.bDelUser.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.bDelUser.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.bDelUser.ForeColor = System.Drawing.Color.White; this.bDelUser.Location = new System.Drawing.Point(630, 593); this.bDelUser.Name = "bDelUser"; this.bDelUser.Size = new System.Drawing.Size(204, 42); this.bDelUser.TabIndex = 42; this.bDelUser.Text = "Удалить пользователя"; this.bDelUser.UseVisualStyleBackColor = false; this.bDelUser.Click += new System.EventHandler(this.bDelUser_Click); // // bAddUser // this.bAddUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.bAddUser.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.bAddUser.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.bAddUser.ForeColor = System.Drawing.Color.White; this.bAddUser.Location = new System.Drawing.Point(398, 593); this.bAddUser.Name = "bAddUser"; this.bAddUser.Size = new System.Drawing.Size(225, 42); this.bAddUser.TabIndex = 41; this.bAddUser.Text = "Добавить пользователя"; this.bAddUser.UseVisualStyleBackColor = false; this.bAddUser.Click += new System.EventHandler(this.bAddUser_Click); // // fMain // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(856, 683); this.Controls.Add(this.bDelUser); this.Controls.Add(this.bAddUser); this.Controls.Add(this.lNext); this.Controls.Add(this.lback); this.Controls.Add(this.PanelPages); this.Controls.Add(this.MainPanel); this.Controls.Add(this.label2); this.Controls.Add(this.CmbCountLines); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.CmbGender); this.Controls.Add(this.TbxFind); this.Controls.Add(this.CmbFind); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("Courier New", 9F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "fMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "СУБД Кадры"; this.Load += new System.EventHandler(this.fMain_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbPhoto)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.PictureBox pbPhoto; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox CmbCountLines; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox CmbGender; private System.Windows.Forms.TextBox TbxFind; private System.Windows.Forms.ComboBox CmbFind; private System.Windows.Forms.FlowLayoutPanel MainPanel; private System.Windows.Forms.Label lNext; private System.Windows.Forms.Label lback; private System.Windows.Forms.Panel PanelPages; private System.Windows.Forms.Button bDelUser; private System.Windows.Forms.Button bAddUser; } }