Strahovka.Designer.cs 17 KB

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