| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180 |
- namespace WindowsFormsApp4
- {
- partial class ManagersForm
- {
- private System.ComponentModel.IContainer components = null;
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- private void InitializeComponent()
- {
- this.dgvManagers = new System.Windows.Forms.DataGridView();
- this.btnRefresh = new System.Windows.Forms.Button();
- this.btnAdd = new System.Windows.Forms.Button();
- this.btnEdit = new System.Windows.Forms.Button();
- this.btnDelete = new System.Windows.Forms.Button();
- this.btnBack = new System.Windows.Forms.Button();
- this.lblTitle = new System.Windows.Forms.Label();
- this.panelHeader = new System.Windows.Forms.Panel();
- ((System.ComponentModel.ISupportInitialize)(this.dgvManagers)).BeginInit();
- this.panelHeader.SuspendLayout();
- this.SuspendLayout();
- //
- // dgvManagers
- //
- this.dgvManagers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgvManagers.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.dgvManagers.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.dgvManagers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvManagers.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
- this.dgvManagers.Location = new System.Drawing.Point(15, 65);
- this.dgvManagers.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.dgvManagers.Name = "dgvManagers";
- this.dgvManagers.ReadOnly = true;
- this.dgvManagers.RowHeadersVisible = false;
- this.dgvManagers.RowTemplate.Height = 30;
- this.dgvManagers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvManagers.Size = new System.Drawing.Size(645, 325);
- this.dgvManagers.TabIndex = 1;
- //
- // btnRefresh
- //
- this.btnRefresh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
- this.btnRefresh.FlatAppearance.BorderSize = 0;
- this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnRefresh.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
- this.btnRefresh.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.btnRefresh.Location = new System.Drawing.Point(15, 406);
- this.btnRefresh.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.btnRefresh.Name = "btnRefresh";
- this.btnRefresh.Size = new System.Drawing.Size(90, 32);
- this.btnRefresh.TabIndex = 2;
- this.btnRefresh.Text = "Обновить";
- this.btnRefresh.UseVisualStyleBackColor = false;
- //
- // btnAdd
- //
- this.btnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
- this.btnAdd.FlatAppearance.BorderSize = 0;
- this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnAdd.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
- this.btnAdd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.btnAdd.Location = new System.Drawing.Point(109, 406);
- this.btnAdd.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.btnAdd.Name = "btnAdd";
- this.btnAdd.Size = new System.Drawing.Size(102, 32);
- this.btnAdd.TabIndex = 3;
- this.btnAdd.Text = "Добавить";
- this.btnAdd.UseVisualStyleBackColor = false;
- //
- // btnEdit
- //
- this.btnEdit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.btnEdit.FlatAppearance.BorderSize = 0;
- this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnEdit.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
- this.btnEdit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.btnEdit.Location = new System.Drawing.Point(215, 406);
- this.btnEdit.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.btnEdit.Name = "btnEdit";
- this.btnEdit.Size = new System.Drawing.Size(131, 32);
- this.btnEdit.TabIndex = 4;
- this.btnEdit.Text = "Редактировать";
- this.btnEdit.UseVisualStyleBackColor = false;
- //
- // btnDelete
- //
- this.btnDelete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnDelete.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
- this.btnDelete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.btnDelete.Location = new System.Drawing.Point(350, 406);
- this.btnDelete.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(85, 32);
- this.btnDelete.TabIndex = 5;
- this.btnDelete.Text = "Удалить";
- this.btnDelete.UseVisualStyleBackColor = false;
- //
- // btnBack
- //
- this.btnBack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnBack.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
- this.btnBack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.btnBack.Location = new System.Drawing.Point(570, 406);
- this.btnBack.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.btnBack.Name = "btnBack";
- this.btnBack.Size = new System.Drawing.Size(90, 32);
- this.btnBack.TabIndex = 6;
- this.btnBack.Text = "< Назад";
- this.btnBack.UseVisualStyleBackColor = false;
- //
- // lblTitle
- //
- this.lblTitle.AutoSize = true;
- this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold);
- this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.lblTitle.Location = new System.Drawing.Point(270, 12);
- this.lblTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblTitle.Name = "lblTitle";
- this.lblTitle.Size = new System.Drawing.Size(144, 26);
- this.lblTitle.TabIndex = 0;
- this.lblTitle.Text = "Менеджеры";
- //
- // panelHeader
- //
- this.panelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.panelHeader.Controls.Add(this.lblTitle);
- this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelHeader.Location = new System.Drawing.Point(0, 0);
- this.panelHeader.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.panelHeader.Name = "panelHeader";
- this.panelHeader.Size = new System.Drawing.Size(675, 49);
- this.panelHeader.TabIndex = 0;
- //
- // ManagersForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.ClientSize = new System.Drawing.Size(675, 455);
- this.Controls.Add(this.btnBack);
- this.Controls.Add(this.btnDelete);
- this.Controls.Add(this.btnEdit);
- this.Controls.Add(this.btnAdd);
- this.Controls.Add(this.btnRefresh);
- this.Controls.Add(this.dgvManagers);
- this.Controls.Add(this.panelHeader);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.MaximizeBox = false;
- this.Name = "ManagersForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Менеджеры - Обработка заявок";
- ((System.ComponentModel.ISupportInitialize)(this.dgvManagers)).EndInit();
- this.panelHeader.ResumeLayout(false);
- this.panelHeader.PerformLayout();
- this.ResumeLayout(false);
- }
- private System.Windows.Forms.DataGridView dgvManagers;
- private System.Windows.Forms.Button btnRefresh;
- private System.Windows.Forms.Button btnAdd;
- private System.Windows.Forms.Button btnEdit;
- private System.Windows.Forms.Button btnDelete;
- private System.Windows.Forms.Button btnBack;
- private System.Windows.Forms.Label lblTitle;
- private System.Windows.Forms.Panel panelHeader;
- }
- }
|