123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290 |
- namespace proba
- {
- partial class Postavshiki_add
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Postavshiki_add));
- this.label1 = new System.Windows.Forms.Label();
- this.text_data_manufacture = new System.Windows.Forms.TextBox();
- this.text_price = new System.Windows.Forms.TextBox();
- this.price = new System.Windows.Forms.Label();
- this.data_manufacture = new System.Windows.Forms.Label();
- this.button_save = new System.Windows.Forms.Button();
- this.button_back = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.text_id_view_tools = new System.Windows.Forms.ComboBox();
- this.polBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.vINILDataSet_Pol = new proba.VINILDataSet_Pol();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.polTableAdapter = new proba.VINILDataSet_PolTableAdapters.PolTableAdapter();
- ((System.ComponentModel.ISupportInitialize)(this.polBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Pol)).BeginInit();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(72, 77);
- this.label1.Name = "label1";
- this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label1.Size = new System.Drawing.Size(218, 24);
- this.label1.TabIndex = 24;
- this.label1.Text = "Название организации";
- //
- // text_data_manufacture
- //
- this.text_data_manufacture.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.text_data_manufacture.Location = new System.Drawing.Point(314, 188);
- this.text_data_manufacture.MaxLength = 25;
- this.text_data_manufacture.Name = "text_data_manufacture";
- this.text_data_manufacture.Size = new System.Drawing.Size(210, 26);
- this.text_data_manufacture.TabIndex = 21;
- //
- // text_price
- //
- this.text_price.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.text_price.Location = new System.Drawing.Point(314, 131);
- this.text_price.MaxLength = 25;
- this.text_price.Name = "text_price";
- this.text_price.Size = new System.Drawing.Size(210, 26);
- this.text_price.TabIndex = 22;
- //
- // price
- //
- this.price.AutoSize = true;
- this.price.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.price.Location = new System.Drawing.Point(74, 133);
- this.price.Name = "price";
- this.price.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.price.Size = new System.Drawing.Size(91, 24);
- this.price.TabIndex = 19;
- this.price.Text = "Фамилия";
- //
- // data_manufacture
- //
- this.data_manufacture.AutoSize = true;
- this.data_manufacture.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.data_manufacture.Location = new System.Drawing.Point(74, 190);
- this.data_manufacture.Name = "data_manufacture";
- this.data_manufacture.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.data_manufacture.Size = new System.Drawing.Size(46, 24);
- this.data_manufacture.TabIndex = 20;
- this.data_manufacture.Text = "Имя";
- //
- // button_save
- //
- this.button_save.BackColor = System.Drawing.Color.Gray;
- this.button_save.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button_save.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.button_save.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.button_save.Location = new System.Drawing.Point(379, 393);
- this.button_save.Name = "button_save";
- this.button_save.Size = new System.Drawing.Size(111, 30);
- this.button_save.TabIndex = 18;
- this.button_save.Text = "Сохранить";
- this.button_save.UseVisualStyleBackColor = false;
- this.button_save.Click += new System.EventHandler(this.button_save_Click);
- //
- // button_back
- //
- this.button_back.BackColor = System.Drawing.Color.Gray;
- this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.button_back.Location = new System.Drawing.Point(89, 394);
- this.button_back.Name = "button_back";
- this.button_back.Size = new System.Drawing.Size(111, 30);
- this.button_back.TabIndex = 17;
- this.button_back.Text = "Назад";
- this.button_back.UseVisualStyleBackColor = false;
- this.button_back.Click += new System.EventHandler(this.button_back_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold);
- this.label2.Location = new System.Drawing.Point(99, 20);
- this.label2.Name = "label2";
- this.label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label2.Size = new System.Drawing.Size(372, 26);
- this.label2.TabIndex = 25;
- this.label2.Text = "ДОБАВЛЕНИЕ ПОСТАВЩИКА";
- //
- // textBox1
- //
- this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.textBox1.Location = new System.Drawing.Point(314, 239);
- this.textBox1.MaxLength = 25;
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(210, 26);
- this.textBox1.TabIndex = 27;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label3.Location = new System.Drawing.Point(74, 241);
- this.label3.Name = "label3";
- this.label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label3.Size = new System.Drawing.Size(98, 24);
- this.label3.TabIndex = 26;
- this.label3.Text = "Отчество";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label4.Location = new System.Drawing.Point(74, 294);
- this.label4.Name = "label4";
- this.label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label4.Size = new System.Drawing.Size(44, 24);
- this.label4.TabIndex = 28;
- this.label4.Text = "Пол";
- //
- // textBox3
- //
- this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.textBox3.Location = new System.Drawing.Point(314, 337);
- this.textBox3.MaxLength = 11;
- this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(210, 26);
- this.textBox3.TabIndex = 31;
- this.textBox3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox3_KeyPress);
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label5.Location = new System.Drawing.Point(74, 339);
- this.label5.Name = "label5";
- this.label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.label5.Size = new System.Drawing.Size(177, 24);
- this.label5.TabIndex = 30;
- this.label5.Text = "Мобильный номер";
- //
- // text_id_view_tools
- //
- this.text_id_view_tools.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.polBindingSource, "id_pol", true));
- this.text_id_view_tools.DataSource = this.polBindingSource;
- this.text_id_view_tools.DisplayMember = "pol";
- this.text_id_view_tools.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.text_id_view_tools.FormattingEnabled = true;
- this.text_id_view_tools.Location = new System.Drawing.Point(314, 290);
- this.text_id_view_tools.Name = "text_id_view_tools";
- this.text_id_view_tools.Size = new System.Drawing.Size(210, 28);
- this.text_id_view_tools.TabIndex = 32;
- this.text_id_view_tools.ValueMember = "id_pol";
- //
- // polBindingSource
- //
- this.polBindingSource.DataMember = "Pol";
- this.polBindingSource.DataSource = this.vINILDataSet_Pol;
- //
- // vINILDataSet_Pol
- //
- this.vINILDataSet_Pol.DataSetName = "VINILDataSet_Pol";
- this.vINILDataSet_Pol.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // textBox2
- //
- this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.textBox2.Location = new System.Drawing.Point(314, 77);
- this.textBox2.MaxLength = 25;
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(210, 26);
- this.textBox2.TabIndex = 33;
- //
- // polTableAdapter
- //
- this.polTableAdapter.ClearBeforeFill = true;
- //
- // Postavshiki_add
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
- this.ClientSize = new System.Drawing.Size(573, 450);
- this.Controls.Add(this.textBox2);
- this.Controls.Add(this.text_id_view_tools);
- this.Controls.Add(this.textBox3);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.text_data_manufacture);
- this.Controls.Add(this.text_price);
- this.Controls.Add(this.price);
- this.Controls.Add(this.data_manufacture);
- this.Controls.Add(this.button_save);
- this.Controls.Add(this.button_back);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximumSize = new System.Drawing.Size(589, 489);
- this.MinimumSize = new System.Drawing.Size(589, 489);
- this.Name = "Postavshiki_add";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Добавление поставщика";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
- this.Load += new System.EventHandler(this.Postavshiki_add_Load);
- ((System.ComponentModel.ISupportInitialize)(this.polBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Pol)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox text_data_manufacture;
- private System.Windows.Forms.TextBox text_price;
- private System.Windows.Forms.Label price;
- private System.Windows.Forms.Label data_manufacture;
- private System.Windows.Forms.Button button_save;
- private System.Windows.Forms.Button button_back;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox textBox3;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.ComboBox text_id_view_tools;
- private System.Windows.Forms.TextBox textBox2;
- private VINILDataSet_Pol vINILDataSet_Pol;
- private System.Windows.Forms.BindingSource polBindingSource;
- private VINILDataSet_PolTableAdapters.PolTableAdapter polTableAdapter;
- }
- }
|