Forminfo.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. namespace СУБД_Техносервис
  2. {
  3. partial class Forminfo
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Forminfo));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.LblTitleRequest = new System.Windows.Forms.Label();
  32. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33. this.BtnAdd = new System.Windows.Forms.Button();
  34. this.techServiceBAUDataSet = new СУБД_Техносервис.TechServiceBAUDataSet();
  35. this.BsRequest = new System.Windows.Forms.BindingSource(this.components);
  36. this.requestTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.RequestTableAdapter();
  37. this.LblAllRequestComplete = new System.Windows.Forms.Label();
  38. this.LblAvgDay = new System.Windows.Forms.Label();
  39. this.DgvTypeDefect = new System.Windows.Forms.DataGridView();
  40. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.panel1.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.techServiceBAUDataSet)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.BsRequest)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.DgvTypeDefect)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // panel1
  50. //
  51. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  52. this.panel1.Controls.Add(this.LblTitleRequest);
  53. this.panel1.Controls.Add(this.pictureBox1);
  54. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  55. this.panel1.Location = new System.Drawing.Point(0, 0);
  56. this.panel1.Name = "panel1";
  57. this.panel1.Size = new System.Drawing.Size(417, 100);
  58. this.panel1.TabIndex = 4;
  59. //
  60. // LblTitleRequest
  61. //
  62. this.LblTitleRequest.Anchor = System.Windows.Forms.AnchorStyles.Top;
  63. this.LblTitleRequest.AutoSize = true;
  64. this.LblTitleRequest.Font = new System.Drawing.Font("Arial Narrow", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  65. this.LblTitleRequest.Location = new System.Drawing.Point(177, 36);
  66. this.LblTitleRequest.Name = "LblTitleRequest";
  67. this.LblTitleRequest.Size = new System.Drawing.Size(156, 37);
  68. this.LblTitleRequest.TabIndex = 1;
  69. this.LblTitleRequest.Text = "Статистика";
  70. //
  71. // pictureBox1
  72. //
  73. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  74. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  75. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  76. this.pictureBox1.Name = "pictureBox1";
  77. this.pictureBox1.Size = new System.Drawing.Size(144, 100);
  78. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  79. this.pictureBox1.TabIndex = 0;
  80. this.pictureBox1.TabStop = false;
  81. //
  82. // BtnAdd
  83. //
  84. this.BtnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  85. this.BtnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  86. this.BtnAdd.ForeColor = System.Drawing.Color.White;
  87. this.BtnAdd.Location = new System.Drawing.Point(131, 352);
  88. this.BtnAdd.Name = "BtnAdd";
  89. this.BtnAdd.Size = new System.Drawing.Size(157, 26);
  90. this.BtnAdd.TabIndex = 9;
  91. this.BtnAdd.Text = "Назад";
  92. this.BtnAdd.UseVisualStyleBackColor = false;
  93. this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
  94. //
  95. // techServiceBAUDataSet
  96. //
  97. this.techServiceBAUDataSet.DataSetName = "TechServiceBAUDataSet";
  98. this.techServiceBAUDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  99. //
  100. // BsRequest
  101. //
  102. this.BsRequest.DataMember = "Request";
  103. this.BsRequest.DataSource = this.techServiceBAUDataSet;
  104. this.BsRequest.Filter = "IdStatus = 3";
  105. //
  106. // requestTableAdapter
  107. //
  108. this.requestTableAdapter.ClearBeforeFill = true;
  109. //
  110. // LblAllRequestComplete
  111. //
  112. this.LblAllRequestComplete.AutoSize = true;
  113. this.LblAllRequestComplete.Location = new System.Drawing.Point(33, 117);
  114. this.LblAllRequestComplete.Name = "LblAllRequestComplete";
  115. this.LblAllRequestComplete.Size = new System.Drawing.Size(31, 16);
  116. this.LblAllRequestComplete.TabIndex = 10;
  117. this.LblAllRequestComplete.Text = "label1";
  118. //
  119. // LblAvgDay
  120. //
  121. this.LblAvgDay.AutoSize = true;
  122. this.LblAvgDay.Location = new System.Drawing.Point(33, 153);
  123. this.LblAvgDay.Name = "LblAvgDay";
  124. this.LblAvgDay.Size = new System.Drawing.Size(31, 16);
  125. this.LblAvgDay.TabIndex = 11;
  126. this.LblAvgDay.Text = "label1";
  127. //
  128. // DgvTypeDefect
  129. //
  130. this.DgvTypeDefect.AllowUserToAddRows = false;
  131. this.DgvTypeDefect.AllowUserToDeleteRows = false;
  132. this.DgvTypeDefect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  133. this.DgvTypeDefect.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  134. this.Column1,
  135. this.Column2});
  136. this.DgvTypeDefect.Location = new System.Drawing.Point(36, 185);
  137. this.DgvTypeDefect.MultiSelect = false;
  138. this.DgvTypeDefect.Name = "DgvTypeDefect";
  139. this.DgvTypeDefect.ReadOnly = true;
  140. this.DgvTypeDefect.RowHeadersVisible = false;
  141. this.DgvTypeDefect.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  142. this.DgvTypeDefect.Size = new System.Drawing.Size(355, 150);
  143. this.DgvTypeDefect.TabIndex = 12;
  144. //
  145. // Column1
  146. //
  147. this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  148. this.Column1.HeaderText = "Тип неисправности";
  149. this.Column1.Name = "Column1";
  150. this.Column1.ReadOnly = true;
  151. //
  152. // Column2
  153. //
  154. this.Column2.HeaderText = "Кол-во";
  155. this.Column2.Name = "Column2";
  156. this.Column2.ReadOnly = true;
  157. //
  158. // Forminfo
  159. //
  160. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 16F);
  161. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  162. this.BackColor = System.Drawing.Color.White;
  163. this.ClientSize = new System.Drawing.Size(417, 390);
  164. this.Controls.Add(this.DgvTypeDefect);
  165. this.Controls.Add(this.LblAvgDay);
  166. this.Controls.Add(this.LblAllRequestComplete);
  167. this.Controls.Add(this.BtnAdd);
  168. this.Controls.Add(this.panel1);
  169. this.Font = new System.Drawing.Font("Arial Narrow", 9F);
  170. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  171. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  172. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  173. this.MaximizeBox = false;
  174. this.MinimizeBox = false;
  175. this.Name = "Forminfo";
  176. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  177. this.Text = "ООО \"Техносервис\"";
  178. this.Load += new System.EventHandler(this.Forminfo_Load);
  179. this.panel1.ResumeLayout(false);
  180. this.panel1.PerformLayout();
  181. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  182. ((System.ComponentModel.ISupportInitialize)(this.techServiceBAUDataSet)).EndInit();
  183. ((System.ComponentModel.ISupportInitialize)(this.BsRequest)).EndInit();
  184. ((System.ComponentModel.ISupportInitialize)(this.DgvTypeDefect)).EndInit();
  185. this.ResumeLayout(false);
  186. this.PerformLayout();
  187. }
  188. #endregion
  189. private System.Windows.Forms.Panel panel1;
  190. public System.Windows.Forms.Label LblTitleRequest;
  191. private System.Windows.Forms.PictureBox pictureBox1;
  192. private System.Windows.Forms.Button BtnAdd;
  193. private TechServiceBAUDataSet techServiceBAUDataSet;
  194. private System.Windows.Forms.BindingSource BsRequest;
  195. private TechServiceBAUDataSetTableAdapters.RequestTableAdapter requestTableAdapter;
  196. private System.Windows.Forms.Label LblAllRequestComplete;
  197. private System.Windows.Forms.Label LblAvgDay;
  198. private System.Windows.Forms.DataGridView DgvTypeDefect;
  199. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  200. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  201. }
  202. }