ЗаполнениеПос.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. namespace EJ
  2. {
  3. partial class ЗаполнениеПос
  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. this.panel1 = new System.Windows.Forms.Panel();
  30. this.Otmetka = new System.Windows.Forms.TextBox();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.Name = new System.Windows.Forms.ComboBox();
  33. this.спортсменыBindingSource = new System.Windows.Forms.BindingSource(this.components);
  34. this.panel2 = new System.Windows.Forms.Panel();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.спортсменыBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  37. this.groupBox1 = new System.Windows.Forms.GroupBox();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.label3 = new System.Windows.Forms.Label();
  40. this.label4 = new System.Windows.Forms.Label();
  41. this.Datett = new System.Windows.Forms.TextBox();
  42. this.panel1.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.спортсменыBindingSource)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.eJDataSet2)).BeginInit();
  45. this.panel2.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.спортсменыBindingSource1)).BeginInit();
  47. this.groupBox1.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // panel1
  51. //
  52. this.panel1.BackColor = System.Drawing.Color.PowderBlue;
  53. this.panel1.Controls.Add(this.groupBox1);
  54. this.panel1.Controls.Add(this.button1);
  55. this.panel1.Controls.Add(this.panel2);
  56. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  57. this.panel1.Location = new System.Drawing.Point(0, 0);
  58. this.panel1.Name = "panel1";
  59. this.panel1.Size = new System.Drawing.Size(484, 361);
  60. this.panel1.TabIndex = 0;
  61. //
  62. // Otmetka
  63. //
  64. this.Otmetka.Location = new System.Drawing.Point(150, 71);
  65. this.Otmetka.Name = "Otmetka";
  66. this.Otmetka.Size = new System.Drawing.Size(174, 25);
  67. this.Otmetka.TabIndex = 5;
  68. //
  69. // button1
  70. //
  71. this.button1.Location = new System.Drawing.Point(22, 321);
  72. this.button1.Name = "button1";
  73. this.button1.Size = new System.Drawing.Size(75, 28);
  74. this.button1.TabIndex = 4;
  75. this.button1.Text = "Сохраниь";
  76. this.button1.UseVisualStyleBackColor = true;
  77. this.button1.Click += new System.EventHandler(this.button1_Click);
  78. //
  79. // Name
  80. //
  81. this.Name.DataSource = this.спортсменыBindingSource;
  82. this.Name.DisplayMember = "Фамилия";
  83. this.Name.FormattingEnabled = true;
  84. this.Name.Location = new System.Drawing.Point(150, 24);
  85. this.Name.Name = "Name";
  86. this.Name.Size = new System.Drawing.Size(174, 27);
  87. this.Name.TabIndex = 1;
  88. //
  89. // спортсменыBindingSource
  90. //
  91. this.спортсменыBindingSource.DataMember = "Спортсмены";
  92. this.спортсменыBindingSource.DataSource = this.eJDataSet2;
  93. //
  94. // eJDataSet2
  95. //
  96. this.eJDataSet2.DataSetName = "EJDataSet2";
  97. this.eJDataSet2.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  98. //
  99. // panel2
  100. //
  101. this.panel2.BackColor = System.Drawing.Color.Azure;
  102. this.panel2.Controls.Add(this.label1);
  103. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  104. this.panel2.Location = new System.Drawing.Point(0, 0);
  105. this.panel2.Name = "panel2";
  106. this.panel2.Size = new System.Drawing.Size(484, 90);
  107. this.panel2.TabIndex = 0;
  108. //
  109. // label1
  110. //
  111. this.label1.AutoSize = true;
  112. this.label1.Font = new System.Drawing.Font("Tw Cen MT", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  113. this.label1.Location = new System.Drawing.Point(134, 34);
  114. this.label1.Name = "label1";
  115. this.label1.Size = new System.Drawing.Size(202, 22);
  116. this.label1.TabIndex = 0;
  117. this.label1.Text = "Заполнение посещяемости";
  118. //
  119. // спортсменыTableAdapter
  120. //
  121. this.спортсменыTableAdapter.ClearBeforeFill = true;
  122. //
  123. // спортсменыBindingSource1
  124. //
  125. this.спортсменыBindingSource1.DataMember = "Спортсмены";
  126. this.спортсменыBindingSource1.DataSource = this.eJDataSet2;
  127. //
  128. // groupBox1
  129. //
  130. this.groupBox1.Controls.Add(this.Datett);
  131. this.groupBox1.Controls.Add(this.label4);
  132. this.groupBox1.Controls.Add(this.label3);
  133. this.groupBox1.Controls.Add(this.label2);
  134. this.groupBox1.Controls.Add(this.Name);
  135. this.groupBox1.Controls.Add(this.Otmetka);
  136. this.groupBox1.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  137. this.groupBox1.Location = new System.Drawing.Point(12, 96);
  138. this.groupBox1.Name = "groupBox1";
  139. this.groupBox1.Size = new System.Drawing.Size(330, 146);
  140. this.groupBox1.TabIndex = 6;
  141. this.groupBox1.TabStop = false;
  142. this.groupBox1.Text = "Заполните данные";
  143. this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
  144. //
  145. // label2
  146. //
  147. this.label2.AutoSize = true;
  148. this.label2.Location = new System.Drawing.Point(6, 24);
  149. this.label2.Name = "label2";
  150. this.label2.Size = new System.Drawing.Size(138, 19);
  151. this.label2.TabIndex = 6;
  152. this.label2.Text = "Фамилия спортсмена";
  153. //
  154. // label3
  155. //
  156. this.label3.AutoSize = true;
  157. this.label3.Location = new System.Drawing.Point(11, 71);
  158. this.label3.Name = "label3";
  159. this.label3.Size = new System.Drawing.Size(133, 19);
  160. this.label3.TabIndex = 7;
  161. this.label3.Text = "Отмека о посещении";
  162. //
  163. // label4
  164. //
  165. this.label4.AutoSize = true;
  166. this.label4.Location = new System.Drawing.Point(53, 114);
  167. this.label4.Name = "label4";
  168. this.label4.Size = new System.Drawing.Size(91, 19);
  169. this.label4.TabIndex = 8;
  170. this.label4.Text = "Дата занятия";
  171. //
  172. // Datett
  173. //
  174. this.Datett.Location = new System.Drawing.Point(150, 111);
  175. this.Datett.Multiline = true;
  176. this.Datett.Name = "Datett";
  177. this.Datett.Size = new System.Drawing.Size(174, 25);
  178. this.Datett.TabIndex = 9;
  179. //
  180. // ЗаполнениеПос
  181. //
  182. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  183. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  184. this.ClientSize = new System.Drawing.Size(484, 361);
  185. this.Controls.Add(this.panel1);
  186. this.Text = "ЗаполнениеПос";
  187. this.Load += new System.EventHandler(this.ЗаполнениеПос_Load);
  188. this.panel1.ResumeLayout(false);
  189. ((System.ComponentModel.ISupportInitialize)(this.спортсменыBindingSource)).EndInit();
  190. ((System.ComponentModel.ISupportInitialize)(this.eJDataSet2)).EndInit();
  191. this.panel2.ResumeLayout(false);
  192. this.panel2.PerformLayout();
  193. ((System.ComponentModel.ISupportInitialize)(this.спортсменыBindingSource1)).EndInit();
  194. this.groupBox1.ResumeLayout(false);
  195. this.groupBox1.PerformLayout();
  196. this.ResumeLayout(false);
  197. }
  198. #endregion
  199. private System.Windows.Forms.Panel panel1;
  200. private System.Windows.Forms.Panel panel2;
  201. private System.Windows.Forms.Label label1;
  202. private System.Windows.Forms.ComboBox Name;
  203. private EJDataSet2 eJDataSet2;
  204. private System.Windows.Forms.BindingSource спортсменыBindingSource;
  205. private EJDataSet2TableAdapters.СпортсменыTableAdapter спортсменыTableAdapter;
  206. private System.Windows.Forms.BindingSource спортсменыBindingSource1;
  207. private System.Windows.Forms.Button button1;
  208. private System.Windows.Forms.TextBox Otmetka;
  209. private System.Windows.Forms.GroupBox groupBox1;
  210. private System.Windows.Forms.Label label4;
  211. private System.Windows.Forms.Label label3;
  212. private System.Windows.Forms.Label label2;
  213. private System.Windows.Forms.TextBox Datett;
  214. }
  215. }