ДанныеКлиента.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. 
  2. namespace _02Trade
  3. {
  4. partial class ДанныеКлиента
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ДанныеКлиента));
  31. this.panel2 = new System.Windows.Forms.Panel();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  34. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  35. this.firstNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.lastNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.patronymicDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.birthdayDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.registrationDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.emailDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.phoneDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.genderCodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.clientTableBindingSource = new System.Windows.Forms.BindingSource(this.components);
  44. this._02TradeDataSet = new _02Trade._02TradeDataSet();
  45. this.clientTableTableAdapter = new _02Trade._02TradeDataSetTableAdapters.ClientTableTableAdapter();
  46. this.button4 = new System.Windows.Forms.Button();
  47. this.panel4 = new System.Windows.Forms.Panel();
  48. this.button3 = new System.Windows.Forms.Button();
  49. this.button2 = new System.Windows.Forms.Button();
  50. this.button1 = new System.Windows.Forms.Button();
  51. this.panel2.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.clientTableBindingSource)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this._02TradeDataSet)).BeginInit();
  56. this.panel4.SuspendLayout();
  57. this.SuspendLayout();
  58. //
  59. // panel2
  60. //
  61. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  62. this.panel2.Controls.Add(this.label1);
  63. this.panel2.Controls.Add(this.pictureBox1);
  64. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  65. this.panel2.Location = new System.Drawing.Point(0, 0);
  66. this.panel2.Name = "panel2";
  67. this.panel2.Size = new System.Drawing.Size(1111, 91);
  68. this.panel2.TabIndex = 3;
  69. //
  70. // label1
  71. //
  72. this.label1.AutoSize = true;
  73. this.label1.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  74. this.label1.Location = new System.Drawing.Point(490, 29);
  75. this.label1.Name = "label1";
  76. this.label1.Size = new System.Drawing.Size(144, 39);
  77. this.label1.TabIndex = 1;
  78. this.label1.Text = "Клиенты";
  79. //
  80. // pictureBox1
  81. //
  82. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  83. this.pictureBox1.Location = new System.Drawing.Point(3, 3);
  84. this.pictureBox1.Name = "pictureBox1";
  85. this.pictureBox1.Size = new System.Drawing.Size(153, 85);
  86. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  87. this.pictureBox1.TabIndex = 0;
  88. this.pictureBox1.TabStop = false;
  89. //
  90. // dataGridView1
  91. //
  92. this.dataGridView1.AllowUserToOrderColumns = true;
  93. this.dataGridView1.AutoGenerateColumns = false;
  94. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  95. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  96. this.firstNameDataGridViewTextBoxColumn,
  97. this.lastNameDataGridViewTextBoxColumn,
  98. this.patronymicDataGridViewTextBoxColumn,
  99. this.birthdayDataGridViewTextBoxColumn,
  100. this.registrationDateDataGridViewTextBoxColumn,
  101. this.emailDataGridViewTextBoxColumn,
  102. this.phoneDataGridViewTextBoxColumn,
  103. this.genderCodeDataGridViewTextBoxColumn});
  104. this.dataGridView1.DataSource = this.clientTableBindingSource;
  105. this.dataGridView1.Location = new System.Drawing.Point(3, 97);
  106. this.dataGridView1.Name = "dataGridView1";
  107. this.dataGridView1.Size = new System.Drawing.Size(1108, 232);
  108. this.dataGridView1.TabIndex = 4;
  109. //
  110. // firstNameDataGridViewTextBoxColumn
  111. //
  112. this.firstNameDataGridViewTextBoxColumn.DataPropertyName = "FirstName";
  113. this.firstNameDataGridViewTextBoxColumn.HeaderText = "Фамилия";
  114. this.firstNameDataGridViewTextBoxColumn.Name = "firstNameDataGridViewTextBoxColumn";
  115. //
  116. // lastNameDataGridViewTextBoxColumn
  117. //
  118. this.lastNameDataGridViewTextBoxColumn.DataPropertyName = "LastName";
  119. this.lastNameDataGridViewTextBoxColumn.HeaderText = "Имя";
  120. this.lastNameDataGridViewTextBoxColumn.Name = "lastNameDataGridViewTextBoxColumn";
  121. //
  122. // patronymicDataGridViewTextBoxColumn
  123. //
  124. this.patronymicDataGridViewTextBoxColumn.DataPropertyName = "Patronymic";
  125. this.patronymicDataGridViewTextBoxColumn.HeaderText = "Отчество";
  126. this.patronymicDataGridViewTextBoxColumn.Name = "patronymicDataGridViewTextBoxColumn";
  127. //
  128. // birthdayDataGridViewTextBoxColumn
  129. //
  130. this.birthdayDataGridViewTextBoxColumn.DataPropertyName = "Birthday";
  131. this.birthdayDataGridViewTextBoxColumn.HeaderText = "Дата рождения";
  132. this.birthdayDataGridViewTextBoxColumn.Name = "birthdayDataGridViewTextBoxColumn";
  133. //
  134. // registrationDateDataGridViewTextBoxColumn
  135. //
  136. this.registrationDateDataGridViewTextBoxColumn.DataPropertyName = "RegistrationDate";
  137. this.registrationDateDataGridViewTextBoxColumn.HeaderText = "Дата регистрации";
  138. this.registrationDateDataGridViewTextBoxColumn.Name = "registrationDateDataGridViewTextBoxColumn";
  139. //
  140. // emailDataGridViewTextBoxColumn
  141. //
  142. this.emailDataGridViewTextBoxColumn.DataPropertyName = "Email";
  143. this.emailDataGridViewTextBoxColumn.HeaderText = "Email";
  144. this.emailDataGridViewTextBoxColumn.Name = "emailDataGridViewTextBoxColumn";
  145. //
  146. // phoneDataGridViewTextBoxColumn
  147. //
  148. this.phoneDataGridViewTextBoxColumn.DataPropertyName = "Phone";
  149. this.phoneDataGridViewTextBoxColumn.HeaderText = "Телефон";
  150. this.phoneDataGridViewTextBoxColumn.Name = "phoneDataGridViewTextBoxColumn";
  151. //
  152. // genderCodeDataGridViewTextBoxColumn
  153. //
  154. this.genderCodeDataGridViewTextBoxColumn.DataPropertyName = "GenderCode";
  155. this.genderCodeDataGridViewTextBoxColumn.HeaderText = "Пол";
  156. this.genderCodeDataGridViewTextBoxColumn.Name = "genderCodeDataGridViewTextBoxColumn";
  157. //
  158. // clientTableBindingSource
  159. //
  160. this.clientTableBindingSource.DataMember = "ClientTable";
  161. this.clientTableBindingSource.DataSource = this._02TradeDataSet;
  162. //
  163. // _02TradeDataSet
  164. //
  165. this._02TradeDataSet.DataSetName = "_02TradeDataSet";
  166. this._02TradeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  167. //
  168. // clientTableTableAdapter
  169. //
  170. this.clientTableTableAdapter.ClearBeforeFill = true;
  171. //
  172. // button4
  173. //
  174. this.button4.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  175. this.button4.Location = new System.Drawing.Point(12, 565);
  176. this.button4.Name = "button4";
  177. this.button4.Size = new System.Drawing.Size(190, 34);
  178. this.button4.TabIndex = 36;
  179. this.button4.Text = "Запись клиента";
  180. this.button4.UseVisualStyleBackColor = true;
  181. this.button4.Click += new System.EventHandler(this.button4_Click);
  182. //
  183. // panel4
  184. //
  185. this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  186. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  187. this.panel4.Controls.Add(this.button3);
  188. this.panel4.Controls.Add(this.button2);
  189. this.panel4.Controls.Add(this.button1);
  190. this.panel4.Location = new System.Drawing.Point(820, 395);
  191. this.panel4.Name = "panel4";
  192. this.panel4.Size = new System.Drawing.Size(279, 204);
  193. this.panel4.TabIndex = 37;
  194. //
  195. // button3
  196. //
  197. this.button3.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  198. this.button3.Location = new System.Drawing.Point(40, 127);
  199. this.button3.Name = "button3";
  200. this.button3.Size = new System.Drawing.Size(190, 34);
  201. this.button3.TabIndex = 2;
  202. this.button3.Text = "Сохранить запись";
  203. this.button3.UseVisualStyleBackColor = true;
  204. this.button3.Click += new System.EventHandler(this.button3_Click);
  205. //
  206. // button2
  207. //
  208. this.button2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  209. this.button2.Location = new System.Drawing.Point(51, 77);
  210. this.button2.Name = "button2";
  211. this.button2.Size = new System.Drawing.Size(172, 34);
  212. this.button2.TabIndex = 1;
  213. this.button2.Text = "Удалить запись";
  214. this.button2.UseVisualStyleBackColor = true;
  215. this.button2.Click += new System.EventHandler(this.button2_Click);
  216. //
  217. // button1
  218. //
  219. this.button1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  220. this.button1.Location = new System.Drawing.Point(17, 29);
  221. this.button1.Name = "button1";
  222. this.button1.Size = new System.Drawing.Size(239, 34);
  223. this.button1.TabIndex = 0;
  224. this.button1.Text = "Добавить новую запись";
  225. this.button1.UseVisualStyleBackColor = true;
  226. this.button1.Click += new System.EventHandler(this.button1_Click);
  227. //
  228. // ДанныеКлиента
  229. //
  230. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  231. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  232. this.ClientSize = new System.Drawing.Size(1111, 611);
  233. this.Controls.Add(this.panel4);
  234. this.Controls.Add(this.button4);
  235. this.Controls.Add(this.dataGridView1);
  236. this.Controls.Add(this.panel2);
  237. this.Name = "ДанныеКлиента";
  238. this.Text = "ДанныеКлиента";
  239. this.Load += new System.EventHandler(this.ДанныеКлиента_Load);
  240. this.panel2.ResumeLayout(false);
  241. this.panel2.PerformLayout();
  242. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  243. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  244. ((System.ComponentModel.ISupportInitialize)(this.clientTableBindingSource)).EndInit();
  245. ((System.ComponentModel.ISupportInitialize)(this._02TradeDataSet)).EndInit();
  246. this.panel4.ResumeLayout(false);
  247. this.ResumeLayout(false);
  248. }
  249. #endregion
  250. private System.Windows.Forms.Panel panel2;
  251. private System.Windows.Forms.Label label1;
  252. private System.Windows.Forms.PictureBox pictureBox1;
  253. private System.Windows.Forms.DataGridView dataGridView1;
  254. private _02TradeDataSet _02TradeDataSet;
  255. private System.Windows.Forms.BindingSource clientTableBindingSource;
  256. private _02TradeDataSetTableAdapters.ClientTableTableAdapter clientTableTableAdapter;
  257. private System.Windows.Forms.DataGridViewTextBoxColumn firstNameDataGridViewTextBoxColumn;
  258. private System.Windows.Forms.DataGridViewTextBoxColumn lastNameDataGridViewTextBoxColumn;
  259. private System.Windows.Forms.DataGridViewTextBoxColumn patronymicDataGridViewTextBoxColumn;
  260. private System.Windows.Forms.DataGridViewTextBoxColumn birthdayDataGridViewTextBoxColumn;
  261. private System.Windows.Forms.DataGridViewTextBoxColumn registrationDateDataGridViewTextBoxColumn;
  262. private System.Windows.Forms.DataGridViewTextBoxColumn emailDataGridViewTextBoxColumn;
  263. private System.Windows.Forms.DataGridViewTextBoxColumn phoneDataGridViewTextBoxColumn;
  264. private System.Windows.Forms.DataGridViewTextBoxColumn genderCodeDataGridViewTextBoxColumn;
  265. private System.Windows.Forms.Button button4;
  266. private System.Windows.Forms.Panel panel4;
  267. private System.Windows.Forms.Button button3;
  268. private System.Windows.Forms.Button button2;
  269. private System.Windows.Forms.Button button1;
  270. }
  271. }