Form3.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  1. namespace form
  2. {
  3. partial class Form3
  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(Form3));
  30. this._Zuruanov_I__ISP_33DataSet = new form._Zuruanov_I__ISP_33DataSet();
  31. this.hhmhgmBindingSource = new System.Windows.Forms.BindingSource(this.components);
  32. this.hhmhgmTableAdapter = new form._Zuruanov_I__ISP_33DataSetTableAdapters.hhmhgmTableAdapter();
  33. this.tableAdapterManager = new form._Zuruanov_I__ISP_33DataSetTableAdapters.TableAdapterManager();
  34. this.hhmhgmBindingNavigator = 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.hhmhgmBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  47. this.hhmhgmDataGridView = 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.button1 = new System.Windows.Forms.Button();
  52. ((System.ComponentModel.ISupportInitialize)(this._Zuruanov_I__ISP_33DataSet)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.hhmhgmBindingSource)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.hhmhgmBindingNavigator)).BeginInit();
  55. this.hhmhgmBindingNavigator.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.hhmhgmDataGridView)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // _Zuruanov_I__ISP_33DataSet
  60. //
  61. this._Zuruanov_I__ISP_33DataSet.DataSetName = "_Zuruanov_I__ISP_33DataSet";
  62. this._Zuruanov_I__ISP_33DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  63. //
  64. // hhmhgmBindingSource
  65. //
  66. this.hhmhgmBindingSource.DataMember = "hhmhgm";
  67. this.hhmhgmBindingSource.DataSource = this._Zuruanov_I__ISP_33DataSet;
  68. //
  69. // hhmhgmTableAdapter
  70. //
  71. this.hhmhgmTableAdapter.ClearBeforeFill = true;
  72. //
  73. // tableAdapterManager
  74. //
  75. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  76. this.tableAdapterManager.gfgfTableAdapter = null;
  77. this.tableAdapterManager.hhmhgmTableAdapter = this.hhmhgmTableAdapter;
  78. this.tableAdapterManager.service_b_importTableAdapter = null;
  79. this.tableAdapterManager.UpdateOrder = form._Zuruanov_I__ISP_33DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  80. //
  81. // hhmhgmBindingNavigator
  82. //
  83. this.hhmhgmBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  84. this.hhmhgmBindingNavigator.BindingSource = this.hhmhgmBindingSource;
  85. this.hhmhgmBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  86. this.hhmhgmBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  87. this.hhmhgmBindingNavigator.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.hhmhgmBindingNavigatorSaveItem});
  100. this.hhmhgmBindingNavigator.Location = new System.Drawing.Point(0, 0);
  101. this.hhmhgmBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  102. this.hhmhgmBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  103. this.hhmhgmBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  104. this.hhmhgmBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  105. this.hhmhgmBindingNavigator.Name = "hhmhgmBindingNavigator";
  106. this.hhmhgmBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  107. this.hhmhgmBindingNavigator.Size = new System.Drawing.Size(800, 25);
  108. this.hhmhgmBindingNavigator.TabIndex = 0;
  109. this.hhmhgmBindingNavigator.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. // hhmhgmBindingNavigatorSaveItem
  197. //
  198. this.hhmhgmBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  199. this.hhmhgmBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("hhmhgmBindingNavigatorSaveItem.Image")));
  200. this.hhmhgmBindingNavigatorSaveItem.Name = "hhmhgmBindingNavigatorSaveItem";
  201. this.hhmhgmBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
  202. this.hhmhgmBindingNavigatorSaveItem.Text = "Сохранить данные";
  203. this.hhmhgmBindingNavigatorSaveItem.Click += new System.EventHandler(this.hhmhgmBindingNavigatorSaveItem_Click);
  204. //
  205. // hhmhgmDataGridView
  206. //
  207. this.hhmhgmDataGridView.AutoGenerateColumns = false;
  208. this.hhmhgmDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  209. this.hhmhgmDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  210. this.dataGridViewTextBoxColumn1,
  211. this.dataGridViewTextBoxColumn2,
  212. this.dataGridViewTextBoxColumn3});
  213. this.hhmhgmDataGridView.DataSource = this.hhmhgmBindingSource;
  214. this.hhmhgmDataGridView.Location = new System.Drawing.Point(136, 79);
  215. this.hhmhgmDataGridView.Name = "hhmhgmDataGridView";
  216. this.hhmhgmDataGridView.Size = new System.Drawing.Size(519, 186);
  217. this.hhmhgmDataGridView.TabIndex = 1;
  218. //
  219. // dataGridViewTextBoxColumn1
  220. //
  221. this.dataGridViewTextBoxColumn1.DataPropertyName = "Услуга";
  222. this.dataGridViewTextBoxColumn1.HeaderText = "Услуга";
  223. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  224. //
  225. // dataGridViewTextBoxColumn2
  226. //
  227. this.dataGridViewTextBoxColumn2.DataPropertyName = "Начало_оказания_услуги";
  228. this.dataGridViewTextBoxColumn2.HeaderText = "Начало_оказания_услуги";
  229. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  230. //
  231. // dataGridViewTextBoxColumn3
  232. //
  233. this.dataGridViewTextBoxColumn3.DataPropertyName = "Клиент";
  234. this.dataGridViewTextBoxColumn3.HeaderText = "Клиент";
  235. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  236. //
  237. // button1
  238. //
  239. this.button1.Location = new System.Drawing.Point(409, 312);
  240. this.button1.Name = "button1";
  241. this.button1.Size = new System.Drawing.Size(75, 23);
  242. this.button1.TabIndex = 2;
  243. this.button1.Text = "button1";
  244. this.button1.UseVisualStyleBackColor = true;
  245. //
  246. // Form3
  247. //
  248. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  249. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  250. this.ClientSize = new System.Drawing.Size(800, 501);
  251. this.Controls.Add(this.button1);
  252. this.Controls.Add(this.hhmhgmDataGridView);
  253. this.Controls.Add(this.hhmhgmBindingNavigator);
  254. this.Name = "Form3";
  255. this.Text = "Form3";
  256. this.Load += new System.EventHandler(this.Form3_Load);
  257. ((System.ComponentModel.ISupportInitialize)(this._Zuruanov_I__ISP_33DataSet)).EndInit();
  258. ((System.ComponentModel.ISupportInitialize)(this.hhmhgmBindingSource)).EndInit();
  259. ((System.ComponentModel.ISupportInitialize)(this.hhmhgmBindingNavigator)).EndInit();
  260. this.hhmhgmBindingNavigator.ResumeLayout(false);
  261. this.hhmhgmBindingNavigator.PerformLayout();
  262. ((System.ComponentModel.ISupportInitialize)(this.hhmhgmDataGridView)).EndInit();
  263. this.ResumeLayout(false);
  264. this.PerformLayout();
  265. }
  266. #endregion
  267. private _Zuruanov_I__ISP_33DataSet _Zuruanov_I__ISP_33DataSet;
  268. private System.Windows.Forms.BindingSource hhmhgmBindingSource;
  269. private _Zuruanov_I__ISP_33DataSetTableAdapters.hhmhgmTableAdapter hhmhgmTableAdapter;
  270. private _Zuruanov_I__ISP_33DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  271. private System.Windows.Forms.BindingNavigator hhmhgmBindingNavigator;
  272. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  273. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  274. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  275. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  276. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  277. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  278. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  279. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  280. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  281. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  282. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  283. private System.Windows.Forms.ToolStripButton hhmhgmBindingNavigatorSaveItem;
  284. private System.Windows.Forms.DataGridView hhmhgmDataGridView;
  285. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  286. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  287. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  288. private System.Windows.Forms.Button button1;
  289. }
  290. }