| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- namespace СУБД_Техносервис
- {
- partial class FormWorkPlace
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormWorkPlace));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.DgvRequest = new System.Windows.Forms.DataGridView();
- this.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Photo = new System.Windows.Forms.DataGridViewImageColumn();
- this.Title = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.FIO = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.DgvRequest)).BeginInit();
- this.SuspendLayout();
- //
- // 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(492, 100);
- this.panel1.TabIndex = 1;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Arial Narrow", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(56, 31);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(204, 37);
- this.label1.TabIndex = 1;
- this.label1.Text = "Рабочее место";
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(348, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(144, 100);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // DgvRequest
- //
- this.DgvRequest.AllowUserToAddRows = false;
- this.DgvRequest.AllowUserToDeleteRows = false;
- this.DgvRequest.BackgroundColor = System.Drawing.Color.White;
- this.DgvRequest.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.DgvRequest.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
- this.DgvRequest.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.DgvRequest.ColumnHeadersVisible = false;
- this.DgvRequest.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.id,
- this.Photo,
- this.Title,
- this.FIO});
- this.DgvRequest.GridColor = System.Drawing.Color.White;
- this.DgvRequest.Location = new System.Drawing.Point(12, 106);
- this.DgvRequest.MultiSelect = false;
- this.DgvRequest.Name = "DgvRequest";
- this.DgvRequest.ReadOnly = true;
- this.DgvRequest.RowHeadersVisible = false;
- this.DgvRequest.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.WhiteSmoke;
- this.DgvRequest.RowTemplate.DefaultCellStyle.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.DgvRequest.RowTemplate.DividerHeight = 10;
- this.DgvRequest.RowTemplate.Height = 130;
- this.DgvRequest.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
- this.DgvRequest.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.DgvRequest.Size = new System.Drawing.Size(468, 292);
- this.DgvRequest.TabIndex = 2;
- //
- // id
- //
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.id.DefaultCellStyle = dataGridViewCellStyle4;
- this.id.HeaderText = "ид";
- this.id.Name = "id";
- this.id.ReadOnly = true;
- this.id.Visible = false;
- //
- // Photo
- //
- this.Photo.HeaderText = "Фото";
- this.Photo.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
- this.Photo.Name = "Photo";
- this.Photo.ReadOnly = true;
- this.Photo.Resizable = System.Windows.Forms.DataGridViewTriState.False;
- this.Photo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.Photo.Width = 130;
- //
- // Title
- //
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
- this.Title.DefaultCellStyle = dataGridViewCellStyle5;
- this.Title.HeaderText = "Инфо";
- this.Title.Name = "Title";
- this.Title.ReadOnly = true;
- this.Title.Resizable = System.Windows.Forms.DataGridViewTriState.False;
- this.Title.Width = 200;
- //
- // FIO
- //
- this.FIO.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
- this.FIO.DefaultCellStyle = dataGridViewCellStyle6;
- this.FIO.HeaderText = "ФИО";
- this.FIO.Name = "FIO";
- this.FIO.ReadOnly = true;
- this.FIO.Resizable = System.Windows.Forms.DataGridViewTriState.False;
- //
- // FormWorkPlace
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(492, 428);
- this.Controls.Add(this.DgvRequest);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("Arial Narrow", 9F);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.Name = "FormWorkPlace";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "ООО \"Техносервис\"";
- this.Load += new System.EventHandler(this.FormWorkPlace_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.DgvRequest)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.DataGridView DgvRequest;
- private System.Windows.Forms.DataGridViewTextBoxColumn id;
- private System.Windows.Forms.DataGridViewImageColumn Photo;
- private System.Windows.Forms.DataGridViewTextBoxColumn Title;
- private System.Windows.Forms.DataGridViewTextBoxColumn FIO;
- }
- }
|