Form7.Designer.cs 20 KB

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