Form3.Designer.cs 23 KB

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