Form2.Designer.cs 20 KB

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