Employee.Designer.cs 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. 
  2. namespace Cafe11
  3. {
  4. partial class Employee
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.пользователиBindingSource = new System.Windows.Forms.BindingSource(this.components);
  34. this.lebcafeDataSet = new Cafe11.lebcafeDataSet();
  35. this.пользователиTableAdapter = new Cafe11.lebcafeDataSetTableAdapters.ПользователиTableAdapter();
  36. this.rABOCHIEAdminBindingSource = new System.Windows.Forms.BindingSource(this.components);
  37. this.rABOCHIEAdminTableAdapter = new Cafe11.lebcafeDataSetTableAdapters.RABOCHIEAdminTableAdapter();
  38. this.iDПользователяDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.фамилияDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Название = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.НазваниеСтатусаСотрудника = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.пользователиBindingSource)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.lebcafeDataSet)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.rABOCHIEAdminBindingSource)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // dataGridView1
  49. //
  50. this.dataGridView1.AutoGenerateColumns = false;
  51. this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
  52. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  53. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  54. this.iDПользователяDataGridViewTextBoxColumn,
  55. this.фамилияDataGridViewTextBoxColumn,
  56. this.Название,
  57. this.НазваниеСтатусаСотрудника});
  58. this.dataGridView1.DataSource = this.rABOCHIEAdminBindingSource;
  59. this.dataGridView1.Location = new System.Drawing.Point(12, 12);
  60. this.dataGridView1.Name = "dataGridView1";
  61. this.dataGridView1.Size = new System.Drawing.Size(776, 370);
  62. this.dataGridView1.TabIndex = 0;
  63. //
  64. // button1
  65. //
  66. this.button1.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  67. this.button1.Location = new System.Drawing.Point(622, 409);
  68. this.button1.Name = "button1";
  69. this.button1.Size = new System.Drawing.Size(141, 52);
  70. this.button1.TabIndex = 1;
  71. this.button1.Text = "Добавить";
  72. this.button1.UseVisualStyleBackColor = true;
  73. this.button1.Click += new System.EventHandler(this.button1_Click);
  74. //
  75. // label1
  76. //
  77. this.label1.AutoSize = true;
  78. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  79. this.label1.Location = new System.Drawing.Point(28, 421);
  80. this.label1.Name = "label1";
  81. this.label1.Size = new System.Drawing.Size(522, 24);
  82. this.label1.TabIndex = 2;
  83. this.label1.Text = "Text про то что после нажатия на кнопку откроется окно";
  84. //
  85. // пользователиBindingSource
  86. //
  87. this.пользователиBindingSource.DataMember = "Пользователи";
  88. this.пользователиBindingSource.DataSource = this.lebcafeDataSet;
  89. //
  90. // lebcafeDataSet
  91. //
  92. this.lebcafeDataSet.DataSetName = "lebcafeDataSet";
  93. this.lebcafeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  94. //
  95. // пользователиTableAdapter
  96. //
  97. this.пользователиTableAdapter.ClearBeforeFill = true;
  98. //
  99. // rABOCHIEAdminBindingSource
  100. //
  101. this.rABOCHIEAdminBindingSource.DataMember = "RABOCHIEAdmin";
  102. this.rABOCHIEAdminBindingSource.DataSource = this.lebcafeDataSet;
  103. //
  104. // rABOCHIEAdminTableAdapter
  105. //
  106. this.rABOCHIEAdminTableAdapter.ClearBeforeFill = true;
  107. //
  108. // iDПользователяDataGridViewTextBoxColumn
  109. //
  110. this.iDПользователяDataGridViewTextBoxColumn.DataPropertyName = "ID_Пользователя";
  111. this.iDПользователяDataGridViewTextBoxColumn.HeaderText = "ID_Пользователя";
  112. this.iDПользователяDataGridViewTextBoxColumn.Name = "iDПользователяDataGridViewTextBoxColumn";
  113. //
  114. // фамилияDataGridViewTextBoxColumn
  115. //
  116. this.фамилияDataGridViewTextBoxColumn.DataPropertyName = "Фамилия";
  117. this.фамилияDataGridViewTextBoxColumn.HeaderText = "Фамилия";
  118. this.фамилияDataGridViewTextBoxColumn.Name = "фамилияDataGridViewTextBoxColumn";
  119. //
  120. // Название
  121. //
  122. this.Название.DataPropertyName = "Название";
  123. this.Название.HeaderText = "Название";
  124. this.Название.Name = "Название";
  125. //
  126. // НазваниеСтатусаСотрудника
  127. //
  128. this.НазваниеСтатусаСотрудника.DataPropertyName = "НазваниеСтатусаСотрудника";
  129. this.НазваниеСтатусаСотрудника.HeaderText = "НазваниеСтатусаСотрудника";
  130. this.НазваниеСтатусаСотрудника.Name = "НазваниеСтатусаСотрудника";
  131. //
  132. // Employee
  133. //
  134. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  135. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  136. this.ClientSize = new System.Drawing.Size(869, 482);
  137. this.Controls.Add(this.label1);
  138. this.Controls.Add(this.button1);
  139. this.Controls.Add(this.dataGridView1);
  140. this.Name = "Employee";
  141. this.Text = "Employee";
  142. this.Load += new System.EventHandler(this.Employee_Load);
  143. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  144. ((System.ComponentModel.ISupportInitialize)(this.пользователиBindingSource)).EndInit();
  145. ((System.ComponentModel.ISupportInitialize)(this.lebcafeDataSet)).EndInit();
  146. ((System.ComponentModel.ISupportInitialize)(this.rABOCHIEAdminBindingSource)).EndInit();
  147. this.ResumeLayout(false);
  148. this.PerformLayout();
  149. }
  150. #endregion
  151. private System.Windows.Forms.DataGridView dataGridView1;
  152. private System.Windows.Forms.Button button1;
  153. private System.Windows.Forms.Label label1;
  154. private lebcafeDataSet lebcafeDataSet;
  155. private System.Windows.Forms.BindingSource пользователиBindingSource;
  156. private lebcafeDataSetTableAdapters.ПользователиTableAdapter пользователиTableAdapter;
  157. private System.Windows.Forms.BindingSource rABOCHIEAdminBindingSource;
  158. private lebcafeDataSetTableAdapters.RABOCHIEAdminTableAdapter rABOCHIEAdminTableAdapter;
  159. private System.Windows.Forms.DataGridViewTextBoxColumn iDПользователяDataGridViewTextBoxColumn;
  160. private System.Windows.Forms.DataGridViewTextBoxColumn фамилияDataGridViewTextBoxColumn;
  161. private System.Windows.Forms.DataGridViewTextBoxColumn Название;
  162. private System.Windows.Forms.DataGridViewTextBoxColumn НазваниеСтатусаСотрудника;
  163. }
  164. }