as.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. namespace WindowsFormsApp1
  2. {
  3. partial class @as
  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(@as));
  30. this.asDataSet = new WindowsFormsApp1.asDataSet();
  31. this.pipleBindingSource = new System.Windows.Forms.BindingSource(this.components);
  32. this.pipleTableAdapter = new WindowsFormsApp1.asDataSetTableAdapters.pipleTableAdapter();
  33. this.tableAdapterManager = new WindowsFormsApp1.asDataSetTableAdapters.TableAdapterManager();
  34. this.pipleBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  35. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  36. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  37. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  38. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  39. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  40. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  41. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  42. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  43. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  44. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  45. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  46. this.pipleBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  47. this.pipleDataGridView = new System.Windows.Forms.DataGridView();
  48. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.redact = new System.Windows.Forms.Button();
  53. this.button3 = new System.Windows.Forms.Button();
  54. this.button2 = new System.Windows.Forms.Button();
  55. this.Delit = new System.Windows.Forms.Button();
  56. ((System.ComponentModel.ISupportInitialize)(this.asDataSet)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.pipleBindingSource)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.pipleBindingNavigator)).BeginInit();
  59. this.pipleBindingNavigator.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.pipleDataGridView)).BeginInit();
  61. this.SuspendLayout();
  62. //
  63. // asDataSet
  64. //
  65. this.asDataSet.DataSetName = "asDataSet";
  66. this.asDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  67. //
  68. // pipleBindingSource
  69. //
  70. this.pipleBindingSource.DataMember = "piple";
  71. this.pipleBindingSource.DataSource = this.asDataSet;
  72. //
  73. // pipleTableAdapter
  74. //
  75. this.pipleTableAdapter.ClearBeforeFill = true;
  76. //
  77. // tableAdapterManager
  78. //
  79. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  80. this.tableAdapterManager.pipleTableAdapter = this.pipleTableAdapter;
  81. this.tableAdapterManager.UpdateOrder = WindowsFormsApp1.asDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  82. //
  83. // pipleBindingNavigator
  84. //
  85. this.pipleBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  86. this.pipleBindingNavigator.BindingSource = this.pipleBindingSource;
  87. this.pipleBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  88. this.pipleBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  89. this.pipleBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  90. this.bindingNavigatorMoveFirstItem,
  91. this.bindingNavigatorMovePreviousItem,
  92. this.bindingNavigatorSeparator,
  93. this.bindingNavigatorPositionItem,
  94. this.bindingNavigatorCountItem,
  95. this.bindingNavigatorSeparator1,
  96. this.bindingNavigatorMoveNextItem,
  97. this.bindingNavigatorMoveLastItem,
  98. this.bindingNavigatorSeparator2,
  99. this.bindingNavigatorAddNewItem,
  100. this.bindingNavigatorDeleteItem,
  101. this.pipleBindingNavigatorSaveItem});
  102. this.pipleBindingNavigator.Location = new System.Drawing.Point(0, 0);
  103. this.pipleBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  104. this.pipleBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  105. this.pipleBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  106. this.pipleBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  107. this.pipleBindingNavigator.Name = "pipleBindingNavigator";
  108. this.pipleBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  109. this.pipleBindingNavigator.Size = new System.Drawing.Size(800, 25);
  110. this.pipleBindingNavigator.TabIndex = 0;
  111. this.pipleBindingNavigator.Text = "bindingNavigator1";
  112. //
  113. // bindingNavigatorAddNewItem
  114. //
  115. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  116. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  117. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  118. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  119. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  120. this.bindingNavigatorAddNewItem.Text = "Добавить";
  121. //
  122. // bindingNavigatorCountItem
  123. //
  124. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  125. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  126. this.bindingNavigatorCountItem.Text = "для {0}";
  127. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  128. //
  129. // bindingNavigatorDeleteItem
  130. //
  131. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  132. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  133. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  134. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  135. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  136. this.bindingNavigatorDeleteItem.Text = "Удалить";
  137. //
  138. // bindingNavigatorMoveFirstItem
  139. //
  140. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  141. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  142. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  143. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  144. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  145. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  146. //
  147. // bindingNavigatorMovePreviousItem
  148. //
  149. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  150. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  151. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  152. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  153. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  154. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  155. //
  156. // bindingNavigatorSeparator
  157. //
  158. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  159. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  160. //
  161. // bindingNavigatorPositionItem
  162. //
  163. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  164. this.bindingNavigatorPositionItem.AutoSize = false;
  165. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  166. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  167. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  168. this.bindingNavigatorPositionItem.Text = "0";
  169. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  170. //
  171. // bindingNavigatorSeparator1
  172. //
  173. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  174. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  175. //
  176. // bindingNavigatorMoveNextItem
  177. //
  178. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  179. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  180. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  181. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  182. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  183. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  184. //
  185. // bindingNavigatorMoveLastItem
  186. //
  187. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  188. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  189. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  190. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  191. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  192. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  193. //
  194. // bindingNavigatorSeparator2
  195. //
  196. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  197. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  198. //
  199. // pipleBindingNavigatorSaveItem
  200. //
  201. this.pipleBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  202. this.pipleBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("pipleBindingNavigatorSaveItem.Image")));
  203. this.pipleBindingNavigatorSaveItem.Name = "pipleBindingNavigatorSaveItem";
  204. this.pipleBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  205. this.pipleBindingNavigatorSaveItem.Text = "Сохранить данные";
  206. this.pipleBindingNavigatorSaveItem.Click += new System.EventHandler(this.pipleBindingNavigatorSaveItem_Click);
  207. //
  208. // pipleDataGridView
  209. //
  210. this.pipleDataGridView.AutoGenerateColumns = false;
  211. this.pipleDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  212. this.pipleDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  213. this.dataGridViewTextBoxColumn1,
  214. this.dataGridViewTextBoxColumn2,
  215. this.dataGridViewTextBoxColumn3,
  216. this.dataGridViewTextBoxColumn4});
  217. this.pipleDataGridView.DataSource = this.pipleBindingSource;
  218. this.pipleDataGridView.Location = new System.Drawing.Point(153, 55);
  219. this.pipleDataGridView.Name = "pipleDataGridView";
  220. this.pipleDataGridView.Size = new System.Drawing.Size(438, 220);
  221. this.pipleDataGridView.TabIndex = 1;
  222. //
  223. // dataGridViewTextBoxColumn1
  224. //
  225. this.dataGridViewTextBoxColumn1.DataPropertyName = "name";
  226. this.dataGridViewTextBoxColumn1.HeaderText = "name";
  227. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  228. //
  229. // dataGridViewTextBoxColumn2
  230. //
  231. this.dataGridViewTextBoxColumn2.DataPropertyName = "fam";
  232. this.dataGridViewTextBoxColumn2.HeaderText = "fam";
  233. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  234. //
  235. // dataGridViewTextBoxColumn3
  236. //
  237. this.dataGridViewTextBoxColumn3.DataPropertyName = "age";
  238. this.dataGridViewTextBoxColumn3.HeaderText = "age";
  239. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  240. //
  241. // dataGridViewTextBoxColumn4
  242. //
  243. this.dataGridViewTextBoxColumn4.DataPropertyName = "let";
  244. this.dataGridViewTextBoxColumn4.HeaderText = "let";
  245. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  246. //
  247. // redact
  248. //
  249. this.redact.Location = new System.Drawing.Point(477, 354);
  250. this.redact.Name = "redact";
  251. this.redact.Size = new System.Drawing.Size(113, 23);
  252. this.redact.TabIndex = 9;
  253. this.redact.Text = "редактировать";
  254. this.redact.UseVisualStyleBackColor = true;
  255. this.redact.Click += new System.EventHandler(this.redact_Click);
  256. //
  257. // button3
  258. //
  259. this.button3.Location = new System.Drawing.Point(378, 354);
  260. this.button3.Name = "button3";
  261. this.button3.Size = new System.Drawing.Size(75, 23);
  262. this.button3.TabIndex = 8;
  263. this.button3.Text = "Сохранить";
  264. this.button3.UseVisualStyleBackColor = true;
  265. this.button3.Click += new System.EventHandler(this.button3_Click);
  266. //
  267. // button2
  268. //
  269. this.button2.Location = new System.Drawing.Point(274, 354);
  270. this.button2.Name = "button2";
  271. this.button2.Size = new System.Drawing.Size(75, 23);
  272. this.button2.TabIndex = 7;
  273. this.button2.Text = "Добавить ";
  274. this.button2.UseVisualStyleBackColor = true;
  275. this.button2.Click += new System.EventHandler(this.button2_Click);
  276. //
  277. // Delit
  278. //
  279. this.Delit.Location = new System.Drawing.Point(172, 354);
  280. this.Delit.Name = "Delit";
  281. this.Delit.Size = new System.Drawing.Size(75, 23);
  282. this.Delit.TabIndex = 6;
  283. this.Delit.Text = "Удалить";
  284. this.Delit.UseVisualStyleBackColor = true;
  285. this.Delit.Click += new System.EventHandler(this.Delit_Click);
  286. //
  287. // @as
  288. //
  289. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  290. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  291. this.ClientSize = new System.Drawing.Size(800, 450);
  292. this.Controls.Add(this.redact);
  293. this.Controls.Add(this.button3);
  294. this.Controls.Add(this.button2);
  295. this.Controls.Add(this.Delit);
  296. this.Controls.Add(this.pipleDataGridView);
  297. this.Controls.Add(this.pipleBindingNavigator);
  298. this.Name = "@as";
  299. this.Text = "as";
  300. this.Load += new System.EventHandler(this.as_Load);
  301. ((System.ComponentModel.ISupportInitialize)(this.asDataSet)).EndInit();
  302. ((System.ComponentModel.ISupportInitialize)(this.pipleBindingSource)).EndInit();
  303. ((System.ComponentModel.ISupportInitialize)(this.pipleBindingNavigator)).EndInit();
  304. this.pipleBindingNavigator.ResumeLayout(false);
  305. this.pipleBindingNavigator.PerformLayout();
  306. ((System.ComponentModel.ISupportInitialize)(this.pipleDataGridView)).EndInit();
  307. this.ResumeLayout(false);
  308. this.PerformLayout();
  309. }
  310. #endregion
  311. private asDataSet asDataSet;
  312. private System.Windows.Forms.BindingSource pipleBindingSource;
  313. private asDataSetTableAdapters.pipleTableAdapter pipleTableAdapter;
  314. private asDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  315. private System.Windows.Forms.BindingNavigator pipleBindingNavigator;
  316. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  317. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  318. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  319. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  320. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  321. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  322. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  323. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  324. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  325. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  326. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  327. private System.Windows.Forms.ToolStripButton pipleBindingNavigatorSaveItem;
  328. private System.Windows.Forms.DataGridView pipleDataGridView;
  329. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  330. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  331. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  332. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  333. private System.Windows.Forms.Button redact;
  334. private System.Windows.Forms.Button button3;
  335. private System.Windows.Forms.Button button2;
  336. private System.Windows.Forms.Button Delit;
  337. }
  338. }