Form1.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  1. namespace WindowsFormsApp3
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// Обязательная переменная конструктора.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Освободить все используемые ресурсы.
  11. /// </summary>
  12. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</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
  22. /// <summary>
  23. /// Требуемый метод для поддержки конструктора — не изменяйте
  24. /// содержимое этого метода с помощью редактора кода.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  30. this.kalachyovaISP41DataSet = new WindowsFormsApp3.KalachyovaISP41DataSet();
  31. this.clientsBindingSource = new System.Windows.Forms.BindingSource(this.components);
  32. this.clientsTableAdapter = new WindowsFormsApp3.KalachyovaISP41DataSetTableAdapters.clientsTableAdapter();
  33. this.фамилияDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.имяDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.отчествоDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.полDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.телефонDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.датарожденияDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.emailDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.датарегистрацииDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.button1 = new System.Windows.Forms.Button();
  42. this.button2 = new System.Windows.Forms.Button();
  43. this.button3 = new System.Windows.Forms.Button();
  44. this.textBox1 = new System.Windows.Forms.TextBox();
  45. this.textBox2 = new System.Windows.Forms.TextBox();
  46. this.textBox3 = new System.Windows.Forms.TextBox();
  47. this.textBox4 = new System.Windows.Forms.TextBox();
  48. this.textBox5 = new System.Windows.Forms.TextBox();
  49. this.textBox6 = new System.Windows.Forms.TextBox();
  50. this.textBox7 = new System.Windows.Forms.TextBox();
  51. this.textBox8 = new System.Windows.Forms.TextBox();
  52. this.clientsBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  53. this.button4 = new System.Windows.Forms.Button();
  54. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.kalachyovaISP41DataSet)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.clientsBindingSource)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.clientsBindingSource1)).BeginInit();
  58. this.SuspendLayout();
  59. //
  60. // dataGridView1
  61. //
  62. this.dataGridView1.AllowUserToDeleteRows = false;
  63. this.dataGridView1.AutoGenerateColumns = false;
  64. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  65. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  66. this.фамилияDataGridViewTextBoxColumn,
  67. this.имяDataGridViewTextBoxColumn,
  68. this.отчествоDataGridViewTextBoxColumn,
  69. this.полDataGridViewTextBoxColumn,
  70. this.телефонDataGridViewTextBoxColumn,
  71. this.датарожденияDataGridViewTextBoxColumn,
  72. this.emailDataGridViewTextBoxColumn,
  73. this.датарегистрацииDataGridViewTextBoxColumn});
  74. this.dataGridView1.DataSource = this.clientsBindingSource;
  75. this.dataGridView1.Location = new System.Drawing.Point(12, 35);
  76. this.dataGridView1.Name = "dataGridView1";
  77. this.dataGridView1.Size = new System.Drawing.Size(875, 150);
  78. this.dataGridView1.TabIndex = 0;
  79. this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  80. //
  81. // kalachyovaISP41DataSet
  82. //
  83. this.kalachyovaISP41DataSet.DataSetName = "KalachyovaISP41DataSet";
  84. this.kalachyovaISP41DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  85. //
  86. // clientsBindingSource
  87. //
  88. this.clientsBindingSource.DataMember = "clients";
  89. this.clientsBindingSource.DataSource = this.kalachyovaISP41DataSet;
  90. //
  91. // clientsTableAdapter
  92. //
  93. this.clientsTableAdapter.ClearBeforeFill = true;
  94. //
  95. // фамилияDataGridViewTextBoxColumn
  96. //
  97. this.фамилияDataGridViewTextBoxColumn.DataPropertyName = "Фамилия";
  98. this.фамилияDataGridViewTextBoxColumn.HeaderText = "Фамилия";
  99. this.фамилияDataGridViewTextBoxColumn.Name = "фамилияDataGridViewTextBoxColumn";
  100. //
  101. // имяDataGridViewTextBoxColumn
  102. //
  103. this.имяDataGridViewTextBoxColumn.DataPropertyName = "Имя";
  104. this.имяDataGridViewTextBoxColumn.HeaderText = "Имя";
  105. this.имяDataGridViewTextBoxColumn.Name = "имяDataGridViewTextBoxColumn";
  106. //
  107. // отчествоDataGridViewTextBoxColumn
  108. //
  109. this.отчествоDataGridViewTextBoxColumn.DataPropertyName = "Отчество";
  110. this.отчествоDataGridViewTextBoxColumn.HeaderText = "Отчество";
  111. this.отчествоDataGridViewTextBoxColumn.Name = "отчествоDataGridViewTextBoxColumn";
  112. //
  113. // полDataGridViewTextBoxColumn
  114. //
  115. this.полDataGridViewTextBoxColumn.DataPropertyName = "Пол";
  116. this.полDataGridViewTextBoxColumn.HeaderText = "Пол";
  117. this.полDataGridViewTextBoxColumn.Name = "полDataGridViewTextBoxColumn";
  118. //
  119. // телефонDataGridViewTextBoxColumn
  120. //
  121. this.телефонDataGridViewTextBoxColumn.DataPropertyName = "Телефон";
  122. this.телефонDataGridViewTextBoxColumn.HeaderText = "Телефон";
  123. this.телефонDataGridViewTextBoxColumn.Name = "телефонDataGridViewTextBoxColumn";
  124. //
  125. // датарожденияDataGridViewTextBoxColumn
  126. //
  127. this.датарожденияDataGridViewTextBoxColumn.DataPropertyName = "Дата_рождения";
  128. this.датарожденияDataGridViewTextBoxColumn.HeaderText = "Дата_рождения";
  129. this.датарожденияDataGridViewTextBoxColumn.Name = "датарожденияDataGridViewTextBoxColumn";
  130. //
  131. // emailDataGridViewTextBoxColumn
  132. //
  133. this.emailDataGridViewTextBoxColumn.DataPropertyName = "Email";
  134. this.emailDataGridViewTextBoxColumn.HeaderText = "Email";
  135. this.emailDataGridViewTextBoxColumn.Name = "emailDataGridViewTextBoxColumn";
  136. //
  137. // датарегистрацииDataGridViewTextBoxColumn
  138. //
  139. this.датарегистрацииDataGridViewTextBoxColumn.DataPropertyName = "Дата_регистрации";
  140. this.датарегистрацииDataGridViewTextBoxColumn.HeaderText = "Дата_регистрации";
  141. this.датарегистрацииDataGridViewTextBoxColumn.Name = "датарегистрацииDataGridViewTextBoxColumn";
  142. //
  143. // button1
  144. //
  145. this.button1.Location = new System.Drawing.Point(13, 300);
  146. this.button1.Name = "button1";
  147. this.button1.Size = new System.Drawing.Size(75, 23);
  148. this.button1.TabIndex = 1;
  149. this.button1.Text = "Добавить";
  150. this.button1.UseVisualStyleBackColor = true;
  151. this.button1.Click += new System.EventHandler(this.button1_Click);
  152. //
  153. // button2
  154. //
  155. this.button2.Location = new System.Drawing.Point(13, 347);
  156. this.button2.Name = "button2";
  157. this.button2.Size = new System.Drawing.Size(75, 23);
  158. this.button2.TabIndex = 2;
  159. this.button2.Text = "Удалить";
  160. this.button2.UseVisualStyleBackColor = true;
  161. this.button2.Click += new System.EventHandler(this.button2_Click);
  162. //
  163. // button3
  164. //
  165. this.button3.Location = new System.Drawing.Point(12, 392);
  166. this.button3.Name = "button3";
  167. this.button3.Size = new System.Drawing.Size(75, 23);
  168. this.button3.TabIndex = 3;
  169. this.button3.Text = "Сохранить";
  170. this.button3.UseVisualStyleBackColor = true;
  171. this.button3.Click += new System.EventHandler(this.button3_Click);
  172. //
  173. // textBox1
  174. //
  175. this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource1, "Фамилия", true));
  176. this.textBox1.Location = new System.Drawing.Point(214, 234);
  177. this.textBox1.Name = "textBox1";
  178. this.textBox1.Size = new System.Drawing.Size(282, 20);
  179. this.textBox1.TabIndex = 4;
  180. //
  181. // textBox2
  182. //
  183. this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "Имя", true));
  184. this.textBox2.Location = new System.Drawing.Point(214, 270);
  185. this.textBox2.Name = "textBox2";
  186. this.textBox2.Size = new System.Drawing.Size(282, 20);
  187. this.textBox2.TabIndex = 5;
  188. //
  189. // textBox3
  190. //
  191. this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource1, "Отчество", true));
  192. this.textBox3.Location = new System.Drawing.Point(214, 303);
  193. this.textBox3.Name = "textBox3";
  194. this.textBox3.Size = new System.Drawing.Size(282, 20);
  195. this.textBox3.TabIndex = 6;
  196. //
  197. // textBox4
  198. //
  199. this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource1, "Пол", true));
  200. this.textBox4.Location = new System.Drawing.Point(214, 329);
  201. this.textBox4.Name = "textBox4";
  202. this.textBox4.Size = new System.Drawing.Size(282, 20);
  203. this.textBox4.TabIndex = 7;
  204. //
  205. // textBox5
  206. //
  207. this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource1, "Телефон", true));
  208. this.textBox5.Location = new System.Drawing.Point(214, 355);
  209. this.textBox5.Name = "textBox5";
  210. this.textBox5.Size = new System.Drawing.Size(282, 20);
  211. this.textBox5.TabIndex = 8;
  212. //
  213. // textBox6
  214. //
  215. this.textBox6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource1, "Дата_рождения", true));
  216. this.textBox6.Location = new System.Drawing.Point(214, 381);
  217. this.textBox6.Name = "textBox6";
  218. this.textBox6.Size = new System.Drawing.Size(282, 20);
  219. this.textBox6.TabIndex = 9;
  220. //
  221. // textBox7
  222. //
  223. this.textBox7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource1, "Email", true));
  224. this.textBox7.Location = new System.Drawing.Point(214, 407);
  225. this.textBox7.Name = "textBox7";
  226. this.textBox7.Size = new System.Drawing.Size(282, 20);
  227. this.textBox7.TabIndex = 10;
  228. //
  229. // textBox8
  230. //
  231. this.textBox8.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource1, "Дата_регистрации", true));
  232. this.textBox8.Location = new System.Drawing.Point(214, 447);
  233. this.textBox8.Name = "textBox8";
  234. this.textBox8.Size = new System.Drawing.Size(282, 20);
  235. this.textBox8.TabIndex = 11;
  236. //
  237. // clientsBindingSource1
  238. //
  239. this.clientsBindingSource1.DataMember = "clients";
  240. this.clientsBindingSource1.DataSource = this.kalachyovaISP41DataSet;
  241. //
  242. // button4
  243. //
  244. this.button4.Location = new System.Drawing.Point(747, 476);
  245. this.button4.Name = "button4";
  246. this.button4.Size = new System.Drawing.Size(75, 23);
  247. this.button4.TabIndex = 12;
  248. this.button4.Text = "Сервис";
  249. this.button4.UseVisualStyleBackColor = true;
  250. this.button4.Click += new System.EventHandler(this.button4_Click);
  251. //
  252. // Form1
  253. //
  254. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  255. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  256. this.ClientSize = new System.Drawing.Size(943, 542);
  257. this.Controls.Add(this.button4);
  258. this.Controls.Add(this.textBox8);
  259. this.Controls.Add(this.textBox7);
  260. this.Controls.Add(this.textBox6);
  261. this.Controls.Add(this.textBox5);
  262. this.Controls.Add(this.textBox4);
  263. this.Controls.Add(this.textBox3);
  264. this.Controls.Add(this.textBox2);
  265. this.Controls.Add(this.textBox1);
  266. this.Controls.Add(this.button3);
  267. this.Controls.Add(this.button2);
  268. this.Controls.Add(this.button1);
  269. this.Controls.Add(this.dataGridView1);
  270. this.Name = "Form1";
  271. this.Text = "Form1";
  272. this.Load += new System.EventHandler(this.Form1_Load);
  273. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  274. ((System.ComponentModel.ISupportInitialize)(this.kalachyovaISP41DataSet)).EndInit();
  275. ((System.ComponentModel.ISupportInitialize)(this.clientsBindingSource)).EndInit();
  276. ((System.ComponentModel.ISupportInitialize)(this.clientsBindingSource1)).EndInit();
  277. this.ResumeLayout(false);
  278. this.PerformLayout();
  279. }
  280. #endregion
  281. private System.Windows.Forms.DataGridView dataGridView1;
  282. private KalachyovaISP41DataSet kalachyovaISP41DataSet;
  283. private System.Windows.Forms.BindingSource clientsBindingSource;
  284. private KalachyovaISP41DataSetTableAdapters.clientsTableAdapter clientsTableAdapter;
  285. private System.Windows.Forms.DataGridViewTextBoxColumn фамилияDataGridViewTextBoxColumn;
  286. private System.Windows.Forms.DataGridViewTextBoxColumn имяDataGridViewTextBoxColumn;
  287. private System.Windows.Forms.DataGridViewTextBoxColumn отчествоDataGridViewTextBoxColumn;
  288. private System.Windows.Forms.DataGridViewTextBoxColumn полDataGridViewTextBoxColumn;
  289. private System.Windows.Forms.DataGridViewTextBoxColumn телефонDataGridViewTextBoxColumn;
  290. private System.Windows.Forms.DataGridViewTextBoxColumn датарожденияDataGridViewTextBoxColumn;
  291. private System.Windows.Forms.DataGridViewTextBoxColumn emailDataGridViewTextBoxColumn;
  292. private System.Windows.Forms.DataGridViewTextBoxColumn датарегистрацииDataGridViewTextBoxColumn;
  293. private System.Windows.Forms.Button button1;
  294. private System.Windows.Forms.Button button2;
  295. private System.Windows.Forms.Button button3;
  296. private System.Windows.Forms.TextBox textBox1;
  297. private System.Windows.Forms.BindingSource clientsBindingSource1;
  298. private System.Windows.Forms.TextBox textBox2;
  299. private System.Windows.Forms.TextBox textBox3;
  300. private System.Windows.Forms.TextBox textBox4;
  301. private System.Windows.Forms.TextBox textBox5;
  302. private System.Windows.Forms.TextBox textBox6;
  303. private System.Windows.Forms.TextBox textBox7;
  304. private System.Windows.Forms.TextBox textBox8;
  305. private System.Windows.Forms.Button button4;
  306. }
  307. }