123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251 |
- namespace Digital_World_08
- {
- partial class AddComplectation
- {
- /// <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.Windows.Forms.Label названиеLabel;
- System.Windows.Forms.Label id_единицы_измеренияLabel;
- System.Windows.Forms.Label тип_материалаLabel;
- System.Windows.Forms.Label ценаLabel;
- System.Windows.Forms.Label количествоLabel;
- this.digital_world_8DataSet1 = new Digital_World_08.digital_world_8DataSet1();
- this.componentsBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.componentsTableAdapter = new Digital_World_08.digital_world_8DataSet1TableAdapters.ComponentsTableAdapter();
- this.tableAdapterManager = new Digital_World_08.digital_world_8DataSet1TableAdapters.TableAdapterManager();
- this.названиеTextBox = new System.Windows.Forms.TextBox();
- this.id_единицы_измеренияTextBox = new System.Windows.Forms.TextBox();
- this.тип_материалаTextBox = new System.Windows.Forms.TextBox();
- this.ценаTextBox = new System.Windows.Forms.TextBox();
- this.количествоTextBox = new System.Windows.Forms.TextBox();
- this.button1 = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.button2 = new System.Windows.Forms.Button();
- названиеLabel = new System.Windows.Forms.Label();
- id_единицы_измерения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.digital_world_8DataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.componentsBindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // названиеLabel
- //
- названиеLabel.AutoSize = true;
- названиеLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- названиеLabel.Location = new System.Drawing.Point(136, 113);
- названиеLabel.Name = "названиеLabel";
- названиеLabel.Size = new System.Drawing.Size(88, 21);
- названиеLabel.TabIndex = 1;
- названиеLabel.Text = "Название:";
- //
- // id_единицы_измеренияLabel
- //
- id_единицы_измеренияLabel.AutoSize = true;
- id_единицы_измеренияLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- id_единицы_измеренияLabel.Location = new System.Drawing.Point(28, 155);
- id_единицы_измеренияLabel.Name = "id_единицы_измеренияLabel";
- id_единицы_измеренияLabel.Size = new System.Drawing.Size(196, 21);
- id_единицы_измеренияLabel.TabIndex = 3;
- id_единицы_измеренияLabel.Text = "Id единицы измерения:";
- //
- // тип_материалаLabel
- //
- тип_материалаLabel.AutoSize = true;
- тип_материалаLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- тип_материалаLabel.Location = new System.Drawing.Point(92, 204);
- тип_материалаLabel.Name = "тип_материалаLabel";
- тип_материалаLabel.Size = new System.Drawing.Size(132, 21);
- тип_материалаLabel.TabIndex = 5;
- тип_материалаLabel.Text = "Тип материала:";
- //
- // ценаLabel
- //
- ценаLabel.AutoSize = true;
- ценаLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- ценаLabel.Location = new System.Drawing.Point(171, 257);
- ценаLabel.Name = "ценаLabel";
- ценаLabel.Size = new System.Drawing.Size(53, 21);
- ценаLabel.TabIndex = 7;
- ценаLabel.Text = "Цена:";
- //
- // количествоLabel
- //
- количествоLabel.AutoSize = true;
- количествоLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- количествоLabel.Location = new System.Drawing.Point(119, 317);
- количествоLabel.Name = "количествоLabel";
- количествоLabel.Size = new System.Drawing.Size(105, 21);
- количествоLabel.TabIndex = 9;
- количествоLabel.Text = "количество:";
- //
- // digital_world_8DataSet1
- //
- this.digital_world_8DataSet1.DataSetName = "digital_world_8DataSet1";
- this.digital_world_8DataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // componentsBindingSource
- //
- this.componentsBindingSource.DataMember = "Components";
- this.componentsBindingSource.DataSource = this.digital_world_8DataSet1;
- //
- // componentsTableAdapter
- //
- this.componentsTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.ComponentsTableAdapter = this.componentsTableAdapter;
- this.tableAdapterManager.computer_assemblyTableAdapter = null;
- this.tableAdapterManager.order_by_clientsTableAdapter = null;
- this.tableAdapterManager.Order_statusTableAdapter = null;
- this.tableAdapterManager.OrderTableAdapter = null;
- this.tableAdapterManager.Postavka_materialTableAdapter = null;
- this.tableAdapterManager.providerTableAdapter = null;
- this.tableAdapterManager.RoleTableAdapter = null;
- this.tableAdapterManager.unit_of_measurementTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = Digital_World_08.digital_world_8DataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.UsersTableAdapter = null;
- //
- // названиеTextBox
- //
- this.названиеTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.componentsBindingSource, "Название", true));
- this.названиеTextBox.Location = new System.Drawing.Point(246, 115);
- this.названиеTextBox.Name = "названиеTextBox";
- this.названиеTextBox.Size = new System.Drawing.Size(100, 20);
- this.названиеTextBox.TabIndex = 2;
- //
- // id_единицы_измеренияTextBox
- //
- this.id_единицы_измеренияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.componentsBindingSource, "Id единицы измерения", true));
- this.id_единицы_измеренияTextBox.Location = new System.Drawing.Point(246, 157);
- this.id_единицы_измеренияTextBox.Name = "id_единицы_измеренияTextBox";
- this.id_единицы_измеренияTextBox.Size = new System.Drawing.Size(100, 20);
- this.id_единицы_измеренияTextBox.TabIndex = 4;
- //
- // тип_материалаTextBox
- //
- this.тип_материалаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.componentsBindingSource, "Тип_материала", true));
- this.тип_материалаTextBox.Location = new System.Drawing.Point(246, 206);
- this.тип_материалаTextBox.Name = "тип_материалаTextBox";
- this.тип_материалаTextBox.Size = new System.Drawing.Size(100, 20);
- this.тип_материалаTextBox.TabIndex = 6;
- //
- // ценаTextBox
- //
- this.ценаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.componentsBindingSource, "Цена", true));
- this.ценаTextBox.Location = new System.Drawing.Point(246, 257);
- this.ценаTextBox.Name = "ценаTextBox";
- this.ценаTextBox.Size = new System.Drawing.Size(100, 20);
- this.ценаTextBox.TabIndex = 8;
- //
- // количествоTextBox
- //
- this.количествоTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.componentsBindingSource, "количество", true));
- this.количествоTextBox.Location = new System.Drawing.Point(246, 317);
- this.количествоTextBox.Name = "количествоTextBox";
- this.количествоTextBox.Size = new System.Drawing.Size(100, 20);
- this.количествоTextBox.TabIndex = 10;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(175, 359);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(171, 30);
- this.button1.TabIndex = 11;
- this.button1.Text = "Добавить";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(240, 24);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(370, 33);
- this.label1.TabIndex = 12;
- this.label1.Text = "Добавление комплектующих";
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(659, 386);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(98, 52);
- this.button2.TabIndex = 13;
- this.button2.Text = "закрыть";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // AddComplectation
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(800, 450);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.button1);
- 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(id_единицы_измеренияLabel);
- this.Controls.Add(this.id_единицы_измеренияTextBox);
- this.Controls.Add(названиеLabel);
- this.Controls.Add(this.названиеTextBox);
- this.Name = "AddComplectation";
- this.Text = "AddComplectation";
- this.Load += new System.EventHandler(this.AddComplectation_Load);
- ((System.ComponentModel.ISupportInitialize)(this.digital_world_8DataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.componentsBindingSource)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private digital_world_8DataSet1 digital_world_8DataSet1;
- private System.Windows.Forms.BindingSource componentsBindingSource;
- private digital_world_8DataSet1TableAdapters.ComponentsTableAdapter componentsTableAdapter;
- private digital_world_8DataSet1TableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.TextBox названиеTextBox;
- private System.Windows.Forms.TextBox id_единицы_измеренияTextBox;
- private System.Windows.Forms.TextBox тип_материалаTextBox;
- private System.Windows.Forms.TextBox ценаTextBox;
- private System.Windows.Forms.TextBox количествоTextBox;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button button2;
- }
- }
|