namespace Валов_проект_ГАИ
{
partial class F_Vziskania
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_Vziskania));
System.Windows.Forms.Label код_нарушенияLabel;
System.Windows.Forms.Label штраф_за_нарушенияLabel;
System.Windows.Forms.Label срок_лишения_месяцLabel;
System.Windows.Forms.Label предупреждениеLabel;
this.iS31Valov12DataSet = new Валов_проект_ГАИ.IS31Valov12DataSet();
this.взысканияBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.взысканияTableAdapter = new Валов_проект_ГАИ.IS31Valov12DataSetTableAdapters.ВзысканияTableAdapter();
this.tableAdapterManager = new Валов_проект_ГАИ.IS31Valov12DataSetTableAdapters.TableAdapterManager();
this.взысканияBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
this.взысканияBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
this.код_нарушенияTextBox = new System.Windows.Forms.TextBox();
this.штраф_за_нарушенияTextBox = new System.Windows.Forms.TextBox();
this.срок_лишения_месяцTextBox = new System.Windows.Forms.TextBox();
this.предупреждениеCheckBox = new System.Windows.Forms.CheckBox();
this.label1 = new System.Windows.Forms.Label();
код_нарушенияLabel = new System.Windows.Forms.Label();
штраф_за_нарушенияLabel = new System.Windows.Forms.Label();
срок_лишения_месяцLabel = new System.Windows.Forms.Label();
предупреждениеLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.iS31Valov12DataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.взысканияBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.взысканияBindingNavigator)).BeginInit();
this.взысканияBindingNavigator.SuspendLayout();
this.SuspendLayout();
//
// iS31Valov12DataSet
//
this.iS31Valov12DataSet.DataSetName = "IS31Valov12DataSet";
this.iS31Valov12DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// взысканияBindingSource
//
this.взысканияBindingSource.DataMember = "Взыскания";
this.взысканияBindingSource.DataSource = this.iS31Valov12DataSet;
//
// взысканияTableAdapter
//
this.взысканияTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.UpdateOrder = Валов_проект_ГАИ.IS31Valov12DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager.АвтомобилиTableAdapter = null;
this.tableAdapterManager.ВзысканияTableAdapter = this.взысканияTableAdapter;
this.tableAdapterManager.ВодителиTableAdapter = null;
this.tableAdapterManager.НарушенияTableAdapter = null;
//
// взысканияBindingNavigator
//
this.взысканияBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.взысканияBindingNavigator.BindingSource = this.взысканияBindingSource;
this.взысканияBindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.взысканияBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.взысканияBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.bindingNavigatorMoveFirstItem,
this.bindingNavigatorMovePreviousItem,
this.bindingNavigatorSeparator,
this.bindingNavigatorPositionItem,
this.bindingNavigatorCountItem,
this.bindingNavigatorSeparator1,
this.bindingNavigatorMoveNextItem,
this.bindingNavigatorMoveLastItem,
this.bindingNavigatorSeparator2,
this.bindingNavigatorAddNewItem,
this.bindingNavigatorDeleteItem,
this.взысканияBindingNavigatorSaveItem});
this.взысканияBindingNavigator.Location = new System.Drawing.Point(0, 0);
this.взысканияBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.взысканияBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.взысканияBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.взысканияBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.взысканияBindingNavigator.Name = "взысканияBindingNavigator";
this.взысканияBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
this.взысканияBindingNavigator.Size = new System.Drawing.Size(800, 25);
this.взысканияBindingNavigator.TabIndex = 0;
this.взысканияBindingNavigator.Text = "bindingNavigator1";
//
// bindingNavigatorMoveFirstItem
//
this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
//
// bindingNavigatorMovePreviousItem
//
this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
//
// bindingNavigatorSeparator
//
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorPositionItem
//
this.bindingNavigatorPositionItem.AccessibleName = "Положение";
this.bindingNavigatorPositionItem.AutoSize = false;
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
this.bindingNavigatorPositionItem.Text = "0";
this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
//
// bindingNavigatorCountItem
//
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 15);
this.bindingNavigatorCountItem.Text = "для {0}";
this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
//
// bindingNavigatorSeparator1
//
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
//
// bindingNavigatorMoveNextItem
//
this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 20);
this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
//
// bindingNavigatorMoveLastItem
//
this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 20);
this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
//
// bindingNavigatorSeparator2
//
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
//
// bindingNavigatorAddNewItem
//
this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorAddNewItem.Text = "Добавить";
//
// bindingNavigatorDeleteItem
//
this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 20);
this.bindingNavigatorDeleteItem.Text = "Удалить";
//
// взысканияBindingNavigatorSaveItem
//
this.взысканияBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.взысканияBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("взысканияBindingNavigatorSaveItem.Image")));
this.взысканияBindingNavigatorSaveItem.Name = "взысканияBindingNavigatorSaveItem";
this.взысканияBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
this.взысканияBindingNavigatorSaveItem.Text = "Сохранить данные";
this.взысканияBindingNavigatorSaveItem.Click += new System.EventHandler(this.взысканияBindingNavigatorSaveItem_Click);
//
// код_нарушенияLabel
//
код_нарушенияLabel.AutoSize = true;
код_нарушенияLabel.Location = new System.Drawing.Point(320, 115);
код_нарушенияLabel.Name = "код_нарушенияLabel";
код_нарушенияLabel.Size = new System.Drawing.Size(87, 13);
код_нарушенияLabel.TabIndex = 1;
код_нарушенияLabel.Text = "Код нарушения:";
//
// код_нарушенияTextBox
//
this.код_нарушенияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.взысканияBindingSource, "Код нарушения", true));
this.код_нарушенияTextBox.Location = new System.Drawing.Point(413, 112);
this.код_нарушенияTextBox.Name = "код_нарушенияTextBox";
this.код_нарушенияTextBox.Size = new System.Drawing.Size(100, 20);
this.код_нарушенияTextBox.TabIndex = 2;
//
// штраф_за_нарушенияLabel
//
штраф_за_нарушенияLabel.AutoSize = true;
штраф_за_нарушенияLabel.Location = new System.Drawing.Point(324, 153);
штраф_за_нарушенияLabel.Name = "штраф_за_нарушенияLabel";
штраф_за_нарушенияLabel.Size = new System.Drawing.Size(117, 13);
штраф_за_нарушенияLabel.TabIndex = 3;
штраф_за_нарушенияLabel.Text = "Штраф за нарушения:";
//
// штраф_за_нарушенияTextBox
//
this.штраф_за_нарушенияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.взысканияBindingSource, "Штраф за нарушения", true));
this.штраф_за_нарушенияTextBox.Location = new System.Drawing.Point(447, 150);
this.штраф_за_нарушенияTextBox.Name = "штраф_за_нарушенияTextBox";
this.штраф_за_нарушенияTextBox.Size = new System.Drawing.Size(100, 20);
this.штраф_за_нарушенияTextBox.TabIndex = 4;
//
// срок_лишения_месяцLabel
//
срок_лишения_месяцLabel.AutoSize = true;
срок_лишения_месяцLabel.Location = new System.Drawing.Point(329, 195);
срок_лишения_месяцLabel.Name = "срок_лишения_месяцLabel";
срок_лишения_месяцLabel.Size = new System.Drawing.Size(117, 13);
срок_лишения_месяцLabel.TabIndex = 5;
срок_лишения_месяцLabel.Text = "Срок лишения месяц:";
//
// срок_лишения_месяцTextBox
//
this.срок_лишения_месяцTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.взысканияBindingSource, "Срок лишения месяц", true));
this.срок_лишения_месяцTextBox.Location = new System.Drawing.Point(452, 192);
this.срок_лишения_месяцTextBox.Name = "срок_лишения_месяцTextBox";
this.срок_лишения_месяцTextBox.Size = new System.Drawing.Size(100, 20);
this.срок_лишения_месяцTextBox.TabIndex = 6;
//
// предупреждениеLabel
//
предупреждениеLabel.AutoSize = true;
предупреждениеLabel.Location = new System.Drawing.Point(333, 250);
предупреждениеLabel.Name = "предупреждениеLabel";
предупреждениеLabel.Size = new System.Drawing.Size(95, 13);
предупреждениеLabel.TabIndex = 7;
предупреждениеLabel.Text = "предупреждение:";
//
// предупреждениеCheckBox
//
this.предупреждениеCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.взысканияBindingSource, "предупреждение", true));
this.предупреждениеCheckBox.Location = new System.Drawing.Point(434, 245);
this.предупреждениеCheckBox.Name = "предупреждениеCheckBox";
this.предупреждениеCheckBox.Size = new System.Drawing.Size(104, 24);
this.предупреждениеCheckBox.TabIndex = 8;
this.предупреждениеCheckBox.Text = "checkBox1";
this.предупреждениеCheckBox.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(332, 45);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(120, 13);
this.label1.TabIndex = 9;
this.label1.Text = "Таблица \"Взыскания\"";
//
// F_Vziskania
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.label1);
this.Controls.Add(предупреждениеLabel);
this.Controls.Add(this.предупреждениеCheckBox);
this.Controls.Add(срок_лишения_месяцLabel);
this.Controls.Add(this.срок_лишения_месяцTextBox);
this.Controls.Add(штраф_за_нарушенияLabel);
this.Controls.Add(this.штраф_за_нарушенияTextBox);
this.Controls.Add(код_нарушенияLabel);
this.Controls.Add(this.код_нарушенияTextBox);
this.Controls.Add(this.взысканияBindingNavigator);
this.Name = "F_Vziskania";
this.Text = "F_Vziskania";
this.Load += new System.EventHandler(this.F_Vziskania_Load);
((System.ComponentModel.ISupportInitialize)(this.iS31Valov12DataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.взысканияBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.взысканияBindingNavigator)).EndInit();
this.взысканияBindingNavigator.ResumeLayout(false);
this.взысканияBindingNavigator.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private IS31Valov12DataSet iS31Valov12DataSet;
private System.Windows.Forms.BindingSource взысканияBindingSource;
private IS31Valov12DataSetTableAdapters.ВзысканияTableAdapter взысканияTableAdapter;
private IS31Valov12DataSetTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.BindingNavigator взысканияBindingNavigator;
private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
private System.Windows.Forms.ToolStripButton взысканияBindingNavigatorSaveItem;
private System.Windows.Forms.TextBox код_нарушенияTextBox;
private System.Windows.Forms.TextBox штраф_за_нарушенияTextBox;
private System.Windows.Forms.TextBox срок_лишения_месяцTextBox;
private System.Windows.Forms.CheckBox предупреждениеCheckBox;
private System.Windows.Forms.Label label1;
}
}