| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- namespace СУБД_Техносервис
- {
- partial class Forminfo
- {
- /// <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.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Forminfo));
- this.panel1 = new System.Windows.Forms.Panel();
- this.LblTitleRequest = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.BtnAdd = new System.Windows.Forms.Button();
- this.techServiceBAUDataSet = new СУБД_Техносервис.TechServiceBAUDataSet();
- this.BsRequest = new System.Windows.Forms.BindingSource(this.components);
- this.requestTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.RequestTableAdapter();
- this.LblAllRequestComplete = new System.Windows.Forms.Label();
- this.LblAvgDay = new System.Windows.Forms.Label();
- this.DgvTypeDefect = new System.Windows.Forms.DataGridView();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.techServiceBAUDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsRequest)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.DgvTypeDefect)).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.LblTitleRequest);
- 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(417, 100);
- this.panel1.TabIndex = 4;
- //
- // LblTitleRequest
- //
- this.LblTitleRequest.Anchor = System.Windows.Forms.AnchorStyles.Top;
- this.LblTitleRequest.AutoSize = true;
- this.LblTitleRequest.Font = new System.Drawing.Font("Arial Narrow", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.LblTitleRequest.Location = new System.Drawing.Point(177, 36);
- this.LblTitleRequest.Name = "LblTitleRequest";
- this.LblTitleRequest.Size = new System.Drawing.Size(156, 37);
- this.LblTitleRequest.TabIndex = 1;
- this.LblTitleRequest.Text = "Статистика";
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(0, 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;
- //
- // BtnAdd
- //
- this.BtnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.BtnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnAdd.ForeColor = System.Drawing.Color.White;
- this.BtnAdd.Location = new System.Drawing.Point(131, 352);
- this.BtnAdd.Name = "BtnAdd";
- this.BtnAdd.Size = new System.Drawing.Size(157, 26);
- this.BtnAdd.TabIndex = 9;
- this.BtnAdd.Text = "Назад";
- this.BtnAdd.UseVisualStyleBackColor = false;
- this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
- //
- // techServiceBAUDataSet
- //
- this.techServiceBAUDataSet.DataSetName = "TechServiceBAUDataSet";
- this.techServiceBAUDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // BsRequest
- //
- this.BsRequest.DataMember = "Request";
- this.BsRequest.DataSource = this.techServiceBAUDataSet;
- this.BsRequest.Filter = "IdStatus = 3";
- //
- // requestTableAdapter
- //
- this.requestTableAdapter.ClearBeforeFill = true;
- //
- // LblAllRequestComplete
- //
- this.LblAllRequestComplete.AutoSize = true;
- this.LblAllRequestComplete.Location = new System.Drawing.Point(33, 117);
- this.LblAllRequestComplete.Name = "LblAllRequestComplete";
- this.LblAllRequestComplete.Size = new System.Drawing.Size(31, 16);
- this.LblAllRequestComplete.TabIndex = 10;
- this.LblAllRequestComplete.Text = "label1";
- //
- // LblAvgDay
- //
- this.LblAvgDay.AutoSize = true;
- this.LblAvgDay.Location = new System.Drawing.Point(33, 153);
- this.LblAvgDay.Name = "LblAvgDay";
- this.LblAvgDay.Size = new System.Drawing.Size(31, 16);
- this.LblAvgDay.TabIndex = 11;
- this.LblAvgDay.Text = "label1";
- //
- // DgvTypeDefect
- //
- this.DgvTypeDefect.AllowUserToAddRows = false;
- this.DgvTypeDefect.AllowUserToDeleteRows = false;
- this.DgvTypeDefect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.DgvTypeDefect.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column1,
- this.Column2});
- this.DgvTypeDefect.Location = new System.Drawing.Point(36, 185);
- this.DgvTypeDefect.MultiSelect = false;
- this.DgvTypeDefect.Name = "DgvTypeDefect";
- this.DgvTypeDefect.ReadOnly = true;
- this.DgvTypeDefect.RowHeadersVisible = false;
- this.DgvTypeDefect.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.DgvTypeDefect.Size = new System.Drawing.Size(355, 150);
- this.DgvTypeDefect.TabIndex = 12;
- //
- // Column1
- //
- this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.Column1.HeaderText = "Тип неисправности";
- this.Column1.Name = "Column1";
- this.Column1.ReadOnly = true;
- //
- // Column2
- //
- this.Column2.HeaderText = "Кол-во";
- this.Column2.Name = "Column2";
- this.Column2.ReadOnly = true;
- //
- // Forminfo
- //
- 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(417, 390);
- this.Controls.Add(this.DgvTypeDefect);
- this.Controls.Add(this.LblAvgDay);
- this.Controls.Add(this.LblAllRequestComplete);
- this.Controls.Add(this.BtnAdd);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("Arial Narrow", 9F);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "Forminfo";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "ООО \"Техносервис\"";
- this.Load += new System.EventHandler(this.Forminfo_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.techServiceBAUDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsRequest)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.DgvTypeDefect)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- public System.Windows.Forms.Label LblTitleRequest;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Button BtnAdd;
- private TechServiceBAUDataSet techServiceBAUDataSet;
- private System.Windows.Forms.BindingSource BsRequest;
- private TechServiceBAUDataSetTableAdapters.RequestTableAdapter requestTableAdapter;
- private System.Windows.Forms.Label LblAllRequestComplete;
- private System.Windows.Forms.Label LblAvgDay;
- private System.Windows.Forms.DataGridView DgvTypeDefect;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
- }
- }
|