aaa.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. namespace WindowsFormsApp1
  2. {
  3. partial class aaa
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(aaa));
  30. System.Windows.Forms.Label nameLabel;
  31. System.Windows.Forms.Label famLabel;
  32. System.Windows.Forms.Label ageLabel;
  33. System.Windows.Forms.Label letLabel;
  34. this.Close = new System.Windows.Forms.Button();
  35. this.Back = new System.Windows.Forms.Button();
  36. this.Delit = new System.Windows.Forms.Button();
  37. this.button2 = new System.Windows.Forms.Button();
  38. this.button3 = new System.Windows.Forms.Button();
  39. this.redact = new System.Windows.Forms.Button();
  40. this.asDataSet = new WindowsFormsApp1.asDataSet();
  41. this.pipleBindingSource = new System.Windows.Forms.BindingSource(this.components);
  42. this.pipleTableAdapter = new WindowsFormsApp1.asDataSetTableAdapters.pipleTableAdapter();
  43. this.tableAdapterManager = new WindowsFormsApp1.asDataSetTableAdapters.TableAdapterManager();
  44. this.pipleBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  45. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  46. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  47. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  48. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  49. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  50. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  51. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  52. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  53. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  54. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  55. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  56. this.pipleBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  57. this.nameTextBox = new System.Windows.Forms.TextBox();
  58. this.famTextBox = new System.Windows.Forms.TextBox();
  59. this.ageTextBox = new System.Windows.Forms.TextBox();
  60. this.letTextBox = new System.Windows.Forms.TextBox();
  61. nameLabel = new System.Windows.Forms.Label();
  62. famLabel = new System.Windows.Forms.Label();
  63. ageLabel = new System.Windows.Forms.Label();
  64. letLabel = new System.Windows.Forms.Label();
  65. ((System.ComponentModel.ISupportInitialize)(this.asDataSet)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.pipleBindingSource)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.pipleBindingNavigator)).BeginInit();
  68. this.pipleBindingNavigator.SuspendLayout();
  69. this.SuspendLayout();
  70. //
  71. // Close
  72. //
  73. this.Close.Location = new System.Drawing.Point(691, 387);
  74. this.Close.Name = "Close";
  75. this.Close.Size = new System.Drawing.Size(75, 23);
  76. this.Close.TabIndex = 0;
  77. this.Close.Text = "Закрыть";
  78. this.Close.UseVisualStyleBackColor = true;
  79. this.Close.Click += new System.EventHandler(this.button1_Click);
  80. //
  81. // Back
  82. //
  83. this.Back.Location = new System.Drawing.Point(593, 387);
  84. this.Back.Name = "Back";
  85. this.Back.Size = new System.Drawing.Size(75, 23);
  86. this.Back.TabIndex = 1;
  87. this.Back.Text = "Назад";
  88. this.Back.UseVisualStyleBackColor = true;
  89. this.Back.Click += new System.EventHandler(this.Back_Click);
  90. //
  91. // Delit
  92. //
  93. this.Delit.Location = new System.Drawing.Point(194, 330);
  94. this.Delit.Name = "Delit";
  95. this.Delit.Size = new System.Drawing.Size(75, 23);
  96. this.Delit.TabIndex = 2;
  97. this.Delit.Text = "Удалить";
  98. this.Delit.UseVisualStyleBackColor = true;
  99. this.Delit.Click += new System.EventHandler(this.Delit_Click);
  100. //
  101. // button2
  102. //
  103. this.button2.Location = new System.Drawing.Point(296, 330);
  104. this.button2.Name = "button2";
  105. this.button2.Size = new System.Drawing.Size(75, 23);
  106. this.button2.TabIndex = 3;
  107. this.button2.Text = "Добавить ";
  108. this.button2.UseVisualStyleBackColor = true;
  109. this.button2.Click += new System.EventHandler(this.button2_Click);
  110. //
  111. // button3
  112. //
  113. this.button3.Location = new System.Drawing.Point(400, 330);
  114. this.button3.Name = "button3";
  115. this.button3.Size = new System.Drawing.Size(75, 23);
  116. this.button3.TabIndex = 4;
  117. this.button3.Text = "Сохранить";
  118. this.button3.UseVisualStyleBackColor = true;
  119. this.button3.Click += new System.EventHandler(this.button3_Click);
  120. //
  121. // redact
  122. //
  123. this.redact.Location = new System.Drawing.Point(499, 330);
  124. this.redact.Name = "redact";
  125. this.redact.Size = new System.Drawing.Size(113, 23);
  126. this.redact.TabIndex = 5;
  127. this.redact.Text = "редактировать";
  128. this.redact.UseVisualStyleBackColor = true;
  129. this.redact.Click += new System.EventHandler(this.redact_Click);
  130. //
  131. // asDataSet
  132. //
  133. this.asDataSet.DataSetName = "asDataSet";
  134. this.asDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  135. //
  136. // pipleBindingSource
  137. //
  138. this.pipleBindingSource.DataMember = "piple";
  139. this.pipleBindingSource.DataSource = this.asDataSet;
  140. //
  141. // pipleTableAdapter
  142. //
  143. this.pipleTableAdapter.ClearBeforeFill = true;
  144. //
  145. // tableAdapterManager
  146. //
  147. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  148. this.tableAdapterManager.pipleTableAdapter = this.pipleTableAdapter;
  149. this.tableAdapterManager.UpdateOrder = WindowsFormsApp1.asDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  150. //
  151. // pipleBindingNavigator
  152. //
  153. this.pipleBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  154. this.pipleBindingNavigator.BindingSource = this.pipleBindingSource;
  155. this.pipleBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  156. this.pipleBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  157. this.pipleBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  158. this.bindingNavigatorMoveFirstItem,
  159. this.bindingNavigatorMovePreviousItem,
  160. this.bindingNavigatorSeparator,
  161. this.bindingNavigatorPositionItem,
  162. this.bindingNavigatorCountItem,
  163. this.bindingNavigatorSeparator1,
  164. this.bindingNavigatorMoveNextItem,
  165. this.bindingNavigatorMoveLastItem,
  166. this.bindingNavigatorSeparator2,
  167. this.bindingNavigatorAddNewItem,
  168. this.bindingNavigatorDeleteItem,
  169. this.pipleBindingNavigatorSaveItem});
  170. this.pipleBindingNavigator.Location = new System.Drawing.Point(0, 0);
  171. this.pipleBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  172. this.pipleBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  173. this.pipleBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  174. this.pipleBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  175. this.pipleBindingNavigator.Name = "pipleBindingNavigator";
  176. this.pipleBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  177. this.pipleBindingNavigator.Size = new System.Drawing.Size(800, 25);
  178. this.pipleBindingNavigator.TabIndex = 6;
  179. this.pipleBindingNavigator.Text = "bindingNavigator1";
  180. //
  181. // bindingNavigatorMoveFirstItem
  182. //
  183. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  184. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  185. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  186. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  187. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  188. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  189. //
  190. // bindingNavigatorMovePreviousItem
  191. //
  192. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  193. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  194. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  195. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  196. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  197. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  198. //
  199. // bindingNavigatorSeparator
  200. //
  201. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  202. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  203. //
  204. // bindingNavigatorPositionItem
  205. //
  206. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  207. this.bindingNavigatorPositionItem.AutoSize = false;
  208. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  209. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  210. this.bindingNavigatorPositionItem.Text = "0";
  211. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  212. //
  213. // bindingNavigatorCountItem
  214. //
  215. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  216. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 15);
  217. this.bindingNavigatorCountItem.Text = "для {0}";
  218. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  219. //
  220. // bindingNavigatorSeparator1
  221. //
  222. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
  223. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
  224. //
  225. // bindingNavigatorMoveNextItem
  226. //
  227. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  228. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  229. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  230. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  231. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 20);
  232. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  233. //
  234. // bindingNavigatorMoveLastItem
  235. //
  236. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  237. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  238. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  239. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  240. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 20);
  241. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  242. //
  243. // bindingNavigatorSeparator2
  244. //
  245. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
  246. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
  247. //
  248. // bindingNavigatorAddNewItem
  249. //
  250. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  251. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  252. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  253. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  254. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  255. this.bindingNavigatorAddNewItem.Text = "Добавить";
  256. //
  257. // bindingNavigatorDeleteItem
  258. //
  259. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  260. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  261. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  262. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  263. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 20);
  264. this.bindingNavigatorDeleteItem.Text = "Удалить";
  265. //
  266. // pipleBindingNavigatorSaveItem
  267. //
  268. this.pipleBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  269. this.pipleBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("pipleBindingNavigatorSaveItem.Image")));
  270. this.pipleBindingNavigatorSaveItem.Name = "pipleBindingNavigatorSaveItem";
  271. this.pipleBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
  272. this.pipleBindingNavigatorSaveItem.Text = "Сохранить данные";
  273. this.pipleBindingNavigatorSaveItem.Click += new System.EventHandler(this.pipleBindingNavigatorSaveItem_Click);
  274. //
  275. // nameLabel
  276. //
  277. nameLabel.AutoSize = true;
  278. nameLabel.Location = new System.Drawing.Point(322, 112);
  279. nameLabel.Name = "nameLabel";
  280. nameLabel.Size = new System.Drawing.Size(36, 13);
  281. nameLabel.TabIndex = 7;
  282. nameLabel.Text = "name:";
  283. //
  284. // nameTextBox
  285. //
  286. this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pipleBindingSource, "name", true));
  287. this.nameTextBox.Location = new System.Drawing.Point(363, 109);
  288. this.nameTextBox.Name = "nameTextBox";
  289. this.nameTextBox.Size = new System.Drawing.Size(100, 20);
  290. this.nameTextBox.TabIndex = 8;
  291. //
  292. // famLabel
  293. //
  294. famLabel.AutoSize = true;
  295. famLabel.Location = new System.Drawing.Point(331, 150);
  296. famLabel.Name = "famLabel";
  297. famLabel.Size = new System.Drawing.Size(27, 13);
  298. famLabel.TabIndex = 9;
  299. famLabel.Text = "fam:";
  300. //
  301. // famTextBox
  302. //
  303. this.famTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pipleBindingSource, "fam", true));
  304. this.famTextBox.Location = new System.Drawing.Point(364, 143);
  305. this.famTextBox.Name = "famTextBox";
  306. this.famTextBox.Size = new System.Drawing.Size(100, 20);
  307. this.famTextBox.TabIndex = 10;
  308. //
  309. // ageLabel
  310. //
  311. ageLabel.AutoSize = true;
  312. ageLabel.Location = new System.Drawing.Point(331, 185);
  313. ageLabel.Name = "ageLabel";
  314. ageLabel.Size = new System.Drawing.Size(28, 13);
  315. ageLabel.TabIndex = 11;
  316. ageLabel.Text = "age:";
  317. //
  318. // ageTextBox
  319. //
  320. this.ageTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pipleBindingSource, "age", true));
  321. this.ageTextBox.Location = new System.Drawing.Point(371, 178);
  322. this.ageTextBox.Name = "ageTextBox";
  323. this.ageTextBox.Size = new System.Drawing.Size(100, 20);
  324. this.ageTextBox.TabIndex = 12;
  325. //
  326. // letLabel
  327. //
  328. letLabel.AutoSize = true;
  329. letLabel.Location = new System.Drawing.Point(338, 234);
  330. letLabel.Name = "letLabel";
  331. letLabel.Size = new System.Drawing.Size(21, 13);
  332. letLabel.TabIndex = 13;
  333. letLabel.Text = "let:";
  334. //
  335. // letTextBox
  336. //
  337. this.letTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pipleBindingSource, "let", true));
  338. this.letTextBox.Location = new System.Drawing.Point(371, 231);
  339. this.letTextBox.Name = "letTextBox";
  340. this.letTextBox.Size = new System.Drawing.Size(100, 20);
  341. this.letTextBox.TabIndex = 14;
  342. //
  343. // aaa
  344. //
  345. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  346. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  347. this.ClientSize = new System.Drawing.Size(800, 450);
  348. this.Controls.Add(letLabel);
  349. this.Controls.Add(this.letTextBox);
  350. this.Controls.Add(ageLabel);
  351. this.Controls.Add(this.ageTextBox);
  352. this.Controls.Add(famLabel);
  353. this.Controls.Add(this.famTextBox);
  354. this.Controls.Add(nameLabel);
  355. this.Controls.Add(this.nameTextBox);
  356. this.Controls.Add(this.pipleBindingNavigator);
  357. this.Controls.Add(this.redact);
  358. this.Controls.Add(this.button3);
  359. this.Controls.Add(this.button2);
  360. this.Controls.Add(this.Delit);
  361. this.Controls.Add(this.Back);
  362. this.Controls.Add(this.Close);
  363. this.Name = "aaa";
  364. this.Text = "aaa";
  365. this.Load += new System.EventHandler(this.aaa_Load);
  366. ((System.ComponentModel.ISupportInitialize)(this.asDataSet)).EndInit();
  367. ((System.ComponentModel.ISupportInitialize)(this.pipleBindingSource)).EndInit();
  368. ((System.ComponentModel.ISupportInitialize)(this.pipleBindingNavigator)).EndInit();
  369. this.pipleBindingNavigator.ResumeLayout(false);
  370. this.pipleBindingNavigator.PerformLayout();
  371. this.ResumeLayout(false);
  372. this.PerformLayout();
  373. }
  374. #endregion
  375. private System.Windows.Forms.Button Close;
  376. private System.Windows.Forms.Button Back;
  377. private System.Windows.Forms.Button Delit;
  378. private System.Windows.Forms.Button button2;
  379. private System.Windows.Forms.Button button3;
  380. private System.Windows.Forms.Button redact;
  381. private asDataSet asDataSet;
  382. private System.Windows.Forms.BindingSource pipleBindingSource;
  383. private asDataSetTableAdapters.pipleTableAdapter pipleTableAdapter;
  384. private asDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  385. private System.Windows.Forms.BindingNavigator pipleBindingNavigator;
  386. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  387. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  388. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  389. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  390. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  391. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  392. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  393. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  394. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  395. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  396. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  397. private System.Windows.Forms.ToolStripButton pipleBindingNavigatorSaveItem;
  398. private System.Windows.Forms.TextBox nameTextBox;
  399. private System.Windows.Forms.TextBox famTextBox;
  400. private System.Windows.Forms.TextBox ageTextBox;
  401. private System.Windows.Forms.TextBox letTextBox;
  402. }
  403. }