Form5.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. 
  2. namespace Lebedenko_WS_Winforms
  3. {
  4. partial class Form5
  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. System.Windows.Forms.Label кодLabel;
  31. System.Windows.Forms.Label имяLabel;
  32. System.Windows.Forms.Label фамилияLabel;
  33. System.Windows.Forms.Label отчествоLabel;
  34. System.Windows.Forms.Label дата_РожденияLabel;
  35. System.Windows.Forms.Label группаLabel;
  36. System.Windows.Forms.Label телефонLabel;
  37. this.button1 = new System.Windows.Forms.Button();
  38. this.lebedenkoWorldSkillsDataSet = new Lebedenko_WS_Winforms.LebedenkoWorldSkillsDataSet();
  39. this.данныеОСтудентеBindingSource = new System.Windows.Forms.BindingSource(this.components);
  40. this.данныеОСтудентеTableAdapter = new Lebedenko_WS_Winforms.LebedenkoWorldSkillsDataSetTableAdapters.ДанныеОСтудентеTableAdapter();
  41. this.tableAdapterManager = new Lebedenko_WS_Winforms.LebedenkoWorldSkillsDataSetTableAdapters.TableAdapterManager();
  42. this.кодTextBox = new System.Windows.Forms.TextBox();
  43. this.имяTextBox = new System.Windows.Forms.TextBox();
  44. this.фамилияTextBox = new System.Windows.Forms.TextBox();
  45. this.отчествоTextBox = new System.Windows.Forms.TextBox();
  46. this.дата_РожденияDateTimePicker = new System.Windows.Forms.DateTimePicker();
  47. this.группаTextBox = new System.Windows.Forms.TextBox();
  48. this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
  49. кодLabel = new System.Windows.Forms.Label();
  50. имяLabel = new System.Windows.Forms.Label();
  51. фамилияLabel = new System.Windows.Forms.Label();
  52. отчествоLabel = new System.Windows.Forms.Label();
  53. дата_РожденияLabel = new System.Windows.Forms.Label();
  54. группаLabel = new System.Windows.Forms.Label();
  55. телефонLabel = new System.Windows.Forms.Label();
  56. ((System.ComponentModel.ISupportInitialize)(this.lebedenkoWorldSkillsDataSet)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.данныеОСтудентеBindingSource)).BeginInit();
  58. this.SuspendLayout();
  59. //
  60. // кодLabel
  61. //
  62. кодLabel.AutoSize = true;
  63. кодLabel.Location = new System.Drawing.Point(26, 68);
  64. кодLabel.Name = "кодLabel";
  65. кодLabel.Size = new System.Drawing.Size(29, 13);
  66. кодLabel.TabIndex = 2;
  67. кодLabel.Text = "Код:";
  68. //
  69. // имяLabel
  70. //
  71. имяLabel.AutoSize = true;
  72. имяLabel.Location = new System.Drawing.Point(26, 94);
  73. имяLabel.Name = "имяLabel";
  74. имяLabel.Size = new System.Drawing.Size(32, 13);
  75. имяLabel.TabIndex = 4;
  76. имяLabel.Text = "Имя:";
  77. //
  78. // фамилияLabel
  79. //
  80. фамилияLabel.AutoSize = true;
  81. фамилияLabel.Location = new System.Drawing.Point(26, 120);
  82. фамилияLabel.Name = "фамилияLabel";
  83. фамилияLabel.Size = new System.Drawing.Size(59, 13);
  84. фамилияLabel.TabIndex = 6;
  85. фамилияLabel.Text = "Фамилия:";
  86. //
  87. // отчествоLabel
  88. //
  89. отчествоLabel.AutoSize = true;
  90. отчествоLabel.Location = new System.Drawing.Point(26, 146);
  91. отчествоLabel.Name = "отчествоLabel";
  92. отчествоLabel.Size = new System.Drawing.Size(57, 13);
  93. отчествоLabel.TabIndex = 8;
  94. отчествоLabel.Text = "Отчество:";
  95. //
  96. // дата_РожденияLabel
  97. //
  98. дата_РожденияLabel.AutoSize = true;
  99. дата_РожденияLabel.Location = new System.Drawing.Point(26, 173);
  100. дата_РожденияLabel.Name = "дата_РожденияLabel";
  101. дата_РожденияLabel.Size = new System.Drawing.Size(90, 13);
  102. дата_РожденияLabel.TabIndex = 10;
  103. дата_РожденияLabel.Text = "Дата Рождения:";
  104. //
  105. // группаLabel
  106. //
  107. группаLabel.AutoSize = true;
  108. группаLabel.Location = new System.Drawing.Point(26, 198);
  109. группаLabel.Name = "группаLabel";
  110. группаLabel.Size = new System.Drawing.Size(45, 13);
  111. группаLabel.TabIndex = 12;
  112. группаLabel.Text = "Группа:";
  113. //
  114. // телефонLabel
  115. //
  116. телефонLabel.AutoSize = true;
  117. телефонLabel.Location = new System.Drawing.Point(26, 224);
  118. телефонLabel.Name = "телефонLabel";
  119. телефонLabel.Size = new System.Drawing.Size(55, 13);
  120. телефонLabel.TabIndex = 14;
  121. телефонLabel.Text = "Телефон:";
  122. //
  123. // button1
  124. //
  125. this.button1.Location = new System.Drawing.Point(379, 58);
  126. this.button1.Name = "button1";
  127. this.button1.Size = new System.Drawing.Size(75, 23);
  128. this.button1.TabIndex = 0;
  129. this.button1.Text = "button1";
  130. this.button1.UseVisualStyleBackColor = true;
  131. this.button1.Click += new System.EventHandler(this.button1_Click);
  132. //
  133. // lebedenkoWorldSkillsDataSet
  134. //
  135. this.lebedenkoWorldSkillsDataSet.DataSetName = "LebedenkoWorldSkillsDataSet";
  136. this.lebedenkoWorldSkillsDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  137. //
  138. // данныеОСтудентеBindingSource
  139. //
  140. this.данныеОСтудентеBindingSource.DataMember = "ДанныеОСтуденте";
  141. this.данныеОСтудентеBindingSource.DataSource = this.lebedenkoWorldSkillsDataSet;
  142. //
  143. // данныеОСтудентеTableAdapter
  144. //
  145. this.данныеОСтудентеTableAdapter.ClearBeforeFill = true;
  146. //
  147. // tableAdapterManager
  148. //
  149. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  150. this.tableAdapterManager.DataLoginTableAdapter = null;
  151. this.tableAdapterManager.UpdateOrder = Lebedenko_WS_Winforms.LebedenkoWorldSkillsDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  152. this.tableAdapterManager.ДанныеОСтудентеTableAdapter = this.данныеОСтудентеTableAdapter;
  153. this.tableAdapterManager.ЭкзаменTableAdapter = null;
  154. this.tableAdapterManager.ЭкспертыTableAdapter = null;
  155. //
  156. // кодTextBox
  157. //
  158. this.кодTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.данныеОСтудентеBindingSource, "Код", true));
  159. this.кодTextBox.Location = new System.Drawing.Point(122, 65);
  160. this.кодTextBox.Name = "кодTextBox";
  161. this.кодTextBox.Size = new System.Drawing.Size(200, 20);
  162. this.кодTextBox.TabIndex = 3;
  163. //
  164. // имяTextBox
  165. //
  166. this.имяTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.данныеОСтудентеBindingSource, "Имя", true));
  167. this.имяTextBox.Location = new System.Drawing.Point(122, 91);
  168. this.имяTextBox.Name = "имяTextBox";
  169. this.имяTextBox.Size = new System.Drawing.Size(200, 20);
  170. this.имяTextBox.TabIndex = 5;
  171. //
  172. // фамилияTextBox
  173. //
  174. this.фамилияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.данныеОСтудентеBindingSource, "Фамилия", true));
  175. this.фамилияTextBox.Location = new System.Drawing.Point(122, 117);
  176. this.фамилияTextBox.Name = "фамилияTextBox";
  177. this.фамилияTextBox.Size = new System.Drawing.Size(200, 20);
  178. this.фамилияTextBox.TabIndex = 7;
  179. //
  180. // отчествоTextBox
  181. //
  182. this.отчествоTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.данныеОСтудентеBindingSource, "Отчество", true));
  183. this.отчествоTextBox.Location = new System.Drawing.Point(122, 143);
  184. this.отчествоTextBox.Name = "отчествоTextBox";
  185. this.отчествоTextBox.Size = new System.Drawing.Size(200, 20);
  186. this.отчествоTextBox.TabIndex = 9;
  187. //
  188. // дата_РожденияDateTimePicker
  189. //
  190. this.дата_РожденияDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.данныеОСтудентеBindingSource, "Дата_Рождения", true));
  191. this.дата_РожденияDateTimePicker.Location = new System.Drawing.Point(122, 169);
  192. this.дата_РожденияDateTimePicker.Name = "дата_РожденияDateTimePicker";
  193. this.дата_РожденияDateTimePicker.Size = new System.Drawing.Size(200, 20);
  194. this.дата_РожденияDateTimePicker.TabIndex = 11;
  195. //
  196. // группаTextBox
  197. //
  198. this.группаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.данныеОСтудентеBindingSource, "Группа", true));
  199. this.группаTextBox.Location = new System.Drawing.Point(122, 195);
  200. this.группаTextBox.Name = "группаTextBox";
  201. this.группаTextBox.Size = new System.Drawing.Size(200, 20);
  202. this.группаTextBox.TabIndex = 13;
  203. //
  204. // maskedTextBox1
  205. //
  206. this.maskedTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.данныеОСтудентеBindingSource, "Телефон", true));
  207. this.maskedTextBox1.Location = new System.Drawing.Point(122, 221);
  208. this.maskedTextBox1.Mask = "+7000-000-00-00";
  209. this.maskedTextBox1.Name = "maskedTextBox1";
  210. this.maskedTextBox1.Size = new System.Drawing.Size(200, 20);
  211. this.maskedTextBox1.TabIndex = 79;
  212. //
  213. // Form5
  214. //
  215. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  216. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  217. this.ClientSize = new System.Drawing.Size(475, 450);
  218. this.Controls.Add(this.maskedTextBox1);
  219. this.Controls.Add(кодLabel);
  220. this.Controls.Add(this.кодTextBox);
  221. this.Controls.Add(имяLabel);
  222. this.Controls.Add(this.имяTextBox);
  223. this.Controls.Add(фамилияLabel);
  224. this.Controls.Add(this.фамилияTextBox);
  225. this.Controls.Add(отчествоLabel);
  226. this.Controls.Add(this.отчествоTextBox);
  227. this.Controls.Add(дата_РожденияLabel);
  228. this.Controls.Add(this.дата_РожденияDateTimePicker);
  229. this.Controls.Add(группаLabel);
  230. this.Controls.Add(this.группаTextBox);
  231. this.Controls.Add(телефонLabel);
  232. this.Controls.Add(this.button1);
  233. this.Name = "Form5";
  234. this.Text = "Form5";
  235. this.Load += new System.EventHandler(this.Form5_Load);
  236. ((System.ComponentModel.ISupportInitialize)(this.lebedenkoWorldSkillsDataSet)).EndInit();
  237. ((System.ComponentModel.ISupportInitialize)(this.данныеОСтудентеBindingSource)).EndInit();
  238. this.ResumeLayout(false);
  239. this.PerformLayout();
  240. }
  241. #endregion
  242. private System.Windows.Forms.Button button1;
  243. private LebedenkoWorldSkillsDataSet lebedenkoWorldSkillsDataSet;
  244. private System.Windows.Forms.BindingSource данныеОСтудентеBindingSource;
  245. private LebedenkoWorldSkillsDataSetTableAdapters.ДанныеОСтудентеTableAdapter данныеОСтудентеTableAdapter;
  246. private LebedenkoWorldSkillsDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  247. private System.Windows.Forms.TextBox кодTextBox;
  248. private System.Windows.Forms.TextBox имяTextBox;
  249. private System.Windows.Forms.TextBox фамилияTextBox;
  250. private System.Windows.Forms.TextBox отчествоTextBox;
  251. private System.Windows.Forms.DateTimePicker дата_РожденияDateTimePicker;
  252. private System.Windows.Forms.TextBox группаTextBox;
  253. private System.Windows.Forms.MaskedTextBox maskedTextBox1;
  254. }
  255. }