Form4.Designer.cs 24 KB

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